CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 单片机 速度

搜索资源列表

  1. zhiliudianji

    0下载:
  2. 51单片机与L298的电机任意PWM速度控制,加减速精准控制,在Keil上测试通过-51 single and L298 of any PWM motor speed control, precise control of acceleration and deceleration, test
  3. 所属分类:SCM

    • 发布日期:2017-04-05
    • 文件大小:17663
    • 提供者:yourname
  1. yedi

    0下载:
  2. 液体点滴速度监控装置设计报告,对单片机学习很有用,希望初学者采纳-Liquid drip rate monitoring device designed to report, is useful for single-chip learning, want to adopt beginners
  3. 所属分类:SCM

    • 发布日期:2017-04-03
    • 文件大小:89436
    • 提供者:gcc
  1. From-beginner-to-SCM-SCM-Engineer

    0下载:
  2. ,我们开始迈入单片机的世界。在我们开始这一章具体的学习之前,有必要给大家先说明一下。在以后的系列文章中,我们将以51内核的单片机为载体,C语言为编程语言,开发环境为KEIL uv3。至于为什么选用C语言开发,好处不言而喻,开发速度快,效率高,代码可复用率高,结构清晰,尤其是在大型的程序中,而且随着编译器的不断升级,其编译后的代码大小与汇编语言的差距越来越小。而关于C语言和汇编之争,就像那个啥,每隔一段时间总会有人挑起这个话题,如果你感兴趣,可以到网上搜索相关的帖子自行阅读。不是说汇编不重要,在很
  3. 所属分类:Compiler program

    • 发布日期:2017-04-10
    • 文件大小:1428797
    • 提供者:李娜
  1. stepper-motor

    0下载:
  2. 51单片机程序,此程序用于4相步进电机常规驱动,使用1-2相励磁,数码管显示,3-19速度等级-51 single-chip program, the program routine for the 4-phase stepper motor drive, using 1-2 phase excitation, digital display, 3-19 speed grade
  3. 所属分类:DSP program

    • 发布日期:2017-03-29
    • 文件大小:1793
    • 提供者:刘礼明
  1. test

    0下载:
  2. 基于PIC单片机设计的液体点滴速度控制装置源代码-PIC microcontroller-based design of the liquid drip rate control device source code.
  3. 所属分类:Other Embeded program

    • 发布日期:2017-03-31
    • 文件大小:2295
    • 提供者:鲁能
  1. TFT2.0

    1下载:
  2. 这是一个开发TFT2.0屏幕的驱动程序,用Touchcore3.0单片机,是采用52内核的 用内部输出12M的振荡频率,刷屏速度很快。-This is a development TFT2.0 screen driver, with Touchcore3.0 microcontroller, is a 52-12M kernel output with internal oscillation frequency, refresh fast.
  3. 所属分类:SCM

    • 发布日期:2015-07-23
    • 文件大小:25600
    • 提供者:黄凯滨
  1. ad977external-clock

    0下载:
  2. 16位模数转换器,采用外部时钟模式。使用STC12C5A60S2单片机亲测通过,速度可以自己控制。-16-bit ADC, external clock mode. Measured by using the pro-STC12C5A60S2 microcontroller, the speed can own control.
  3. 所属分类:SCM

    • 发布日期:2017-04-17
    • 文件大小:129150
    • 提供者:xiaoqiang
  1. car

    0下载:
  2. 下车控制程序,51单片机,实现根据超声波传感器的返回值,控制小车速度,结合舵机实现壁障转弯-Off control procedures, 51 single-chip, to achieve the return value is based on ultrasonic sensors to control car speed, combined with turning the steering gear to achieve barrier
  3. 所属分类:SCM

    • 发布日期:2017-04-03
    • 文件大小:37511
    • 提供者:
  1. pwm_18b20

    0下载:
  2. 51单片机温控电扇源码,温感是18b20,电扇速度pwm控制-51 single-chip temperature-controlled fan source, temperature sense is 18b20, pwm fan speed control
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-03
    • 文件大小:1375
    • 提供者:傻硕
  1. zhinengxiaoche

    0下载:
  2. 本次设计的简易智能电动车,采用AT89S52单片机作为小车的检测和控制核心;采用金属感应器TL-Q5MC来检测路上感应到的铁片,从而把反馈到的信号送单片机,使单片机按照预定的工作模式控制小车在各区域按预定的速度行驶,并且单片机选择的工作模式不同也可控制小车顺着S形铁片行驶;采用霍尔元件A44E检测小车行驶速度;采用1602LCD实时显示小车行驶的时间,小车停止行驶后,轮流显示小车行驶时间、行驶距离、平均速度以及各速度区行驶的时间。-The simple design of smart elect
  3. 所属分类:SCM

    • 发布日期:2017-04-16
    • 文件大小:15908
    • 提供者:新奇
  1. PID-contro

    0下载:
  2. 网上找来的一个比较典型的PID处理程序,在使用单片机作为控制cpu时,请稍作简化,具体的PID 参数必须由具体对象通过实验确定。由于单片机的处理速度和ram资源的限制,一般不采用浮点数运算, 而将所有参数全部用整数,运算到最后再除以一个2的N次方数据(相当于移位),作类似定点数运算,可 大大提高运算速度,根据控制精度的不同要求,当精度要求很高时,注意保留移位引起的“余数”,做好余 数补偿。这个程序只是一般常用pid算法的基本架构,没有包含输入输出处理部分。-The Interne
  3. 所属分类:SCM

    • 发布日期:2017-04-10
    • 文件大小:1497
    • 提供者:guchl
  1. PIDmcu

    0下载:
  2. 这是一个比较典型的PID处理程序,在使用单片机作为控制cpu时,请稍作简化,具体的PID 参数必须由具体对象通过实验确定。由于单片机的处理速度和ram资源的限制,一般不采用浮点数运算, 而将所有参数全部用整数,运算到最后再除以一个2的N次方数据(相当于移位),作类似定点数运算,可 大大提高运算速度,根据控制精度的不同要求,当精度要求很高时,注意保留移位引起的“余数”,做好余 数补偿。这个程序只是一般常用pid算法的基本架构,没有包含输入输出处理部分-This is
  3. 所属分类:SCM

    • 发布日期:2017-04-04
    • 文件大小:21096
    • 提供者:liu
  1. 16F716[CH]

    0下载:
  2. 单片机内核特征: • 高性能RISC CPU • 只有35 条单字节指令 - 除了程序分支指令为双周期指令外,其它所有 指令均为单周期指令 • 工作速度:DC - 20 MHz 时钟输入 DC - 200 ns 指令周期 • 中断能力(多达7 个内部/ 外部中断源) • 8级深度硬件堆栈 • 直接、间接和相对寻址方式 特殊单片机特征: • 上电复位(POR) • 上电延
  3. 所属分类:SCM

    • 发布日期:2017-05-06
    • 文件大小:1291266
    • 提供者:fei
  1. AVR-CDC.2006-07-18

    0下载:
  2. AVR-CDC是一个能用单片机来模拟USB接口转换成232,因单片机的速度限制,只能够模拟USB1.1。-AVR-CDC is a microcontroller can be used to convert analog USB interface 232, the speed limit because the microcontroller can only simulate USB1.1.
  3. 所属分类:SCM

    • 发布日期:2017-03-29
    • 文件大小:118466
    • 提供者:曾俊鹏
  1. AVR-CDC

    0下载:
  2. AVR-CDC是一个能用单片机来模拟USB接口转换成232,因单片机的速度限制,只能够模拟USB1.1。-AVR-CDC is a microcontroller can be used to convert analog USB interface 232, the speed limit because the microcontroller can only simulate USB1.1.
  3. 所属分类:SCM

    • 发布日期:2017-03-29
    • 文件大小:110697
    • 提供者:曾俊鹏
  1. 201109665656

    0下载:
  2. 独立式键盘控制51单片机,改变流水灯的速度,采用4级变速模式。-Stand-alone control 51 single keyboard, change the speed of light water, using the four variable speed mode.
  3. 所属分类:SCM

    • 发布日期:2017-04-03
    • 文件大小:1149
    • 提供者:xuejun
  1. AD

    0下载:
  2. 51单片机的AD模数转换程序,程序的算法能够有比较快的转换速率,达到比较快的速度-51 single-chip analog to digital converter AD, the program' s algorithm can convert a relatively fast rate, to achieve faster speeds
  3. 所属分类:SCM

    • 发布日期:2017-04-03
    • 文件大小:131089
    • 提供者:jieshao
  1. zhinengxiaoche

    0下载:
  2. 基于51单片机的智能小车程序,有无线模块nrf24L01,超声波避障碍。程序优化过,小车的反应速度不错,欢迎下载!-Based on 51 single-chip smart car program, a wireless module nrf24L01, ultrasound to avoid obstacles. Optimized program, a good car speed of response, please download!
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-03
    • 文件大小:91333
    • 提供者:
  1. LED-MOVE-SOFT

    0下载:
  2. 12个字的Led点阵程序 51单片机 可以左右移动,速度可控制,用74HC595控制LED驱动-Led dot matrix 12 characters can move around the program the microcontroller 51, speed control, control LED driver with 74HC595
  3. 所属分类:SCM

    • 发布日期:2017-03-29
    • 文件大小:2956
    • 提供者:张平
  1. GPS_1602_51

    0下载:
  2. 用51单片机解析nmea-0138 GPS 协议并在1602液晶上显示经纬度、海拔高度、速度、时间日期、方向等一些数据-With 51 single resolution nmea-0138 GPS protocols, and in 1602 the liquid crystal display latitude and longitude, altitude, speed, time, date and direction of some of the data
  3. 所属分类:SCM

    • 发布日期:2017-03-29
    • 文件大小:36987
    • 提供者:liguole
« 1 2 ... 17 18 19 20 21 2223 24 25 26 27 ... 39 »
搜珍网 www.dssz.com