clnnlib.nc

来自「主要用于无线传感网络的编写的书籍.对于初学者有着很大的用处」· NC 代码 · 共 21 行

NC
21
字号
/* 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 + =
减小字号Ctrl + -
显示快捷键?