搜索资源列表
crc7正向c51
- 单片机下CRC7校验码生成程序,主要用于生成MMC卡命令的CRC7校验码。-Microcontroller CRC7 correcting code generation process, mainly used to produce MMC card orders CRC7 correcting code.
GetCRC7
- 没办法,明明把MD2算法上载了,不知道日志上怎么没有,再搞个CRC7吧,MMC、SD上数值校验用的
CRC7,CRC8,CRC9,CRC16编解码
- CRC7,CRC8,CRC9,CRC16编解码,查表方法实现,CRC7, CRC8, CRC9, CRC16 codec, look-up table method
CRC7_CRC16_SD.rar
- Re: CRC7 и CRC16 for SD card If you develope your interfsce to work with sd/mmc card, you need algrithm to check CRC7 & CRC16 it s very fast progtamm/algrithm to calculate CRC , Re: CRC7 и CRC16 for SD card If you develope your interfsce to
crc7
- CRC计算模块,7位CRC计算。经过FPGA及IC平台验证。-CRC calculation module, 7 CRC calculation. Through the FPGA and IC platform for verification.
crc7
- crc7 calculation for SDIO mode
CRC.rar
- VC++下计算和校验CRC16(请留意相关注释),计算CRC7(for SD card),Calculation and check VC++ under CRC16 (Please note the related notes), to calculate CRC7 (for SD card)
crc7
- CRC7校验,采用查表法实现,操作简单,易于实现,查询速度快。-CRC7 parity, implemented using look-up table method, simple operation, easy to implement and query speed.
CRC-Calculator.V1.0
- 可以计算 CRC1,CRC5,CRC7,CRC8,CRC10,CRC12:,CRC16,CRC32,CRC64的CRC计算器-CRC Calculator.V1.0
crc7
- crc7 - update the CRC7 for the data buffer.
sd_crc7_c16
- sd crc7 crc16 校验 verilog实现-sd crc7 crc16 verilog
CRC7
- CRC7算法C++代码实现,需要的来看看是否有帮助. VS2010编译通过-CRC7 C++ code implementation. Pls check.
crc7
- 以crc7为例进行UVM的验证 Part 1: 搭建环境。 本文使用的Quartus II 13.1(64 bit),器件库MAX V。写了一个Verilog的简单的crc7。 仿真环境是ModelSim 10.2c。虽说自带UVM库。但是,没找到Modelsim自带的uvm_dpi.dll,于是,还重新编译了一番。 本文在win 10下。下载uvm-1.1d(现在最新版本有1.2d了),放好。(crc7 code by system verilog language)