-
推箱子,和电脑上的一样,都可以玩的。完全用MFC开发,你玩玩试试sdger...
推箱子,和电脑上的一样,都可以玩的。完全用MFC开发,你玩玩试试sdger-etu iuwh iuh p lopjkrf ueh ouihf iuhf ihfnwkohngolwj oiwejoqk,f owujefmgf.kej plm elknweo
- 2022-10-07 10:00:02下载
- 积分:1
-
PE文件动态加壳技术的研究与实现,需要的可以下载看看。
PE文件动态加壳技术的研究与实现,需要的可以下载看看。-PE file Dynamic packers technology research and implementation.
- 2022-03-05 20:04:12下载
- 积分:1
-
MD5 algorithm. very good C++ code
MD5算法.很不错滴...用C++编写-MD5 algorithm. very good C++ code
- 2022-01-21 23:49:42下载
- 积分:1
-
java制作的计算器,能实现加减乘除功能的简单能。
java制作的计算器,能实现加减乘除功能的简单能。-produced by the calculator, able to function in the arithmetic can be simple.
- 2022-07-11 10:33:54下载
- 积分:1
-
这是一个用microsoft VC++写的关于josephus问题的算法
这是一个用microsoft VC++写的关于josephus问题的算法-using microsoft VC++ Josephus wrote on the algorithm
- 2022-03-19 11:36:16下载
- 积分:1
-
use development, wrote the submarine war, a week writing, for beginners
使用开发的,自己写的潜艇大战,一个星期写的,适合初学者-use development, wrote the submarine war, a week writing, for beginners
- 2022-06-19 01:11:30下载
- 积分:1
-
这个程序是汽车制动台控制代码,用于汽车制动台.该代码经过实验验证....
这个程序是汽车制动台控制代码,用于汽车制动台.该代码经过实验验证.-This procedure is Taiwan s automobile brake control code for the automobile brake Taiwan. The code, after experimental verification.
- 2022-01-25 23:12:11下载
- 积分: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
-
funambol window mobile client source code, is a relatively good reference progra...
funambol window mobile客户端源代码,是一个比较好的参考方案-funambol window mobile client source code, is a relatively good reference program
- 2022-02-14 18:59:31下载
- 积分:1
-
本程序可以通过简单的操作实现对串口的控制,想了解祥细内容可以从代码中得到帮助。...
本程序可以通过简单的操作实现对串口的控制,想了解祥细内容可以从代码中得到帮助。-this procedure can be realized by a simple pair of Serial control, would like to know the contents from the wound code be helped.
- 2022-07-17 23:16:46下载
- 积分:1