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

📄 pct.cc

📁 COPE the first practical network coding scheme which is developped on click
💻 CC
字号:
#include <click/config.h>#include <click/confparse.hh>#include <click/error.hh>#include "pct.hh"CLICK_DECLSPct::Pct() {}Pct::~Pct(){}intPct::configure(Vector<String> &, ErrorHandler *){  return 0;}intPct::initialize(ErrorHandler *){  click_chatter("hello %u%% there\n", 7);  return 0;}CLICK_ENDDECLSEXPORT_ELEMENT(Pct)

⌨️ 快捷键说明

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