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

搜索资源列表

  1. 杜洋 IR_NEAR 红外 自动 感应 系统 锁存 式 输出

    23下载:
  2. - 极简电路设计高稳定性感应处理 - 无锁存和锁存双输出多种应用扩展 强光直射和家用电器的红外遥控器的环境中会有干扰,使开关自动跳变,稳定性差。于是这次我重点改进了源程序,加入了强光下、红外遥控器环境下的防干扰算法,让这个红外感应开关非常稳定,不再受任何干扰了。 另外对程序的改进,让这次的制作省去了一条导线,制作更简单,只需要单片机、红外传感器、LED指示灯、电池和面包板。HEX文件已经更新发布(IR_NEAR_V2),敬请下载仿制。 1. 利用单片机内部的ADC接收反射光数值,
  3. 所属分类:嵌入式/单片机编程

  1. c51源程序集合

    10下载:
  2. 源码 │ 0108_12864LCD-F149.ASM │ 12232-1520.c │ 12232.c │ 12864-ks0108.asm │ 12864-ST7290-F149.C │ 12864-zb.c │ 12887.c │ 24C01-64.C │ 24C01-F440.C │ 28sf040a.asm │ 51use.txt │ 6963.C │ 93c46.asm │ 93c46.c │ 93cxx.c │ ad7416-mcuzb.c │ ad7416.c │ AT24C01
  3. 所属分类:单片机(51,AVR,MSP430等)

  1. Uart.rar

    0下载:
  2. 串口通讯程序,一个带简单加密算法的串口发送程序。20位数据,每个字节只发送低七位,Serial communication program, an encryption algorithm with a simple serial port to send the procedure. 20 data, each byte is only sent a low 7
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-03-29
    • 文件大小:1386
    • 提供者:郭九生
  1. squareroot.rar

    1下载:
  2. vhdl源代码,可以开16比特的平方根,算法简单,速度快,this is a vhdl code for square root
  3. 所属分类:VHDL编程

    • 发布日期:2012-11-22
    • 文件大小:1237
    • 提供者:lei
  1. IEEE电脑鼠走迷宫代码第二版

    1下载:
  2. IEEE电脑鼠走迷宫代码第二版,此版为参加省赛所用的代码,依旧采用高速转弯方案,本方案所采用的调校方案较为保守,速度不是特别快,但是稳定性较高,可以顺利走完16*16迷宫,并可以进行简单修改走8*8迷宫,另外,如果对迷宫算法不满意可以单独提取转弯部分代码进行自行改编。-IEEE Computer Mouse Maze Code Second Edition, this version of the game used to participate in the provincial code,
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2017-03-23
    • 文件大小:28831
    • 提供者:赵士博
  1. FFT

    0下载:
  2. 基于TMS320VC5402的FFT算法实现,算法采用C语言编写,简单易懂,可读性高-The FFT algorithm based on TMS320VC5402
  3. 所属分类:DSP program

    • 发布日期:2017-04-17
    • 文件大小:109204
    • 提供者:lyh
  1. hilbert_transformer.tar

    0下载:
  2. hilbert 变换的vhdl源代码,来源于网上,本人也做过简单的8抽头的,但这个的算法还没搞懂,希望懂行的下载了研究一下,给个中文的简单的说明!-hilbert transform VHDL source code from the Internet, I have been a simple 8-tap, but even before they get to know this algorithm, I hope knowledgeable downloaded to look for a
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-10
    • 文件大小:1227528
    • 提供者:yangyu
  1. lab23-SCIC

    0下载:
  2. 给予TMS320F28335的串口SCIC所编写的串口测试程序,可以实现简单的串口算法-SCIC give TMS320F28335 serial port test program written for simple serial algorithm
  3. 所属分类:DSP program

    • 发布日期:2017-03-30
    • 文件大小:644609
    • 提供者:lirui
  1. LCD-Draw-Line-Circle..

    0下载:
  2. 嵌入式开发,LCD,画直线,圆等简单图形算法-Embedded development, LCD, draw lines, circles and other simple graphical method
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-09
    • 文件大小:1872369
    • 提供者:cowboy
  1. mul4

    0下载:
  2. 利用BOOTH算法实现4位乘法运算,使乘法由简单的移位和加法完成。其中包含了MUL4源代码和Test代码,已通过仿真验证-BOOTH Algorithm 4 using multiplication, so that the shift from simple multiplication and addition completed. MUL4 which contains the source code and Test code has been verified by simulatio
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-01
    • 文件大小:5951
    • 提供者:邓军
  1. CORDIC

    1下载:
  2. :CORDIC算法将复杂的算术运算转化为简单的加法和移位操作,然后逐次逼近结果。这种方法很好的兼顾了精度、速度和硬件复杂度,它与VLSI技术的结合对DSP算法的硬件实现具有极大的意义,因而在数字信号处理领域得到了广泛应用。本文首先简要介绍了CORDIC算法的原理,然后详细描述了双模式(旋转/向量)CORDIC算法的预处理和后处理,并且基于FPGA实现了流水线双模CORDIC算法。-By converting complex arithmetic into simple operations su
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-02
    • 文件大小:393731
    • 提供者:daisywmc
  1. lms

    1下载:
  2. verilog编写的lms算法模块,简单易用-lms module using verilog.It s simple.
  3. 所属分类:VHDL编程

    • 发布日期:2017-05-02
    • 文件大小:1034
    • 提供者:邓小伟
  1. Untitled

    0下载:
  2. 基于结构特征的车牌定位算法研究改进算法 改程序简单使用-Based on the structural characteristics of the license plate location algorithm to improve the algorithm to process a simple to use
  3. 所属分类:SCM

    • 发布日期:2017-04-05
    • 文件大小:1980
    • 提供者:张强
  1. 38

    0下载:
  2. 程序提供了一种高效简单的38译码器的算法,非常实用-Procedure provides a simple and efficient algorithm decoder 38, a very practical
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-17
    • 文件大小:141042
    • 提供者:sh85
  1. chuanrubingchu_jicunqi

    0下载:
  2. 程序提供了一种简单高效的并入串出寄存器的算法,非常实用-Procedure provides a simple and efficient string into a register algorithm, very useful
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-16
    • 文件大小:142096
    • 提供者:sh85
  1. trafficlight

    0下载:
  2. 程序提供了一种简单高效的模拟交通灯控制器的算法,非常实用-Procedure provides a simple and efficient simulation algorithm for the traffic light controller, very useful
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-29
    • 文件大小:162590
    • 提供者:sh85
  1. 2DImageFilterByVHDL

    0下载:
  2. 用VHDL语言编程实现2维图像的滤波算法,简单精辟-VHDL programming language used to achieve 2-D image filtering algorithm, simple brilliant
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-07
    • 文件大小:14046
    • 提供者:宋雪兵
  1. PIDalgorithm

    0下载:
  2. pid是自动化控制中常用的算法,这是我用c编写,简单好用-pid is commonly used in automatic control algorithm, which is I used c prepared, easy-to-use
  3. 所属分类:SCM

    • 发布日期:2017-03-31
    • 文件大小:1753
    • 提供者:zhangbin
  1. ALU_design

    0下载:
  2. 一个关于设计简单ALU的说明书,当中附有源代码,测试可行,同时效率比较高,算法也比较完善-A simple ALU design specification, which attached to the source code, test feasible, while more efficient, the algorithm is also relatively perfect
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-02
    • 文件大小:318877
    • 提供者:szx
  1. code

    0下载:
  2. 实现图像的淡入淡出效果,只是简单的算法,提供一个交流!-The realization of images fade effects, just a simple algorithm, is a forum!
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-12
    • 文件大小:1296
    • 提供者:范式希文
« 1 2 34 5 6 7 8 9 10 »
搜珍网 www.dssz.com