大家熟知的易語言底層其實就是c語言來實現(xiàn)的,c語言的32個關鍵字加上一些常用的其他,使用#define這種宏定義來實現(xiàn)簡單的漢語替換
共青城網(wǎng)站建設公司創(chuàng)新互聯(lián)建站,共青城網(wǎng)站設計制作,有大型網(wǎng)站制作公司豐富經(jīng)驗。已為共青城成百上千提供企業(yè)網(wǎng)站建設服務。企業(yè)網(wǎng)站搭建\外貿(mào)網(wǎng)站制作要多少錢,請找那個售后服務好的共青城做網(wǎng)站的公司定做!1.下面就先打開VisualStudio,在頭文件目錄下新建一個 標識符.h 的文件,開始宏定義封裝我們的易語言
//auto 局部變量(自動儲存) #define 自動 auto //break無條件退出程序最內(nèi)層循環(huán) #define 中斷 break //case switch語句中選擇項 #define 情況 case //char單字節(jié)整型數(shù)據(jù) #define 字符 char //const定義不可更改的常量值 #define 常量 const //continue中斷本次循環(huán),并轉(zhuǎn)向下一次循環(huán) #define 繼續(xù) continue //default switch語句中的默認選擇項 #define 默認 default //do 用于構成do.....while循環(huán)語句 #define 執(zhí)行 do //double定義雙精度浮點型數(shù)據(jù) #define 雙精度 double //else構成if.....else選擇程序結構 #define 否則 else //enum枚舉 #define 枚舉 enum //extern在其它程序模塊中說明了全局變量 #define 外部變量 extern //float定義單精度浮點型數(shù)據(jù) #define 單精度 float //for構成for循環(huán)語句 #define 循環(huán) for //goto構成goto轉(zhuǎn)移結構 #define 跳轉(zhuǎn) goto //if構成if....else選擇結構 #define 如果 if //int基本整型數(shù)據(jù) #define 整數(shù) int //long長整型數(shù)據(jù) #define 長整型 long //registerCPU內(nèi)部寄存的變量 #define 寄存變量 register //return用于返回函數(shù)的返回值 #define 返回 return //short短整型數(shù)據(jù) #define 短整型 short //signed有符號數(shù) #define 有符號 signed //sizoef計算表達式或數(shù)據(jù)類型的占用字節(jié)數(shù) #define 求大小 sizeof //static定義靜態(tài)變量 #define 靜態(tài) static //struct定義結構類型數(shù)據(jù) #define 結構體 struct //switch構成switch選擇結構 #define 選擇 switch //typedef重新定義數(shù)據(jù)類型 #define 重新定義 typedef //union聯(lián)合類型數(shù)據(jù) #define 聯(lián)合體 union //unsigned定義無符號數(shù)據(jù) #define 無符號 unsigned //void定義無類型數(shù)據(jù) #define 空 void //volatile該變量在程序中執(zhí)行中可被隱含地改變 #define 隱藏變量 volatile //while用于構成do...while或while循環(huán)結構 #define 當 while #define 主函數(shù) main #includevoid notepad(){ system("notepad"); } #define 記事本 notepad() void calc(){ system("calc"); } #define 計算器 calc(); void tasklist(){ system("tasklist"); } #define 進程管理 tasklist(); #define 等待 getchar(); void ipconfig(){ system("ipconfig"); } #define IP查看器 ipconfig(); #include void hello(){ printf("%s", "hello word"); } #define 你好世界 hello();
另外有需要云服務器可以了解下創(chuàng)新互聯(lián)建站www.cdcxhl.com,海內(nèi)外云服務器15元起步,三天無理由+7*72小時售后在線,公司持有idc許可證,提供“云服務器、裸金屬服務器、高防服務器、香港服務器、美國服務器、虛擬主機、免備案服務器”等云主機租用服務以及企業(yè)上云的綜合解決方案,具有“安全穩(wěn)定、簡單易用、服務可用性高、性價比高”等特點與優(yōu)勢,專為企業(yè)上云打造定制,能夠滿足用戶豐富、多元化的應用場景需求。