EssayGhost Assignment代写,Essay代写,网课代修,Quiz代考

EssayGhost-Essay代写,作业代写,网课代修代上,cs代写代考

一站式网课代修,论文代写

高质量的Assignment代写、Paper代写、Report代写服务

EG1hao
网课代修代上,cs代写代考
物理代写案例
您的位置: 主页 > 理科代写案例 > 物理代写案例 >
物理代写:物理论文代写,物理作业代做 - 物理作业代写/物理代考
发布时间:2021-07-25 17:53:16浏览次数:
This assignment is to be implemented using procedural programming. The overall program should processpatients through a medical centre. This is not supposed to be a sensible simulation of such a centre, anddoes not comply with typical operating practices for such centres.General code notesThese are some general rules about what you should and shouldn t do.1. Your assignment should be organised into:(a) A driver file containing your main() function.(b) A header file containing the prototypes for the functions you write.(c) An implementation file containing the implementations of your functions.2. Your code could compile on any platform with the compilation instructions you provide in Readme.txt.3. You are not allowed to use classes.4. You can use structs, but without member functions.5. You should include some exception handling in the case of data file unavailability.6. Be consistent in your tabbing style.7. Include sensible volumes of commenting.8. Use appropriate variable names.9. Don t leak memory.10. The main() function should make it clear what is going in, and shouldn t be too large.1Run structureThe Medical Centre runs on a strict quota system, and closes after seeing the number of Patients specifiedas the command argument, or when there are no Patients left to see.There is otherwise no sense of time in this program, so it s possible every patient could see the samedoctor.Errors should be reported to standard error. Runtime progress should be reported to standard out. Asummary of what happens to each patient should be passed to whatever file is specified on the commandline as the Output-file.When you load the data files, you should output the content in a sensible format to make it clear thatyour input processing works. You should deal with the patients on a one by one basis. Each patient will need to see a randomly chosen doctor of the same gender. If there is no doctor ofthe same gender, the patient leaves with their ailment unresolved. The doctors will attempt to diagnose the correct ailment, with the percentage change of doing so be￾ing some sensible function of the doctor s quality, the ailment degree, and the ailment determinationcomplexity. You should specify this function in your Readme.txt file. If the doctor fails to identify the correct ailment, the doctor will guess at the ailment, equally likelyto specify any ailment including the correct one. If a doctor determines that the patient has a particular ailment they will apply the treatmentassociated with that ailment. The chance of the treatment working should be some sensible function of the doctor s quality andthe ailment treatment complexity. If it s the wrong treatment, the chance of it working should be25% of the chance when using the correct treatment. You should specify your success function inyour Readme.txt file. Once given a treatment the patient leaves, whether the treatment is successful or not.Sensible with respect to the functions above means that increasing or decreasing the arguments shouldchange the chance of success in a common sense way, so a higher quality doctor, higher ailment degreeand lower ailment determination complexity give better chances of success.InputsFour data files will be provided. The general syntax of those files is described here, and examples areprovided on Banshee in /share/cs-pub/251/Assignments/One/. Those files are in Unix format so if youcopy them over to Windows and back to Unix there may be additional characters, particularly the end ofline M that may appear.The four data files are as follows:1. Patients.txt: No more than 100 entries.2Title,Name,Age,Gender,Ailment,Ailment degree.Example:egin{verbatim}Ms,Alice Anteater,25,F,3,100.Mr,Bob Badger,37,M,2,50.Cpl,Carol Carrot,45,F,2,75.,Dan Digger,30,M,1,20.Dr,Ernie Edwards,50,M,3,75.The Age, Ailment and Ailment degree are all integers, with the Ailment degree a percentage in the range1 to 100. Gender is a single character. The title and name can be anything, although while the title canbe empty there must be a name. The Ailment corresponds to the Ailments listed in the Ailments.txt file.The higher the Ailment degree the worse the case of that Ailment the patient has. The higher it is theeasier it is to recognise.1. Doctors.txt: No more than 10 entries.Name,Gender,Quality.Boris Barn-Owl,M,77.Ernie Edwards,M,60.Frankie Fisher,M,75.Geraldine Gardner,F,73.Henrietta Helpful,F,80.The name cannot be empty. Gender is a single character. The qualityis a percentage in the range 1 to 100.1. Ailments.txt: No more than 20 entries.Name,Ailment determination complexity,Ailment treatment complexity,Treatment.Ailment determination complexity and Ailment treatment complexityare percentages in the range 1 to 100. The lower the Ailment determinationcomplexity, the easier it is to recognise the ailment. The higherthe Ailment treatment complexity. the harder it is to treat the ailmentsuccessfully.The Treatment corresponds to the Treatments listed in the Treatments.txtfile.egin{verbatim}Dizziness,20,70,1.Headache,5,5,3.Broken bone,5,25,2.1. Treatments.txt: No more than 10 entries.Name.Bed rest.3Plaster cast.Panadol.Antibiotics.Miscelleneous Medicine.If a given data file has an incorrectly formatted line, you should report the problem andignore that line.OutputErrors should be reported to standard error. Runtime progress, included the file loading output demo,should be reported to standard out.A summary of what happens to each patient should be passed to whatever file is specified on thecommand line as the Output-file. This should include the doctor seen, the ailment diagnosed, and thetreatment, and whether the treatment was successful.Notes on submissionSubmission is via Moodle.Your code must compile with the instructions you provide. If it doesn t you will likely be given zerofor the programming part of this assignment.Please submit a single zip file with all your assignment files in it. Do not include subdi￾rectories, that slows down marking!Note that in addition to the code you need to submit Readme.txt, containing your compilation in￾struction and the functions mentioned earlier.Do NOT submit1. The deadline is 11:55pm Monday 6st November 2017.2. Late submissions will be marked with a 25% deduction for each day, including days over the weekend.3. Submissions more than three days late will not be marked, unless an extension has been granted.4. If you need an extension apply through SOLS, if possible before the assignment deadline.5. Plagiarism is treated seriously. Students involved will likely receive zero.c Prof. Zhifeng Wang, CCNU-UOW, 2017.4

所有物理代写范围:essayghost为美国、加拿大、英国、澳洲的留学生提供物理代写、物理作业代写、物理代考等留学生物理作业代写、exam代考服务。