CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 嵌入式/单片机编程 搜索资源 - 查表

搜索资源列表

  1. AVR单片机CRC校验码的查表与直接生成.zi

    0下载:
  2. AVR单片机CRC校验码的查表与直接生成-AVR monolithic integrated circuit CRC verification code Zha Biao with directly produces
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:5096
    • 提供者:吕吕
  1. 查表

    0下载:
  2. C8051f020单片机查表源程序-C8051f020 source SCM Lookup
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:7795
    • 提供者:刘题名
  1. 按键控速查表流水灯

    0下载:
  2. 按键控速查表流水灯
  3. 所属分类:单片机(51,AVR,MSP430等)

  1. 通过DA转换查表实现正弦波输出

    0下载:
  2. 通过DA转换查表实现正弦波输出,无法调节周期,DA conversion look-up table to achieve through the sine wave output, can not adjust the cycle
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2017-03-21
    • 文件大小:826
    • 提供者:rzofking
  1. AVR-FFT-20081031.zip

    1下载:
  2. 专门针对avr系列的单片机优化的fft算法,包括定点运算、查表、同址计算等,Avr-specific series of single-chip microcomputer optimized fft algorithm, including the fixed-point computing, look-up table, with the site of calculation
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-03-24
    • 文件大小:19337
    • 提供者:张三
  1. NTC

    3下载:
  2. 采用廉价的NTC热敏电阻设计高精度温度计的方案, 根据NTC热敏电阻的温度特性,采用了较具新意程序算法;摆脱了传统的查表显示温度的方法, 特点:程序中无须查表,打破了常规的查表显示温度的方法。-Using low-cost design of high precision NTC thermistor thermometers program, according to NTC thermistor temperature characteristics, using a more
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2014-04-02
    • 文件大小:3045
    • 提供者:peter
  1. CRC

    0下载:
  2. 查表法CRC16校正源代码,不需要CRC的计算,适合在单片机上使用。-CRC16
  3. 所属分类:SCM

    • 发布日期:2017-03-29
    • 文件大小:1300
    • 提供者:challenge
  1. 12

    0下载:
  2. 查表功能,对数码管进行显示,0,1,2,3,4,5,6,7,8,9. PIC单片机开发-Table look-up function, for digital tube display, 0,1,2,3,4,5,6,7,8,9. PIC single-chip development
  3. 所属分类:SCM

    • 发布日期:2017-04-14
    • 文件大小:5532
    • 提供者:石依
  1. FFT_for_f430-A

    1下载:
  2. 一种适合在单片机上运行的快速傅里叶算法,大量采用查表方法。理解这个算法对实现电力谐波分析很有帮助。fft算法的经典应用,需要一定的数学知识!-Fit on a single chip running at the fast Fourier algorithm, a large number of look-up table method used. Understanding of this algorithm to achieve useful power harmonic analysis.
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-03-23
    • 文件大小:28438
    • 提供者:xmm
  1. 44

    0下载:
  2. 单片机4*4矩阵按键,运用查表法来对矩阵键盘进行查找-4* 4 matrix of single-chip keys, the use of look-up table method to find matrix keyboard
  3. 所属分类:SCM

    • 发布日期:2017-04-12
    • 文件大小:1028
    • 提供者:昌锐
  1. sin51

    0下载:
  2. 51单片机产生正弦波 下列数据是我计算出来的正弦函数在0~90度区间的数值(0~128),可以用于8位DA输出,把这个数据表存 进去查表就行了,其他角度做点儿简单的计算就行了。-51 single-chip generated sine wave data is the following, I calculated the sine function in the 0 ~ 90 degrees of numerical range (0 ~ 128), can be used for
  3. 所属分类:SCM

    • 发布日期:2017-03-29
    • 文件大小:980
    • 提供者:yangziyan
  1. CRC

    0下载:
  2. 查表方式CRC校验,要点是:1速度快,缺点:代码大一些。-CRC checksum table approach, the main points are: 1 speed
  3. 所属分类:SCM

    • 发布日期:2017-04-03
    • 文件大小:1345
    • 提供者:kk
  1. snowolfmath

    1下载:
  2. 一个简单的利用查表法的反正切和正、余弦函数,在处理速度不快的单片机编程中,这是一个使用的方法。-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.
  3. 所属分类:SCM

    • 发布日期:2017-03-30
    • 文件大小:9949
    • 提供者:snowolf
  1. keypad

    0下载:
  2. 4*4矩阵键盘(查表法) (C51环境)-4* 4 matrix keyboard (look-up table) (C51 environment)
  3. 所属分类:SCM

    • 发布日期:2017-04-10
    • 文件大小:912
    • 提供者:Michael
  1. bisectionTableLook

    0下载:
  2. 二分查表的方法,在单片机开发中中挺好的东西-Table Look
  3. 所属分类:SCM

    • 发布日期:2017-04-01
    • 文件大小:24282
    • 提供者:蓝天
  1. ADconversion

    0下载:
  2. 关于AD转换的采样,另外还有以及查表程序。-AD conversion on the sampling, in addition to, and look-up table procedure.
  3. 所属分类:SCM

    • 发布日期:2017-04-04
    • 文件大小:5888
    • 提供者:江鹏
  1. 4X4keyscan

    0下载:
  2. 本程序实现的功能是在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
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-08
    • 文件大小:118362
    • 提供者:beition
  1. 4X4_jianpan

    0下载:
  2. 51单片机例程,4X4矩阵键盘(查表法),有实验说明文档。-51 MCU routine, 4X4 matrix keyboard (look-up table method), there is experimental documentation.
  3. 所属分类:SCM

    • 发布日期:2017-04-06
    • 文件大小:119096
    • 提供者:pudnac9
  1. pt100热电偶查表

    1下载:
  2. 热电偶查表法,由C语言编写,可查温度范围-200~850度
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2013-11-20
    • 文件大小:1702
    • 提供者:lsdldz@163.com
  1. 模糊PID算法C语言程序-查表法

    1下载:
  2. 模糊控制pid查表法源码,有需要的可以下载看看,可以用于大家参考学习,一起进步(Fuzzy control pid source code, there is a need to download to see, can be used for everyone reference learning, progress together)
  3. 所属分类:嵌入式/单片机/硬件编程

    • 发布日期:2020-06-02
    • 文件大小:4096
    • 提供者:MalinPoo
« 12 3 4 5 6 7 8 9 10 ... 17 »
搜珍网 www.dssz.com