?? clnnlib.nc
字號:
/* CLNNlib for wiring *//* Written by Kin Sun Ho (ksho@cse) *//* Last Modified: 06 September 2005 */includes Sasha;interface CLNNlib{ // reset the structure of CLNN command result_t reset(); // request result from CLNN command result_t request(CLNNMsg *pt); // request to start training command result_t start_training(); // request to start verify command result_t start_verify(int16_t min,int16_t max);}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -