-
pb类电子时钟, 数字显示屏的实现源码,非常好
pb类电子时钟, 数字显示屏的实现源码,非常好-pb electronic clock, digital display achieving source, a very good
- 2023-01-31 22:55:03下载
- 积分:1
-
内部排序算法比较
通过随机数据比较各排序算法的关键字比较次数和关键字移动次数,以及执行时间,取得直观感受。
实现各排序算法,分别进行以下各组比较,并进行总结。
- 2022-12-04 16:20:03下载
- 积分:1
-
微软的三个连接数据库的包,连接数据库必需
微软的三个连接数据库的包,连接数据库必需-Microsoft
- 2022-03-25 01:35:52下载
- 积分:1
-
轻量级数据库软件,嵌入式设计可以考虑考虑,性能不错
轻量级数据库软件,嵌入式设计可以考虑考虑,性能不错-Lightweight database software, embedded design can take this into account, the performance of good
- 2022-08-15 16:49:23下载
- 积分:1
-
vb done, good interesting.
vb做的,好有意思,-vb done, good interesting.
- 2022-01-30 14:37:46下载
- 积分:1
-
人事档案管理系统(PB)/人事工资管理系统/干部信息管理系统/投标报价与合同管理系统/... 超市......
人事档案管理系统(PB)/人事工资管理系统/干部信息管理系统/投标报价与合同管理系统/... 超市... -personnel records management system (PB)/human resources management system/cadres Information Management System/bidding and contract management system/... supermarkets ...
- 2022-05-18 21:20:20下载
- 积分:1
-
mainly uses the page frames and tables which some tips worth studying :) include...
主要使用的页面框架和表格里面有一些值得学习的提示:)包括即时查询和模糊屏幕,内存窗口,表格中显示的整理宽而纯的代码,不是OCX控件类,是使用VFP8的初学者,包括所有VFP8源码和安装制作(txdq安装制作)。VCT),您应该相应地更改生产使用工具的安装路径
- 2022-01-25 22:39:22下载
- 积分:1
-
vc源代码
11.1编程测试顺序容器矢量(vector)的主要功能和使用方法...
vc源代码
11.1编程测试顺序容器矢量(vector)的主要功能和使用方法
-11.1 programming source code vc test vector sequence containers (vector) of the main functions and use
- 2023-08-13 15:15:03下载
- 积分:1
-
很好的仓库管理源代码,VFP语言,全
非常不错的仓库管理源代码,VFP语言编制,功能齐全,小巧精悍!-Very good warehouse management source code, VFP language, full-featured, compact lean!
- 2022-06-15 22:54: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