資源簡介
王艷平 WINDOWS程序設(shè)計第二版完整源碼
代碼片段和文件信息
///////////////////////////////////////////////////////////////
//?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函數(shù)會使揚聲器發(fā)出簡單的聲音,
//?要調(diào)用這個函數(shù)你應(yīng)該包含上頭文件“windows.h”
Beep(1000?1000);???
i--;
}
}
/*
MessageBox(NULL?“Hello?Windows?XP“?“Greetings“?MB_OKCANCEL);//?用空格分割參數(shù)
int?i?=?10*(123?+?100/5); //?用空格分割賦值語句
if((a?>?b)?&&?(c?……
??int?nSelect?=?::MessageBox(
NULL //?窗口句柄
“Hello?Windows?XP“ //?對話框要顯示的文字
“Greetings“ //?對話框的標(biāo)題
MB_YESNOCANCEL|MB_DEFBUTTON2); //?對話框的風(fēng)格 //?用空格分割表達(dá)式等
??
//?創(chuàng)建一個新的線程
HANDLE?hThread?=?::CreateThread(……);
if(hThread?==?NULL)
{
return?FALSE; //?失敗!
}
else
{
return?TRUE; //?成功!
}
*/
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件????8907139??2004-12-16?16:03??Windows程序設(shè)計(第2版)?王艷平(光盤)\SkinMagic\setup.exe
?????文件?????182272??2005-01-31?00:53??Windows程序設(shè)計(第2版)?王艷平(光盤)\VC++?.NET使用說明\VC++?.NET使用說明.doc
?????文件????????981??2005-01-30?20:12??Windows程序設(shè)計(第2版)?王艷平(光盤)\配書代碼\01Codest
?????文件???????4596??2004-11-10?18:41??Windows程序設(shè)計(第2版)?王艷平(光盤)\配書代碼\01Codest
?????文件????????545??2004-11-10?18:41??Windows程序設(shè)計(第2版)?王艷平(光盤)\配書代碼\01Codest
?????文件???????1238??2004-11-10?18:41??Windows程序設(shè)計(第2版)?王艷平(光盤)\配書代碼\01Codest
?????文件??????24576??2005-01-30?20:12??Windows程序設(shè)計(第2版)?王艷平(光盤)\配書代碼\01Codest
?????文件????????298??2004-11-10?18:41??Windows程序設(shè)計(第2版)?王艷平(光盤)\配書代碼\01Codest
?????文件????????769??2004-11-10?18:41??Windows程序設(shè)計(第2版)?王艷平(光盤)\配書代碼\01Codest
?????文件????????480??2005-01-30?02:55??Windows程序設(shè)計(第2版)?王艷平(光盤)\配書代碼\01FirstApp\01FirstApp.cpp
?????文件???????4606??2004-11-09?23:42??Windows程序設(shè)計(第2版)?王艷平(光盤)\配書代碼\01FirstApp\01FirstApp.dsp
?????文件????????543??2004-09-07?21:03??Windows程序設(shè)計(第2版)?王艷平(光盤)\配書代碼\01FirstApp\01FirstApp.dsw
?????文件???????1232??2004-09-07?21:03??Windows程序設(shè)計(第2版)?王艷平(光盤)\配書代碼\01FirstApp\ReadMe.txt
?????文件??????28672??2005-01-30?20:14??Windows程序設(shè)計(第2版)?王艷平(光盤)\配書代碼\01FirstApp\Release\01FirstApp.exe
?????文件???????1333??2005-01-30?20:14??Windows程序設(shè)計(第2版)?王艷平(光盤)\配書代碼\01FirstApp\Release\01FirstApp.obj
?????文件?????203760??2005-01-30?20:14??Windows程序設(shè)計(第2版)?王艷平(光盤)\配書代碼\01FirstApp\Release\01FirstApp.pch
?????文件????????228??2005-01-30?20:14??Windows程序設(shè)計(第2版)?王艷平(光盤)\配書代碼\01FirstApp\Release\StdAfx.obj
?????文件??????33792??2005-01-30?20:14??Windows程序設(shè)計(第2版)?王艷平(光盤)\配書代碼\01FirstApp\Release\vc60.idb
?????文件????????297??2004-09-07?21:03??Windows程序設(shè)計(第2版)?王艷平(光盤)\配書代碼\01FirstApp\StdAfx.cpp
?????文件????????769??2004-09-07?21:03??Windows程序設(shè)計(第2版)?王艷平(光盤)\配書代碼\01FirstApp\StdAfx.h
?????文件????????384??2005-01-30?02:55??Windows程序設(shè)計(第2版)?王艷平(光盤)\配書代碼\01UseAPI\01UseAPI.cpp
?????文件???????4560??2004-09-07?18:33??Windows程序設(shè)計(第2版)?王艷平(光盤)\配書代碼\01UseAPI\01UseAPI.dsp
?????文件????????539??2004-09-07?18:33??Windows程序設(shè)計(第2版)?王艷平(光盤)\配書代碼\01UseAPI\01UseAPI.dsw
?????文件???????1220??2004-09-07?18:33??Windows程序設(shè)計(第2版)?王艷平(光盤)\配書代碼\01UseAPI\ReadMe.txt
?????文件??????28672??2005-01-30?20:16??Windows程序設(shè)計(第2版)?王艷平(光盤)\配書代碼\01UseAPI\Release\01UseAPI.exe
?????文件????????295??2004-09-07?18:33??Windows程序設(shè)計(第2版)?王艷平(光盤)\配書代碼\01UseAPI\StdAfx.cpp
?????文件????????769??2004-09-07?18:33??Windows程序設(shè)計(第2版)?王艷平(光盤)\配書代碼\01UseAPI\StdAfx.h
?????文件???????1091??2005-01-30?02:56??Windows程序設(shè)計(第2版)?王艷平(光盤)\配書代碼\02CreateProcess\02CreateProcess.cpp
?????文件???????4644??2004-09-12?11:13??Windows程序設(shè)計(第2版)?王艷平(光盤)\配書代碼\02CreateProcess\02CreateProcess.dsp
?????文件????????553??2004-09-12?11:13??Windows程序設(shè)計(第2版)?王艷平(光盤)\配書代碼\02CreateProcess\02CreateProcess.dsw
............此處省略836個文件信息
- 上一篇:kali安裝到U盤的工具這個有效
- 下一篇:Director多媒體課件源代碼
評論
共有 條評論