-
获取启动项 从vckbase.com获取 奉献大家
获取启动项 从vckbase.com获取 奉献大家-auto start
- 2022-07-24 09:44:13下载
- 积分:1
-
A*算法属于一种启发式搜索。它扩展结点的次序类似于广度优先搜索,但不同的是每生成一个子结点需要计算估价函数F,以估算起始结点到该结点的代价及它到达目标结点的代价...
A*算法属于一种启发式搜索。它扩展结点的次序类似于广度优先搜索,但不同的是每生成一个子结点需要计算估价函数F,以估算起始结点到该结点的代价及它到达目标结点的代价的和;每当扩展结点时,总是在所有待扩展结点中选择具有最小F值的结点作为扩展对象,以便使搜索尽量沿最有希望的方向进行。 -A* algorithm is a heuristic search. It extended node in the order of priority similar to the breadth of search, but in every generation is a sub-node calculated valuation function F, to estimate initial node to the node, the price and it arrived at the target node, and the price; Whenever expansion node, the question has always extended to all nodes with the smallest choosing F value of the node as expansion targets, in order to search as far as possible along the most promising direction.
- 2023-01-19 07:50:04下载
- 积分:1
-
assembly language magazines in the game, the basic operation and online games, i...
用汇编语言实现的推箱子游戏,基本的操作和网上的游戏一样,只就做了一关,有兴趣的朋友可以帮着完成其他的-assembly language magazines in the game, the basic operation and online games, it was done only a clearance, interested friends can help to complete the other
- 2023-04-21 05:20:03下载
- 积分:1
-
印刷电路板仿真操作系统
模拟操作系统的PCB操作-PCB simulation operating system operation
- 2022-08-19 02:21:58下载
- 积分:1
-
出色的电子琴,非常出色的VB电子琴!
出色的电子琴,非常出色的VB电子琴!...
出色的电子琴,非常出色的VB电子琴!
出色的电子琴,非常出色的VB电子琴!-Excellent organ, electric piano VB very good! Excellent organ, electric piano VB very good!
- 2022-06-21 00:35:35下载
- 积分:1
-
信息显示实验,非常适合VC的初学者们学习
信息显示实验,非常适合VC的初学者们学习-Information display experiment, the VC is ideal for beginners to learn
- 2022-01-28 23:47:07下载
- 积分:1
-
在 DBMS 中,可以使用锁来控制多个程序对数据项的访问:当程序要访问数据项时,要给数据项上锁。如果它仅仅是读取数据项,则通常上共享锁,这样其它的事务也可以同时...
在 DBMS 中,可以使用锁来控制多个程序对数据项的访问:当程序要访问数据项时,要给数据项上锁。如果它仅仅是读取数据项,则通常上共享锁,这样其它的事务也可以同时读取该数据项。而若此程序是要修改数据项,则会给它数据项上独占锁,此时其它程序也就不能再访问这个数据项了。
对于同一个数据项,若有不同的程序同时给一个数据项上锁,且其中至少有一个是独占锁时,就表示它们发生了冲突。当发生冲突时,加锁的请求就会被拒绝。
每个加锁请求包含三个元素:锁模式、事务标识符和数据项标识符。两个程序可以同时给数据项上锁,前提是它们没有冲突。
在早期开发阶段,你需要编写一个简单的锁管理程序来处理加锁请求。它使用以下的规则来处理各种请求:
若一个加锁请求与先前的加锁请求没有发生冲突,则 DBMS 许可这个加锁请求;
一旦允许了一个加锁请求,则它将永远锁定数据项,不会改变,也不会释放;
如果一个程序的加锁请求与已有的锁发生了冲突,则 DBMS 拒绝这个加锁请求;
如果一个程序的加锁请求被拒绝,则 DBMS 忽略由这个程序发出的后续所有加锁请求。-the DBMS can be used to control the number of locks on the data, of the visit : When the procedures to access data items, data items to give locked. If it is read-only data, usually sharing locks, such other matters can also read the data item. And if this procedure is to amend the data, it will give information on items exclusive lock, other programs at this time, it will not re-visit this item of data. For the same data, if a different procedure for a data item unlocked but at least there is an
- 2022-07-12 16:39:28下载
- 积分:1
-
基于vs 2005,用c#编写,成功编译,使用A*
算法,是一个交通诱导系统。...
基于vs 2005,用c#编写,成功编译,使用A*
算法,是一个交通诱导系统。-vs 2005, with the preparation of c# successful compiler, the use of A* algorithm, is a traffic guidance system.
- 2022-01-25 18:53:38下载
- 积分:1
-
WinCE EVC4.2 TCP/IP服务器端程序,可以监听客户端的信号,并对每个客户端分别建立联系...
WinCE EVC4.2 TCP/IP服务器端程序,可以监听客户端的信号,并对每个客户端分别建立联系
- 2022-07-04 00:29:39下载
- 积分:1
-
找茬游戏原码,很不错的!
找茬游戏原码,很不错的!-softened the original game code, very good!
- 2022-01-24 16:35:04下载
- 积分:1