Description: Staff management system
Data Structure Course Design
1.1 Description of the problem
Management of unit staff, including insert, delete, search, sort and other functions.
1.2 requirements
Workers, including job number object, name, sex, date of birth, years of work, education, job, address, telephone and other information.
(1) Add a workers: workers will be added to the dictionary object by name way into staff management file.
(2) Delete a staff: staff management of files deleted from a worker object.
(3) query: query from the staff manage files of employees subject to certain conditions.
(4) Review: a worker objects to retrieve, modify some of its properties.
(5) Ordering: some kind of object file workers need to be sorted.
1.3 to achieve prompt
Number of objects do not have a lot of employees, to facilitate a read into memory, all operations inside and outside the deposit without the exchange.
(1) from the keyboard input of workers object to save the papers.
To Search:
File list (Check if you may need any files):
Staff management system.doc