搜索资源列表
基于SHA-256的HMAC文件校验器
- HMAC即带密钥的HASH函数,用它产生的报文鉴别码(MAC)可以实现报文鉴别。这里我将其做成一个软件,用于对文件的合法性进行校验。以下我先简单介绍软件相关背景知识再介绍其代码实现。 -HMAC key is to bring the hash function, used the text of the report identifying code (MAC) can realize the text identificati
desigingCRCwithVDHL
- 用VHDL设计CRC发生器和校验器,供初学者参考。-CRC generator and calibration device for advanced users.
dspbuilder1111123445
- 该源码是采用dspbuilder进行设计,目的是完成一个为随机m序列校验器,很有用看看就知道了
RegExpTools
- 一个VB编写的简单的正则表达式校验器,在上框中输入正则表达式,下面输入你要检验的字符串便可。
crc
- CRC码产生器与校验器程序 Features : Executes in one clock cycle per data word Any polynomial from 4 to 32 bits Any data width from 1 to 256 bits Any initialization value Synchronous or asynchronous reset
VHDL语言100例(普通下载)
- VHDL语言100例 VHDL语言100例 第1例 带控制端口的加法器 第2例 无控制端口的加法器 第3例 乘法器 第4例 比较器 第5例 二路选择器 第6例 寄存器 第7例 移位寄存器 第8例 综合单元库 第9例 七值逻辑与基本数据类型 第10例 函数 第11例 七值逻辑线或分辨函数 第12例 转换函数 第13例 左移函数 第14例 七值逻辑程序包 第15例 四输入多路器 第16例 目标选择器 第1
基于SHA-256的HMAC文件校验器
- HMAC即带密钥的HASH函数,用它产生的报文鉴别码(MAC)可以实现报文鉴别。这里我将其做成一个软件,用于对文件的合法性进行校验。以下我先简单介绍软件相关背景知识再介绍其代码实现。 -HMAC key is to bring the hash function, used the text of the report identifying code (MAC) can realize the text identificati
desigingCRCwithVDHL
- 用VHDL设计CRC发生器和校验器,供初学者参考。-CRC generator and calibration device for advanced users.
sle442
- 4442的读写校验c程序.测试是否有SLE4442卡插入读写器。若有,核对密码,然后进行读写操作,并比较两次操作数据是否相同,若相同,返回操作正确。-4442 write c calibration procedures. Testing whether there SLE4442 insert their cards into the Reader. If so, check password and then proceed to
C51_Programer_Vb
- 编程器人机界面,51单片机选择、擦除、下载编程、校验和读除。-programming for man-machine interface, 51 microcontroller choice, erasure, download programming, in addition to checking and reading.
vb
- vb编程器界面,实现基本的编程,写入,擦除,校验,芯片选择等功能-vb programmer interface to achieve basic programming, write, erase and testing, functional chip choice
crc16
- 函数名称:CRC-16 Process 函数原型:INT16U make_crc16(INT8U *msgaddr,INT8U datalen) 函数功能:进行CRC校验和产生CRC代码.这个函数只影响全局变量crc16. 校验字放在字符串最后,低8位在前高8位在后. msgaddr : 进行CRC16校验的据块的首地址 datalen : 进行CRC16校验的据块的个数 CRC-ITU的
even_odd
- VHDL实现的奇偶校验功能模块和一个外设配置寄存器的设计实例。-VHDL achieved parity peripheral function modules and a design example of the configuration register.
Serial_CRC
- CRC校验串行实现方法,verilog源码,利用反馈线性移位寄存器的方法,实现简单,适用于串行通信协议中的CRC校验.-CRC checksum method of serial realize, verilog source code, the use of linear feedback shift register method, the realization of simple serial communication pro
VHDL_exmple
- VHDL编程一百例,包括加法器、乘法器、移位寄存器、奇偶校验器等。pdf格式的,仅供学习使用-VHDL Programming 100 cases, including the adder, multiplier, shift register, parity, etc.. pdf format, for learning to use
FPGA_UART
- 本例用VHDL语言在FPGA上实现UART的控制,包括了波特率发生器,接收器,发送器,奇偶校验模块,以及滤波模块和测试模块,能让您更透彻的了解UART的工作原理。-In this case the FPGA using VHDL language to achieve UART' s control, including the baud rate generator, receiver, transmitter, parity
UHF-RFID-CRC
- 本文首先研究了IsO/IECl8000.6标准中A、B两类短程通讯的前向链路与返回 链路的数据编码方式,对(FMO)双相间隔编码、(PIE)脉冲间隔编码、曼切斯特码 的编解码方式和技术参数进行了深入的分析,并利用FPGA实验平台对这三种编 码的编、解码电路进行了设计和仿真。然后对UHF RFID系统的差错控制技术原理 进行了探讨,重点研究了ISo/IECl8000.6标准中采用的数据保护与校验技术,即 循环冗余校验(
FCS校验计算器
- @FFWD2001040256* 只要输出@FFWD20010402 点击计算,则可以计算出FCS校验56,适用于欧姆龙协议。(@FFWD2001040256* as long as the output @FFWD20010402 click calculation, you can calculate the FCS checksum 56, apply to the OMRON protocol.)
HashCodes-md5_sha1_sha256校验器
- 用于md5_sha1_sha256校验,可以快速的算出文件的独一无二的特征码。(For md5_sha1_sha256 check, you can quickly calculate the file unique feature code.)
Desktop
- 用Verilog编程语言来实现一个具有奇校验功能的串行发送电路,可以采用移位寄存器和有限状态机的方式来实现。(Serial transmission circuit with odd check function)