-
SerialPortTest
学习C++,先学串口编程,本程序就是以串口作为编程对象,进行针对串口的数据接收与发送,内含丰富的注释,纯个人理解!(To learn C++ learn first serial programming, the program is as a programming object to the serial port for serial data reception and transmission, contains a wealth of comments, pure personal understanding!)
- 2013-04-28 10:18:11下载
- 积分:1
-
VC_program_source_code_achieve_order_management_sy
VC实现订单管理系统程序源码VC program source code to achieve order management system(VC program source code to achieve order management system)
- 2010-08-13 20:32:12下载
- 积分:1
-
ChatCSocket
简单聊天软件,简单易学
winscok2.0
(Simple chat software, easy to learn winscok2.0)
- 2008-08-16 08:54:45下载
- 积分:1
-
PrintSample11
模拟随机肥皂泡泡的生成,并可在一个窗口上打印小泡泡。(Simulation of random formation of soap bubbles, and in a small bubble window to print.)
- 2007-10-18 13:57:19下载
- 积分:1
-
VCProgram
正方体投影,计算机图形学的综合实验内容,很全很专业的资源(eject)
- 2020-06-30 11:40:02下载
- 积分:1
-
strcat
设计函数STRCAT,模拟标准函数strcat(Design function STRCAT, analog standard function strcat)
- 2007-12-16 13:04:04下载
- 积分:1
-
kunction
又一个简单的com服务器和客户端程序,呵呵,不错不错(Another simple com server and client program, ha, good)
- 2018-10-09 18:15:15下载
- 积分:1
-
4701V1.3
4730发FM/AM收音完整程序,本人实侧测OK程序(4730 rounds FM/AM radio test OK program)
- 2013-04-03 20:38:48下载
- 积分:1
-
PCview
这个是我用ghost1.0修改出来源码,框架稳定,对IOCP进行了一定优化,更稳定(This is I with ghost1.0 modify out the source code, stable framework, IOCP, which must be optimized, more stable)
- 2020-07-30 14:58:37下载
- 积分:1
-
win32programming
在WIN32中,每一个线程都对应着一个消息队列。由于一个线程可以产生数个窗口,所以并不是每个窗
口都对应着一个消息队列。下列几句话应该作为"定理"被记住:
"定理" 一
所有产生给某个窗口的消息,都先由创建这个窗口的线程处理;
"定理" 二
Windows屏幕上的每一个控件都是一个窗口,有对应的窗口函数。消息的发送通常有两种方式,一是SendMessage,一是PostMessage(In WIN32, each thread corresponds to a message queue. Since a thread can have several windows, so not every window corresponds to a message queue. The following words should be a " theorem" to be remembered: " Theorem" all produce a message to a window, all threads initially create the window treatment " Theorem" Two Windows on the screen is a control for each window, there is the corresponding window function. Messages sent are usually two ways, first, SendMessage, PostMessage first)
- 2010-08-26 08:43:28下载
- 积分:1