-
SocketCAsyncSocketCSocket
Socket,CAsyncSocket,CSocket介绍
Socket有同步阻塞方式和异步非阻塞方式两种使用,事实上同步和异步在我们编程的生涯中可能遇到了很多,而Socket也没什么特别。虽然同步好用,不费劲,但不能满足一些应用场合,其效率也很低。
也许初涉编程的人不能理解"同步(或阻塞)"和"异步(或非阻塞)",其实简单两句话就能讲清楚,同步和异步往往都是针对一个函数来说的,"同步"就是函数直到其要执行的功能全部完成时才返回,而"异步"则是,函数仅仅做一些简单的工作,然后马上返回,而它所要实现的功能留给别的线程或者函数去完成。例如,SendMessage就是"同步"函数,它不但发送消息到消息队列,还需要等待消息被执行完才返回;相反PostMessage就是个异步函数,它只管发送一个消息,而不管这个消息是否被处理,就马上返回。(SocketCAsyncSocketCSocket)
- 2009-06-20 13:10:05下载
- 积分:1
-
dsp28069
全部是28069芯片的LED灯闪烁、fpu浮点算法、ecan环路自测模式,spia自测模式,sci的环路自检模式(All LED lights flashing, 28069 chip FPU floating-point arithmetic, the ECAN loop self testing mode, SPIA mode of self testing, loop checking mode SCI)
- 2013-10-26 21:50:04下载
- 积分:1
-
abc
基于MFC在编辑框中实现文件的打开、查找和关键字搜索定位等功能(Based on MFC it realized the openning and searching of files or texts in your edit box and so on )
- 2013-12-04 21:04:59下载
- 积分:1
-
ADOSample
Vc++ 使用Ado方式对数据库操作,在vc6.0上编译通过(Ado datebase operate)
- 2014-03-19 14:07:42下载
- 积分:1
-
Contrast
说明: 是一个图片见面预览,模拟工业触摸屏的画面,所以画面元素比较单一,但是仅仅做预览效果不错(Is an image preview meeting, simulation of industrial touch-screen picture, so the image elements of relatively simple, but only to do a good preview)
- 2009-09-01 19:42:13下载
- 积分:1
-
vbPianoTest
vb模拟电子琴,界面简洁友好,可以实现多种乐器(vb simulation flower, simple and friendly interface, you can achieve a variety of musical instruments)
- 2015-12-19 01:19:59下载
- 积分:1
-
ershoushangpinxiaoshouxitong
二手车商品销售系统,基于MFC,数据库为Access,是一个不错的系统(ershouchexiaoshouxitong system)
- 2014-07-17 21:01:43下载
- 积分:1
-
VB
说明: 对松下FP系列PLC通讯串口的调试,了解串口使用的方法(Panasonic FP series PLC serial communications debugging of serial use)
- 2013-01-24 15:51:31下载
- 积分:1
-
VFP
VFP数据库继承了以往传统数据库的优点,是采用了面向对象的程序设计思想和可视化的编程工具,操作简单、易学,极大的方便了软件的开发。人们在使用它作为开发工具时,可以高效的开发出全新的可视化图形界面应用程序。(VFP database inherits the advantages of traditional databases, is the use of object-oriented program design and visual programming tools, simple operation, easy to learn, which greatly facilitates the software development. People use it as a development tool, you can efficiently develop a new visual GUI applications.)
- 2013-08-30 16:02:33下载
- 积分:1
-
interval
本程序实现了多区间的交集、并集和补集操作,很好使用。(This program implements multiple interval of the intersection, union and complement operations, very good use)
- 2015-05-17 14:20:46下载
- 积分:1