-
程序在系统托盘中显示的托盘类
程序在系统托盘中显示的托盘类-procedures in the system tray shows the type tray
- 2023-02-24 20:15:03下载
- 积分:1
-
在Visual C++ 2005环境下,利用OpenCV函数库来开发人脸检测程序的方法,简单、方便,并具有较强的实用价值。...
在Visual C++ 2005环境下,利用OpenCV函数库来开发人脸检测程序的方法,简单、方便,并具有较强的实用价值。-In Visual C++ 2005 environment, using OpenCV library to develop procedures for human face detection method, a simple and convenient, and has a strong practical value.
- 2022-04-15 03:22:07下载
- 积分:1
-
触摸传感器控制LED和喇叭
触摸传感器控制LED和喇叭,在触摸屏的四个端点RT,RB,LT,LB四个顶点,均加入一个均匀电场,使其下层(氧化铟)ITO GLASS上布满一个均匀电压,上层为收接讯号装置,当笔或手指按压外表上任一点时,在手指按压处,控制器侦测到电阻产生变化,进而改变坐标。
- 2022-03-21 11:35:30下载
- 积分:1
-
VHDL 分隔符
VHDL 编程及其联合国 aplicative 临屋区,它执行的内存 ram 32 x 32 在 rom 64 x 48
- 2022-01-21 22:15:34下载
- 积分:1
-
Windows核心编程(Pascal代码)
Windows核心编程(PASCAL代码)
-------------------------------------
《Windows核心编程》
原书: Programming Applications for Microsoft Windows Fourth Edition
作者: Jeffrey Richter
译者: 王建华等
---------------------------------------
书中有不少C++写的Win32 SDK小程序,闲暇时用Object Pascal写了一遍,
限于自身水平和时间精力等关系,可能存在错误,期待您能给予指正。
感谢风云剑客提供原书光盘,否则,只是打字可能就会把人累得半死!^.^
-Windows core programming (PASCAL code )------------------------------------- Windows core programming the original book: Programming Applications for Microsoft Windows Fourth Edition Author: Jeffrey Richter Translator: Wang Jianhua, etc.--------------------------------------- book has a lot of C++ Writing the Win32 SDK applet, using Object Pascal spare time to write again, confined to their own level and the relationship between time and energy, etc., there may be errors, look forward to your correction can be given. Thanks to the provision of the original book Fengyun Swordsmen CD-ROM, otherwise, just typing the person may be too tired to
- 2022-06-11 14:52:05下载
- 积分:1
-
提交系统,可以提交论文,让老师修改非常好用,并且已经应用于多个网站...
提交系统,可以提交论文,让老师修改非常好用,并且已经应用于多个网站-Submission System, you can submit papers, so that teachers are very easy to use modifications, and has been applied to a number of web
- 2022-07-23 19:26:46下载
- 积分:1
-
ro3n是一个简单的设计来解决数学方程的Qt应用程序
Ro3n is a simple Qt application designed to solve mathematical equations - linear as well as quadratic.-Ro3n is a simple Qt application designed to solve mathematical equations- linear as well as quadratic.
- 2022-07-04 21:33:43下载
- 积分:1
-
自动替换文件名的小程序,在节面上输入文件名需要替换的部分,和替换后的描述,程序自动将所有需要替换的名称替换为后一种描述...
自动替换文件名的小程序,在节面上输入文件名需要替换的部分,和替换后的描述,程序自动将所有需要替换的名称替换为后一种描述-Automatically replace the file name of the applet, in the section of the surface of the input file name of the part needs to be replaced, and replaced the description, the program will automatically replace the names of all those in need is replaced by the latter description
- 2022-06-20 16:26:32下载
- 积分:1
-
铺设线路问题,北航所有
铺设线路问题,北航所有-laying cables, all of Northern
- 2023-06-05 19:20: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