Home > Back-end >  Pray god save the children
Pray god save the children

Time:09-17

Total module requirements:
The first module, the main function main () function is: according to the function calls a menu of options, and complete the corresponding functions,
The second module - Menu () function is: according to prompt Menu,
The third module, the Quit () function is: exit menu,
The fourth module, the Create () function is: to Create a new data record,
The fifth module - the Add () function is: Add new data records, and return to the menu,
Sixth module - the Find () function is: query the relevant information as required, if found, shows this information, if not found, the tip file without this information, and return to the menu,
The seventh module - the Alter () [features are: to modify a record information, records, if not found to be amended, suggest no this record in the system, and returns the menu,
Eighth module -- Delete () function is: to Delete a record, if want to Delete the record is not found, indicates that in the address book, and returns the menu,
The ninth module - the List () function is: show all records,
, a list or sequence table is used to implement the following system, completed the establishment of the linear table (including at least 10 nodes), as well as the linear information (nodes) in the table insert, search, delete, modify, output operations, such as specific module is asking to see at the top of the "requirements for the overall module", suggested "file" to store data,
3. The books management information system design and implementation of
(1) the book information including: number (char num [10]), title (char name [10]), the author (char author [10]), pricing (float money)
(2) in addition to the overall module requirements outside, still need to calculate to find the same authors of all the books, as well as the pricing is higher than the number of 50 books

CodePudding user response:

He was a child, don't let him
  • Related