搜索资源列表
mpbiq
- 用双向链表,文件读写的知识编写简单的通讯录,可记录姓名、性别、出生年月日、邮编、地址、电话号码等内容。可从第一条显示、从最后一条显示,可实现上翻下翻浏览。可进行添加、删除、插入、查找、保存、退出等通讯录的基本操作。界面友好,输入输出更具人性化,实现键盘响应,有操作提示,便于使用者上手操作。-with two-way linked list, document literacy knowledge of the preparation of simple correspondence, it ca
DoubleList.rar
- 用类定义一个双向链表,并定义双向链表的排序插入,删除和输出操作的成员函数,可以实现依据姓名查找结点及修改结点数据的功能,把记录以通讯录形式保存在磁盘上。,Class definition with a two-way linked list, and define the order of two-way linked list insert, delete, and member functions of the output operation can be achieved based o
star
- 使用双向链表实现的通讯录。我的课程设计。-The realization of the use of two-way contacts list. My curriculum design.
mylist
- 用vc++编写的双向链表的通讯录管理系统-Prepared using vc++ doubly linked list of address book management system
tongxunlu
- 利用双向链表建立的用户通讯录系统,能够完成通讯录的额建立,查询,删除,更改等日常操作。-Using two-way linked list system established by the user address book, address book amount to complete the establishment, query, delete, change, and other daily operations.
tongxunlu
- 制作一个简易的通讯录,包括基本操作和存储功能。 用〈〈数据结构〉〉中的双向链表作数据结构,结合C语言基本知识。编写一个通讯录管理系统。以把所学数据结构知识应用到实际软件开发中去。 设计内容:本系统应完成一下几方面的功能: 输入信息——enter() 显示信息———display( ) 查找以姓名作为关键字 ———search( ) [由一人完成] 删除信息———delete( ) 存盘———save ( ) 装入———load( ) 任务: 每条信息至包含 :姓名
ContactBook
- 数据结构课链表实验设计——一个MFC下的小巧学生通讯录。代码欢迎大家来参考。将双向带头尾链表封装在一个类里(因为是数据结构课,所以没用STL的list)。然后将链表封装在通讯录类里供Dialog使用。-Experimental Design class list data structure- a small MFC students under the address book. Welcome to the code reference. Will take the lead in the
directories
- 一个简单的通讯录软件,使用双向链表的数据结构-A simple address book software, the use of doubly linked list data structure
double_circle_link
- 用纯c实现的双向循环链表,类似于通讯录的功能。-The double-way circle linked list is realized with pure c code and its function is similar to the address book.
dntxl
- 学生档案通讯录管理系统,用C++双向循环链表编写,支持信息保存,从文件载入,信息录入,信息添加删除,信息排序,信息修改等功能-Student file address book management system, written in C++ two-way circular linked list, support information is saved and loaded from the file, information input, information is added to
双向链表 课程设计
- 双向链表 课程设计得优,实现功能为通讯录,界面没写,调试得没有bug-Doubly linked list of curriculum design excellent functionality for the address book, the interface did not write, debug, not bug
tongxunlu
- 一个小的通讯录管理系统,采用双向链表写的 -A small address book management system, wrote a doubly linked list
daima
- 数据结构课设作业---通讯录。基于双向循环链表-TELEPHONE
liu
- 用〈〈数据结构〉〉中的双向链表作数据结构,结合C/C++语言基本知识。编写一个通讯录管理系统。以把所学数据结构知识应用到实际软件开发中去。 设计内容:本系统应完成一下几方面的功能: 录入信息——enter() 显示信息———display( ) 查找———search( ) 删除信息———delete( ) 存盘———save ( ) 装入———load( ) 设计要求: 1) 每条信息至包含 :学号(NUM)姓名(NAME)性别(SEX)城市(C
telephone-direction
- 使用vc6.0编译的通讯录,可添加修改删除记录,使用双向链表-telephone direction
mylist100
- 用vc++编写的双向链表的通讯录管理系统-Prepared using vc++ doubly linked list of address book management system