資源簡介
精通Windows API-函數、接口、編程實例(源碼) 范文慶,周彬彬 安靖 編著。從Windows應用程序開發工具講起,提供156個Windows API使用實例。
代碼片段和文件信息
/*?************************************
*《精通Windows?API》?
*?示例代碼
*?start.c
*?1.1.1 第一個示例程序,彈出消息對話框
**************************************/
/*?預處理 */
/*?頭文件 */
#include?
//連接時使用User32.lib
#pragma?comment?(lib?“User32.lib“)
/*?************************************
*?WinMain
*?功能 Windows應用程序示例
**************************************/
int?WinMain(
HINSTANCE?hInstance
HINSTANCE?hPrevInstance
LPSTR?lpCmdLine
int?nCmdShow
)
{
//?調用API函數?MessageBox
MessageBox(NULL
TEXT(“開始學習Windows編程“)
TEXT(“消息對話框“)
MB_OK);
return?0;
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件?????????57??2008-09-17?11:37??精通Windows?API-函數、接口、編程實例(源碼)\build.cmd
?????文件????????881??2008-08-21?10:58??精通Windows?API-函數、接口、編程實例(源碼)\ch1\ch1.sln
?????文件???????7168??2008-09-17?10:47??精通Windows?API-函數、接口、編程實例(源碼)\ch1\ch1.suo
?????文件?????112640??2008-09-17?10:47??精通Windows?API-函數、接口、編程實例(源碼)\ch1\Debug\start.exe
?????文件?????561868??2008-09-17?10:47??精通Windows?API-函數、接口、編程實例(源碼)\ch1\Debug\start.ilk
?????文件?????879616??2008-09-17?10:47??精通Windows?API-函數、接口、編程實例(源碼)\ch1\Debug\start.pdb
?????文件??????37888??2008-09-17?10:47??精通Windows?API-函數、接口、編程實例(源碼)\ch1\Release\start.exe
?????文件???????6690??2008-09-17?10:47??精通Windows?API-函數、接口、編程實例(源碼)\ch1\start\Debug\BuildLog.htm
?????文件?????????65??2008-09-17?10:47??精通Windows?API-函數、接口、編程實例(源碼)\ch1\start\Debug\mt.dep
?????文件????????381??2008-09-17?10:47??精通Windows?API-函數、接口、編程實例(源碼)\ch1\start\Debug\start.exe.intermediate.manifest
?????文件??????15781??2008-09-17?10:47??精通Windows?API-函數、接口、編程實例(源碼)\ch1\start\Debug\start.obj
?????文件?????125952??2008-09-17?10:47??精通Windows?API-函數、接口、編程實例(源碼)\ch1\start\Debug\vc90.idb
?????文件??????61440??2008-09-17?10:47??精通Windows?API-函數、接口、編程實例(源碼)\ch1\start\Debug\vc90.pdb
?????文件????????644??2008-07-05?10:55??精通Windows?API-函數、接口、編程實例(源碼)\ch1\start\debug.mak
?????文件????????655??2008-07-05?10:55??精通Windows?API-函數、接口、編程實例(源碼)\ch1\start\Makefile
?????文件???????6264??2008-09-17?10:47??精通Windows?API-函數、接口、編程實例(源碼)\ch1\start\Release\BuildLog.htm
?????文件?????????65??2008-09-17?10:47??精通Windows?API-函數、接口、編程實例(源碼)\ch1\start\Release\mt.dep
?????文件????????381??2008-09-17?10:47??精通Windows?API-函數、接口、編程實例(源碼)\ch1\start\Release\start.exe.intermediate.manifest
?????文件????????823??2008-09-17?10:47??精通Windows?API-函數、接口、編程實例(源碼)\ch1\start\Release\start.obj
?????文件?????125952??2008-09-17?10:47??精通Windows?API-函數、接口、編程實例(源碼)\ch1\start\Release\vc90.idb
?????文件???????1088??2008-07-05?10:55??精通Windows?API-函數、接口、編程實例(源碼)\ch1\start\show.mak
?????文件????????647??2008-09-17?16:51??精通Windows?API-函數、接口、編程實例(源碼)\ch1\start\start.c
?????文件????????642??2008-08-13?16:29??精通Windows?API-函數、接口、編程實例(源碼)\ch1\start\start.c.bak
?????文件???????4360??2008-08-21?11:25??精通Windows?API-函數、接口、編程實例(源碼)\ch1\start\start.vcproj
?????文件???????1814??2008-07-05?10:55??精通Windows?API-函數、接口、編程實例(源碼)\ch10\ch10.sln
?????文件??????14848??2008-09-17?10:52??精通Windows?API-函數、接口、編程實例(源碼)\ch10\ch10.suo
?????文件?????142848??2008-09-17?10:52??精通Windows?API-函數、接口、編程實例(源碼)\ch10\Debug\os_info.exe
?????文件?????661036??2008-09-17?10:52??精通Windows?API-函數、接口、編程實例(源碼)\ch10\Debug\os_info.ilk
?????文件????1051648??2008-09-17?10:52??精通Windows?API-函數、接口、編程實例(源碼)\ch10\Debug\os_info.pdb
?????文件?????150016??2008-09-17?10:52??精通Windows?API-函數、接口、編程實例(源碼)\ch10\Debug\register.exe
............此處省略2080個文件信息
- 上一篇:數字圖像中邊緣檢測算法研究
- 下一篇:61850IED模型配置工具
評論
共有 條評論