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

搜索资源列表

  1. CRC算法及C语言实现

    0下载:
  2. 本文从理论上推导出CRC 算法实现原理,给出三种分别适应不同计算机或微控制器硬件环境的C 语言程序。读者更能根据本算法原理,用不同的语言编写出独特风格更加实用的CRC 计算程序。-is theoretically derived from the CRC algorithm theory, Adaptation were given three different computer or micro-controller hardware environment of the C Program
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2008-10-13
    • 文件大小:28050
    • 提供者:张文辉
  1. FFT算法汇编原程序与大家共享

    1下载:
  2. 做的一个FFT算法原程序与大家共享,内有较祥细的说明-do an FFT algorithm for the original procedures and share, compared with a wound Note
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:3146
    • 提供者:于飞
  1. crc_算法

    0下载:
  2. 本程序是在c51的环境下CRC算法的几种方法。希望大家有参考作用。-the procedure was c51 environment CRC algorithm methods. We hope that as a useful reference.
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:4322
    • 提供者:郭勇超
  1. 2407 PID 算法项目文件

    0下载:
  2. 一个TSM320C2407的PID控制算法 很管用,可以在C中嵌套使用.-a TSM320C2407 PID control algorithm is very effective, and the C nested.
  3. 所属分类:DSP编程

    • 发布日期:2008-10-13
    • 文件大小:17302
    • 提供者:欧阳明星
  1. 已知两点求第三点的双字节无符号定点插值算法

    0下载:
  2. 两个点的线性插值定点数算法 说明:1、基本公式 y=( y2-y1 ) ( x-x1 ) / ( x2-x1 ) + y1 2、根据直线斜率的正负、内插外插的不同,分为6种情况。 3.参见文件夹中的“插值算法的6种情况”一图。-two points of linear interpolation algorithm for determining points : one, the basic formula y = (y2 - y1) (x-x) / (x2 - x1) y1 2,
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:16289
    • 提供者:马良
  1. PID 算法1(c语言)

    0下载:
  2. PID calculations for the _pid structure *a. This function uses the positional form of the pid equation, and incorporates an integral windup prevention algorithim. Rectangular integration is used, so this function must be repeated on a consistent time
  3. 所属分类:DSP编程

    • 发布日期:2008-10-13
    • 文件大小:1958
    • 提供者:
  1. 基于CORDIC算法的FFT

    0下载:
  2. 采用按时间抽选的基4原位算法和坐标旋转数字式计算机(CORDIC)算法实现了一个FFT实时谱分析系统。-time selected by using the four-situ algorithm and coordinate rotation digital computer (CORDIC) algorithm is one is a real-time FFT spectrum analysis system.
  3. 所属分类:VHDL编程

    • 发布日期:2008-10-13
    • 文件大小:2399
    • 提供者:张志华
  1. 用VHDL实现布斯算法

    1下载:
  2. 这个例子是讲述用VHDL实现布斯算法,应该有点用,是我的研究生师哥给我的。-this case is about the use of VHDL Booth algorithm, should use a bit of my graduate students Shige to me.
  3. 所属分类:VHDL编程

    • 发布日期:2008-10-13
    • 文件大小:1897
    • 提供者:刘于
  1. c语言实现的PID算法

    2下载:
  2. 如何用c语言实现PID算法,很多控制类用到的程序,作为参考.!-how to use language PID algorithm, used many types of control procedures, as a reference. !
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:1958
    • 提供者:刘于
  1. 万年历星期速算法

    0下载:
  2. 用单片机做万年日历,避免不了要计算日期与星期的对应.附件是用C51实现的星期算法.-do MCU calendar years, unable to avoid a date to calculate the corresponding week. The annex is the C51 weeks algorithm.
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:1280
    • 提供者:黄勇
  1. a-u-law

    0下载:
  2. 查表法实现a-law算法,使用c语言编写,使用简单,适用于语音传输系统的开发
  3. 所属分类:微处理器(ARM/PowerPC等)

    • 发布日期:2008-10-13
    • 文件大小:4950
    • 提供者:蒋志颀
  1. 1-Wire搜索算法

    0下载:
  2. 一种很有用的搜寻算法,对开发1-wire很有用-a very useful search algorithm, to the development of 1-wire useful
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:179057
    • 提供者:陈小忠
  1. 读者优先算法-操作系统

    0下载:
  2. 这是一个操作系统中的读者优先算法的实现绝对正确-This is an operating system as a priority readers algorithm to achieve absolutely correct
  3. 所属分类:uCOS开发

    • 发布日期:2008-10-13
    • 文件大小:9474
    • 提供者:田田
  1. 进程调度算法-操作系统

    0下载:
  2. 这是一个操作系统的进程调度算法的实现绝对正确-This is a process of the operating system's scheduling algorithm to achieve absolutely correct
  3. 所属分类:uCOS开发

    • 发布日期:2008-10-13
    • 文件大小:11203
    • 提供者:田田
  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. rs_decoder204_188

    0下载:
  2. RS译码的Verilog实现,用的是改进的BM算法,已在QuautusII9.0上调试通过-rs decoder verilog
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-05-26
    • 文件大小:9469170
    • 提供者:songbing
  1. 算法代码

    0下载:
  2. 这是一个关于pid调节的子程序,可以帮助初学者更好地了解pid算法(This is a regulation on the PID subroutine, which can help beginners better understand the PID algorithm)
  3. 所属分类:单片机开发

    • 发布日期:2017-12-22
    • 文件大小:13312
    • 提供者:ggboy
  1. 浅谈LCD、OLED、TFT取模及其程序开发的算法取舍

    0下载:
  2. 单片机LCD字模相关的文档,很值得一看。(SCM LCD font related documents, it is worth a visit.)
  3. 所属分类:单片机开发

    • 发布日期:2017-12-21
    • 文件大小:29864960
    • 提供者:zuqisong
  1. PID算法

    1下载:
  2. 很多关于PID算法控制的资料,里面还有一个视频链接,很全面地介绍了PID算法和调整方法(A lot of information on the PID algorithm control, there is also a video link, a comprehensive introduction to the PID algorithm and adjustment methods)
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2017-12-24
    • 文件大小:12882944
    • 提供者:天。。
  1. C语言PID算法

    0下载:
  2. 有关C语言的PID算法,总结了很多PID调试的经验和方法,非常有用。(C language about the PID algorithm, summed up a lot of PID debugging experience and methods, very useful.)
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2017-12-17
    • 文件大小:49152
    • 提供者:TonyBoy
« 12 3 4 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com