Thread: program for Radiation Testing

  1. #1
    Unregistered
    Guest

    Angry program for Radiation Testing

    I am asked to write a program about radiation testing for a microprocessor board. I don't know what need to be write. The requirements are testing for floating point, keep statistics on failed operations, bits flips-error. Please help! Thanks!

  2. #2
    Mayor of Awesometown Govtcheez's Avatar
    Join Date
    Aug 2001
    Location
    MI
    Posts
    8,823
    > I don't know what need to be write.

    Neither do we - you haven't really given any useful information that could be used to make anything resembling a program...

  3. #3
    The Artful Lurker Deckard's Avatar
    Join Date
    Jan 2002
    Posts
    633
    Originally posted by Govtcheez
    Neither do we
    I don't know about that. I'm pretty sure he wants to call get_radiation_test_results_and_dont_forget_the_bit _flips(). I think that's in radiation.h.
    Jason Deckard

  4. #4
    Mayor of Awesometown Govtcheez's Avatar
    Join Date
    Aug 2001
    Location
    MI
    Posts
    8,823
    Yeah, but that's not a standard header - AFAIK it only comes with RadiationTester++

  5. #5
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,656
    > I am asked to write a program about radiation testing for a microprocessor board.
    Start by reading the hardware documentation which should tell you how the sensors are connected to the processor, thus allowing you to get data into the system.

    After that, it's just number crunching

  6. #6
    Registered User SavesTheDay's Avatar
    Join Date
    Jan 2002
    Posts
    77
    I don't know about that. I'm pretty sure he wants to call get_radiation_test_results_and_dont_forget_the_
    bit_flips(). I think that's in radiation.h.
    Jesus, that was funny..........some of the people who post here with these crazy ass projects act like they are graduate level students who have never programmed anything in their lives........

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Need some help with C program writing
    By The_PC_Gamer in forum C Programming
    Replies: 9
    Last Post: 02-12-2008, 09:12 PM
  2. Can someome help me with a program please?
    By WinterInChicago in forum C++ Programming
    Replies: 3
    Last Post: 09-21-2006, 10:58 PM
  3. my server program auto shut down
    By hanhao in forum Networking/Device Communication
    Replies: 1
    Last Post: 03-13-2004, 10:49 PM
  4. fopen();
    By GanglyLamb in forum C Programming
    Replies: 8
    Last Post: 11-03-2002, 12:39 PM