-
-
exam1_flag.rar
首先使用 Visual C++ MFC OpenGL AppWizard创建一个OpenGL应用程序框架,NeHe的实例都是基于Win32的,本实例在MFC下实现了相同的效果。
-
fpl-14[1].12.tar.gz
自由Pascal是一个32位的pascal编译器。它可以应用于不同的处理器(i386+和680x0)和操作系统(Linux, DOS, AmigaOS, OS/2, Win32)。并且它是基于GPL协议的软件
-
-
-
myicqd-win32.rar
类似qq的通讯工具
*
* This program is free software you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
* the Free Software Foundation either version 2 of the License, or *
* (at your option) ...
-
npp.3.6.src.zip
Notepad++ 是在微軟視窗環境之下的一個免費的代碼編輯器。
為了產生小巧且有效率的代碼編輯器,這個在GPL許可證下的自由軟體開發專案採用 win32 api 和 STL 以 C++ 程式語言撰寫成,並且選用功能強大的編輯模組 Scintilla。多虧它的輕巧與執行效率,Notepad++ 可完美地取代微軟視窗的記事本。
-
-
-
串口通讯JustinIO.rar
... 0-4=no,odd,even,mark,space
??public byte StopBits // 0,1,2 = 1, 1.5, 2
??public int ReadTimeout
??
??//comm port win32 file handle
??private int hComm = -1
??
??public bool Opened = false
??
??//win32 api constants
??? private const uint ...
-
OOP&Win32.rar
SDK編寫多個圖像在視窗移動:
每按下enter鍵,多出一副圖象隨機踫撞運動。
按下任意一幅圖像(左鍵),提示出圖像名稱。
按右鍵,所有圖片都向鼠標點擊出移動,鬆開,則恢復之前的運動狀態。
-