搜索资源列表
2120050338_张娜_2
- 一个简单实现Ethernet数据帧封装和计算 CRC 校验的功能的程序,供新手参考-achieve a simple Ethernet data frames Packaging, and CRC calculation of the function of the procedures for newcomers reference
CRC_check_sum
- 用VC实现计算CRC校验和功能的程序,校验和主要用于网络中差错检验与差错控制。
crc校验码的实现
- 计算crc校验码的程序,便于理解基本算法-crc check code calculation procedures easier to understand basic arithmetic
1(1)
- 编程实现CRC校验码的生成与利用CRC校验码进行正确性验证; 要求:1、任意给定二进制序列;(输入或程序中指定均可,但要屏幕回显); 2、使用生成多项式11001,生成并显示CRC校验码; 3、给定二进制序列及相应CRC校验码,验证并显示是否出错;
0wj08
- VB下如何编写CRC校验程序-VB how to prepare CRC procedures
FrameParser
- Ethernet帧结构解析程序,包括对源地址、目的地址、数据的解析,同时包括CRC校验。-Ethernet frame structure analysis procedures, including the source address, destination address, data analysis, while including the CRC.
FrameParser.rar
- 以太网帧的解析教学程序,包括了CRC校验的代码,Analysis of Ethernet frames teaching
MyFramer
- Ethernet帧的封装与解析 帧的封装:用户输入任意一段信息,以回车作为结束。然后程序将这段信息作为帧的数据字段封装到数据帧中。并相应填充帧的其他字段。 帧的解析:从用户输入的文件中读取帧,并对其进行解析。通过重新计算CRC-8校验和,判断该帧是否会被接受。最终在终端输出帧的相关信息。 -Ethernet Frame CRC-8
checkcode
- 该程序是由C++编写的,可以实现多个crc校验码的功能,希望能给大家带来点启发-The program is design by C++
CRC
- crc编码解码,实现程序crc,进行通信数据的检错校验-crc coding and decoding
FrameEncoder.tar
- 以太网帧封装程序,CRC采用八位的校验算法,并非32位。 将输入的内容封装成一个或多个以太网帧(根据内容长度自动切割)-A Frame Decoder
tcpip
- Microsoft Visual Studio 2010编的tcpip程序.发送结构体,带CRC校验-tcpip programming,sending struct with CRC check
Ethernet
- Ethernet帧解析程序,包含CRC校验算法。计算机网络编码实验,很好的资源。-Ethernet frame analysis program contains a CRC checksum algorithm. Computer network coding experiments good resource.
FrameParse
- 解析已封装好的Ethernet V2.0的帧封装文件(二进制文件,见作业附件),判断共有多少个帧,每个帧的各字段内容,检测CRC校验字段是否正确。具体要求如下: (1)程序为命令行程序,可执行文件名为FrameParse.exe,命令行格式为:FrameParse input.-Resolution has encapsulated the Ethernet V2.0 frame encapsulation files (binaries, see working attachment),
CRC
- CRC校验和计算的程序,C++编写,可编译运行-CRC checksum calculation
frameparse
- 一个以太网帧解析程序,实现以下功能:解析已封装好的Ethernet V2.0帧封装文件(见附件),判断有多少个帧,每个帧的所有字段内容,检测CRC校验是否正确-An Ethernet frame analysis program, the following functions: parsing the encapsulated Ethernet V2.0 frame encapsulation (see annex), to determine the number of frames, ea
FramePaser
- 开发一个以太网帧解析程序,实现以下功能:解析已封装好的Ethernet V2.0帧封装文件(见附件),判断有多少个帧,每个帧的所有字段内容,检测CRC校验是否正确。-Develop an Ethernet frame analysis program, implement the following functions: parsing has encapsulated Ethernet V2.0 frame encapsulation file (see attachment), determ
CRC16-check-code
- 16bit的crc校验程序CRC16 unsigned short crc unsigned char fp_CRC, unsigned short count-unsigned short crc unsigned char fp_CRC, unsigned short count
VB-CRC32
- 这是一个VB-CRC计算的程序,可以配合单片机生成CRC校验-This is a program VB-CRC calculation can be generated with single-chip CRC checksum
crc-ccitt
- 用查表法计算 CRC 码的 CRC-CCITT 校验软件设计;通信传输方式通过共享文件实现;生成多项式为 CRC-CCITT,能在两台计算机上运行程序,一台产生 CRC 码,另一台校验。-CRC-CCITT check software is designed by using look-up table method communication transmission mode is realized by shared file generating polynomial is CRC