搜索资源列表
Md5Test
- 本例是用md5做为数据校验的算法防止自己的程序被篡改的小例子。有些可执行程序,当被改了资源时再运行会有文件已损坏的提示,这就是使用了数据校验。当然你可以使用个性化的,比如des作为数字签名,那样安全性更高。具体请见代码及注释.-cases is the use of data as md5 checksum algorithm to prevent their own procedures be tampered with small examples. Some of the executa
vbrs232
- 使用串口与计算机进行通讯。编写VB程序来访问串口显示数据。输出为RS-232C标准接口,波特率为300-9600、偶校验、7个数据位、2个停止位。所有字符均发送11位ASCII码,一个起始位。-use serial communication with the computer. VB prepared to access serial display data. Output for the RS-232C standard interface, baud rate for the 300 -
asynHsm
- unix串口加密机参考代码包括读加密机数据,写加密机数据以及加密机数据的校验-unix reference code encryption machine including reading data encryption machine, write data encryption machines and data encryption machine calibration
nm_socket
- 网管程序.应用于网管主机之间按照规则交换网管数据,并进行md5校验-network management procedures. Management applied between hosts according to the rules of data exchange network, and md5 checksum
Md5xfTest
- MD5数据校验的例子 演示了用md5算法对pe文件资源的校验,如资源被修改则弹出提示消息框。附各种数据校验的简介。 king_koo原创-MD5 checksum of the data examples demonstrated the use md5 algorithm pe Resources calibration If resources are suggested changes to the ejection news box. Check with various data br
Verify_datas
- 本代码实现了用MD5进行数据校验 是一个VC完整应用程序代码-code to achieve this by using MD5 checksum data integrity is a VC application code
frameparser
- ethernet帧解析,根据截获得数据包,按照以太帧结构解析,crc-8校验
DataEncryptionStandard
- DES是Data Encryption Standard(数据加密标准)的缩写。它是由IBM公司研制的一种加密算法,美国国家标准局于1977年公布把它作为非机要部门使用的数据加密标准;它是一个分组加密算法,他以64位为分组对数据加密。同时DES也是一个对称算法:加密和解密用的是同一个算法。它的密匙长度是56位(因为每个第8 位都用作奇偶校验),密匙可以是任意的56位的数,而且可以任意时候改变.
mbcrc
- crc-16 数据冗余校验,C语言代码.
parallel_CRC
- CRC校验并行实现,Verilog源码.8位数据输入,实现速度快,适用与各种类型的器件.
serial
- linux 串口的配置,波特率,数据位,校验位,停止位,等等,以及串口的接收程序
CRCProgram
- 数据包校验算法,利用除法及余数的原理来作错误侦测。
ccitt
- 能够对十六进制的数据进行CRC校验,校验码为ccitt码。
crc5-8
- CRC5循环校验法代码生成,数据校验,数据纠错等功能函数代码
CalcCRC32
- 一个CRC32数据校验工具,能将计算结果分别用十进制和十六进制显示。-A CRC32 data validation tool, able to calculate the results were displayed in decimal and hexadecimal.
md5test
- 本例是用md5做为数据校验的算法。当然你可以使用个性化的 比如des作为数字签名,那样安全性更高。-This case is used as a data md5 checksum algorithms. Of course, you can use personalized such as des as digital signatures, as higher security.
comtemp
- 串口控件实现温度数据采集并显示,本程序使用VC6.0的通用串口控件MSCOMM32.OCX来对发送到串口的数据进行采集处理。主要使用方法 串口设置:m_Comm.SetSettings(“波特率,校验方式,数据位数,停止位数”) 取串口数据:m_Comm.GetInput() 你只首先要确定一个mscomm32.ocx控件在system目录下并且该控件已经被windows注册,本程序才能正常运行。 -Serial Port Control to achieve th
md5
- MD5加密,用于MD5数据校验对照,测试已通过,可以用-MD5 encryption, MD5 data validation for the control, the test has passed, the available
crc5
- crc5为5位的数据校验码,起着检测数据正确与否的功能~-crc5 5 data validation code plays a test data is correct or not the function ~
DemoSerial
- vc串口工程实用程序. 包括完整的串口数据收发,多线程编程以及数据校验过程等.-vc serial engineering utility. include the complete serial data transceiver, multi-threaded programming, and data validation process.