-
链表实现
应用背景C语言实现链表...(包含完整注释,使用链表结构可以克服数组链表需要预先知道数据大小的缺点,链表结构可以充分利用计算机内存空间,实现灵活的内存动态管理。但是链表失去了数组随机读取的优点,同时链表由于增加了结点的指针域,空间开销比较大。链表最明显的好处就是,常规数组排列关联项目的方式可能不同于这些数据项目在记忆体或磁盘上顺序,数据的存取往往要在不同的排列顺序中转换。链表允许插入和移除表上任意位置上的节点,但是不允许随机存取)关键技术包含初始化链表函数、检测链表是否为空函数、清空链表函数、查找第i个元素函数、查找与e相同元素函数、在制定位置插入元素函数、删除指定元素函数、获取链表长度函数
- 2022-01-26 07:24:05下载
- 积分:1
-
栈的应用-表达式求值2
栈的应用-表达式求值2 ..............................................................................................................................................................................
- 2023-03-28 02:05:04下载
- 积分:1
-
是数据结构中经常见到的矩阵运算,包括+,
是数据结构中经常见到的矩阵运算,包括+,-,* 。-data structure is often seen matrix operations, including+,-,*.
- 2023-06-01 00:25:03下载
- 积分:1
-
数据库查询、显示程序,使用access数据库,需要配置数据库程序才能使用...
数据库查询、显示程序,使用access数据库,需要配置数据库程序才能使用-database query, display, the use of database access, the need for database programs can use
- 2023-06-25 00:10:03下载
- 积分:1
-
ADBMS document for procedures and triggers
ADBMS document for procedures and triggers
- 2022-04-17 19:26:43下载
- 积分:1
-
初学者学习c语言数据结构的编码,
初学者学习c语言数据结构的编码,-Beginners to learn c language data structure encoding,
- 2022-09-25 03:00:02下载
- 积分:1
-
Tree algorithm, senior data structure must learn a special binary search tree, a...
红黑树算法,是高级数据结构中必须学习的一种特殊二元查找树,也是很有实际用处的一个算法。-Tree algorithm, senior data structure must learn a special binary search tree, also very practical usefulness of an algorithm.
- 2022-03-24 15:41:48下载
- 积分:1
-
迷宫程序,C++实现 一个用VC写的关于迷宫的程序
迷宫程序,C++实现 一个用VC写的关于迷宫的程序-maze procedure, C to achieve a VC was on the maze procedure
- 2022-02-20 11:37:30下载
- 积分:1
-
设计邻接表类,实现无向图的深度优先非递归遍历,无向图的广度优先遍历,并设计主函数输入数据进行测试...
设计邻接表类,实现无向图的深度优先非递归遍历,无向图的广度优先遍历,并设计主函数输入数据进行测试-Design category adjacency list, realize undirected graph of the depth-first traversal non-recursive, non-directed graph breadth-first traversal, and the design of the main function of the input data for testing
- 2022-09-01 23:30:03下载
- 积分:1
-
考勤管理系统源码
考勤管理系统源码-Attendance Management System FOSS
- 2023-08-03 09:15:03下载
- 积分:1