-
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
-
AdaptiveTransparency_Source
一種新的方法可以即時處理無須排序的重疊半透明三角形,比A-buffer方法的效率更高。(We introduce a new technique for real-time order independent transparency called Adaptive Transparency (AT) that closely approximates the ground-truth results obtained from A-buffer compositing but is 5x to 40x faster. The key contribution of Adaptive Transparency is the introduction of an adaptively compressed visibility representation that can be efficiently constructed and queried during rendering. It can be applied to a widerange of transparent geometry (e.g., foliage, windows, hair, and smoke). AT closely matches the ground-truth A-buffer solution and is both higher quality and faster than other approximate OIT techniques.
)
- 2011-05-27 01:39:12下载
- 积分:1
-
WOQRQQH6
最近在学MFC界面编程,一款在状态栏显示滚动条的程序源码,已编译成功,希望能对初学者有所帮助!(Recently learning MFC interface programming, a status bar display scroll bar source code, has been compiled successfully, I hope to help beginners!)
- 2018-12-01 07:09:36下载
- 积分:1
-
acousticSourceLocalizationAlgorithms
此代码为大学物理实验,声源定位模拟实验中用到的算法内容,用c语言实现(This code for university physics experiment, acoustic source localization algorithms used in simulation content, using c language implementation)
- 2010-01-14 04:37:09下载
- 积分:1
-
zgy-server
说明: 用VC6写的简单控制台服务器端程序,学习用。(with VC6 write a simple console server software, to study.)
- 2006-04-12 14:39:50下载
- 积分:1
-
24lc02
24LC02资料 很难找到的,对大家可能都有用处哈。(24LC02 data hard to find, we may have use for Ha.)
- 2011-10-18 17:50:32下载
- 积分:1
-
CFarmMangement
这是一个用MFC对话框连接数据库编写的源代码
(his is a source code written in MFC dialog box to connect to the
)
- 2014-12-11 20:32:32下载
- 积分:1
-
Windows-Sockets
本书主要介绍了如何用API函数进行网络间通信(The book introduces how to use the API function communication networks)
- 2013-03-08 23:59:51下载
- 积分:1
-
LINUX
LINUX内核指导,操作系统课程设计时做的(LINUX kernel guidance, operating system, curriculum design, when done)
- 2010-01-06 09:49:32下载
- 积分:1
-
ChatRoom
局域网聊天室,实现客户端和服务器端,实现托盘功能,对网络编程和界面编程的同学有一定的帮助。(LAN chat rooms, client and server-side tray function, certain network programming and interface programming students.)
- 2013-03-16 09:21:07下载
- 积分:1