-
queue
排队买饭程序:利用队列实现,可以有好朋友一起排队。(Queuing to buy food program: the use of queues to achieve, you can have friends lined up together.)
- 2014-01-11 21:28:30下载
- 积分:1
-
light0
这是一个光照效果的演示程序,实现真实感绘制,底层是opengl设置,对要进行三维编程有参考价值(This is a demo program lighting effects to achieve photorealistic rendering, opengl set the bottom is on to have a reference value of three-dimensional programming)
- 2009-05-20 10:00:44下载
- 积分:1
-
easyMule-src-080202
easyMule-VeryCD-src-080202(源代码).rar
easyMule 是VeryCD团队基于开源协议在eMule的基础上进行开发的一个全新产品,。(easyMule-VeryCD-src-080202 (source code). rareasyMule is VeryCD team eMule based on open-source agreement on the basis of the development of a new product.)
- 2008-02-20 22:17:05下载
- 积分:1
-
wpfhostingwin32control
说明: 演示如何在wpf中承载w32内容,简单,易懂,很实用(Demonstrates how the content of wpf in carrying w32)
- 2010-04-14 13:59:07下载
- 积分:1
-
Graphic
用MFC开发的小的二维制图程序,可实现简单的图形绘制,并对图形进行放缩,旋转,镜像等变换。(DRAW MFC )
- 2020-06-30 23:40:02下载
- 积分:1
-
基于噪声点检测的中值滤波方法_马学磊
图像识别中,对噪点的检测的中值滤波的方法。(Image recognition, median filtering method for the noise detection)
- 2017-07-06 16:20:55下载
- 积分:1
-
mode
一个文本搜索的console程序,可以从一个txt文本文件中查找数据 不错的(A text search console procedures, can look for data a TXT text file)
- 2017-04-29 20:03:36下载
- 积分:1
-
vb_explainer
basic的一个解释程序 Visual C++编写
可以参考,有助于自行设计语法(an explanation of the basic procedures for the preparation of Visual C reference can help design their own syntax)
- 2006-10-23 10:54:23下载
- 积分:1
-
51ucosii
μC/OS-II是一种可移植的,可植入ROM的,可裁剪的,抢占式的,实时多任务操作系统内核。它被广泛应用于微处理器、微控制器和数字信号处理器。SDCC是一个免费的开放源代码的软件,依据GNU General Public License (GPL) 发布。(μC/OS-II is successfully implemented in some of the highest level safety-critical devices)
- 2012-05-08 13:34:57下载
- 积分: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