CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 嵌入式/单片机编程 单片机(51,AVR,MSP430等) 搜索资源 - IDEA

搜索资源列表

  1. LANDetect

    0下载:
  2. ARP test mode. According to the idea we design the arithmetic for the key part, first the system sends a message to the target machine, and then system wait for the response. Once system receives a message, it starts to analyze the message, according
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:202158
    • 提供者:dzq
  1. stc89c52_shizhong

    0下载:
  2. 该项目是用stc89c52制作的基于片内定时器的时钟,采用分时操作设计思想,良好的亮度调节度,按键反应调节度,以及选中闪动等功能。如需要扩展可在该程序的基础上进行非常灵活的拓展,个人感觉这中编程的思想非常好,仅供个位学习者参考-The project is stc89c52 made based on the clock timer chip, using a timeshare design ideas, a good degree of brightness, adjust the degr
  3. 所属分类:SCM

    • 发布日期:2017-04-02
    • 文件大小:156399
    • 提供者:suyi
  1. pwm

    0下载:
  2. STC89C52RC的pwm程序,可以提供很好的思路哦-STC89C52RC the pwm program, can provide a good idea oh
  3. 所属分类:SCM

    • 发布日期:2017-03-31
    • 文件大小:18725
    • 提供者:卧室2
  1. bkbot-0.1.tar

    0下载:
  2. 一个双轮自平衡小车的源代码 请参考有关资料,合理利用-After running across David Anderson s impressive balancing robot on the Internet, I decided it was too cool, and I had to have one like it. So, shamelessly ripping off his great idea, I created my own version of this two-w
  3. 所属分类:SCM

    • 发布日期:2017-04-02
    • 文件大小:870416
    • 提供者:hongfeng
  1. 8051

    0下载:
  2. 8051实现直流电机PMW调速系统 本文所述的直流电机闭环调速系统是以低价位的单片微机8051为核心的,而通过单片机来实现电机调整又有多种途径,相对于其他用硬件或者硬件与软件相结合的方法实现对电机进行调整,采用PWM软件方法来实现的调速过程具有更大的灵活性和更低的成本,它能够充分发挥单片机的效能,对于简易速度控制系统的实现提供了一种有效的途径。而在软件方面,采用PLD算法来确定闭环控制的补偿量也是由数字电路组成的直流电机闭环调速系统所不能及的。曾经也试过用单片机直接产生PWM波形,但其最终效
  3. 所属分类:SCM

    • 发布日期:2017-04-08
    • 文件大小:1299
    • 提供者:陈与
  1. 200682064635196

    0下载:
  2. 频率计的设计 一个比较完整的设计过程和其中的设计思想 都有 自己去看看把-The frequency of the design of a relatively complete the design process and design idea which has its own look at the
  3. 所属分类:SCM

    • 发布日期:2017-05-03
    • 文件大小:1031173
    • 提供者:钮志超
  1. pwm-LED

    2下载:
  2. 51单片机模拟PWM输出控制LED亮度的变化,体现PWM调节的思想-Analog PWM output control 51 single-chip LED brightness change, reflecting the idea PWM regulator
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2013-11-05
    • 文件大小:17671
    • 提供者:陈盛发
  1. key

    0下载:
  2. 思路比较清晰的矩阵按键扫描程序,51单片机.-Relatively clear idea of the matrix key scanning procedure, 51 single-chip microcomputer.
  3. 所属分类:SCM

    • 发布日期:2017-04-13
    • 文件大小:1736
    • 提供者:陈梁
  1. Electronics_Design_Checklist

    1下载:
  2. Electronics Design Checklist C) 2003 Hank Wallace This a checklist for electronics designers. The idea is for engineers and technicians to share experiences and create a detailed checklist, which the individual designer can pare down to meet hi
  3. 所属分类:SCM

    • 发布日期:2017-04-16
    • 文件大小:25960
    • 提供者:guyanzu
  1. ad

    0下载:
  2. 软件思路:选择RAO做为模拟输入通道 连续转换4次再求平均值做为转换结果最后结构只取低8位结果送数码管的低3位显示 硬件要求:拨码开关S14第2位置ON,第1位置OFF拨码开关S6全部置ON,S5第4-6位置ON,第1-3位置OFF为不影响结果,其他拨码开关置OFF。-Software idea: Select analog input channel as RAO consecutive conversions on average 4 times longer for the resu
  3. 所属分类:SCM

    • 发布日期:2017-04-05
    • 文件大小:1700
    • 提供者:zhendongzhao
  1. kekongfangda

    0下载:
  2. 用单片机AT89s52对可编程滤波器芯片MAX262 进行程序控制,可以同时对两路输入信号进行二阶低通、高通、带通、带阻以及全通滤波处理,滤波器的中心频率在15kHz~50kHz 频率范围内实现64 级程控调节,其Q 值在0.5~64 范围实现128 级程控调节。-In a simple, accurate, reliable, stable and universal principles, use of a hierarchical design to match the idea of i
  3. 所属分类:SCM

    • 发布日期:2017-04-16
    • 文件大小:46939
    • 提供者:chenchong
  1. time0_2Bkey

    0下载:
  2. 通常我们使用键盘扫描的时候直接把代码放到while(1){}里面,但有时会由于之前程序执行时间过长而导致扫描无效,所以这里提供了一个把扫描放到定时器中断里的方式,主要是提供一个想法,程序相信大家都能编出来的,这里面有一个例子,仅供大家参考。。。 -We usually use the keyboard scan code when put directly to the while (1) () inside, but sometimes as a result of program execu
  3. 所属分类:SCM

    • 发布日期:2017-04-07
    • 文件大小:11661
    • 提供者:许珍
  1. c8051f040555555555555

    0下载:
  2. 关于GPS和c8051f系列的一个新思路 希望对大家有用 多多指教多多交流-On the GPS and c8051f series of a new idea we want to encourage more exchanges between useful to the exhibitions
  3. 所属分类:SCM

    • 发布日期:2017-05-02
    • 文件大小:560593
    • 提供者:董涛
  1. 56

    0下载:
  2. 电子电路图,多多看就可以跟清楚的了解电路内部工作,也可以更好的理清思路。-Electronic circuit, a lot can be read with a clear understanding of the inner workings of the circuit, you can sort out a better idea.
  3. 所属分类:SCM

    • 发布日期:2017-06-10
    • 文件大小:17428535
    • 提供者:刘素赋
  1. mcs_PWM

    0下载:
  2. 本方法的基本思想就是利用单片机具有的PWM端口,在不改变PWM方波周期的前提下,通过软件的方法调整单片机的PWM控制寄存器来调整PWM的占空比,从而控制充电电流-The basic idea of this method is the use of microcontroller has the PWM ports, without changing the PWM square wave cycle, under the premise of the method to adjust by s
  3. 所属分类:SCM

    • 发布日期:2017-04-02
    • 文件大小:6702
    • 提供者:guoguo
  1. Bookmark_P2141211222009

    0下载:
  2. Well it s EXTREMELY simple. Use a bookmark instead of a button to process a password. This way only the people to whom you give this to can access it. I know it really has no practical use i can think of but it was a cool idea. I m gonna spruce this
  3. 所属分类:SCM

    • 发布日期:2016-01-21
    • 文件大小:87667
    • 提供者:deepakrathore
  1. fuzaduorenwu

    0下载:
  2. 如何设计复杂的多任务程序。 讲述运用时间片轮的方法设计单片机多任务的思路-How to design a complex multi-task procedure. About the use of time Katawa method to design the idea of multi-tasking microcontroller
  3. 所属分类:SCM

    • 发布日期:2017-04-09
    • 文件大小:182601
    • 提供者:xx
  1. DataMiningTechniquesfor(Network)Intrusion

    0下载:
  2. In Information Security, intrusion detection is the act of detecting actions that attempt to compromise the confidentiality, integrity or availability of a resource. Intrusion detection does not, in general, include prevention of intrusions. In
  3. 所属分类:SCM

    • 发布日期:2017-03-31
    • 文件大小:372908
    • 提供者:keerthi
  1. ValuRang

    0下载:
  2. This book describes a static analysis that aims to prove the absence of buffer overflows in C programs. The analysis is conservative in the sense that it locates every possible overflow. Furthermore, it is fully automatic in that it requires no user
  3. 所属分类:SCM

    • 发布日期:2017-05-19
    • 文件大小:5454915
    • 提供者:John
  1. 128SD

    0下载:
  2. 利用avr单片机,读写SD卡的任意扇区,可以移植到任意AVR单片机上,也可以利用这个思路移植到51单片机上-Using avr microcontroller, SD card reader any sector, can be transferred to any AVR microcontroller, you can also use this idea transplanted to 51 SCM
  3. 所属分类:SCM

    • 发布日期:2017-04-08
    • 文件大小:32169
    • 提供者:Feng
« 12 3 4 »
搜珍网 www.dssz.com