-
001
windows的API函数的归纳电子书,系统全面的介绍了百分之九十的API函数。(windows into the API function of e-books, systematic and comprehensive introduction to the 90 of the API function.)
- 2009-04-10 15:11:54下载
- 积分:1
-
mfc
《深入浅出MFC》附带光盘里面的内容,有书上全部的源代码!(Head MFC comes with the disc inside, all the source code in the book!)
- 2012-08-09 15:04:22下载
- 积分:1
-
adduser
windows下利用API添加用户的代码。(Add windows administrator via windows API.)
- 2009-06-16 13:47:42下载
- 积分:1
-
4
说明: 一個類似Windows裡的小畫家,功能簡便,能選擇顏色(A similar small Windows painters, features simple, able to select the color)
- 2008-07-01 17:59:47下载
- 积分:1
-
how_many_fibs
Recall the definition of the Fibonacci numbers:
f1 := 1
f2 := 2
fn := fn-1 + fn-2 (n>=3)
Given two numbers a and b, calculate how many Fibonacci numbers are in the range [a,b]. (Recall the definition of the Fibonacci numbers:
f1 := 1
f2 := 2
fn := fn-1+ fn-2 (n>=3)
Given two numbers a and b, calculate how many Fibonacci numbers are in the range [a,b]. )
- 2009-11-27 15:18:02下载
- 积分:1
-
Malloc_Implementaion
详细解析MALLOC/free;New/delete内部实现机制,以及实现。(Detailed analysis MALLOC/free New/delete internal implementation mechanisms, and implementation.)
- 2013-11-17 18:55:32下载
- 积分:1
-
C
c语言初学者必备的一些知识,大学c语言课程很好的辅助课件(c language for beginners some of the necessary knowledge, university c language courses good supporting courseware)
- 2013-11-26 13:46:05下载
- 积分: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
-
WinDriverPCI
说明: 关于Windriver编写PCI驱动的教程(windriver )
- 2009-08-26 09:38:56下载
- 积分:1
-
游戏架构设计与策划基础
说明: 和游戏相关的书籍,一本很不错的书籍,推荐给大家(About game,it is a good book, you can have!!)
- 2020-06-23 09:40:02下载
- 积分:1