-
c语言编写触摸屏驱动
c语言编写触摸屏驱动-Touchscreen drivers
- 2022-11-04 10:30:03下载
- 积分:1
-
串口通讯程序!虚拟串口!
串口通讯程序!虚拟串口!-serial ports communication program. vitual serial ports
- 2023-02-14 16:50:04下载
- 积分:1
-
本源码是一个完整的图书馆管理系统,功能比较齐全。
本源码是一个完整的图书馆管理系统,功能比较齐全。-This source code is a complete library management system, wide array of functions.
- 2022-03-23 12:14:12下载
- 积分:1
-
操作系统中,四种CPU调度算法的演示:先进先出、动态优先级、时间片轮转法和多级反馈队列。...
操作系统中,四种CPU调度算法的演示:先进先出、动态优先级、时间片轮转法和多级反馈队列。-This program demonstrates four scheduling algorithms of CPU in the OS:FCFS、 DP、 RR&MLFQ
- 2023-05-28 21:15:04下载
- 积分:1
-
学生运动会成绩数据库
每个功能的实现均以函数形式实现,系统结构清晰,有必要的注释和说明。数据结构设计合理,系统各项功能以菜单形式进行选择。...
学生运动会成绩数据库
每个功能的实现均以函数形式实现,系统结构清晰,有必要的注释和说明。数据结构设计合理,系统各项功能以菜单形式进行选择。-Student Games results database realize each function are in the form of the realization of function, system structure clear, it is necessary annotations and notes. Data structure design is reasonable, the system functions in the form of menu choices.
- 2022-09-05 17:10:02下载
- 积分:1
-
旅游合同管理软件,可以对信息进行录入、删除、修改…
旅行社合同管理软件,可以对信息进行录入、删除、修改、统计等。-Travel contract management software, you can input the information, delete, modify, and statistics.
- 2022-01-25 23:37:44下载
- 积分:1
-
利用c++编写的图形显示程序,供大家学习
利用c++编写的图形显示程序,供大家学习-Using c++ graphics programs written for them to learn from
- 2022-03-04 23:25:36下载
- 积分:1
-
java project
这是一个小发票管理系统。该系统帮助他们创建发票和管理各种类型的物料主数据。该系统包括采购、交货和接收订单。使用的数据库是Mysql。Ireports用于报告处理
- 2023-08-16 06:10:03下载
- 积分: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
-
从一本书附带代码修改而来 删除邮箱所有邮件(用于清除大量垃圾邮件) 自己修改内设的帐号和密码...
从一本书附带代码修改而来 删除邮箱所有邮件(用于清除大量垃圾邮件) 自己修改内设的帐号和密码-book from a fringe code revision to delete mail from all mail (for the removal of huge quantities of spam) to amend their internal account and password
- 2022-11-13 00:45:04下载
- 积分:1