-
Functionality
徐工集团
- 2022-01-23 10:54:00下载
- 积分:1
-
用.netc#语言写的文件操作小样例源代码,代码短小精悍,具备了核心操作部分...
用.netc#语言写的文件操作小样例源代码,代码短小精悍,具备了核心操作部分-File operator sample by .net C#
- 2023-02-21 03:15:02下载
- 积分:1
-
多彩游戏平台源代码,基于p2p的语音视频游戏平台,个人收藏,网上无法下载的,希望给需要的朋友带来一些方便...
多彩游戏平台源代码,基于p2p的语音视频游戏平台,个人收藏,网上无法下载的,希望给需要的朋友带来一些方便-Colorful game platform source code, based on p2p voice video game platforms, personal collection, on-line can not be downloaded, and I hope to bring some convenience of a friend in need
- 2022-03-10 10:38:24下载
- 积分:1
-
opencv读取摄像头
opencv读取摄像头并将将其显示,
cvCreateCameraCapture
初始化从摄像头中获取视频
CvCapture* cvCreateCameraCapture( int index );
index 要使用的摄像头索引。如果只有一个摄像头或者用哪个摄像头也无所谓,那使用参数-1应该便可以。
函数cvCreateCameraCapture给从摄像头的视频流分配和初始化CvCapture结构。目前在Windows下可使用两种接口:Video for Windows(VFW)和Matrox Imaging Library(MIL); Linux下也有两种接口:V4L和FireWire(IEEE1394)。
释放这个结构,使用函数cvRele
- 2022-01-22 05:30:22下载
- 积分:1
-
由于vc系统随机函数产生的数均匀分布,有时要用到正态分布和分布,这是两个小函数,让你们见笑了...
由于vc系统随机函数产生的数均匀分布,有时要用到正态分布和分布,这是两个小函数,让你们见笑了-vc system because of the random number function evenly distributed, and sometimes we had to use normal distribution and distribution, which is two small functions so that you laughed at the
- 2022-07-04 05:57:44下载
- 积分:1
-
for wince freescale i.mx21 cmos sensor 视频采集程序
for wince freescale i.mx21 cmos sensor 视频采集程序-for wince freescale i.mx21 cmos sensor video capture program
- 2022-06-14 11:01:25下载
- 积分:1
-
c语言经典的实现了最大公约数的算法
可以处理int内的任意整数!还有运行图
及运行处理的结果!...
c语言经典的实现了最大公约数的算法
可以处理int内的任意整数!还有运行图
及运行处理的结果!-c classical language to achieve a common denominator of the algorithm can handle int the arbitrary integer! There diagram and operation of the outcome!
- 2022-07-23 00:43:52下载
- 积分:1
-
basic的一个解释程序 Visual C++编写
可以参考,有助于自行设计语法...
basic的一个解释程序 Visual C++编写
可以参考,有助于自行设计语法-an explanation of the basic procedures for the preparation of Visual C reference can help design their own syntax
- 2022-06-28 04:34:19下载
- 积分:1
-
最低松弛度优先算法
char pname[5]; //进程名
int deadtime; //周期
int servetime; //执行时间
//周期进程某一次执行到停止的剩余需执行时间(考虑到抢占),初始为deadtime
int lefttime;
int cycle; //执行到的周期数
//进程最近一次的最迟开始执行时间,- currenttime 即为松弛度
int latestarttime;
//进程下一次最早开始时间
int arivetime;
int k; //k=1,表示进程正在运行,否则为0,表示进程不在执行期间
/*
若存在最小松弛度进程个数多于1个,
则采用最近最久未使用算法
采用一计数器LRU_t
*/
- 2023-06-22 00:00:04下载
- 积分:1
-
使用操作系统提供的拷贝命令不能拷贝隐含或系统属性的文件,因为在拷贝过程中系统会提示“File not found”。下面的小程序可以解决这个问题。...
使用操作系统提供的拷贝命令不能拷贝隐含或系统属性的文件,因为在拷贝过程中系统会提示“File not found”。下面的小程序可以解决这个问题。
-Provided by the use of the operating system copy command can not copy hidden or system file attributes, as in the copy process will be prompted to " File not found" . The following small program can solve the problem.
- 2022-02-25 17:10:22下载
- 积分:1