?? bin2dec.h
字號:
#ifndef bin2dec_H
#define bin2dec_H
void adc2dec( unsigned int ADRES );
void bin2dec( unsigned long int ADRES );
//Provide the following variables global scope
EXT char adones;
EXT char adtenths;
EXT char adhundredths;
EXT char adthousandths;
EXT char tenthous ;
EXT char thousands ;
EXT char hundreds ;
EXT char tens ;
EXT char ones ;
#endif
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -