-
SocketCAsyncSocketCSocket
Socket,CAsyncSocket,CSocket介绍
Socket有同步阻塞方式和异步非阻塞方式两种使用,事实上同步和异步在我们编程的生涯中可能遇到了很多,而Socket也没什么特别。虽然同步好用,不费劲,但不能满足一些应用场合,其效率也很低。
也许初涉编程的人不能理解"同步(或阻塞)"和"异步(或非阻塞)",其实简单两句话就能讲清楚,同步和异步往往都是针对一个函数来说的,"同步"就是函数直到其要执行的功能全部完成时才返回,而"异步"则是,函数仅仅做一些简单的工作,然后马上返回,而它所要实现的功能留给别的线程或者函数去完成。例如,SendMessage就是"同步"函数,它不但发送消息到消息队列,还需要等待消息被执行完才返回;相反PostMessage就是个异步函数,它只管发送一个消息,而不管这个消息是否被处理,就马上返回。(SocketCAsyncSocketCSocket)
- 2009-06-20 13:10:05下载
- 积分:1
-
TextToDbf
将.list后缀(地质学中常用的一种格式)的纯文本文件转换成dbf格式的vf数据库文件。
采用超线程技术,对于大尺寸的文件操作不会使界面卡死,稍作修改可成为通用的文本文件导入数据库的程序。(Will. List suffix (geology used in a format), plain text file into dbf format database file vf. The use of Hyper-Threading Technology for the large size of the file operations interface card does not die, with some slight modifications can be a text file to import generic database procedures.)
- 2007-08-07 14:01:51下载
- 积分:1
-
GMC-AL1389L-2CI
GMC-AL1389L-2CI dvd player firmware
- 2011-09-29 02:25:02下载
- 积分:1
-
cn700_vc347772244
银行家算法的实现 vc++开发 有需要的可以下载使用(bankers algorithm development to achieve vc need can be downloaded use)
- 2005-06-30 10:37:21下载
- 积分:1
-
TemplateTrans
利用VC++对图像进行增强处理,包括图像平滑,中值滤波,梯度锐化,拉普拉斯锐化,伪彩色编码(Using VC++ to enhance the image processing, including image smoothing, median filter, sharpening the gradient, Laplacian sharpening, pseudo-color coding)
- 2009-06-09 15:39:30下载
- 积分:1
-
6790966
Winamp样式的自动停靠对话框,VC++经典编程源码,很好的参考资料。(Winamp style automatic berth dialog, VC++ classic programming source code, a good reference.)
- 2013-11-15 09:09:59下载
- 积分:1
-
kufang
vb做的一个简单的库房软件,数据库为ACCESS(vb do a simple warehouse software, ACCESS)
- 2014-12-19 11:54:32下载
- 积分:1
-
CF_NiosII5.0
Compact Flash Support For Nios II 5.0, To download supporting materials for this new Compact Flash support, download the following .zip file, extract to a computer with Quartus II 5.0 & Nios II 5.0 installed, and proceed to use the hardware and/or software examples of your choice to proceed. Additional information is available in the readme.txt document, included in the top-level of the .zip file
- 2007-11-27 14:54:46下载
- 积分:1
-
MFC-Skill
MFC使用的一些小技巧,较为实用,可解决一些小问题(some MFC skill)
- 2016-11-11 00:22:23下载
- 积分:1
-
mfcping
说明: 这是非常好的关于网络编程的例子,实现了ping程序,对于学习网络编程的人员来说是非常难得的材料。(It is a very good example of programming on the network to achieve the ping process, for learning network programming staff is very rare material.)
- 2008-10-07 13:19:18下载
- 积分:1