資源簡介
王艷平Windows程序設計(第二版)光盤.rar
雖然前面有人上傳 但不完整 還有的不能下
這是我令找的完整版
代碼片段和文件信息
///////////////////////////////////////////////////////////////
//?01Codestyle.cpp文件
#include?“stdafx.h“
#include?
void?Alert(int?i);
int?main(int?argc?char*?argv[])
{
Alert(2);
return?0;
}
void?Alert(int?i)
{
while(i?>?0)
{
//?Beep函數會使揚聲器發出簡單的聲音,
//?要調用這個函數你應該包含上頭文件“windows.h”
Beep(1000?1000);???
i--;
}
}
/*
MessageBox(NULL?“Hello?Windows?XP“?“Greetings“?MB_OKCANCEL);//?用空格分割參數
int?i?=?10*(123?+?100/5); //?用空格分割賦值語句
if((a?>?b)?&&?(c?……
??int?nSelect?=?::MessageBox(
NULL //?窗口句柄
“Hello?Windows?XP“ //?對話框要顯示的文字
“Greetings“ //?對話框的標題
MB_YESNOCANCEL|MB_DEFBUTTON2); //?對話框的風格 //?用空格分割表達式等
??
//?創建一個新的線程
HANDLE?hThread?=?::CreateThread(……);
if(hThread?==?NULL)
{
return?FALSE; //?失敗!
}
else
{
return?TRUE; //?成功!
}
*/
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件?????182272??2005-01-31?00:53??s\Windows程序設計(第2版)(光盤)\VC++?.NET使用說明\VC++?.NET使用說明.doc
?????文件????????981??2005-01-30?20:12??s\Windows程序設計(第2版)(光盤)\配書代碼\01Codest
?????文件???????4596??2004-11-10?18:41??s\Windows程序設計(第2版)(光盤)\配書代碼\01Codest
?????文件????????545??2004-11-10?18:41??s\Windows程序設計(第2版)(光盤)\配書代碼\01Codest
?????文件???????1238??2004-11-10?18:41??s\Windows程序設計(第2版)(光盤)\配書代碼\01Codest
?????文件??????24576??2005-01-30?20:12??s\Windows程序設計(第2版)(光盤)\配書代碼\01Codest
?????文件????????298??2004-11-10?18:41??s\Windows程序設計(第2版)(光盤)\配書代碼\01Codest
?????文件????????769??2004-11-10?18:41??s\Windows程序設計(第2版)(光盤)\配書代碼\01Codest
?????文件????????480??2005-01-30?02:55??s\Windows程序設計(第2版)(光盤)\配書代碼\01FirstApp\01FirstApp.cpp
?????文件???????4606??2004-11-09?23:42??s\Windows程序設計(第2版)(光盤)\配書代碼\01FirstApp\01FirstApp.dsp
?????文件????????543??2004-09-07?21:03??s\Windows程序設計(第2版)(光盤)\配書代碼\01FirstApp\01FirstApp.dsw
?????文件???????1232??2004-09-07?21:03??s\Windows程序設計(第2版)(光盤)\配書代碼\01FirstApp\ReadMe.txt
?????文件??????28672??2005-01-30?20:14??s\Windows程序設計(第2版)(光盤)\配書代碼\01FirstApp\Release\01FirstApp.exe
?????文件???????1333??2005-01-30?20:14??s\Windows程序設計(第2版)(光盤)\配書代碼\01FirstApp\Release\01FirstApp.obj
?????文件?????203760??2005-01-30?20:14??s\Windows程序設計(第2版)(光盤)\配書代碼\01FirstApp\Release\01FirstApp.pch
?????文件????????228??2005-01-30?20:14??s\Windows程序設計(第2版)(光盤)\配書代碼\01FirstApp\Release\StdAfx.obj
?????文件??????33792??2005-01-30?20:14??s\Windows程序設計(第2版)(光盤)\配書代碼\01FirstApp\Release\vc60.idb
?????文件????????297??2004-09-07?21:03??s\Windows程序設計(第2版)(光盤)\配書代碼\01FirstApp\StdAfx.cpp
?????文件????????769??2004-09-07?21:03??s\Windows程序設計(第2版)(光盤)\配書代碼\01FirstApp\StdAfx.h
?????文件????????384??2005-01-30?02:55??s\Windows程序設計(第2版)(光盤)\配書代碼\01UseAPI\01UseAPI.cpp
?????文件???????4560??2004-09-07?18:33??s\Windows程序設計(第2版)(光盤)\配書代碼\01UseAPI\01UseAPI.dsp
?????文件????????539??2004-09-07?18:33??s\Windows程序設計(第2版)(光盤)\配書代碼\01UseAPI\01UseAPI.dsw
?????文件???????1220??2004-09-07?18:33??s\Windows程序設計(第2版)(光盤)\配書代碼\01UseAPI\ReadMe.txt
?????文件??????28672??2005-01-30?20:16??s\Windows程序設計(第2版)(光盤)\配書代碼\01UseAPI\Release\01UseAPI.exe
?????文件????????295??2004-09-07?18:33??s\Windows程序設計(第2版)(光盤)\配書代碼\01UseAPI\StdAfx.cpp
?????文件????????769??2004-09-07?18:33??s\Windows程序設計(第2版)(光盤)\配書代碼\01UseAPI\StdAfx.h
?????文件???????1091??2005-01-30?02:56??s\Windows程序設計(第2版)(光盤)\配書代碼\02CreateProcess\02CreateProcess.cpp
?????文件???????4644??2004-09-12?11:13??s\Windows程序設計(第2版)(光盤)\配書代碼\02CreateProcess\02CreateProcess.dsp
?????文件????????553??2004-09-12?11:13??s\Windows程序設計(第2版)(光盤)\配書代碼\02CreateProcess\02CreateProcess.dsw
?????文件???????1262??2004-09-12?11:13??s\Windows程序設計(第2版)(光盤)\配書代碼\02CreateProcess\ReadMe.txt
............此處省略831個文件信息
評論
共有 條評論