搜索资源列表
200506112322253
- 一个简单的C语言做的通讯录管理系统,用链表实现的,可以实现简单的通讯录管理功能-a simple C language correspondence management system, with the realization Chain, can achieve a simple directory management capabilities
编程论坛-用C简单编写通讯录源代码(经典)申请加精
- 用C简单编写通讯录源代码(经典)申请加精 通讯录的源代码(用链表实现)-prepared with a simple C source code directory (classic) for inclusion in the intensive increase in the source code (with Chain achieved)
9
- 熟练掌握二叉树的二叉链表表示及前序创建算法与实现; 2)熟练掌握二叉树的前序、中序和后序递归遍历算法与实现; 3)掌握中序遍历线索二叉树的基本算法与实现 4)掌握中序遍历线索化二叉树的算法与实现; 5)按照实验题目要求独立完成实验内容(提交程序清单及相关实验数据与运行结果); 6)认真书写实验报告,并按时提交。
345
- 掌握循环链表的概念,掌握双向链表的的表示与实现
StudentBookCLanguageCourseDesign
- C语言 学生通讯录课程设计(功能齐全):1、用C语言实现系统; 2、利用结构体数组或动态链表实现学生通讯录的数据结构设计; 3、系统具有增加,查询,删除等基本功能; 4、系统的各个功能模块要求用函数的形式实现; 5、将通讯录信息存在文件中; 6、完成设计任务并编写课程设计说明书。 7、每个同学提交源程序(*.c),可执行程序(*.exe),保存通讯录信息的文件addrbook,课程设计说明书电子文档(word)。 -Student Book C Language
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.
1192
- 线性单链表长度.该程序实现的功能是:创建一个单链表,并且计算该链表的长度-Linear single-chain length. The function of the realization of the program are: to create a single list, and calculate the length of list
counter118
- C语言实现的一个无限大小计算器,主要用链表实现-C language implementation of an infinite size calculator
DoubleLinkedList
- 双向链表的查询 插入 和删除 采用c++实现了代码-Two-way linked list insert and delete query using c++ implementation of the code