-
curriculum design data structure Games Score statistics
数据结构课程设计 运动会分数统计-curriculum design data structure Games Score statistics
- 2022-03-22 05:26:41下载
- 积分:1
-
数据结构的链表加法
数据结构的链表加法-data structure objectlist Adder
- 2022-11-11 08:20:04下载
- 积分:1
-
This is a test report to verify and insert a delete query to achieve ordered ope...
这是一份实验报告,用以验证和实现插入删除查询排列等数据库语言操作。-This is a test report to verify and insert a delete query to achieve ordered operations such as database language.
- 2022-07-16 11:09:14下载
- 积分:1
-
ADO用Treeview显示数据库
ADO用Treeview显示数据库-ADO database shows with Treeview
- 2022-03-22 23:06:40下载
- 积分:1
-
使用VB6的租赁信息管理系统生产的产品开发…
用VB6开发商品出租信息管理系统 用VB6开发商品出租信息管理系统-For product development using VB6 lease information management system for product development using VB6 lease information management system
- 2022-02-06 07:49:28下载
- 积分:1
-
广义表的反序
逆置广义表的递归模型如下:
F(LS) = null 若 LS 为空
F(LS) = LS ...
广义表的反序
逆置广义表的递归模型如下:
F(LS) = null 若 LS 为空
F(LS) = LS 若 LS 为原子,且 tail(LS) 为空
F(LS) = append( F(tail(LS)), head(LS) ) 若 LS->tag=0 ,且 LS->tp!=null
F(LS) = append( F(tail(LS), F(head(LS)) ) 若 LS->tag=1
其中 append(a,b) 的功能是将广义表 a 和 b 作为元素的广义表连接起来。-Generalized table set against the broad anti-order recursive model of the table is as follows: F (LS) = null if the LS is empty F (LS) = LS if LS for the atoms, and the tail (LS) is empty F (LS) = append (F (tail (LS)), head (LS)) if the LS-> tag = 0, and the LS-> tp! = null F (LS) = append (F (tail (LS), F (head (LS))) If the LS-> tag = 1 where append (a, b) function is a generalized form, and b as elements of generalized tables connected.
- 2022-03-01 20:55:59下载
- 积分:1
-
DBF相向Word / Excel
DBF转换word/excel-dbf chage to word/excel
- 2022-04-02 00:20:44下载
- 积分:1
-
案例一 贪吃蛇游戏
案例二 计算器
案例三 黑白棋游戏
案例四 迷宫问题
案例五 扫地雷游戏
案例六 速算24
案例七 数据结构CAI系...
案例一 贪吃蛇游戏
案例二 计算器
案例三 黑白棋游戏
案例四 迷宫问题
案例五 扫地雷游戏
案例六 速算24
案例七 数据结构CAI系统
案例八 进程调度
案例九 存储管理分区分配算法
案例十 通讯录
案例十一 学生成绩管理
案例十二 工资管理
案例十三 图书借阅管理
案例十四 教师工作量计算
-case a huge memory game two cases calculators Case 3 Case 4 game reversi maze problem cases five outbound mine sweeping Case 6 game speed count 24 cases seven CAI system data structure eight cases process scheduling nine cases storage management district allocation algorithm 10 cases of 11 cases of student directories performance management salaries 12 cases 13 cases of books to borrow 14 teachers Case Workload Calculation
- 2022-02-27 08:34:35下载
- 积分:1
-
这是我学习数据结构与算法时编的关于队列操作的程序,对学习数据结构的朋友有帮助...
这是我学习数据结构与算法时编的关于队列操作的程序,对学习数据结构的朋友有帮助-This my learning algorithm and data structure when the series of the operation of the queue on procedures for the study of the data structure to help friends! !
- 2022-01-22 01:33:55下载
- 积分:1
-
各种常用的排序算法的演示程序,
以顺序表作为存储结构~~~~
欢迎大家指正...
各种常用的排序算法的演示程序,
以顺序表作为存储结构~~~~
欢迎大家指正-A demo for different sort arithmetic,use qlist as store type.
welcome ues and question
- 2022-03-11 21:46:36下载
- 积分:1