KEIL的一些函式

2022-06-17 17:30:08 字數 635 閱讀 1652

一 predefined functions:

主要有三角/反三角函式計算、對/指數運算、在指定位址讀和寫位元組/字/浮點/長整型、隨機數、列印輸出和輸入、延遲和延時函式(訊號函式呼叫)

二 thedefinecommand creates a symbol of a specified type in toolbox,和執行操作

define button "my registers", "myregs()" //定義工具箱來除錯

kill button id /*刪除id*/

命令列下esc撤銷

三 使用者自定義函式:以關鍵字func開頭,定義好後可以用define button呼叫

user functions should not invoke signal functions or the built-in functiontwatch.

funcreturn_type fname(parameter_list)
三訊號函式:

一些有用的函式

1.memset pbuffer,0,pbuffer length 初始化一段記憶體空間,初始值為0 2.sprintf pbuffer,fomatstring,作用和printf差不多,不同的是輸出到指定的快取pbuffer中,而不是輸出到dos控制台。3.sscanf pbuffer,fomat...

一些常用的函式

設定文字 test.getdlgitem text的id setwindowtext 顯示文字1 獲得當前目錄 getcurrentdirectory max path,buf 獲得當前程式檔名等 getmodulefilename getsystemdirectory getwindowsdire...

MFC的一些函式

1.控制代碼 資源的表示。類似於指標 hicon 圖示控制代碼 hcursor 游標控制代碼 hwnd 視窗控制代碼 hinstance 應用程式例項控制代碼 2.msg structure hwnd message 訊息號 wparam 關於訊息的附加資訊 lparam 關於訊息的附加資訊 tim...