-
一个宿舍管理系统源代码
一套学校宿舍管理系统,可对宿舍人员进行管理,包括校外人员来访记录,迁出人员登记,扣分登记,值班人员记录,人员信息查询等等。使用前需要将"sufei_Data.MDF"附加到SQL数据库,否则软件无法正常运行。请使用sql2005以上版本。宿舍管理系统帐号admin,密码admin
- 2023-05-14 20:20:03下载
- 积分:1
-
Classic problems bound up to the perfect solution for the problem, using the mul...
经典问题 最多约束问题的完美解决方案,利用到乘法原理,还有两种剪枝技术!
-Classic problems bound up to the perfect solution for the problem, using the multiplication principle, there are two pruning techniques!
- 2022-04-14 20:52:57下载
- 积分:1
-
ACARS报文解析(串口调试助手)
程序使用C#开发,主要使用了串口通信,数据的存储使用了DataSet进行保存。程序的算法部分是用来解算民航客机上的ACARS报文,程序采用模块化编程,报文解析算法,CRC16校验算法,串口通信设置都设置成了相关的类,所以源代码适合做C#串口通信的进行编辑。
- 2022-08-21 09:53:57下载
- 积分:1
-
Qinghua Zheng Li version of c++ courseware, learning c++ very useful going fine!...
清华郑丽版c++课件,对学习c++很有用的喽!值得一下-Qinghua Zheng Li version of c++ courseware, learning c++ very useful going fine! Is worth about ... ...
- 2022-01-25 19:58:42下载
- 积分:1
-
AppWizard是一个源代码生成工具,是计算机辅助程序设计工具,WinMain在MFC程序中是如何从源程序中被隐藏的,theApp全局变量是如何被分配的,MF...
AppWizard是一个源代码生成工具,是计算机辅助程序设计工具,WinMain在MFC程序中是如何从源程序中被隐藏的,theApp全局变量是如何被分配的,MFC框架中的几个类的作用与相互关系,MFC框架窗口是如何产生和销毁的,对窗口类的PreCreateWidow和OnCreate两个函数的着重分析,Windows窗口与C++中的CWnd类的关系。-AppWizard is a source code generation tool that is computer-aided process design tools, WinMain in MFC process is how to from the source was hidden, theApp global variable is how the distribution, MFC framework of several types of roles and mutual relations, MFC frame window is how the generation and destruction of the window class PreCreateWidow and OnCreate function of the focus on analysis of the two, Windows window with the C++ the CWnd class relations.
- 2022-03-03 10:52:20下载
- 积分:1
-
对于初学者有很大的帮助,其中提供了一些基本函数的使用方式,简单易学!...
对于初学者有很大的帮助,其中提供了一些基本函数的使用方式,简单易学!-simple but useful!
- 2023-02-16 04:40:04下载
- 积分:1
-
PPC流行的播放软件gsplayer源码,语言使用C++,MFC方式编程。开发环境EVC...
PPC流行的播放软件gsplayer源码,语言使用C++,MFC方式编程。开发环境EVC-PPC popular players gsplayer source software, the use of C language, the way MFC programming. Development environment EVC
- 2022-01-26 00:52:17下载
- 积分: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
-
可以获取CPU的供应商,以及CPU的ID等相关信息。程序有注释。
可以获取CPU的供应商,以及CPU的ID等相关信息。程序有注释。-CPU access to suppliers, as well as the CPU
- 2022-03-07 09:04:09下载
- 积分:1
-
使 vb6.0具有开发控制台程序的能力,使用很简单,插入控件后调用两个方法就行了...
使 vb6.0具有开发控制台程序的能力,使用很简单,插入控件后调用两个方法就行了-Vb6.0 with a console program to develop the ability to use very simple, insert the control method is called after the two lines of the
- 2022-04-20 08:55:33下载
- 积分:1