搜索资源列表
arr2ptr
- 利用数组实现链表和指标实现链表的差别和对比。-use arrays to achieve List and List indexes and contrast the differences.
stuAdmin
- 简单的学生管理程序,用链表实现,可以实现查询,添加和删除-students simple management procedures, using chain to achieve, can achieve inquiries, add and delete
collegescoremanagement
- 高校学籍管理系统:存储和显示功能的实现:利用链表,将数据逐条写入和读出文件; 添加数据:将链表的最后的next指针指向一个新开辟的空间地址,然后将数据最后追加一条信息。 修改数据:先按要求(学号或姓名)查找看看要求信息是否存在,如果找到,让用户输入修改后的信息,如果找不到的话提示用户重新输入。 删除数据:先按要求(学号或姓名)查找看看要求信息是否存在,如果找到,将要删除的数据前面一条的next指向要删掉的这条信息的下一条的地址,然后将此信息的空间释放。如果找不到的话提示用户重新输入。
Link_lists
- 用链表实现图片的显示,结点存的是图片的地址和图片名。-with List in the picture, the deposit node is the address and pictures from photographs.
link
- 这是一个很完善的链表源程序,提供了各个功能的借口,实现了链表的插入,追加,删除,和相应的内存释放~
migong
- 一、 实验目的: (1) 熟练掌握链栈的基本操作及应用。 (2) 利用链表作为栈的存储结构,设计实现一个求解迷宫的非递归程序。 二、实验内容: 【问题描述】 以一个m×n的长方阵表示迷宫,0和1分别表示迷宫中的通路和障碍。设计一个程序,对任意设定的迷宫,求出一条从入口到出口的通路,或得出没有通路的结论。 【基本要求】 首先实现一个链表作存储结构的栈类型,然后编写一个求解迷宫的非递归程序。求得的通路以三元组(i,j,d)的形式输出,其中:(i,j)指示迷宫中的一个坐标,
kw呵呵
- 1.本程序用以实现对线性链表的维护、插入、删除、输出等功能,在该实验设计中是以某商家电部门的库存为模型,实现了对该商品库存的更新,如商品的进货、提货的业务,以入对商品库存的修改、查询、删除等等。-1. The procedures used to achieve linear list maintenance, insert, delete, output functions, in the experimental design is a commercial appliance sector
CMyAdo
- 该类实现了对ADO数据库的链接,自动获取数据库IP,填CListBOx表的填充等功能。
123456
- 动态链接数据库,动态链接数据表。并实现表的查找-failed to translate
CityDataBaseLink
- 此工程为城市数据库系统,这个是用C++语言编写,基于链表实现的。-the database of city system by using linklist.
Untitled2
- 将链表l1、l2在l3中合并,并且实现l1、l2、l3的升序输出。-The list l1, l2 l3 in the merger and to achieve l1, l2, l3 the ascending output.
yuesefu
- 利用链表实现约瑟夫问题的求解,并且输出报数的孩子的序号,同时检测输入数据的正确性。-Joseph realized the problem by solving the linked list, and the output number of children reported to the serial number, while testing the correctness of the input data.
ODBC
- 实现数据源的链接,对Access数据库操作 添加、删除记录 添加表、删除表 显示表中的数据-Links to data sources, the Access database operations to add, delete, add records table, delete table shows the data in the table
experiment-of-data-structure
- 以链式存储结构实现一个线性表的抽象数据类型,并实现线性表的初始化、查找、插入、删除和就地逆置等操作,要求具有较好的人机交互处理过程。-In order to achieve a linear chain store structure table abstract data types, and to achieve a linear table is initialized, search, insert, delete, and set in place the inverse operat
LinkedStack
- 用链表实现对栈的储存,并能够实现对链表的读取,压栈出栈等一系列操作。-Link stack
lianbiao
- 链表的基本操作,用C语言实现,经过调试可以运行-List of basic operation, using C language, after commissioning can run
linklist101
- 数据结构 链表的实现 动态链可以进行删除 插入等操作-Data structure linked list of dynamic chains can be removed into other operations
linklist101
- 数据结构 链表的实现 动态链可以进行删除 插入等操作-Data structure linked list of dynamic chains can be removed into other operations