-
Pure C language to write a small general
纯C语言写的小型通用数据库,一个C数据结构组科技小组的作品,附有开发思路PPT,这可是一个宝贵的资源哦,更底层的东西,运行于DOS提示符,可以新建数据库等操作。C的编程高手们值得参考一下。-Pure C language to write a small general-purpose database, a data structure C Group Technology Group works to develop ideas with PPT, this is a valuable resource Oh, and the bottom of things, running on the DOS prompt, you can operate a new database. C programming masters worthy of reference.
- 2023-01-16 16:55:04下载
- 积分:1
-
Database SQL development, the default database SQL development, the default
数据库 SQL开发,默认 数据库 SQL开发,默认-Database SQL development, the default database SQL development, the default
- 2022-02-01 19:32:18下载
- 积分:1
-
使用ADO +
ado+ACCE
- 2022-01-28 20:28:57下载
- 积分:1
-
C++ 语言编写的Point函数 初学者比较适宜!
资源描述本代码比较适合初学者,刚接触C语言的童鞋比较是以查看代码进行了解学习。主讲的是Point函数,编的小程序,供大家下载!
- 2022-06-13 00:46:40下载
- 积分:1
-
链表实现
应用背景C语言实现链表...(包含完整注释,使用链表结构可以克服数组链表需要预先知道数据大小的缺点,链表结构可以充分利用计算机内存空间,实现灵活的内存动态管理。但是链表失去了数组随机读取的优点,同时链表由于增加了结点的指针域,空间开销比较大。链表最明显的好处就是,常规数组排列关联项目的方式可能不同于这些数据项目在记忆体或磁盘上顺序,数据的存取往往要在不同的排列顺序中转换。链表允许插入和移除表上任意位置上的节点,但是不允许随机存取)关键技术包含初始化链表函数、检测链表是否为空函数、清空链表函数、查找第i个元素函数、查找与e相同元素函数、在制定位置插入元素函数、删除指定元素函数、获取链表长度函数
- 2022-01-26 07:24:05下载
- 积分:1
-
数据结构课后题,二叉树,图,排序
资源描述数据结构课后题,二叉树,图,排序,对于初学算法的学生很有帮助
- 2022-03-03 00:59:26下载
- 积分:1
-
超市网站,数据结构,最小生成树问题。自性。
超市选址,用数据结构,求最小生成树问题。自设计算法为超市寻找一个最短路径。-Supermarket site, the data structure, and minimum spanning tree problem. Since the design of algorithms for the supermarket to find a shortest path.
- 2022-03-04 22:22:38下载
- 积分:1
-
快速排序算法代码Quick sort algorithm code
快速排序算法代码Quick sort algorithm code-Quick sort algorithm code
- 2022-08-17 01:03:38下载
- 积分:1
-
minimum spanning tree data structure for the law
数据结构最小生成树的求法――算法 数据结构可后实习题目-minimum spanning tree data structure for the law-- algorithm data structure can be subject after practice
- 2022-07-13 04:01:02下载
- 积分:1
-
Backward recursive method used to achieve the eight
使用回溯递归法实现的八皇后问题的算法源码-Backward recursive method used to achieve the eight-queen problem algorithm source code
- 2022-11-08 16:40:02下载
- 积分:1