⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 tsc.nc

📁 nesC写的heed算法
💻 NC
字号:
// $Id: TSC.nc,v 1.1.2.2 2003/08/18 22:09:49 cssharp Exp $module TSC{  provides interface TS;}implementation{  // static consts to make the values easily accessible in the object code  static const uint32_t unix_time = IDENT_UNIX_TIME;  command result_t TS.get_timestamp(uint32_t* ts)  {    *ts = unix_time;    return SUCCESS;  }}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -