代写software system、C++程序语言调试、代写c/c++、代做programming代做SPSS|代做SPSS

Development of a software system for Student achievement management using C programmingDeadline of submission: 29 Dec 2019The objective of this assignment is to design and implement a software solution to a specification. This project would include approximately 3000 words for explanations of system design and programming code, complete source codes with detail comments, and an executable EXE file to show functions of the system. Outcomes should show: (1) Knowledge and experience of how to test software and how to document software using comments. (2)Ability to employ stepwise refinement to design and implement software which meets a set of specified requirements. Outlines of the project document are shown as following:Title: Student achievement management system1.IntroductionContent including:*specification of the system*technologies used in the system*characteristics of the system 2.System specified requirementsStudent achievement table is shown in Table 1Table 1: Student achievementStudent Name Student ID Computer programming Physical Education Communication and Research AveragesJohn zy001 84 86 78 Xiaoming zy002 77 82 90 Xiaohua zy003 91 81 76 Jianguo zy004 79 82 85 Xiaodong zy005 60 55 40 ... ... ... ... ... In order to speed up the data process in student achievement management, a software system with a friend interface is designed. The required functions of the system are as flowing:(1)The system can easily enter the student information and store the data in a student record file on a hard disk. (提示:用第十章数据结构体表示一个学生的个人信息和成绩,因为学生信息有字符串型、整型、浮点型等不同类型数据不合适用数组。把这样的已记录信息,可当做一个第十一章中讲述的文件随机记录,写到硬盘上的文件中,或从文件硬盘的文件中读出来。)(2)The system can easily load the student information from the file and display the student achievement table on screen.(提示:用第十一章读硬盘上的文件方法,把学生信息读出到内存中,并显示出来。代写software system作业、C++程序语言作业调试、代写c/c++实验作业、代做programming作业 )(3)The system can automatically calculate averages of scores and put them in the average column.(4)In the system a user can use a student ID or student name to search the student record file and display the student achievement information on screen. (提示:在从文件读出学生信息记录时,比较student ID如果是则显示出来)(5)The system provides a function to list a student information table in which the student name contains letter “x” or”X”.(应用到第8章中的字符串搜索,比较等函数)(6)The system provides a function to list a student table in which the student average scores are less than 60, and another table for the students with an average score larger than 59.(7) The system can sort the student achievement table in ascending or descending of column average or Computer programming or Physical Education or Communication and Research, and the sorted table can be displayed on screen.(8) A user can insert a student achievement record after a specific student ID, and display new table. (9) A user can delete a student achievement record using the student name or student ID, and then display new table.(10)Other functions you think that the system should provide. 3.System designContent including: *how to represent the student data, e.g. variable types, arrays, data structures,files... (建议用结构体数组方法,表示Table 1)*structure of the software system, stepwise refinement design of the main modules...4.System implementationContent including: * some important algorithm design*programming methods for some important programs*detail flowchart for some important program. 5.System test resultsContent including: *test results for all functions *examples for system functions6.Appendix 1. Source codes with detail comments Appendix 2. the corresponding EXE file that can be run on windows and shows all the functions.Deadline of submission: 29 Dec 2019.转自:http://www.daixie0.com/contents/13/4500.html

你可能感兴趣的:(代写software system、C++程序语言调试、代写c/c++、代做programming代做SPSS|代做SPSS)