-
A*算法的演示程序,可以自由设置障碍和地形,单步演示A*算法的寻路过程。包含源码,是学习A*算法的最佳工具。...
A*算法的演示程序,可以自由设置障碍和地形,单步演示A*算法的寻路过程。包含源码,是学习A*算法的最佳工具。-A* algorithm demo program, they can set up obstacles and terrain, single-step demonstration of the A* search algorithm road course. Includes source is studying A* algorithm for the best tools.
- 2023-04-24 02:20:03下载
- 积分:1
-
二叉树_先中后根显示_结点信息查询_相似度比较等_附注释
二叉树的一些基本实现:具备功能:创建、删除二叉树(包括文件读取录入信息),先中后根显示二叉树(递归算法),结点信息查询(包括:结点所在层数,结点孩子个数,结点在先中后根排序中的位置、寻到结点路径长度),二叉树相似度比较;附带注释,界面友好,代码是在VC6.0下写的。
- 2022-07-10 18:06:05下载
- 积分:1
-
用VC编写的读取SQL数据库的小程序
用VC编写的读取SQL数据库的小程序-VC prepared by the reader SQL database small program
- 2023-04-17 17:05:03下载
- 积分:1
-
libgist是广义的搜索树的一种实现,模板索引结构。
Libgist is an implementation of the Generalized Search Tree, a template index structure that makes it easy to implement any type of hierarchical access method (AM).
-Libgist is an implementation of the Generalized Search Tree, a template index structure that makes it easy to implement any type of hierarchical access method (AM).
- 2022-03-25 06:12:32下载
- 积分:1
-
Intended to develop an ATM of a bank teller machine system to achieve the follow...
某银行拟开发一套ATM取款机系统,实现如下功能:
1、开户(到银行填写开户申请单,卡号自动生成)
2、取钱
3、存钱
4、查询余额
5、转账(如使用一卡通代缴手机话费、个人股票交易等)
现要求对“ATM柜员机系统”进行数据库的设计并实现,数据库保存在D:ank目录下,文件增长率为15 。
-Intended to develop an ATM of a bank teller machine system to achieve the following functions: 1, open an account (complete bank account opening application form, card number, automatically generated) 2, to collect the money 3, save four, query the balance of 5, transfers (such as the use of a Cartoon payment of phone calls, personal stock, etc.) is called for " ATM ATM system" for database design and implementation, the database stored in D: bank directory, the file growth rate of 15 .
- 2022-04-21 08:46:56下载
- 积分:1
-
能够在数据库中存取大的二进制块
能够在数据库中存取大的二进制块-to access large databases of binary block
- 2023-06-03 08:30:03下载
- 积分:1
-
used to demonstrate each Treeview Field
用Treeview来显示每个Field-used to demonstrate each Treeview Field
- 2022-09-04 00:10:03下载
- 积分:1
-
多项式总和的链表数据结构
数据结构中的链表类实现多项式的相加 用C++实现!-Linked list data structure in the sum of polynomial-type implementation with C++ implementation!
- 2022-08-24 18:03:49下载
- 积分:1
-
java数据结构和算法(第二版)
Java数据结构和算法(第二版)-lafore著,教材中的范例程序,用JAVA语言,-Java data structures and algorithms (second edition)-lafore, and textbook examples of procedures, using JAVA language,
- 2022-02-09 20:19:56下载
- 积分:1
-
银行业务模拟系统
假设某银行有4个窗口对外接待客户,从早晨银行开门起不断有客户进入银行,由于每个窗口在某个时刻只能接待一个客户。因此在客户人数众多时需要在每个窗口前顺次排队,对于刚进入银行的客户。如果某个窗口的业务员正空闲,则可上前输业务。反之,若个窗口均有客户所占,他便会排在为数最少的队伍后面。编制一个程序模拟银行的这种业务活动并计算一天中客户在银行的平均逗留时间。
- 2022-07-19 00:37:28下载
- 积分:1