搜索资源列表
selfstudy
- NESC写的用于网络通信 并做了简单的检查,内附代码详解-NESC written for network communications and have done a simple check, the code containing detailed
RFchating
- This RFchating source code in NesC language-This is RFchating source code in NesC language
Hello
- Tinyos hello program source code in nesC-Tinyos hello program source code in nesC
CRthesis
- implementing tinyos (nesC) code of routing protocol in wireless sensor network. i hope it will be usefull for you.
IR
- ir code in nesc and tinyOS
AODV TinyOS 2.x
- This is AODV code in NesC for tinyOS 2.x
IAR
- 在nesc的代码中,你会看到很多你不认识的数据类型,比如uint8_t等。咋一看,好像是个新的数据类型,不过C语言(nesc是C的扩展)里面好像没有这种数据类型啊!怎么又是u又是_t的?很多人有这样的疑问。论坛上就有人问:以*_t结尾的类型是不是都是long型的?在baidu上查一下,才找到答案,这时才发觉原来自己对C掌握的太少。-In nesc code, you will see a lot of you don t know the type of data, such as uint8_