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

资源列表

« 1 2 ... .81 .82 .83 .84 .85 31586.87 .88 .89 .90 .91 ... 33645 »
  1. 1001夜学三菱PLC例程-压缩包003

    0下载:
  2. 该包包含10个PLC程序开发实例,我打算收集1001个常用的例子完整,便于初学者学习系统plc。这是第三个压缩包。(The package contains 10 examples of PLC program development, I intend to collect 1001 commonly used examples of integrity, easy for beginners to learn the system plc. Here are third compressio
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2017-12-24
    • 文件大小:154624
    • 提供者:montai88
  1. Alarm generator

    0下载:
  2. 用P1.0输出1KHz和500Hz的音频信号驱动扬声器,作报警信号,要求1KHz信号响100ms,500Hz信号响200ms,交替进行,P1.7接一开关进行控制,当开关合上响报警信号,当开关断开告警信号停止,编出程序。(Drive the speaker audio signal output of P1.0 1KHz and 500Hz, for the alarm signal, 1KHz signal ring 100ms, 500Hz signal ring 200ms, alterna
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2017-12-27
    • 文件大小:46080
    • 提供者:lastnight
  1. IO parallel port drives LED display directly

    0下载:
  2. 利用AT89S51单片机的P0端口的P0.0-P0.7连接到一个共阴数码管的a-h的笔段上,数码管的公共端接地。在数码管上循环显示0-9数字,时间间隔0.2秒。(AT89S51 microcontroller using the P0 port P0.0 - P0.7 connected to a total Yin digital tube a - H pen section, digital tube common terminal ground. In the digital tube d
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2017-12-23
    • 文件大小:51200
    • 提供者:lastnight
  1. 00-59 seconds timer

    0下载:
  2. 在AT89S51单片机的P0和P2端口分别接有两个共阴数码管,P0口驱动显示秒时间的十位,而P2口驱动显示秒时间的个位。(In the AT89S51 microcontroller P0 and P2 port, respectively, there are two common Yin digital tube, P0 port drive to display ten seconds of time, while the P2 port drive display seconds of
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2017-12-20
    • 文件大小:39936
    • 提供者:lastnight
  1. Reversible reversible 4 bit counter

    0下载:
  2. 利用AT89S51单片机的P1.0-P1.3接四个发光二极管L1-L4,用来指示当前计数的数据;用P1.4-P1.7作为预置数据的输入端,接四个拨动开关K1-K4,用P3.6/WR和P3.7/RD端口接两个轻触开关,用来作加计数和减计数开关。(The use of single-chip AT89S51 P1.0 P1.3 with four light emitting diode L1 L4, used to indicate the current count data; using P1
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2017-12-23
    • 文件大小:51200
    • 提供者:lastnight
  1. 00-99 counter

    0下载:
  2. 利用AT89S51单片机来制作一个手动计数器,在AT89S51单片机的P3.7管脚接一个轻触开关,作为手动计数的按钮,用单片机的P2.0-P2.7接一个共阴数码管,作为00-99计数的个位数显示,用单片机的P0.0-P0.7接一个共阴数码管,作为00-99计数的十位数显示(To create a manual counter using AT89S51 microcontroller, in AT89S51 MCU P3.7 pin as a touch switch, manual count
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2017-12-26
    • 文件大小:47104
    • 提供者:lastnight
  1. FULL_BRIDGE

    0下载:
  2. 用于DSP28335的全桥驱动程序,随意GPIO口,不仅限于EPWM1A和1B产生死区,从原理技术层面上实现死区时间,频率可调。(it is a program for inverter with DSP28335. It has dead band which setted accroding to the basic count number.)
  3. 所属分类:DSP编程

    • 发布日期:2017-12-25
    • 文件大小:290816
    • 提供者:sher1993
  1. smart.doc

    0下载:
  2. 设计一个MCS-51单片机控制的程控增益放大器的接口电路。输入信号小于10mv,要求当输入信号小于1mv时,增益为1000,而输入信号每增加1mv时,其增益自动减少一倍,直到100mv为止。(Design a MCS - 51 single chip microcomputer control the interface circuit of programmable gain amplifier.Input signal is less than 10 mv, asked when the i
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2017-12-21
    • 文件大小:527360
    • 提供者:鲤鱼精
  1. LDPC_TMH_11_译码_初始化-多次迭代

    2下载:
  2. 该代码是实现LDPC编译码的C语言实现,编码采用的IRA LDPC编码算法,而译码采用的是对数域上的BP算法(LLR BP 算法),该代码先是实现了LDPC代码的编码过程,然后在通过LLR BP算法一步一步实现译码过程。译码主要过程有:初始化过程,校验节点更新过程,比特节点更新过程,最后进行译码判决,如果满足译码要求或者达到迭代最大次数则退出,否则返回到校验节点更新继续往下循环执行。(This code is to achieve the LDPC code by the C language,
  3. 所属分类:硬件设计

    • 发布日期:2017-12-22
    • 文件大小:805888
    • 提供者:tmh
  1. 单摆自测仪

    0下载:
  2. 单摆自测仪功能描述: (1)自己用按键设定时间 (2)自己用按键设定摆长 (3)红外感应自动计数 (4)数码管实时显示计数个数 (5)计数时蜂鸣器提示 (6)自动计算半周期个数 (7)自动计算周期 (8)自动计算重力加速度 (9)用液晶显示周期、半周期个数和重力加速度(Function descr iption of the project: (1) Using the button set the time by yourself (2) set the length with the but
  3. 所属分类:单片机开发

    • 发布日期:2017-12-18
    • 文件大小:3072
    • 提供者:tmh
  1. 智能抗遗忘语音提示器

    0下载:
  2. 1 、可以避免出门忘带钥匙; 2、帮助记忆力不好的人提供方便; 3、父母提醒孩子的工具; 4、可移植性号;(First, through the voice prompt, can effectively avoid going out to forget the key, the door forgot to pull the key situation. You don't have to waste time with their families from far away and ra
  3. 所属分类:单片机开发

    • 发布日期:2017-12-25
    • 文件大小:35840
    • 提供者:tmh
  1. ENC28J60_调通

    1下载:
  2. enc28j60关于stm32的列子,有tcp和udp服务器,已经调试通过(ENC28J60 STM32 on the TCP Liezi, and UDP server, has been through debugging)
  3. 所属分类:单片机开发

    • 发布日期:2017-12-25
    • 文件大小:2374656
    • 提供者:my小豆
« 1 2 ... .81 .82 .83 .84 .85 31586.87 .88 .89 .90 .91 ... 33645 »
搜珍网 www.dssz.com