Need algorithm and driver programmer in Seattle for NASA ATE

The Aegis Group is looking for a high quality, responsible, experienced LabView programmer to create test algorithms and device drivers for an automated test platform. The system will identify faults on fourteen different boards to the component level and certify boards for return to service in a NASA tracking and data relay system. The position is full time, either contract or staff. This project will last for about a year.
Experience:
Expert in Visual Studio/Visual C++.NET
Design to and verification of requirements
At least 2 years programming with LabView, TestStand and/or Measurement Studio is desirable
Knowledge of VME/VXI drivers is desirable
Knowledge of serial RF data transmission and encoding formats is desirable
Bachelor of Science is preferred
Qualities:
Highly organized
Able to self teach quickly
Good interpersonal skills
Analytical problem solving skills
Responsibilities:
Design and implement the interface for a custom, VXI based PCB
Design and implement, with the system engineer, test algorithms for a set of sophisticated RF data modems
Work with the development team to generate a software system architecture document
Play a major role in system integration and verification
Participate in design reviews
Document all driver and algorithm operation and compliance to requirements
Please send you resume in confidence to:
[email protected]
EOE, salary dependent on experience

public class Main
     public static void main(String[] args)
     int[] arr1 = new int[10];
     int[] arr2 = new int[100];
     int[] arr3 = new int[1000];
     int[] arr4 = new int[10000];
     long t1 = System.currentTimeMillis();
     for(int i=1;i<=1000000; ++i)
          public int testAlgorithm()
               RandomIntegers array1 = new RandomIntegers(arr1);
               RandomIntegers array2 = new RandomIntegers(arr2);
               RandomIntegers array3 = new RandomIntegers(arr3);
               RandomIntegers array4 = new RandomIntegers(arr4);
          long t2 = System.currentTimeMillis();
     long difference = t1-t2;
     System.out.println("The amount of time before the loop is: "+t1);
     System.out.println("The amount of time after the loop is: "+t2);
     System.out.println("The time difference between the two times " +
                            "before and after the loop is: "+difference);
}This is what I have for main() so far. I know that there are still some syntax errors. But I have the main concepts. I need to work on my RandomIntegers class. I would like to know if I am understanding it right.
import java.util.*;
public class RandomIntegers
     private int[] num;
     RandomIntegers(int[] num)
     public int max()
     public int fill(int[] num)
          public int nextInt(int n)
}How do I go about getting the values of 0 - 1000000 in nextInt? And also how about max, how do I go about getting the max value?

Similar Messages

  • Need Nokia cable driver of CA-53 for server 2003

    I have search the site but not able to get the nokia cable driver of CA-53 for Window server 2003.
    On previous operating system XP. Its was working correctly. But when I update the Operating system to Server 2003. PCsuite fail to connected the Mobile (N73).
    Its asking for the driver which not available on the site.
    Does anybody knows it?

    Does windows install drivers for your phone?
    (you can check this from windows device manager)
    And when you open Nokia connection manager, is there USB connection available?
    Also, what PC Suite version are you using?
    Message Edited by miksu on 20-Apr-2008 07:51 AM

  • Need Photoshop and Bridge: does Creative Cloud for students/teachers include both?[was: I'm confused, need help]

    I'm a photography student about to start University. And I need Adobe Bridge and Photoshop for me to edit my photographs. The cheapest Creative Cloud for students/teachers is £8.78 a month, does this include both Bridge and Photoshop? If not does that mean i'll have to buy the Complete Creative Cloud for £15.88 a month?

    Bridge is included with Photoshop.  The package you are asking about also includes Lightroom, I believe.

  • Need comprehensive and step by step notes for PLD & QLD.

    Dear Experts,
    As I have to design plenty of reports in my SAP B1, I need to study PLD & QLD from the scratch. Can you please suggest me where can I get detailed information on them?
    Thanks in adv.
    Regards
    Anand

    hello
    after executing the query u can see save button click on it write query name and query category as general then again click on save button after that just click on open then u select the query and just click on create report and u can see name of ur query and just click on user report and click OK
    now go to tool .query->select query print layout--Double click on ur saved query then ur pld will open set it with its properties and layouts pls close the thread if ur problem is solved
    thank u
    regards
    Jenny

  • I need to use a Driver Version 1.4 for my my Sharp printer.  When I add the printer, it is driver version 1.3?

    I need to use Driver Version 1.4 for my Sharp printer.  When I add the printer it says Version 1.3?

    Have you asked Sharp whether they have a driver that is Mavericks compliant?

  • Need Value and labed different for a dynamic Dropdown in an ADF page

    Hi,
    We have an ADF page with a drop down.
    This is populated dynamically.
    We have created using the below code.
    Issue: what we need is that each value the Label set should be different.
    Code : presently hard coded
    In the Java file for the page we had the following code:
    ===========================================================
    String haircolor;
    SelectItem[] haircolorSelectItems;
    ArrayList haircolorlist = new ArrayList();
    public PatientAdvSearch() {
    haircolorlist.add(new SelectItem("Black"));
    haircolorlist.add(new SelectItem("Blonde"));
    haircolorlist.add(new SelectItem("Red"));
    haircolorlist.add(new SelectItem("Others"));
    haircolorlist.add(new SelectItem("Grey"));
    SelectItem[] haircolors = (SelectItem[]) haircolorlist.toArray(new SelectItem[0]);
    haircolorSelectItems = haircolors;
    public void setHaircolor(String haircolor) { this.haircolor = haircolor; }
    public String gethaircolor() { return haircolor; }
    public SelectItem[] getHaircolorSelectItems() {
    return haircolorSelectItems;
    ===========================================================
    And the JSPX will have the following code.
    <af:selectOneChoice binding="#{backing_PatientAdvSearch.selectOneChoicerace11}"
    id="selectOneChoicerace11"
    unselectedLabel="&lt;Select>">
    <f:selectItems value="#{backing_PatientAdvSearch.haircolorSelectItems}" />
    </af:selectOneChoice>
    ===========================================================
    This populates both Lable and Value for the Select Item with one value.
    We need two different value.
    How do we go ahead with that.
    Thanks

    Yes.. actually i am also facing the same prob...
    i need value and label to be different for dynamic dropdown.
    Please help in case any one has faced the same issue.

  • How can i decide how many dimensions are needed here.and which charactersti

    Hi,
            i am planning to create custom defined cube for sale order line item data.  how can i decide how many dimensions are needed here.and which characterstics are suitable for that dimensions.
    Thanks,
    chandu.

    Hi Chandra,
    How many dimensions are needed and which characteristics to be used totally depends upon the data model you are using.
    for instance  take an example of school.
    teachers , students are the imp terms in this example .
    you can choose these two as dimensions .
    teacher's name , address  , subject , class , designation etc can be its characteristics . and for students also the important terms describing them can be its characteristics.
    for more understanding of the Dimensional Modeling you can refer to following link.
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/6ce7b0a4-0b01-0010-52ac-a6e813c35a84
    Hope It Helps .
    Regards
    Pratap

  • Switched from NAS to external harddrive but Itunes is still looking for NAS

    I used to have a NAS (Net attached storage) and i switched to a Seagate 1TB external harddrive, I copied the whole Itunes library, program etc...and it runs but it is 7.6 version so it would not identify my ipod until i updated the software, so i go to update, download the update and go to do the update and I get a error message that it cant locate //nas/disk1 the old destination...I went so far as to delete itunes and Quicktime and redownload itunes 8.1 so i go to install it and it is still looking for //nas/disk1 now i have a folder with 375gb of music and movies and no program to run it.... I try to go into control panel add/delete programs and itunes is still in there so i go to delete and I get a error message that it cant delete it because it cant find //nas/disk1...*** I need help Please someone tell me what i have to do to I was able to delete quicktime but it still shows itunes and it will not let me install itunes...i did a search through the computer and ther are no files for itunes so i do not know why it is still trying to locate it from there....HELP

    Hi,
    The reason that you are getting the ! is because iTunes is still looking for the music on your external hard drive.
    You need to create a new library iTunes: How to open an alternate iTunes Library file or create a new one
    Now turn on iTunes Match and select add this computer. You will now see all your music in the cloud. When you want to add new music, revert to the original library on your external hard drive.
    Jim

  • I need to upgrade my MacBook 13" white 2008 hard drive.  I have found a WD6400BPVT western digital Scorpio blue 640GB (5400rpm) SATA 8MB 2.5" will this fit and work? Many thanks for any help

    I need to upgrade my MacBook 13" white 2008 hard drive.  I have found a WD6400BPVT western digital Scorpio blue 640GB (5400rpm) SATA 8MB 2.5" will this fit and work? Many thanks for any help

    I had a 640GB HDD in my Early 2008 Macbook and it was just too much it would always freeze up the computer a bit for only a few seconds but ya. Then I realized that it was the size of the HDD that was causing it since the Early 2008 Macbook models can only handle a MAX od 500GB while the Early 2008 Macbook Pros could have a MAX of 640GB (Lucked out there!) lol But ya the Early 2008 Mocbooks can only handle a MAX HDD size of 500GB and that's it!! lol

  • Hard Drive warning when upgrading to Mountain Lion. 2 try and I was able to upgrade. Software update for IPhoto, had problems restarting. Do I need my hard drive checked

    Hard Drive warning when upgrading to Mountain Lion. 2nd try and I was able to upgrade. Software update for IPhoto, had problems restarting. Do I need my hard drive checked

    Yes.
    Choose Apple menu > Restart. Hold down the Command (⌘) and R keys as your computer restarts.
    When you see a white screen with an Apple logo in the middle, you can release the keys.
    Click Disk Utility, and then click Continue.
    In the list at the left, select the item you want to repair. (Be sure to select an item that’s indented to the right in the list, not an item at the far left.)
    Click First Aid.
    If Disk Utility tells you the disk is about to fail, back it up and replace it. You can’t repair it.
    Click Repair Disk.
    If Disk Utility reports that the disk appears to be OK or has been repaired, you’re done.
    Otherwise, you may need to do one of the following steps.
    If Disk Utility can’t repair your disk or it reports “The underlying task reported failure,” try to repair the disk or partition again. If that doesn’t work, back up as much of your data as possible, reformat the disk, reinstall Mac OS X, and then restore your backed-up data.
    If you continue to have problems with your disk, it may be physically damaged and need to be replaced

  • I have a MacBook Air w/ 64 GB. I have hours and hours of music/vids/etc. Is it possible to have an external drive specifically set-up for my iTunes? If so, what do I need to do? Thanks!

    I have a MacBook Air w/ 64 GB. I have hours and hours of music/vids/etc. Is it possible to have an external drive specifically set-up for my iTunes? If so, what do I need to do? Thanks!

    Yes, many people do just that. Copy your iTunes folder to the external drive. Once done, open iTunes with Option held down and select the new location of the library file.

  • Trying to install Brother MFC-j475dw printer on older macbook (running osx 10.5.8) and need an inbox driver as Brother drivers are only for 10.6 and newer. Any ideas?

    Trying to install Brother MFC-j475dw printer on older macbook (running osx 10.5.8) and need an inbox driver as Brother drivers are only for 10.6 and newer. Any ideas?

    Yes, I have the tethering plan.  I was connected with USB and Bluetooth when I had the 3G.
    I am can now connect with USB, I recieved a new not seen before window when I plugged in the phone with the Network window open that allowed me to click on apply an connect.

  • HT1338 I am trying to update a Brother MFC-J5910DW firmware and driver software for OS X Mountain Lion. The instructions say I need to have JavaVM (Virtual Machine) on my system. How do I load it and wasn't there a "fix" apple sent out for Java?

    I am trying to update a Brother MFC-J5910DW firmware and driver software for OS X Mountain Lion. The instructions say I need to have JavaVM (Virtual Machine) on my system. How do I load it and wasn't there a "fix" apple sent out for Java?

    Java for OS X 2013-002

  • Satellite Pro A200 PSAFCA: Need Lan and display driver for XP

    Hey
    please help me!
    I have just installed XP on my new satalite pro, but i have had trouble with the drivers.
    At the moment I have installed most but from this site i can't seem to find a driver that will help my network card, nor my video NIVIDIA drive...
    any suggestions would be very valuable

    The Satellite Pro A200 PSAFCA is not known to me. I know only the Satellite Pro A200 PSAE1, PSAE4 and PSAE7. So could you please confirm your Pro A200 series?!
    If you cannot find the single XP drivers on the Toshiba page I would recommend checking the LAN and the graphic chip which is installed on the motherboard and use the XP drivers from the chip manufacture.
    If you need an graphic driver I would recommend using the drivers from the www.omegadrivers.net or www.laptopvideo2go.com site
    Regards

  • Any recommendations on which version of Photoshop to purchase for Ver. 10.9 and do you need a CD drive to install it or can it all be downloaded?

    Which version of Photoshop can I install on a Version 10.9 iMac and do I need a CD Drive to install it even if I download Photoshop from the Adobe site?

    The one called Pixelmator in the Mac App Store.

Maybe you are looking for

  • How do i fix my credit card security code invalid error?

    I have been using the same credit card for 2 years now and for some reason out of no where its saying my security code is invalid and that i have been charge 7.55. its not taking money out because the security code is invalid therefore charging me un

  • ALSB 2.6 generated WSDL is Invalid?

    Hi All, When I am trying to use WSDL generated by AquaLogic Service Bus 2.6 into portal using a service Control, it is giving me an exception stating that WSDL is invalid and some ..... long exception. How come WSDL generated by the tool is invalid??

  • Please, help. I have a simpple problem with selects and appends

    Hi experts, I want to append the data from pi_temp to pi_inter in every LOOP. What I have to do? Thanks a lot !!!! thank u! CODE: FORM get_interconsultes_data  TABLES pi_inter STRUCTURE zbw_interconsultes. DATA: pi_temp LIKE TABLE OF zbw_interconsult

  • Can I install both Premiere Elements and Premiere Pro on my computer?

    I use elements but I want to learn premiere pro so I just installed it but in the process elements was deleted.  I still need elements to finish projects I've started in elements.  Is there a way to have both programs on my computer and use both elem

  • Linux memory settings

    We installed the suite on a linux server in a managed configuration (AdminServer, soa_server1, bam_server1). At first we didnot change the memory settings so all three process ran with memory settings: -Xms512m -Xmx1024m -XX:PermSize=128m -XX:MaxPerm