-
一个快速,高效的字典查询软件。采用改进的红黑树的搜索算法。...
一个快速,高效的字典查询软件。采用改进的红黑树的搜索算法。-A fast, efficient software dictionary query. Improved red and black tree search algorithm.
- 2022-02-12 10:17:48下载
- 积分:1
-
paixu
给一串数字或字符进行排序,给一串数字或字符进行排序。-paixu
- 2022-09-04 23:45:03下载
- 积分:1
-
修改PEB系统
这是我的vb程序,用于在我的办公室的系统PEB中编辑数据。
- 2022-03-24 22:59:05下载
- 积分:1
-
这是一个PB小程序 是实现模糊查询的.这是一个PB的小程序,实现模糊查询的 这是一个PB的小程序,实现模糊查询的...
这是一个PB小程序 是实现模糊查询的.这是一个PB的小程序,实现模糊查询的 这是一个PB的小程序,实现模糊查询的-PB This a small program is vague inquiries. This a small program PB, Fuzzy inquiry, which is a PB of small programs to achieve fu zzy inquiry, which is a PB of small programs to achieve fuzzy inquiry, which is the one PB small program for the realization of fuzzy
- 2022-07-09 23:16:39下载
- 积分:1
-
一款不错的档案VB
一款不错的档案VB-files VB
- 2022-03-14 09:46:08下载
- 积分:1
-
simulated people Maze, the main general operating procedures, data structure
模拟人走迷宫,主要实现一般操作的程序,数据结构-simulated people Maze, the main general operating procedures, data structure
- 2022-02-01 07:13: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
-
1) 新药品的入库。
2) 过期药品的出库登记、处理记录。
3) 药品库存检索。
4) 供货商信息检索。
5) 药品采购记录管理。
6) 药...
1) 新药品的入库。
2) 过期药品的出库登记、处理记录。
3) 药品库存检索。
4) 供货商信息检索。
5) 药品采购记录管理。
6) 药品用药说明信息管理。
7) 输出相应的数据报表。
8) 具有数据备份和数据恢复功能。-1) The amount of new drugs. 2) expired drugs out of the registration, processing records. 3) medicine inventory retrieval. 4) Availability to information retrieval. 5) drugs procurement records management. 6) Note pharmaceutical drug information management. 7) corresponding to the output data statements. 8) with data backup and data recovery functions.
- 2023-07-14 15:10:04下载
- 积分:1
-
用VFP编写的报亭管理系统
用VFP编写的报亭管理系统-VFP prepared by the newsstand Management System
- 2022-05-09 12:11:01下载
- 积分:1
-
加油站管理系统
1.Src目录
加油站管理系统的源代码,是用VisualC++6开发;
2.Bin目录
加油站管理系统的可执行程序;
3.Database目录
加油站管理系统所用到的数据库,运行加油站管理系统之前请先使用SQL Server 2000的查询分析器创建此数据库。在SQL SERVER2000的查询分析器中打开sql目录中的"加油站管理系统数据库.txt"文件,全选所有代码后按下F5运行创建运行本程序所需要的数据库。具体请参考书中《4.2.1节 分析、执行SQL语句》。
4.创建数据库后默认的登陆用户可以是:账号1,密码999。
5.运行程序前需要在SQL SERVER2000的企业管理器中将用户sa的密码设置为空。选择《企业管理器》中的《安全性》中的《登录》,双击sa设置
- 2022-10-09 17:55:03下载
- 积分:1