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

搜索资源列表

  1. xnhjp

    0下载:
  2. 单片机仿真的小系统,为了方便大家学习和研究,大家共同进步-Microcontroller, professional protus simulation circuit diagram, convenient for everybody to learn
  3. 所属分类:SCM

    • 发布日期:2017-05-03
    • 文件大小:642875
    • 提供者:刘龙
  1. 74HC595

    0下载:
  2. 单片机仿真内含Isis图纸iarforavr-SCM simulation contains Isis drawing iarforavr
  3. 所属分类:SCM

    • 发布日期:2017-04-30
    • 文件大小:345606
    • 提供者:duan
  1. 89C51PWM

    0下载:
  2. 单片机仿真内含Isis图纸iarforavr-SCM simulation contains Isis drawing iarforavr
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-30
    • 文件大小:38295
    • 提供者:duan
  1. ds18b20

    0下载:
  2. 单片机仿真内含Isis图纸iarforavr-SCM simulation contains Isis drawing iarforavr
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-29
    • 文件大小:61654
    • 提供者:duan
  1. ULN2803

    0下载:
  2. 单片机仿真内含Isis图纸iarforavr-SCM simulation contains Isis drawing iarforavr
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-29
    • 文件大小:16632
    • 提供者:duan
  1. I2C

    0下载:
  2. 单片机仿真内含Isis图纸iarforavr-SCM simulation contains Isis drawing iarforavr
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-30
    • 文件大小:73198
    • 提供者:duan
  1. 51-simulation-cases

    0下载:
  2. 该文件为单片机仿真实例,包括基础部分48个和硬件应用28个。-The paper is a single chip simulation examples, including the basis of the 48 and 28 hardware applications.
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-05-14
    • 文件大小:3463679
    • 提供者:gl
  1. Proteus-Simulation-SCM

    0下载:
  2. 这是单片机仿真电路(372个),涉及单片机的所有章节。-This is a single chip computer simulation circuit (372), involving all sections of the microcontroller.
  3. 所属分类:SCM

    • 发布日期:2017-05-17
    • 文件大小:4202523
    • 提供者:liushengyang
  1. robot

    0下载:
  2. 机器人单片机仿真程序以及代码,protues keil-Robot single-chip microcomputer simulation program and code
  3. 所属分类:SCM

    • 发布日期:2017-04-25
    • 文件大小:52003
    • 提供者:wang
  1. AT89c52 jaiotd

    0下载:
  2. AT89c52的十字路口交通灯,有源码和仿真图AT89c52 intersection traffic lights, there are source code and simulation
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2016-06-30
    • 文件大小:199206
    • 提供者:zhchwl
  1. shumaguanxianshi

    0下载:
  2. 数码管显示功能,利用单片机仿真实现,在本科学习阶段能够有效的利用-Digital tube display, using single-chip microcomputer simulation implementation, can effective use in undergraduate study phase
  3. 所属分类:SCM

    • 发布日期:2017-05-04
    • 文件大小:61860
    • 提供者:dengpengguo
  1. 8051-Proteus

    0下载:
  2. C51单片机仿真例程,内面含有大量实例源程序,方便参考和学习,希望对你有帮助。-C51 single-chip emulation routines, the inner surface contains a lot of source code examples for easy reference and learning, we hope to help you.
  3. 所属分类:SCM

    • 发布日期:2017-06-02
    • 文件大小:14315320
    • 提供者:黎赛明
  1. lesson5

    0下载:
  2. proteus单片机仿真 数码管 #include <reg51.h> unsigned char code Tab[] {0xC0,0xF9,0xA4,0xB0,0x99,0x92,0x82,0xF8,0x80,0x90} void Delay() { unsigned char i,j for(i 0 i<255 i++) for(j 0 j<255 j++) } void main() { uns
  3. 所属分类:OS Develop

    • 发布日期:2017-05-05
    • 文件大小:38958
    • 提供者:吴空其
  1. lesson6

    0下载:
  2. proteus单片机仿真-数码管(动态) #include<reg51.H> unsigned char code Tab[] {0xc0,0xf9,0xa4,0xb0,0x99,0x92,0x82,0xf8,0x80,0x90} unsigned char Dat[] {0,0,0,0} unsigned char tmp,i,j unsigned char s 0 void delay(int n) { int i for(i 0
  3. 所属分类:OS Develop

    • 发布日期:2017-05-04
    • 文件大小:88584
    • 提供者:吴空其
  1. lesson7

    0下载:
  2. proteus单片机仿真-有源蜂铃器 #include<reg51.h> sbit Buzzer P0^0 void main(void) { int i,n n 60 while(1) { Buzzer 1 for(i 1 i<n i++) Buzzer 0 for(i 1 i<n i++) } }-Proteus single-chip microcomputer simu
  3. 所属分类:OS Develop

    • 发布日期:2017-05-04
    • 文件大小:42693
    • 提供者:吴空其
  1. lesson8

    0下载:
  2. proteus单片机仿真 继电器 #include<reg51.h> sbit S1 P3^2 sbit S2 P3^3 sbit Relay P0^0 void main() { while(1) { if(S1 0) Relay 1 if(S2 0) Relay 0 } }-Proteus single-chip microcomputer simulation- relay # include <
  3. 所属分类:OS Develop

    • 发布日期:2017-05-05
    • 文件大小:45109
    • 提供者:吴空其
  1. lesson9

    0下载:
  2. proteus单片机仿真 数码管、风铃器、继电器综合系统 #include<reg51.h> unsigned char code Tab[] {0xc0,0xf9,0xa4,0xb0,0x99,0x92,0x82,0xf8,0x80,0x90} unsigned char Dat[] {0,0,0,0} sbit JDQ P1^0 sbit Buzzer P3^0 void sound() -Proteus single-chip
  3. 所属分类:OS Develop

    • 发布日期:2017-05-05
    • 文件大小:48610
    • 提供者:吴空其
  1. 单片机C语言程序设计实训100例

    1下载:
  2. 单片机C语言程序设计实训100例——基于8051+Proteus仿真
  3. 所属分类:单片机(51,AVR,MSP430等)

  1. Single-chip-example

    0下载:
  2. 19个单片机仿真实例,包括仿真结果以及程序代码,适合各种课程设计。-19 single-chip simulation examples, including simulation results and program code, suitable for a variety of curriculum design.
  3. 所属分类:HardWare Design

    • 发布日期:2017-12-14
    • 文件大小:21722300
    • 提供者:123
  1. ds1820

    0下载:
  2. 基于proteus的单片机仿真实例六十七、单总线温度传感器DSB读写实例标签: proteus温度传感器单片机单总线实例 :、IC总线器件与单片机-Based on the Proteus microcontroller simulation example sixty-seven, single bus temperature sensor DSB read and write examples of tags: Proteus temperature sensor single chip b
  3. 所属分类:SCM

    • 发布日期:2017-12-12
    • 文件大小:2914
    • 提供者:zwh
« 1 2 ... 37 38 39 40 41 4243 44 45 46 47 ... 50 »
搜珍网 www.dssz.com