1,windows資料型別
1.1常用型別:
typedef unsigned long dword;
typedef int bool;
typedef unsigned char byte;
typedef unsigned short word;
typedef void *handle;
typedef __nullterminated char *npstr, *lpstr, *pstr;
1.2例項
/* ************************************
*《精通windows api》
* 示例**
* windata.c
* 2.1.1常用的windows資料型別
**************************************/
/* 標頭檔案 */
#include
#include
/* ************************************
* 功能windows 資料型別演示
**************************************/
int winapi winmain(
hinstance hinstance,
hinstance hprevinstance,
lpstr lpcmdline,
int ncmdshow
)//比較int並顯示結果
if(imax/* ************************************
*《精通windows api》
* 示例**
* basic.c
* 2.2 windows api的功能分類
**************************************/
/* 標頭檔案 */
#include
/* ************************************
* 功能獲取系統目錄資訊,並儲存到檔案中
**************************************/
int main(int argc, tchar argv)
}//關閉檔案,返回。
closehandle(hfile);
return 0;
}/* ************************************
*《精通windows api》
* 示例**
* stringcode.c
* 2.4unicode和多位元組
**************************************/
/* 預處理 */
/* 標頭檔案 */
#include
/* ************************************
* 功能unicode與多位元組編碼演示
**************************************/
int winapi winmain(
hinstance hinstance,
hinstance hprevinstance,
lpstr lpcmdline,
int ncmdshow
)
CSS總結 第2章 CSS樣式
屬性 含義屬性值 font size 大小 預設 inherited,繼承父級大小 畫素 px 百分比 倍數 em 小 small 大 large 正常 medium font weight 粗細 預設 normal 普通 粗體 bold 有強調的意思 粗細700 自定義 100 900 font ...
perl語言入門總結 第2章
what steak print fred ate n s.n 布林值如果是數字0為假,如果是空字串 為假,如果即不是數字也不是字串,那就先轉成數字或字串再行判斷。字串 0 也為假 獲取使用者輸入 line 去除最右邊換行 text a line n chomp text print text un...
語音識別實踐 第6章總結2
cd dnn hmm帶來語音識別效能提公升的三大關鍵因素是 1 使用足夠深的神經網路 2 使用一長段的幀作為輸入 3 直接對三因素進行建模。1.進行比較和分析的資料集實驗 a.必應 bing 移動語音搜尋資料集 資料分為訓練集 開發集 測試集,避免三個集合之間重複。語言模型 一元片語 二元片語 三元...