-
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
-
gery
windows平台下的线程池软件,对频繁调用但是处理时间很短的线程有很好的效果,(Thread pool Windows platform software, for frequent calls but processing time is very short thread has a good effect,)
- 2017-07-22 09:59:51下载
- 积分:1
-
dotaMapHook
1.替换war3根目录下Games 联合开发网 - pudn.com
- 2014-02-15 10:25:53下载
- 积分:1
-
Mitsubishi PLC_demo
可支持调用三菱PLC的通信,支持以太网口的通信。(It can support communication with MITSUBISHI PLC and support Ethernet port communication.)
- 2018-10-29 09:50:29下载
- 积分:1
-
Multicast
使用vs2010工具,利用MFC,实现组播通信,只要加入了组,就可以实现通信,该软件还能显示组内成员用户名,IP。(Using vs2010 tools, the use of MFC, multicast communication, joined the group as long as you can communicate, the software can display the group members user name, IP.)
- 2021-01-28 15:08:36下载
- 积分:1
-
example-flac3d-mohr
这是一个基于c++编写的,用于flac3d中本构模型二次开发的程序,其编写的是mohr-coulomb模型。(this is a secondary development program compiled by visual c++,it can be used for study for constitutive model. )
- 2021-04-06 19:29:02下载
- 积分:1
-
矩阵运算
说明: 该代码包括矩阵的加减、乘法以及逆矩阵的计算(The code includes matrix addition and subtraction, multiplication and inverse matrix calculation.)
- 2020-07-25 15:31:56下载
- 积分:1
-
bfs
hdu 3085 一道bfs题 一点值得注意的,鬼魅先走,mm与gg后走,直接模拟这个这个场景,突出时间的先后性,一秒与一秒的区别。。。这样模拟很难出错(hdu 3085 an ACM question.it is about bfs)
- 2010-05-12 22:01:22下载
- 积分:1
-
mempool102
一个简单的内存池实现算法,使用C++实现,使用VC6.0可以正常编译通过。(A simple memory pool algorithm, using C++ implementation by using VC6.0 to compile correctly.)
- 2016-05-02 14:00:28下载
- 积分:1
-
pass_stringarray_to_function
Pass string array to function
- 2009-04-30 21:43:33下载
- 积分:1