-
VFP学生管理系统
VFP学生管理系统,包括注册,管理以及数据统计-VFP student management system
- 2022-04-06 09:25:46下载
- 积分:1
-
mysql-5.0.45.tar.gz
Mysql5.0的源代码,可以不受系统平台限制,而解决原来使用数据库的软件顺利平移的问题。
- 2022-04-11 19:58:12下载
- 积分:1
-
链表实现
应用背景C语言实现链表...(包含完整注释,使用链表结构可以克服数组链表需要预先知道数据大小的缺点,链表结构可以充分利用计算机内存空间,实现灵活的内存动态管理。但是链表失去了数组随机读取的优点,同时链表由于增加了结点的指针域,空间开销比较大。链表最明显的好处就是,常规数组排列关联项目的方式可能不同于这些数据项目在记忆体或磁盘上顺序,数据的存取往往要在不同的排列顺序中转换。链表允许插入和移除表上任意位置上的节点,但是不允许随机存取)关键技术包含初始化链表函数、检测链表是否为空函数、清空链表函数、查找第i个元素函数、查找与e相同元素函数、在制定位置插入元素函数、删除指定元素函数、获取链表长度函数
- 2022-01-26 07:24:05下载
- 积分:1
-
aviation shortest path detection, call VB D
航空最短路径探测,VB调用D-aviation shortest path detection, call VB D
- 2022-01-25 18:02:49下载
- 积分:1
-
List storage structure used to achieve the basic operation of the linear form. (...
用链表存贮结构实现线性表的基本操作。(包括各种操作)-List storage structure used to achieve the basic operation of the linear form. (Including a variety of operation)
- 2023-01-19 20:45:04下载
- 积分:1
-
libgist是广义的搜索树的一种实现,模板索引结构。
Libgist is an implementation of the Generalized Search Tree, a template index structure that makes it easy to implement any type of hierarchical access method (AM).
-Libgist is an implementation of the Generalized Search Tree, a template index structure that makes it easy to implement any type of hierarchical access method (AM).
- 2022-03-25 06:12:32下载
- 积分:1
-
一个曲线类,可用于Dialog,也可用于View
一个曲线类,可用于Dialog,也可用于View-a curve type can be used Dialog also can be used to View
- 2023-07-26 03:20:03下载
- 积分:1
-
设计模式——简单工厂模式学习代码
一个用c++语言写的、学习简单工厂模式的代码。通过一个父类(OperationFactroy)指针,实现通过判断输入的计算符号而调用加、减、乘、除子类操作的简单代码。
- 2022-01-28 00:00:29下载
- 积分:1
-
底层编程 检测鼠标
本程序能读取系统环境变量,查看有无鼠标 .若有,便输出Mouse is OK, 反之便输出No mouse.
- 2022-01-31 19:36:39下载
- 积分:1
-
数据库使用的各种语法,详细的介绍了数据库的使用
数据库使用的各种语法,详细的介绍了数据库的使用-Database used in a variety of grammar and detailed introduction of the use of the database
- 2022-03-16 14:07:13下载
- 积分:1