搜索资源列表
doubly-linked-list
- 使用C#图形界面编程,实现双链表的建立、插入、删除和查找等功能。双链表中的连线和节点可以实时显示。-Use C# GUI programming, to achieve the establishment of a doubly linked list, insert, delete and search functions. Doubly linked list of connections and nodes can be displayed in real time.
Student_grade_system
- 双链表存储学生升级,可以新建,增加,修改学生资料,包括姓名和学号。有注释-Upgrade doubly linked list storage students can create, increase, modify the student information, including name and student number. Annotated
shuanglianbiao
- 这是一个实现双链表基本操作的程序 简单可用 调试通过 很有借鉴性-This is a doubly linked list to achieve the basic operation of the program is very simple and can learn from nature through debugging
likaihomework3
- 单链表与双链表的应用。包括链表的建立,查找、删除、交换相邻两个元素的功能-Single list and double-linked list of applications. Including the establishment of the list, search, delete, swap two adjacent elements function
Student-score-inquiring
- 可用顺序表、单链表、双链表、循环链表实现学生成绩及信息输入、输出、查询等功能-Can order table, singly linked lists, double linked list, circular linked list to achieve student performance and information input, output, query and other functions
DoubleLinkList
- 初始化双链表H(H为单链表头指针) 依次采用尾插法插入’a’,’b’,’c’,’d’,’e’五个字符元素 输出双链表H 输出双链表H的长度 判断双链表H是否为空 输出双链表H的第三个元素 输出双链表H中字符元素’d’的位置 在第四个元素位置上插入字符元素’f’ 输出双链表H 删除双链