CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: dtustudy68

Search: Search took 0.01 seconds.

  1. find the median in a fix-sized moving window on a long sequency of data

    Given a sequence of data (it may have duplicates), a fixed-sized moving window, move the window at each iteration from the start of the data sequence, such that (1) the oldest data element is removed...
  2. how to use map to bind string and operation

    Dear All:

    I need to bind some strings with some operations by boost map.

    For example,

    if inputString == "prepareDataVector1"
    dataVectorRegionRef = prepareDataVector1;...
  3. Replies
    4
    Views
    2,329

    Re: C++ load data

    thanks
  4. Replies
    4
    Views
    2,329

    Re: C++ load data

    thanks

    I am working on a multi-computer Open MPI cluster system.

    If I put some data files in /home/mypath/folder, is it possible that all non-head nodes can access the files in the folder ?
    ...
  5. Replies
    4
    Views
    2,329

    C++ load data

    Dear All,

    I need to load data (24 X 28 X 40) from 24 X 28 files into a datastructure so that my program can use
    them to do operations.

    Each file has 40 data items, which are floating numbers....
Results 1 to 5 of 5





Click Here to Expand Forum to Full Width

Featured