-
用vc++开发的二进制XML存储方案BinXML,工程中介绍了如何对xml文件的操作。...
用vc++开发的二进制XML存储方案BinXML,工程中介绍了如何对xml文件的操作。-Developed using vc++ binary XML storage scheme BinXML, project describes how to xml file operation.
- 2022-05-05 09:24:46下载
- 积分:1
-
可以计算各种函数,还可以使用变量,如A,B,C,D。可以计算各种数学函数sin cos tg ctg,处理括号,四则运算,是VC中一款不可多得的表达式计算类和计...
可以计算各种函数,还可以使用变量,如A,B,C,D。可以计算各种数学函数sin cos tg ctg,处理括号,四则运算,是VC中一款不可多得的表达式计算类和计算工具。例如:cos(0) 1-can calculate various functions, variables can also be used, such as A, B, C, D. Can calculate mathematical functions sin cos tg rays, handling brackets, four operators, one VC is a rare expression of calculating and computing tools. For example : cos (0) 1
- 2022-04-12 14:41:47下载
- 积分:1
-
不依赖OutLook发送邮件,同时发给多人,CC,BCC给多人,可以发多个附件...
不依赖OutLook发送邮件,同时发给多人,CC,BCC给多人,可以发多个附件-send email
- 2022-07-28 16:31:18下载
- 积分:1
-
计算矩阵乘积,文本输入输出,输入时两个矩阵之间需要换行...
计算矩阵乘积,文本输入输出,输入时两个矩阵之间需要换行-Calculation of matrix product, text input and output, input two matrices when the line between the need for
- 2022-02-02 22:17:29下载
- 积分:1
-
several image processing compressed, very helpful! ! As for the image processing...
数自图像处理的压缩包,很有帮助!!对于学图像处理的一定要下!-several image processing compressed, very helpful! ! As for the image processing to the next!
- 2023-03-27 16:25:04下载
- 积分:1
-
汉字点阵获取源码,可用于LED条屏控制,内有串口通信
汉字点阵获取源码,可用于LED条屏控制,内有串口通信-jet printer code font to point
- 2022-02-02 14:11:29下载
- 积分: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
-
A simple spray of graphics, if you want to color effects, directly to the color...
一个简单的喷枪的绘图功能,如果想要彩色的效果,直接把颜色参数一改就好了
-A simple spray of graphics, if you want to color effects, directly to the color change like the one parameter
- 2022-05-31 23:40:12下载
- 积分:1
-
vc++开发窗体工具栏,格式,状态栏
vc++开发窗体工具栏,格式,状态栏 -vc++ Development Forms toolbar, format, status bar, vc++ Development Forms toolbar, format, status bar,
- 2022-07-22 21:19:39下载
- 积分:1
-
以Windows内计算器为模板模仿其简单计算器功能,除了M的记忆功能....
以Windows内计算器为模板模仿其简单计算器功能,除了M的记忆功能.-Within a Windows calculator as a template to imitate its simple calculator function, apart from the memory function M.
- 2023-05-07 00:30:02下载
- 积分:1