搜索资源列表
aa
- 本次通讯录管理程序主要是运用了链表的应用,线性表是数据结构中最简单、最常用的一种线性结构,本次实验主要任务是使用有关单链表的操作来实现通讯录信息系统管理。-The address book management is the application of the use of a linked list, linear data structure table is the most simple, the most commonly used as a linear structure, th
ConsoleApplication1
- 数据结构试验报告:线性表,同学录管理系统-The linear table Classmates management system
linear-block-code-software-design
- 应用C语言对(7,3)线性分组码的编译码的软件设计。主要做了以下几项工作:对三位正确的信息码进行编码;若输入的三位信息码有错,系统输出提醒,可以重新输入;对七位接收到的码字判断是否有错,并在无错和有一位错误时进行译码,在有多位错误时输出提醒,可以选择重新输入。-Application of C language for encoding and decoding (7,3) linear block code software design. Mainly to do the following
DS_EX4
- 分别基于线性表、二叉排序树或哈希表不同的检索策略,实现一个列车信息检索系统(列车信息保存在train.txt中),能根据输入的“车次”检索出对应的列车详细信息,并计算不同检索策略的平均查找长度ASL。-Respectively, based on the linear table, binary sort tree or hash table different search strategies to achieve a train Information Retri System (tra
利用线性表编写的通讯录程序
- 建立一个员工通讯录管理系统,可以方便查询每一个员工的办公室电话、手机号、及电子邮箱。其功能包括通讯录链表的建立、员工通讯信息的查询、修改、插入与删除、以及整个通讯录表的输出。