-
应用培训大师
此应用程序用于训练主记录。应用程序是非常简单和友好的使用。使开发的应用程序具有良好的特性.
- 2022-03-15 18:05:39下载
- 积分:1
-
assembly language to achieve four
汇编语言实现四字节数据的开方,使用的四逼近法,我是新手,请各位大侠指点-assembly language to achieve four-byte data on the prescribing and use of the four approximation, I greenhorn, please heroes guidance
- 2023-01-19 17:15:04下载
- 积分: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
-
Synchronous FIFO for handling synchronous clock domains between the transmission
同步FIFO用于处理传输之间的同步时钟域
- 2022-02-01 02:25:03下载
- 积分:1
-
一个用VB开发的自动生成任意长度任意数量的密码和用户名的程序源代码,密码和用户名可以包含数字,大小写字母等;特别适合于需要自动生成大量密码和用户名的场合!...
一个用VB开发的自动生成任意长度任意数量的密码和用户名的程序源代码,密码和用户名可以包含数字,大小写字母等;特别适合于需要自动生成大量密码和用户名的场合!-a VB development of the automatic generation of arbitrary length any number of passwords and user names of the source code, password and user name can contain figures, a case-insensitive; particularly suited to the need for automatic generation of large amounts of passwords and user names to the occasion!
- 2022-08-20 20:21:03下载
- 积分:1
-
普通函数的重载,虚函数的重栽,指向派生类对象的基类指针对重载函数的调用...
普通函数的重载,虚函数的重栽,指向派生类对象的基类指针对重载函数的调用-ordinary function overloading, the virtual function re-planting, point to objects derived category refers to the base class against heavy function call
- 2022-05-30 16:29:34下载
- 积分:1
-
把两个数组合并,并查询
把两个数组合并,并查询-merging the two arrays, and inquiries
- 2023-01-12 22:30:03下载
- 积分:1
-
写程序的不能少的一个代码
写程序的不能少的一个代码-written procedures and no less of a code
- 2022-04-30 07:43:14下载
- 积分:1
-
一个BMP的源程序
一个BMP的源程序-a source of BMP
- 2022-06-13 15:55:52下载
- 积分:1
-
采用visual c++.net编写的13个控件编程教学实例,入门必学
采用visual c++.net编写的13个控件编程教学实例,入门必学-The use of visual c++. Net prepared 13 controls programming teaching examples, entry will learn
- 2022-09-15 15:00:03下载
- 积分:1