d2jsp
Log InRegister
d2jsp Forums > Off-Topic > Computers & IT > Programming & Development > Need A C++ Assingment Done
Add Reply New Topic New Poll
Member
Posts: 8,405
Joined: Apr 2 2006
Gold: 285.01
Mar 15 2017 01:34pm
Sounding rockets are used to probe different levels of the atmosphere to collect information (such as that used to monitor the levels of ozone in the atmosphere). In addition to carrying the scientific package for collecting data in the upper atmosphere, the rocket also carries a telemetry system to transmit scientific data to a receiver at the launch site. Performance measurements on the rocket itself are also transmitted, so they can be monitored by range safety personnel and later analyzed by engineers. These performance data include altitude, velocity, and acceleration data. Assume that this information is stored in a file and that each line contains four values—time, altitude, velocity, and acceleration. Assume that the units are seconds, meters, meters/second, and meters/second2, respectively.
 Assume that the file rocket1.txt contains an initial line that contains the number of actual data lines that follows. Write a program that reads these data and determines the time at which the rocket begins falling back to earth. (Hint: Determine the time at which the altitude begins to decrease.)

 The number of stages in the rocket can be determined by the number of times that the velocity increases to some peak and then begins decreasing. Write a program that reads these data and determines the number of stages on the rocket. Use the data file rocket2.txt . It contains a trailer line with the value –99 for all four values.

 After each stage of the rocket is fired, the acceleration will initially increase and then decrease to –9.8 m/s2, which is the downward acceleration due to gravity. Find the time periods of the rocket flight during which the acceleration is due only to gravity. Allow the acceleration to range up to 65% of the theoretical value for these time periods. Use the data file rocket3.txt , which does not contain a header line or a trailer line.

we are given the text files

Member
Posts: 32,925
Joined: Jul 23 2006
Gold: 3,804.50
Mar 15 2017 06:59pm
Not interested in doing assignments. if you have a question, feel free to post it.
Member
Posts: 23,518
Joined: Aug 3 2011
Gold: 3,575.00
Apr 7 2017 06:31pm
Quote (carteblanche @ Mar 15 2017 05:59pm)
Not interested in doing assignments. if you have a question, feel free to post it.


This, seems like you're dealing with rocket science :P
Member
Posts: 13,425
Joined: Sep 29 2007
Gold: 0.00
Warn: 20%
Apr 8 2017 05:28am
3000fg.
Go Back To Programming & Development Topic List
Add Reply New Topic New Poll