interfcode.m
来自「一个很棒的网络控制系统仿真软件」· M 代码 · 共 9 行
M
9 行
function [exectime, data] = interfcode(seg, data)BWshare = 0.0; % Fraction of the network bandwidth occupied by this nodeif (rand(1) < BWshare) ttSendMsg(1, 1, 10); % send 10 bytes to myselfendexectime = -1;
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?