文件名称:75-4
介绍说明--下载内容均来自于网络,请自行研究使用
用双向链表做数据结构,编写一个通信录管理系统。本系统应完成以下几方面的功能。
输入信息——enter();
显示信息——display();
查找以姓名作为关键字——search();
删除信息——delete();
存盘——save();
装入——load();
设计要求:
每条信息至少包含姓名(name)、性别(sex)、工作单位(company)、电话(Tel)等项。
作为一个完整的系统,应具有友好的界面和较强的容错能力。-2. Do with two-way linked list data structure, write a communication management system.The system shall complete the following several aspects of the function.
Input information- enter ()
Display information, display ()
Looking to name as a keyword, the search ()
Delete information-- delete ()
Save, save ()
Load, the load ()
Design requirements:
(1) each message contains at least name (name), gender (sex), work units (the company), telephone (Tel), etc.
As a complete system, should have a friendly interface and strong ability of fault tolerance.
输入信息——enter();
显示信息——display();
查找以姓名作为关键字——search();
删除信息——delete();
存盘——save();
装入——load();
设计要求:
每条信息至少包含姓名(name)、性别(sex)、工作单位(company)、电话(Tel)等项。
作为一个完整的系统,应具有友好的界面和较强的容错能力。-2. Do with two-way linked list data structure, write a communication management system.The system shall complete the following several aspects of the function.
Input information- enter ()
Display information, display ()
Looking to name as a keyword, the search ()
Delete information-- delete ()
Save, save ()
Load, the load ()
Design requirements:
(1) each message contains at least name (name), gender (sex), work units (the company), telephone (Tel), etc.
As a complete system, should have a friendly interface and strong ability of fault tolerance.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
75-4.cpp