-
功能强大的查询系统操作方便易懂好用不会繁琐数据库也强大...
功能强大的查询系统操作方便易懂好用不会繁琐数据库也强大-Powerful query system will not be easy to use easy-to-understand red tape is also a powerful database
- 2022-06-27 10:28:27下载
- 积分:1
-
复杂的VB OPC自动化的例子
Complex VB OPC Automation Example
- 2022-01-25 21:04:57下载
- 积分: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
-
演示Kruskal算法和Prim算法和采集,搜索元素的…
演示Kruskal算法和Prim算法
集合的并,元素查找的操作及应用
说明:
代码均在vc++6.0环境下编译均通过
在非VC++6.0环境下编译请去掉头文件 windows.h 和函数 end()
-Demo Kruskal algorithm and Prim algorithm and collection, elements of the search operation and application notes: code in vc++ 6.0 compiler environment through in non-VC++ 6.0 compiler environment please go to the U-turn paper windows.h and function end ()
- 2022-02-10 11:33:05下载
- 积分:1
-
用列表实现的队列和栈的算法,用接口和实现的结构组织。 原来打算一个通用的包含所有数据结构算法的接口以及实现集,由于时间问题,只是做了一点点,作为数据结构算法和设...
用列表实现的队列和栈的算法,用接口和实现的结构组织。 原来打算一个通用的包含所有数据结构算法的接口以及实现集,由于时间问题,只是做了一点点,作为数据结构算法和设计思想的一个简单范例以及尝试吧,希望和大家多讨论。 里面附有使用实例,以及可执行文件,适合初学者!-used to achieve the queue list and stack algorithm, Interface and realization of the structure. The original intention of a common data structure contains all the interfaces and algorithms to achieve set, as a matter of time, but only a little, as the algorithm and data structure design of a simple model and try it, and we hope that more discussion. Inside with the use of examples, as well as executable files, suitable for beginners!
- 2022-05-18 04:21:47下载
- 积分:1
-
java与access相连的api,其中包括一个建好的access数据库.
java与access相连的api,其中包括一个建好的access数据库.-connected api, including the completion of an access database.
- 2022-10-04 09:55:03下载
- 积分:1
-
可以随意将ACCESS和EXCEL之间的文件相互转换
可以随意将ACCESS和EXCEL之间的文件相互转换-Can be between ACCESS and EXCEL file conversion
- 2023-02-18 19:45:03下载
- 积分:1
-
经典迷宫问题求解
经典迷宫问题求解-classic Maze Problem Solving
- 2022-04-26 18:04:24下载
- 积分:1
-
查表法公历农历转换,此法可以转换西历农历转换程式,可以转换100年...
查表法公历农历转换,此法可以转换西历农历转换程式,可以转换100年-look-up table method Lunar calendar change, this method can be converted into the Western calendar, the Lunar conversion programs, can be converted into 100 years
- 2022-01-22 14:22:57下载
- 积分:1
-
C2C电子商务二手交易网站
资源描述一、安装说明:
1.将文件解压后上传至网站服务器目录下,通过web页面即可正常访问。
2.通过/admin/login.asp进入后台管理,管理员账号和密码均为admin
3.数据库位于/datum 下面#SecondHand.mdb,为了安全,其名称可以进行必要的修改。
相关文件为conn.asp,位于根目录和/admin中均有。
二、系统参数说明:
1.运行环境:Windows+IIS
2.开发语言:asp
3.数据库:access 2000
- 2022-09-24 07:25:03下载
- 积分:1