Location:
Search - 命令行解析
Search list
Description: 捕获网络中的IP数据包,解析数据包的内容,将结果显示在标准输出上,并同时写入日志文件。
程序的具体要求如下:
1)以命令行形式运行:ipparse logfile,其中ipparse是程序名, 而logfile则代表记录结果的日志文件。
2)在标准输出和日志文件中写入捕获的IP包的版本、头长度、服务类型、数据包总长度、数据包标识、分段标志、分段偏移值、生存时间、上层协议类型、头校验和、源IP地址和目的IP地址等内容。
3)当程序接收到键盘输入Ctrl+C时退出。
-capture of IP network data packets, packet analysis, the results show that the standard output. and at the same time into the log file. Procedures for the specific requirements are as follows : a) to run on the command line : ipparse logfile. which is ipparse programs, and logfile on behalf of record results log file. 2) In the standard output and log files were written into the IP packet capture versions, the first length, type of service, packet length, packets logo, subparagraph signs subparagraph offset values, the survival time, upper layer protocol type, and the first check, source IP address and destination address. 3) When the procedures to receive keyboard input Ctrl C aborted.
Platform: |
Size: 48841 |
Author: skyfloorone |
Hits:
Description: 命令行参数解析器类-resolver class command_line_parser
Platform: |
Size: 3919 |
Author: 罗少波 |
Hits:
Description: 以命令行形式运行,解析IP数据包,将结果记录于logfile文件中,按ctrl+c退出
Platform: |
Size: 4376 |
Author: moon |
Hits:
Description: Ethernet帧结构解析程序
程序为命令行程序,可执行文件名为FrameParser.exe,命令行格式如下:
FrameParser.exe inputfile
其中,inputfile为Ethernet帧封包文件
Platform: |
Size: 9460 |
Author: 李 |
Hits:
Description: 本软件模拟Shell 的命令解释程序,了解如何创建子进程来执行一项专门的工作以及父进程如何继续子进程的工作。编写一个C语言程序作为Linux内核的Shell命令行解释程序,所执行的结果需和系统命令方式保持一致。基本运行方式为:当用户敲入命令行如:identifier[identifier[identifier]],Shell应该解析命令行参数指针数组argv[argc]。
Platform: |
Size: 24510 |
Author: qiumingzhou |
Hits:
Description: 用java实现的命令行解析器,方便初学的人对java流机制,字符串,和socket操作的理解。
Platform: |
Size: 21880 |
Author: 李晋凯 |
Hits:
Description: 此次实验的目的熟悉 WinSock 的编程方法,实现简单的不加密的文本传送和群组聊天。
同时尝试对命令行输入的解析。
Platform: |
Size: 76934 |
Author: Kurt |
Hits:
Description: mimms 基于QT实现命令行下的下载mms,mmsh,mmsx到本地的命令。 要求,必须有wget支持。因为下载是wget做的,mms只是解析mms/mmsh/mmsx地址。
Platform: |
Size: 18367 |
Author: alix.kanglu@gmail.com |
Hits:
Description: command parser
Platform: |
Size: 38526 |
Author: aaaaaalzj |
Hits:
Description: 捕获网络中的IP数据包,解析数据包的内容,将结果显示在标准输出上,并同时写入日志文件。
程序的具体要求如下:
1)以命令行形式运行:ipparse logfile,其中ipparse是程序名, 而logfile则代表记录结果的日志文件。
2)在标准输出和日志文件中写入捕获的IP包的版本、头长度、服务类型、数据包总长度、数据包标识、分段标志、分段偏移值、生存时间、上层协议类型、头校验和、源IP地址和目的IP地址等内容。
3)当程序接收到键盘输入Ctrl+C时退出。
-capture of IP network data packets, packet analysis, the results show that the standard output. and at the same time into the log file. Procedures for the specific requirements are as follows : a) to run on the command line : ipparse logfile. which is ipparse programs, and logfile on behalf of record results log file. 2) In the standard output and log files were written into the IP packet capture versions, the first length, type of service, packet length, packets logo, subparagraph signs subparagraph offset values, the survival time, upper layer protocol type, and the first check, source IP address and destination address. 3) When the procedures to receive keyboard input Ctrl C aborted.
Platform: |
Size: 48128 |
Author: |
Hits:
Description: 本软件模拟Shell 的命令解释程序,了解如何创建子进程来执行一项专门的工作以及父进程如何继续子进程的工作。编写一个C语言程序作为Linux内核的Shell命令行解释程序,所执行的结果需和系统命令方式保持一致。基本运行方式为:当用户敲入命令行如:identifier[identifier[identifier]],Shell应该解析命令行参数指针数组argv[argc]。-The software simulation of the Shell command interpreter to understand how to create a child process to perform a specific job as well as the parent process on how to continue the work of sub-process. The preparation of a C language program as a Linux kernel Shell command line interpreter, the implementation of the results have to be ordered and systematic way to maintain consistency. Basic operation mode as follows: When a user input command line such as: identifier [identifier [identifier]], Shell command line parameters should resolve pointer array argv [argc].
Platform: |
Size: 24576 |
Author: qiumingzhou |
Hits:
Description: shell程序实现下列功能:
(1)解析用户提交的命令行;按照环境变量搜索目录系统;执行命令。
(2)执行外部程序命令,命令可以带参数,可提交后台命令(如ls &);
(3)提供fg、bg、cd、history、exit等内部命令。
(3)提供管道和输入输出重定向。
(4)提供作业控制功能,包括打印作业的清单,改变当前运行作业的前台/后台状态,以及控制作业的挂起、中止和继续运行。
-Design a shell
Platform: |
Size: 14336 |
Author: zhanghonglang |
Hits:
Description: 以太网帧的封装和解析(命令行实现,封装命令\debug\fram1 -e file1,解析命令为frame2 -u file1)-Ethernet frame encapsulation and parsing (command-line implementation)
Platform: |
Size: 2381824 |
Author: 王小雨 |
Hits:
Description: 一个通讯录的C控制台程序,特色在于它是命令行方式的,里面有命令行解析的代码。
没有说明,请自行看代码。-An address book of the C console program, features is that it is a command-line mode, which has a command-line parsing code. Did not say, please look at the code on their own.
Platform: |
Size: 3072 |
Author: webee |
Hits:
Description: 命令行解析通用类
形式全称:--version 01010
简称形式::-v 0-Command line parsing generic class
Platform: |
Size: 4096 |
Author: yulongying |
Hits:
Description: linux/
linux/块设备IO流程.docx
linux/adb命令.doc
linux/linux文件锁.doc
linux/命令行解析参数getopt.doc
-ON划词翻译ON实时翻译
Linux/
Linux/ block device IO process.Docx
The linux/adb command.Doc
Linux/linux file lock.Doc
Linux/ command line parsing parameters getopt.doc
Platform: |
Size: 364544 |
Author: 吴迪 |
Hits:
Description: 命令行解析程序,用户输入的参数可以进行解析-command parse
Platform: |
Size: 312320 |
Author: zhousteve |
Hits:
Description: 多元多项式的基本操作,包括加减法。命令行解析,直接输入数学式即可-Multivariate polynomial basic operations, including addition and subtraction. Command line parsing, you can directly enter the equation
Platform: |
Size: 2112512 |
Author: Saer |
Hits:
Description: 用于windows下控制台的命令行解析,完成linux平台命令行解析功能(For the windows console under the command line parsing, the completion of the Linux platform command line parsing function)
Platform: |
Size: 6144 |
Author: 蔡斌
|
Hits:
Description: Linux命令行大全,学习Linux命令的书籍,包含大部分命令并解析和范例(Linux command line Daquan, learning Linux commands books, including most of the commands, and analysis and example)
Platform: |
Size: 47736832 |
Author: mahaojie
|
Hits: