-
宿舍管理VB程序
hostel managment vb program
- 2022-07-19 00:35:46下载
- 积分:1
-
VB编写的小型FLASH播放器软件,播放FLASH还是比较好的
VB编写的小型FLASH播放器软件,播放FLASH还是比较好的-VB prepared by the small Flash player software, Flash player is still relatively good
- 2022-01-22 10:40:13下载
- 积分:1
-
网上当的程序,看后觉的还可以,可以使用
网上当的程序,看后觉的还可以,可以使用
-When the procedure online, look after, they can still sleep, you can use
- 2023-04-09 13:45:03下载
- 积分:1
-
一个可以把MP3中的音乐信息读出来,并且可以对其信息进行修改保存...
一个可以把MP3中的音乐信息读出来,并且可以对其信息进行修改保存-it can read information from MP3,and it can also edit and save the iformation to it .
- 2023-07-21 23:30:04下载
- 积分:1
-
收到了类似邮件的客户端,比较难看的图片…
类似邮箱接收的客户端,画面比较难看-Received a similar mail client, relatively ugly picture ...
- 2022-06-15 12:47:50下载
- 积分:1
-
C++对象消息传递,非常好用。
C++对象消息传递,非常好用。-C object messaging, a very handy.
- 2023-07-26 23:30:03下载
- 积分:1
-
有机会获得处理器运行,这项工作被称为“作业调度”。实现这部分功能的程序就是“作业调度操作系统根据允许并行工作的道数和一定的算法从系统中选取若干作业把它们装入主存...
有机会获得处理器运行,这项工作被称为“作业调度”。实现这部分功能的程序就是“作业调度操作系统根据允许并行工作的道数和一定的算法从系统中选取若干作业把它们装入主存储器,使它们程序”。-have access to processor operation, which was known as the "Job Scheduling." To achieve this part of the procedure is to function "Job Scheduling allows parallel operating system based on the work of the Road and a few algorithms from the system selected a number of operations they packed the main memory, so that they procedures."
- 2023-03-30 19:35:04下载
- 积分:1
-
一个STL中VECTOR的综合实例,包括vector,deque,list等类型,对于STL爱好者来说这是必须要要掌握的东西...
一个STL中VECTOR的综合实例,包括vector,deque,list等类型,对于STL爱好者来说这是必须要要掌握的东西-STL describing a comprehensive example, including vector, deque. , and other types of list for STL lovers, this is a must to master things
- 2022-04-30 04:33: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
-
这是一款定时器软件,通过实际工程应用,可以精确到毫秒
这是一本很好的书.讲的是信息学. 是学电子通讯的基础.-This is a very good book. Information about the study. Science is the basis of electronic communications.
- 2022-05-16 19:41:04下载
- 积分:1