-
是当初的数据结构的做业,用的是b+树这一块,非常值得初学者的参考...
是当初的数据结构的做业,用的是b+树这一块,非常值得初学者的参考-is the original data structure for doing business, it was a b tree this very worthwhile reference beginners
- 2022-02-01 05:19:39下载
- 积分:1
-
PHPYou是基于php+mysql架构的开源图库相册系统.以其强大易用的图片批处理功能和幻灯式图片浏览效果而闻名.其不断优化的数据结构,代码算法,模板引擎,数...
PHPYou是基于php+mysql架构的开源图库相册系统.以其强大易用的图片批处理功能和幻灯式图片浏览效果而闻名.其不断优化的数据结构,代码算法,模板引擎,数据缓存,和最少化数据库查询设计,使得PHPYou可以在极为繁忙的服务器环境下快速稳定运行.适用于大型图库类网站、个人相册类网站、产品展示类网站、在线漫画类网站等.-PHPYou腔php+ Mysql 芄 目 源 图 蔚 统. 蔷玫 图 片 芎 突 玫 式 图 片效 .洳慌?萁 峁?惴? 模, 莼, 倩 菘 询, PHPYou 诩 为忙姆 驴 榷. 诖 图 站站 品 展 示 站站.
- 2022-08-06 03:45:18下载
- 积分:1
-
access2002 Superstar format books
access2002宝典 超星格式图书-access2002 Superstar format books
- 2022-01-25 23:11:54下载
- 积分:1
-
这是一套医院使用的订购药品的进存销系统,功能强大,使用方便...
这是一套医院使用的订购药品的进存销系统,功能强大,使用方便-This is a set of ordering the use of hospital drugs into Cun-pin system, a powerful and easy to use
- 2023-04-27 04:55:03下载
- 积分:1
-
简单的记账软件
用VC6 MFC开发的记账软件。记账数据保存在Access数据库,是新手入门的好素材。软件功能包括记账内容查询统计,账目记录、修改、删除等。
- 2022-02-03 12:40:19下载
- 积分:1
-
这是程序是老师提供的源程序,其中包含了方程的离散等解法 值得一学习。...
这是程序是老师提供的源程序,其中包含了方程的离散等解法 值得一学习。-This is the program source code is provided by teachers, including the discrete equations method, etc. It is worth learning.
- 2022-01-25 14:33:52下载
- 积分:1
-
题目:设有一航班售票系统,要求完成以下功能:
1)假设该民航有若干航班,要求实现增加航班和取消某个航班的功能。
2)查询:根据用户提出的终到站查询航班号...
题目:设有一航班售票系统,要求完成以下功能:
1)假设该民航有若干航班,要求实现增加航班和取消某个航班的功能。
2)查询:根据用户提出的终到站查询航班号、售票情况等航班信息;也可根据航班号,列出该航班已订票的乘客名单。
3)订票:根据航班号为客户订票,如该航班有余票,则为客户订票;如该航班已满员,则显示相应信息。
4)退票:按乘客要求退出已预定的机票。
-Topic: First flight with the ticketing system, required to complete the following functions: 1) It is assumed that the Civil Aviation have a number of flights, calls for increased flights and cancellation of a flight functions. 2) query: Based on user queries raised by the end of the arrival flight number, booking flight information, etc. also available under the flight number, listed in the flight
- 2022-03-15 20:32:52下载
- 积分:1
-
匈牙利算法 解决类似于线性规划中的分配问题,用于各种匹配算法...
匈牙利算法 解决类似于线性规划中的分配问题,用于各种匹配算法-Hungary is similar to linear programming algorithm to solve the distribution problem, for a variety of matching algorithm
- 2022-01-25 19:09:33下载
- 积分:1
-
建立带表头结点的单链表,打印所有结点的数据域;输入一个值,若某个结点的数据域为该值,则在其后插入另一个新结点,若无此结点,则在表尾插入新结点,然后打印;给一个值...
建立带表头结点的单链表,打印所有结点的数据域;输入一个值,若某个结点的数据域为该值,则在其后插入另一个新结点,若无此结点,则在表尾插入新结点,然后打印;给一个值,删除结点的数据域是该值的所有结点,然后打印。(表生成时可用前插法或后插法)-table with the establishment of the first node of a single linked list, print all nodes of the data domain; An input value, If a node"s data fields for the values, and subsequently inserted in a new node, in the absence of such nodes, at the end of the insertion of a new form nodes, then Print; to a value of the node to delete data domain is the value of all the nodes, then Print. (Table Generation available houses or after interpolation)
- 2023-01-23 20:10:04下载
- 积分:1
-
停车厂管理系统C语言实现
用C语言实现的停车场管理系统,结合对数据结构的操作,利用栈来保存进入停车场的车辆,当停车数量达到预先设定的数量时,车辆会存放到队列中进行排队。整个程序的逻辑思路很好。
- 2022-05-31 07:49:11下载
- 积分:1