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