Difference between revisions of "User:Cw249"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
+ | ==Homework 1== | ||
[http://www.aps.org/publications/apsnews/201505/needles.cfm Nuclear Needles in Cargo Haystacks], Shannon Palus, APS News, published May 2015, accessed 13 September 2015 (Grand Challenge: Prevent Nuclear Terror) | [http://www.aps.org/publications/apsnews/201505/needles.cfm Nuclear Needles in Cargo Haystacks], Shannon Palus, APS News, published May 2015, accessed 13 September 2015 (Grand Challenge: Prevent Nuclear Terror) | ||
+ | |||
+ | ==Homework 2== | ||
+ | I am most impressed by the example called Create a Structure Array. Each struct array contains the patient's name, billing, and test results. With this program you can create new struct arrays very easily and add a new patient's information into the arrays. Also, graphing each individual patient's every test that outputs three values is very simple by simply changing the x in bar(patient(x).test) to any patient's ID. |
Latest revision as of 01:51, 14 September 2015
Homework 1
Nuclear Needles in Cargo Haystacks, Shannon Palus, APS News, published May 2015, accessed 13 September 2015 (Grand Challenge: Prevent Nuclear Terror)
Homework 2
I am most impressed by the example called Create a Structure Array. Each struct array contains the patient's name, billing, and test results. With this program you can create new struct arrays very easily and add a new patient's information into the arrays. Also, graphing each individual patient's every test that outputs three values is very simple by simply changing the x in bar(patient(x).test) to any patient's ID.