Search:

Type: Posts; User: ajastru2000

Search: Search took 0.01 seconds.

  1. Help needed for C++ programming to detect magnitude of lightning

    i need a C++ program to detect the magnitude of the lightning and how often it stikes on a surge arrestor. I'm using hardware to detect them and a Analog to Digital Converter to convert the analog...
  2. Using RS232 25pin i need a program to detect magnitude and frequency of lightning

    This is a PROGRAM TO DETECT THE LOCATION AND THE FREQUENCY OF LIGHTNING in a given area. But what i want to find out is a PROGRAM TO DETECT THE MAGNITUDE AND THE FREQUENCY OF LIGHTNING. All the...
  3. Replies
    5
    Views
    3,626

    MbufGet2d(MilImage, 0L, 0L, IMAGE_WIDTH,...

    MbufGet2d(MilImage, 0L, 0L, IMAGE_WIDTH, IMAGE_HEIGHT, &pixelv )

    for(j=254;j<401;j++)

    {
    for(y=144;y<291;y++)

    {

    x=200; i=270;
  4. Replies
    5
    Views
    3,626

    thanx jawib,,it does wat i want coz both arrays 1...

    thanx jawib,,it does wat i want coz both arrays 1 & 2 were declared previously...wat if i only had somethin like below, where the arrays re stored in a image buffer, i had to specify them, if like...
  5. Replies
    5
    Views
    3,626

    thank u, for the help...how do i make only the...

    thank u, for the help...how do i make only the adjacent array rows only to match

    array1[0] = '1'; array2[0] = '1';
    array1[1] = '0'; array2[1] = '5';
    array1[2] = '0'; array2[2] = '0';...
  6. Replies
    5
    Views
    3,626

    2 array match

    hi,i'm still a beginner in C++, below is a sample program n its output, i would like to know how do I limit the match recorded to only once? Refering 2 the 2nd line output it found a match at array1...
Results 1 to 6 of 6