-
一条SIN曲线,正弦曲线,通过改变参数的设顶,可以改变曲线的形状,周期,幅度,等...
一条SIN曲线,正弦曲线,通过改变参数的设顶,可以改变曲线的形状,周期,幅度,等-the shape, periodic, amplitude of sin curve( sinusoid) can be changed by changing the parameters.
- 2022-05-30 17:24:15下载
- 积分:1
-
实现控制面板的基础类
实现控制面板的基础类-achieve the control panel of foundation classes
- 2022-04-08 07:04:04下载
- 积分:1
-
simple windows shutdown procedures for the valuable advice everyone! I am a begi...
windows简单的关机程序,希望大家提出宝贵的意见!本人是初学者!-simple windows shutdown procedures for the valuable advice everyone! I am a beginner!
- 2022-03-14 09:09:57下载
- 积分:1
-
MMC卡,SD卡,代码
SD卡的官方资料(我承认这个资料很垃圾,比起民间的技术总结它的内容可谓又臭又长,但是作为基础也要了解一下,SD协议不用看) 清晰明了的MMC卡时序图(虽然这个是MMC卡的,但是在初始化的时候CMD0的时序是一样的)
- 2022-06-16 05:21:11下载
- 积分:1
-
VB中也有类似VC的IDE设置的预编译宏.与C++不同,VB代码中的预编译只能在当前文件中有效,但在IDE中设置的不受这个限制__郝玉杰...
VB中也有类似VC的IDE设置的预编译宏.与C++不同,VB代码中的预编译只能在当前文件中有效,但在IDE中设置的不受这个限制__郝玉杰-VB VC has a similar set of pre-IDE compiler Acer. C and different, VB code to the pre-compiled only in the current document effective, but in the IDE set against this limitation __ Haoyujie
- 2022-10-30 22:00: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
-
基于颜色特征的图像检索系统
基于颜色特征的图像检索系统,项目全部打包的,里面的exe文件是可以执行的文件,opencv的c++图像检索系统。环境配置成功就可以使用,基于颜色特征的图像检索系统
- 2022-10-29 03:00:15下载
- 积分:1
-
USB HID example code
USB HID example code
- 2022-04-12 13:00:06下载
- 积分:1
-
BizTalk 2004 基于业界标准XML Web Service的数据集成交换和业务流程整合平台 基于BizTalk 2004的开发体验 由浅入深 从XML...
BizTalk 2004 基于业界标准XML Web Service的数据集成交换和业务流程整合平台 基于BizTalk 2004的开发体验 由浅入深 从XML Web Service到复杂的应用适配器 化繁为简 将复杂的集成商务流模块化分解 外置的商务规则编辑-BizTalk 2004 based on the industry-standard XML Web Service to exchange data integration and business process integration platform based on BizTalk 2004 development experience from the elementary to XML Web Service to complex application adapters simplified complex integrated business flow modular decomposition external business rules editor
- 2022-01-26 01:48:23下载
- 积分:1
-
顾名思义,这个源码是针对喜欢聊天的人们所做的.希望大家能喜欢....
顾名思义,这个源码是针对喜欢聊天的人们所做的.希望大家能喜欢.-As the name suggests, the source code is like chatting against people doing. Hope that we can like.
- 2023-05-13 23:00:03下载
- 积分:1