-
Programming_In_Lua word document
Programming_In_Lua word document
- 2022-05-24 10:14:56下载
- 积分:1
-
使用ode45函数,计算双摆模型,同时动画显示结果。并画图相应的相图....
使用ode45函数,计算双摆模型,同时动画显示结果。并画图相应的相图.
-use ode45 function, double pendulum model calculation, the results show animation. Drawing and the corresponding phase diagram.
- 2022-09-28 19:10:03下载
- 积分:1
-
可变变量
changeable variables
- 2022-08-23 07:42:04下载
- 积分:1
-
这是基于6个算法的单
这是基于VC++6.0的单用户注水算法的源程序,-This is based on the VC++ 6.0 Algorithm for single-user water source,
- 2022-05-14 00:31:21下载
- 积分:1
-
处理最原始的火星MOLA高程数据,但每次只能处理一个轨道。
处理最原始的火星MOLA高程数据,但每次只能处理一个轨道。-Deal with the most primitive MoLa Martian elevation data, but can only deal with one track each.
- 2022-07-07 11:51:21下载
- 积分: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 program is the dynamic programming method to solve the problem of dynamic planning process
- 2022-06-30 11:31:29下载
- 积分:1
-
一部很好的c++学习视频,讲得非常详细,透彻!适合c++初学者使用,学习!...
一部很好的c++学习视频,讲得非常详细,透彻!适合c++初学者使用,学习!
-A very good c++ Learning video, was very detailed and thorough! Suitable for c++ Beginners use to learn!
- 2022-10-22 11:05:08下载
- 积分:1
-
8PSK 调制与解调
8PSK 的matlab调制解调过程,有源码生成,信道模拟,以及调制解调的详细内容,较为实用,请认真阅读。但还是注释内容不够全面,需要自己调试,然后跑通。
- 2022-07-24 16:57:16下载
- 积分:1
-
我国农历的算法
C++。来源于http://blog.chinaunix.net/u/18517/
我国农历的算法
C++。来源于http://blog.chinaunix.net/u/18517/-China" s Lunar New algorithm C++. From http://blog.chinaunix.net/u/18517/
- 2022-08-08 22:02:35下载
- 积分:1