-
SQLSERVER源代码
SQLSERVER源代码-SQLSERVER source code
- 2022-02-02 02:59:32下载
- 积分:1
-
College Entrance Examination Management Information System
高考管理信息系统-College Entrance Examination Management Information System
- 2022-03-02 15:41:15下载
- 积分:1
-
数据结构常用原代码
数据结构常用原代码-data structure used original code
- 2022-12-03 19:45:04下载
- 积分:1
-
data on the structure of the matrix transpose algorithm.
关于数据结构中矩阵转置的算法。-data on the structure of the matrix transpose algorithm.
- 2022-11-28 11:05:03下载
- 积分:1
-
校友信息系统
我的项目处理证书的校友信息系统,可以 upadate 删除和插入新数据,有时要搜索特定目的
- 2022-02-15 19:46:15下载
- 积分:1
-
known to a sequence of binary tree with the order, then the order of the output...
已知一个二叉树的前序与中序,输出其后序的程序。-known to a sequence of binary tree with the order, then the order of the output process.
- 2022-02-03 13:00:55下载
- 积分: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
-
vc++.net的幼儿园管理系统,功能不多,但非常好用,与大家交流,谢谢指导。...
vc++.net的幼儿园管理系统,功能不多,但非常好用,与大家交流,谢谢指导。-vc. Net kindergarten management systems, functional small, but very good, with the exchange, thank you guidance.
- 2022-08-11 05:49:59下载
- 积分:1
-
为了方便大家学习数据结构,上传了一本数据结构的电子书供大家参考...
为了方便大家学习数据结构,上传了一本数据结构的电子书供大家参考-In order to facilitate them to learn from the data structure, the upload of a data structure of the e-books for your reference
- 2023-04-17 02:15:05下载
- 积分:1
-
自编的波兰、逆波兰、中缀表达式计算的小程序,在VS2005下通过编译运行。...
自编的波兰、逆波兰、中缀表达式计算的小程序,在VS2005下通过编译运行。-Self of Poland, against Poland, in the calculation expression is made up of small procedures, in VS2005 to run through the compiler.
- 2022-06-13 15:50:46下载
- 积分:1