搜索资源列表
CRC1632
- 本代码为查表法CRC16和CRC32校验的表生成和校验程序。使用此代码可以任意多项式生成CRC16和CRC32的程序。另有文件实现CRC16和CRC32的校验。 使用生成的表格,即可以在嵌入式中实现RAM和ROM区的校验。源程序在MSP430上实现,现整理成通用C版本。-the code look-up table method CYXLIC REDUNDANCY CRC checksum and the table generation and checking procedures. U
Crc16源码4种算法
- CRC16,C语言运算源码,包括四种算法,直接计算法,半查表法,全查表法,双8位表全查表法,适用于工业控制领域校验通讯数据使用,和MODBUS数据校验,在对不同的系统资源的要求环境下,采用不同的算法-CYXLIC REDUNDANCY, C language source computing, including four algorithms, direct calculation method, semi-look-up table method, the whole look-up tab
CRC校验代码源程序
- CRC循环冗余,是一种查表法,实现数据的自动打包问题-Cyclic Redundancy is a look-up table method, the data is automatically packaged problems
crc
- MSP430的CRC程序设计实现,位运算和查表法
xinhaofashengqi
- 利用高速da通过查表法进行正弦波,方波,三角波产生的stc89c51程序和波形码表生成的c程序
ShowsinTable
- 用查表法实现的正弦波发生程序,可直接运行
CRC16
- 这是一个冗余校验的程序,是CRC16,里面包含了计算法和查表法以及半查表法
51
- 单片机中 4ⅹ4矩阵键盘-查表法(C语言)
digital-display
- 名称:SPI驱动74HC595,数码管显示实验 描述:利用数码管显示数据0~9999。 目的:熟悉SPI通信协议。熟练掌握查表法。 了解人眼对显示的分辨能力。学习利用SPI驱动SPI器件74HC595。学会使用定时器定时。-Name: SPI driver 74HC595, digital display experiments Descr iption: The use of digital control display data from 0 to 9999. Ob
CRC
- 查表法CRC16校正源代码,不需要CRC的计算,适合在单片机上使用。-CRC16
CalculateCRC
- CRC校验程序在单片机通信和数据纠错中经常用到,本程序用查表法求得-CRC checksum procedure in single-chip communication and data frequently used for error correction, the procedure look-up table method used to achieve
44
- 单片机4*4矩阵按键,运用查表法来对矩阵键盘进行查找-4* 4 matrix of single-chip keys, the use of look-up table method to find matrix keyboard
snowolfmath
- 一个简单的利用查表法的反正切和正、余弦函数,在处理速度不快的单片机编程中,这是一个使用的方法。-The use of a simple arctangent look-up table method and positive, cosine function, the processing speed of microcontroller programming unpleasant, this is a method used.
keypad
- 4*4矩阵键盘(查表法) (C51环境)-4* 4 matrix keyboard (look-up table) (C51 environment)
4X4_jianpan
- 51单片机例程,4X4矩阵键盘(查表法),有实验说明文档。-51 MCU routine, 4X4 matrix keyboard (look-up table method), there is experimental documentation.
juzhengjianpan
- 4X4矩阵键盘(查表法),4x4矩阵键盘实验(计算法),51单片机例程,带有实验说明文档。-4X4 matrix keypad (look-up table), 4x4 matrix keypad test (calculation method), 51 MCU routine, with the experimental documentation.
4X4
- 4X4矩阵键盘(查表法),51单片机,用C编程。-4X4 matrix keypad (look-up table method), 51, with C programming.
jianpan24
- 24键键盘程序,引脚说明及连线 列线:p4.0 p4.1 p4.2 p4.3 作为输入 行线:p4.4 p4.5 p4.6 p4.7 p6.5 p6.6作为输出 1、检测当前是否有键被按下。检测的方法是P4.4-P4.7,P6.5,P6.6输出全"0",读取P4.0-P4.3的状态,若P4.0-P4.3为全"1",则无键闭合,否则有键闭合。 2、去除键抖动。当检测到有键按下后,延时一段时间再做下一步的检测判断。 3、若有键被按下,应识别出是哪一个键闭合。方法是对键
pt100热电偶查表
- 热电偶查表法,由C语言编写,可查温度范围-200~850度
NTC测温中 经典温度查表算法--二分查找法
- NTC测温程序的查表方法--经典的二分法。(NTC thermistor temperature measurement program)