搜索资源列表
messagesending
- 转速测量系统中短信发送模块的程序,实现脉冲的发送与接收-Speed Measurement System SMS module procedures, to achieve the send and receive pulses
shell
- 实现带参数的简单shell 1、除了系统调用execve,不允许使用其他的exec函数。输入应当允许带多个参数(一行内可以表示),不考虑通配符 (即“*”、“?”、“-”等等)的处理。 2、输入错误命令能提示出错并进入下一轮接收命令状态。 3、可以用Ctrl-C和Ctrl-\结束简单shell的运行。 4、程序运行正确,提示简洁明确。 -Parameters to achieve a simple shell 1, apart from the system call exe
tcp
- shell脚本编程,生成TCP活动状况报告 netstat --statistics --tcp命令可以列出tcp统计信息。编写shell脚本程序,每隔1分钟生成1行信息:当前时间;这一分钟内TCP发送了多少报文;接收了多少报文;收发报文总数;行尾给出符号+或-或空格(+表示这分钟收发报文数比上分钟多,收发报文数相同用空格,否则用符号-) -Shell scr ipting, TCP activity report generation The netstat--statist