-
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
-
XTab
说明: vb下的tab不怎么好用,这个是扩展-XTAB(tab extended-XTAB)
- 2009-07-26 04:00:20下载
- 积分:1
-
visa
一个简单的数据挖掘程序,有贝叶斯方法和bp算法,还有决策数的简单实现。(a simple data mining procedures, it bp Bayesian methods and algorithms, the number of decision-making there are simple to achieve.)
- 2006-06-02 21:36:56下载
- 积分:1
-
hpcv-water-29-oct-2010
OSG实例,shader编程,实现简单的小溪河流定向移动(OSG , shader programming, achieve a simple directional movement of rivers )
- 2020-09-13 17:27:58下载
- 积分:1
-
Web-application-source-code
使用Visual C++ 或Visual Studio集成开发环境与Socket API,使用C++编程语言,设计并实现了一个简单的点对点的多线程网络聊天软件,使用多线程实现数据的收发(Using Visual c++ or Visual Studio integrated development environment and the Socket API, using c++ programming language, designed and implemented a simple point-to-point multi-threaded network chat software, using multi-threaded send and receive data
)
- 2020-07-04 14:20:01下载
- 积分:1
-
usbview_test
基于WDK开发,查看USB设备信息, 编译成DLL动态库,可直接调用(Developed based on the DDK, see the USB device information, compiled into a DLL dynamic libraries, and can be called directly)
- 2012-04-10 16:39:23下载
- 积分:1
-
zhizaoye
基于制造业的无线条码管理系统的设计与实现 无线条码管理系统的设计与实现(Based on the manufacturing of the wireless bar code management system design and Implementation)
- 2011-12-04 21:34:50下载
- 积分:1
-
Wavelet-Transform
基于TMS320C5502的小波变换程序,代码简洁,适合作于学习DSP开发的学习参考程序(TMS320C5502-based wavelet transform procedures, the code is simple and suitable for the development of learning to learn DSP reference program)
- 2013-07-13 21:35:12下载
- 积分:1
-
change
用于将网络边关系转换成matlab可用的临近矩阵。(Used to convert the network edge into matlab available close relationship matrix.)
- 2013-12-12 16:37:24下载
- 积分:1
-
baseCla
利用虚函数手段,按照三种不同的数据存储方式及其处理方法来实现如下的所谓“反序输出问题”:从键盘输入n 个int 型数据先存储起来(具体n 值由用户从键盘输入),而后再按照与输入相反的顺序将这些数据显示在屏幕上。具体地说,可通过在基类baseCla 及其派生类method1Cla、method2Cla 和method3Cla中说明如下的同一个虚函数“virtual void reverseout() ”,来实现所述问题的三种不同处理方法。例如,可设计并使用已经在第四章和第六章的实践题中所使用的数据存储结构以及处理方法:(1)使用大小为100 的常界数组存放数据;(2)通过new 生成大小恰为n 的动态数组存放数据;(3)使用指针与链表的实现法。(err)
- 2007-12-18 16:30:58下载
- 积分:1