-
Algorithm
算法类,二进制加法的源代码,算法导论上的-Algorithm-type, binary adder
- 2022-03-25 22:19:43下载
- 积分:1
-
Delphi SQL数据库浏览器
Delphi SQL数据库浏览器。可以连接数据库并对表中的数据进行查询修改。
- 2022-02-06 05:45:49下载
- 积分:1
-
Qt数据库操作
Qt对数据库操作,包括数据库打开与关闭,增加、删除、修改、查询,其中数据的展示是用自定义数据模型,是从QAbstractTableModel继承起的。
- 2022-03-03 10:17:11下载
- 积分:1
-
这是一个简单的动态现实的约瑟夫环 用于排除制定圈内的某个人...
这是一个简单的动态现实的约瑟夫环 用于排除制定圈内的某个人-this is a simple system for yuesefu loop
- 2022-04-16 19:01:42下载
- 积分:1
-
在网络上收集的100个经典例子
在网络上收集的100个经典例子-online collection of 100 classic example
- 2022-01-26 06:45:20下载
- 积分:1
-
ASP+Accesss数据库设备WEB报修
ASP+Accesss数据库设备WEB报修-ASP+ Accesss database equipment repair WEB
- 2022-04-21 00:55:31下载
- 积分:1
-
在二维的AVL树的显示格式
AVL tree display format in two dimensional
- 2022-01-26 06:26:12下载
- 积分:1
-
类与数据库的连接
此项目帮助您管理您的数据与交易基地使用 ConnectionString、 OleDb 或 Odbc 连接。
- 2022-01-22 14:38: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
-
数据结构
详细描述了如何创建单循坏链表的方法以及操作
数据结构
详细描述了如何创建单循坏链表的方法以及操作-Data structure described in detail how to create a single through the bad list of methods and operations
- 2022-05-30 19:47:58下载
- 积分:1