搜索资源列表
chabiaofa
- 一个关于查表法的源程序,实现了crc-32的查表功能,需要的朋友下载看卡-a look-up table method on the source, achieved a crc-32 Tabular functional, and we need to see friends download cards
Holtek指令集说明
- 指令寻址方式有下面5种: 1、立即寻址 此一寻址法是将立即的常数值紧跟在运算码(opcode)后,例如: MOV A,33H ADD A,33H 2、直接寻址 直接寻址的情况只允许在存储器之间作数据传送,例如: MOV [33H],A CLR [33H] 3、间接寻址 在间接寻址方式中,必定要使用到间接寻址暂存器(R0,R1),例如: MOV R0,A MOV A,R0 4、特殊暂存器寻址 此一寻址方式完全是针对某一暂存器作运算,例如: CLR WDT CLR WDT1 5、指针寻址 指针寻址只
verilog
- Verilog 4*4查表法乘法器,应用广泛,速度快。-Verilog hdl。
CRC
- 本文提出一种通用的CRC 并行计算原理及实现方法,适于不同的CRC 生成多项式和不同并行度(如8 位、16 位、及32 位等) ,与目前已采用的查表法比较,不需要存放余数表的高速存储器,减少了时延,且可通过增加并 行度来降低高速数传系统的CRC 运算时钟频率.-In this paper, a universal principle of CRC and implementation of parallel computing methods for generating differ
xxx
- 一种线性分组码的查表译码法及其应用-yzxxfzmdcbymfdyy
CRC.txt
- 用查表法计算CRC码 C的程序设计,生成多项式为CRC-CCITT -CRC look-up table method using C programming code, generating polynomial for the CRC-CCITT
crc
- modbus 通讯协议中的CRC16校验,运用查表法,简单,已经编写成函数,可以直接用-Modbus communication used in CRC check
PT100
- 基于MSP430单片机的pt100温度传感器查表法程序代码-Pt100 temperature sensor look-up table based on MSP430 MCU program code
US5917556
- 本文是基于相机的白平衡图像处理算法,已申请美国专利;通过查表法在FPGA上实现。-This article is based on the camera' s white balance image processing algorithms, has applied for U.S. patents through a look-up table method implemented on FPGA.
CRClist
- CRC查表法的算法分析,原理及编程实现的算法-CRC look-up table algorithm analysis, theory and programming algorithms
CRC-6-8-12-16-32
- CRC校验代码,包含6bit\8bit\12bit\16bit\32bit 查表法和移位法-CRC checksum code, including 6bit \ 8bit \ 12bit \ 16bit \ 32bit lookup table and shift method
light
- 用数码管模拟交通灯的显示程序,通过查表法实现交通灯数字的变化-Digital tube display program simulation of traffic lights, traffic lights change through digital look-up table
CRC16
- 有关CRC查表法的详细解释、说明,便于理解CRC检验的各种方法-Detailed explanation of the CRC look-up table, descr iption, easy to understand the various ways CRC test
4-3_7seg
- 單顆七段顯示器控制實驗,利用查表法,控制一顆共陰極的七段顯示器重複依序顯示0~9的數字。-Single seven segment display control experiments, the use of look-up table, control a common cathode seven segment display sequentially displays duplicate numbers 0 to 9.