搜索资源列表
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
cosinexp123
- 1.分别利用计算法和查表法产生1000Hz的余弦波信号,并使用示波器观测产生信号的频率和幅度。 2.利用计算法产生其他非正弦类周期信号波形,如周期矩形波、三角波、锯齿波等。-1. Each calculation method and the use of look-up table method have 1000Hz the cosine wave signal, Oscilloscope observation and the use of the generated signal f
sine-1
- 这是正弦发生程序,用查表法实现正弦的产生。-occurred procedures, using look-up table method for the selection of sine wave.
simC64XX_sinewave
- TI例程,TMS320C64XXDSP实现正弦信号发生,采用查表法,利用IO函数进行数据导入-TI routines, TMS320C64XXDSP sine wave signal, using look-up table method, use IO Data Import function
CRC
- 查表法CRC16校正源代码,不需要CRC的计算,适合在单片机上使用。-CRC16
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)
4X4keyscan
- 本程序实现的功能是在89c51单片机上用查表法来检测4X4矩阵键盘的功能-This procedure is to achieve the functions of 89c51 microcontroller with look-up table method to test the functions of 4X4 matrix keyboard
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、若有键被按下,应识别出是哪一个键闭合。方法是对键
3
- 用24c02产生正弦波的程序,采用查表法,把一个正弦波分为256个点。-Generated sine wave with 24c02 program, using look-up table, to a sine wave is divided into 256 points.
pt100热电偶查表
- 热电偶查表法,由C语言编写,可查温度范围-200~850度
NTC测温中 经典温度查表算法--二分查找法
- NTC测温程序的查表方法--经典的二分法。(NTC thermistor temperature measurement program)
SPWM
- DSP程序,利用用查表法生成spwm波形,可以直接使用(The spwm waveform is generated by look-up table method, which can be used directly.)
模糊PID算法C语言程序-查表法
- 模糊控制pid查表法源码,有需要的可以下载看看,可以用于大家参考学习,一起进步(Fuzzy control pid source code, there is a need to download to see, can be used for everyone reference learning, progress together)