搜索资源列表
boost_source_code
- 正则表达式,可以与POSIX API和Perl语言处理正则表达式的功能相媲美,而且还能支持各种字符类型(如char、wchar_t,甚至还可以是自定义字符类型); 多线程,想了很久的跨平台多线程库了; 数据结构“图”,再加上即将加入标准的hash_set、hash_map、hash_multiset、hash_multimap等等(事实上不少STL实作,如SGI STL,已经支持以上数据结构),C++对数据结构的支持已近完备; python,没错,对Python语言的支持;
pxjc
- 实验目的 1.培养学生综合掌握软件开发过程的能力。 2.培养学生综合运用面向对象设计方法的能力,包括: ? 用例分析; ? CRC卡; ? UML图; ? 文档制作 3.掌握常用软件分析、设计工具的使用方法 实验内容 完成“快速拼写检查程序”的分析、设计和实现过程。 快速拼写检查程序基本要求说明如下: 1.进行拼写检查的文件以文本文件形式存储于外存上; 2.只检查文件中英文单词的拼写错误; 3.单词是用字母(a…z或A…Z)定义,任一非字母字符
modbus
- 这个程序是利用VC编写的一个从机串口响应modbus查询命令程序,实现RTU方式,3.5和1.5个字符时间检测,CRC和LRC校验。-This program is written using VC as a response from the machine serial modbus query command procedure, to achieve RTU mode, 3.5 and 1.5 characters time detection, CRC and LRC check.
arm7-lpc2119
- 1、lpc2119的uart0\timer0应用 2、循环冗余校验CRC函数库 3、ASC字符在5*7点阵LED的应用 4、X045的应用函数库-1, lpc2119 of uart0 imer0 Application 2, Cyclic Redundancy Check CRC library 3, ASC characters in the 5* 7 dot matrix LED applications 4, X045 application library
VBCRC
- 循环冗余码校验英文名称为Cyclical Redundancy Check,简称CRC。它是利用除法及余数的原理来作错误侦测(Error Detecting)的。实际应用时,发送装置计算出CRC值并随数据一同发送给接收装置,接收装置对收到的数据重新计算CRC并与收到的CRC相比较,若两个CRC值不同,则说明数据通讯出现错误。 根据应用环境与习惯的不同,CRC又可分为以下几种标准: ①CRC-12码; ②CRC-16码; ③CRC-CC
cktx
- 串口通讯,读写数据都可以,含发送字符带CRC校验-Serial communications, can read and write data, including sending characters with CRC Checksum
COMMPORT
- 一个多功能串口监视工具,同一串口可以有不同波特率来收发数据,带有字符转换工具,可以多种方式的异或校验,也可以CRC校验,也可监视PPP数据包,把PPP数据包内容过虑出来!-A multi-serial port monitoring tool, the same can have different baud rate serial port to send and receive data, with a character conversion tools, you can XOR a nu
crc
- 根据输入计算出CRC码,输入请用16进制,不超过14个字符。-CRC code calculated based on the input
hart
- 这个程序是利用VC编写的一个从机串口响应modbus查询命令程序,实现RTU方式,3.5和1.5个字符时间检测,CRC和LRC校验。-This program is written using VC as a response from the machine serial modbus query command procedure, to achieve RTU mode, 3.5 and 1.5 characters time detection, CRC and LRC check.
crc
- 本程序的功能是要求得一串字符的反序CRC-the purpose is to obtain the reserve crc of a serial char bytes
CRC_and_float_change_designer
- vb下实现对发送字符串的CRC校验,并能够将接收到的字符转换为浮点,实现浮点变换-vb send a string to achieve under the CRC, and can be received is converted to floating-point character, to achieve floating-point conversion
hdlc
- HDLC——面向比特的同步协议:High Level Data Link Control(高级数据链路控制规程)。 HDLC是面向比特的数据链路控制协议的典型代表,该协议不依赖于任何一种字符编码集;数据报文可透明传输,用于实现透明传输的“0比特插入法”易于硬件实现;全双工通信,有较高的数据链路传输效率;所有帧采用CRC检验,对信息帧进行顺序编号,可防止漏收或重份,传输可靠性高;传输控制功能与处理功能分离,具有较大灵活性。-failed to translate
CRC
- CRC校验,输入为十六进制,每字节程序自动加空格分开,计算结果为2字节十六进制。对输入框的输入和删除都是针对之后一个字符。输入的字母自动转换为大写。-CRC, the input to hex, each byte of the program automatically add a space to separate the results for the 2-byte hexadecimal. The input of the input box and delete a character
CRC
- vc crc16 和 crc32 输入一段字符 ,自动生成crc校验码。-vc crc16 crc32 Enter a character and automatically generate the crc checksum.
CRC.C
- 下面以最常用的CRC-16为例来说明其生成过程。 CRC-16码由两个字节构成,在开始时CRC寄存器的每一位都预置为1,然后把CRC寄存器与8-bit的数据进行异或(异或:二进制运算 相同为0,不同为1;0^0=0 0^1=1 1^0=1 1^1=0), 之后对CRC寄存器从高到低进行移位,在最高位(MSB)的位置补零,而最低位(LSB,移位后已经被移出CRC寄存器)如果为1,则把寄存器与预定义的多项式码进行异或,否则如果LSB为零,则无需进行异或。重复上述的由高至低的移位8
CRC-CCITT
- LabVIEW 的串口CRC-CCITT校验程序 用于无符号字符型数据的校验码生成!-CRC-CCITT checksum program LabVIEW serial port for data unsigned char checksum generation!
LabVIEW-checksum-generated--CRC
- LabVIEW 校验码生成 用于检测串口无符号字符型数据的正确性-LabVIEW checksum generated for detecting of serial unsigned char data correctness
CRC-code
- 用模2除法计算CRC码,生成多项式为CRC-16;允许输入字符等,有完备的报错功能。-The 2 division calculation CRC code mode, generating polynomial for CRC-16 allow input characters, there are errors of complete function.
CRC
- 利用CRC循坏校验,将任意字符或者数字生成四位CRC循环校验码,可用于生成密码。-Using the CRC through the bad check, will generate any character or number four CRC cyclic check code can be used to generate the password.
CRC_C++_DEMO
- 可以将输入的字符通过CRC32编码成自检验的编码数据,也可以解码编码后的数据(Input characters can be encoded by CRC32 into the encoded data of self inspection, and the encoded data can also be decoded)