-
flash_cap1234
基于2407a的多个捕获单元中断程序 cap1234(Based on more than one capture unit 2407a interrupt program cap1234)
- 2010-01-27 16:19:42下载
- 积分:1
-
pigdjas67
说明: By throwing an exception to indicate the occurrence of an error(By throwing an exception to indicate the occurrence of an erro)
- 2018-12-25 13:29:14下载
- 积分:1
-
基于VTK的三维重建
利用VTK三维重建软件与VS2010结合,读取格式为1文件的系列图像,并能显示三维重建结果,语言为C++语言(Using VTK 3D reconstruction software and VS2010 combination, read the format of the series of images of 1 files, and can display three-dimensional reconstruction results, the language is C++ language)
- 2020-12-15 21:19:14下载
- 积分:1
-
resource-allocation
说明: 无线网络中的资源分配与跨层控制,国外专家编写的,讲解的很详细(Wireless network resource allocation and cross-layer control, prepared by foreign experts, to explain in great detail)
- 2011-04-14 16:23:52下载
- 积分:1
-
player
利VS2008+VLC制作简单的播放器,播放,暂停,停止,录像等功能(The VS2008+ (VLC making simple player, play, pause, stop, video, and other functions
)
- 2011-08-19 13:23:08下载
- 积分:1
-
Rectange_xuanzhuan
矩形框旋转,可设置旋转角度,旋转时间,可连续旋转(Rotating rectangle)
- 2013-08-07 23:56:12下载
- 积分:1
-
yujinxiangqudongbanxuexibiji
郁金香驱动班学习笔记,时时记录,可以帮助新学员快速掌握新知识(Tulip driver class study notes, from time to time records, can help new students quickly master new knowledge)
- 2010-10-13 08:03:07下载
- 积分:1
-
cat
短信猫所需要的dll文件,h文件以及lib文件共参考。(SMS cat dll files, h files, and lib files of reference.)
- 2012-12-22 15:12:04下载
- 积分:1
-
MYKTV
本KTV包括前端,后台,以及数据库。虽然是简洁版 但是可以参考其中的代码源,能够帮助我们少走弯路(This KTV includes front end, backstage, and database.)
- 2017-12-11 20:32:29下载
- 积分:1
-
SocketCAsyncSocketCSocket
Socket,CAsyncSocket,CSocket介绍
Socket有同步阻塞方式和异步非阻塞方式两种使用,事实上同步和异步在我们编程的生涯中可能遇到了很多,而Socket也没什么特别。虽然同步好用,不费劲,但不能满足一些应用场合,其效率也很低。
也许初涉编程的人不能理解"同步(或阻塞)"和"异步(或非阻塞)",其实简单两句话就能讲清楚,同步和异步往往都是针对一个函数来说的,"同步"就是函数直到其要执行的功能全部完成时才返回,而"异步"则是,函数仅仅做一些简单的工作,然后马上返回,而它所要实现的功能留给别的线程或者函数去完成。例如,SendMessage就是"同步"函数,它不但发送消息到消息队列,还需要等待消息被执行完才返回;相反PostMessage就是个异步函数,它只管发送一个消息,而不管这个消息是否被处理,就马上返回。(SocketCAsyncSocketCSocket)
- 2009-06-20 13:10:05下载
- 积分:1