array

  1. naveen_reloaded

    World's Most Complex Silicon Phased-array Chip Developed

    UC San Diego electrical engineers have developed the world's most complex “phased array” -- or radio frequency integrated circuit. This DARPA-funded advance is expected to find its way into U.S. defense satellite communication and radar systems. In addition, the innovations in this chip design...
  2. Gigacore

    Post your C/C++ Programs Here

    Hi guys n gals, If you are a good at C/C++ Programming or if you are a programmer or just know this language then post you Programs here. By this way it helps learners a lot. Members can post their programs and get suggestions if there is anything wrong it...... Use this Pattern: A Program...
  3. R

    Urgent help needed!!How to find Number of distinct elements??

    Urgent help needed!!How to find Number of distinct elements in an array?? There is a problem I am stuck at, from yesterday. Using any loop(while, do...while, for), how to find the number of distinct elements in an array? For example, if an array "a[5]" contains 1, 2, 1, 3, 2 then the number of...
  4. S

    Setting up RAID-0

    I'm currently on 80GB IDE but soon I'll be getting two 250GB SATA-II drives. I want to connect them in RAID-0 configuration. I have some questions to ask: 1. Can my current IDE drive also be added to the RAID-0 group? I suppose not because of different interface (IDE Vs SATA), different...
  5. O

    how can i import data from *.txt file to my vb application

    hello, plz help how can i transfer my data in text file into vb application. store in array etc.
  6. tweety_bird_bunny

    array of JPanel in java....

    hi... i am trying to write a program in java....the class uses ActionListener interface.... i have 2 create multiple jpanels so i created an array of jpanels..... the array works fine in constructor....but as soon as as i try to use the panels of array in public void...
  7. K

    HowTo convert C struct with array of another struct in java

    How to convert C code(given below) in java C code: struct structA { int varA[4]; float varB[2]; } struct structB { int len; structA varC[50]; } void main { structB varD[10]; ..... ..... somefunction(varD) { ..... } } Here i have a structure A with variables of...
  8. godsownman

    C programming help

    Please can you tell me how I can mergesort two arrays alphabetically and then print them? If that is slightly difficult it will be fine if you can just tell me how to sort alphabetically forget the array part . I need this for the language C only . Thanks Regards.
Top Bottom