搜索资源列表
C02
- 通信录的开发! 各种功能都有! 非常有用!
contacts1
- 利用线性表实现一个通讯录管理,通信录的数据格式如下: struct DataType { int ID //编号 char name[10] //姓名 char ch //性别 char phone[13] //电话 char addr[31] //地址 } 要求: ? 实现通讯录的建立、增加、删除、修改、查询等功能 ? 能够实现简单的菜单交互,即可以根据用户输入的命令,选择不同的操作。 ? 能够保
LAJIAO
- 数据结构课程设计题目通信录管理系统源代码-Data structure directories management system
tongxinlu
- 电子通信录。输入、存储、排序、查找的功能-Electronic address book. Input, store, sort, search functions
chap7_9
- 自制的同学通信录程序,添加,查找,删除等操作功能齐全。-A student s address program,it can add,search, delete.
llllsss
- 手机通信录模拟 (1)参考数据结构 typedef struct{ char name[10] //姓名 char OfficeTel[20] //办公电话 char HomeTel[20] //家庭电话 char CellPhone[20] //移动电话 char sex //性别,可用’F’表示女,’M’表示男 char group[10] //分组情况,分办公类、个人类 、商务类 char Email[30
HAXI-TONGXUNLU
- 这是用vc++编写的以哈希算法做的一个通信录,可以添加,查找,体现哈希的算法思想-This is a hash algorithm using vc address book, you can add, find, reflecting the thinking of hash algorithm
Address-Book
- 数据结构最经典的应用例子—通信录的实现。利用了链式结构的链表,适合开始接触数据结构的同学-Application data structure classic example- recorded communications implementation. Students take advantage of the chain structure of the list for getting started with data structures
完整代码12(1)
- 设计实现一个模拟的班级信息管理系统,合理运用数组、指针、结构体及文件操作等,实现一个模拟的班级通信录管理系统。该系统用于管理学生的基本信息、通信信息等。(Design and implementation of a simulation class information management system, the rational use of arrays, pointers, structures and file operations, to achieve an analog cla
源程序
- 设计实现一个模拟的班级信息管理系统,合理运用数组、指针、结构体及文件操作等,实现一个模拟的班级通信录管理系统。该系统用于管理学生的基本信息、通信信息等。(Design and implementation of a simulation class information management system, the rational use of arrays, pointers, structures and file operations, to achieve an analog cla