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

搜索资源列表

  1. EP1C3_12_3_VGA

    0下载:
  2. 基于FPGA的VGA彩条显示程序,共开发VGA的朋友参考。没有采用DA,因此只有8中颜色(输出直接连到VGA的RGB)。其中行、场同步部分用计数器完成。程序用VHDL编写。-FPGA-based VGA color display, with a total development of the reference VGA friends. Did not use DA, only 8 colors (directly connected to the VGA output of the RGB
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-05
    • 文件大小:36.4kb
    • 提供者:deadtomb
  1. jishi

    0下载:
  2. 本项目设计采用了6位数码管显示电路,在设计6位LED显示时,为了简化电路,降低成本,采用动态显示的方式,6个LED显示器共用一个8位的I/O,6位LED数码管的位选线分别由相应的P2.0--P2.5控制,而将其相应的段选线并联在一起,由一个8位的I/O口控制,即P0。译码显示电路将“时”,“分”,“秒”计数器的输出状态经显示译码器译码,通过6位LED七段显示器显示出来。达到定时电路时根据计时系统的输出状态产生的一个脉冲信号,然后去触发蜂鸣器发生器来实现闹铃。校时电路是用来对“时”,“分”,“秒”
  3. 所属分类:SCM

    • 发布日期:2017-03-25
    • 文件大小:20.85kb
    • 提供者:David
  1. keycounter

    0下载:
  2. 按键次数统计(在P1.0用短路线替代按键,利用定时中断延时防抖)-Key counter(with a short line in the P1.0 replacement keys, in use of time interrupt to prevent Shake Reduction)
  3. 所属分类:SCM

    • 发布日期:2017-03-31
    • 文件大小:1.66kb
    • 提供者:林檎
  1. 8155

    0下载:
  2. 8155是作为输入输出以及RAM扩充的IC.特性如下: 256字节的RAM。一组可编程6位IO口。两组可编程8位IO口。可编程14位二进制计时计数器。 多工地址和数据总线。内部地址锁存。8155采用40脚双列直插封装,单一+5v电源。-8155 as input and output, and RAM expansion of IC. Features: 256 bytes of RAM. A programmable six IO port. Two programmable 8-bit IO
  3. 所属分类:SCM

    • 发布日期:2017-04-07
    • 文件大小:168.97kb
    • 提供者:liuxiao
  1. VGA

    0下载:
  2. vhdl实现VGA接口显示四种图案:横彩条、竖彩条、棋盘格、白屏。文件包含四个模块:clk_div2——二分频(输入50Mhz输出25Mhz)、makecolor产生彩条信号、vgasyn产生行同步hs和列同步vs、行计数器hadddr、列计数器vaddr,vga_main主程序连接前三个模块。-vhdl implementation VGA interface displays four patterns: horizontal color bar, vertical color bars,
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-31
    • 文件大小:2.11kb
    • 提供者:zhanghuan
  1. yinyuehechengxu

    1下载:
  2. 当键盘有键按下时,判断键值,启动计数器T0,产生一定频率的脉冲,驱动蜂鸣器,放出乐曲。同时启动定时器T1,显示乐曲播放的时间,并驱动LCD,显示歌曲号及播放时间。 (1) 硬件电路中用P1.0~P1.7控制按键,其中P1.0~P1.3扫描行,P1.4~P1.7扫描列; (2) 用P2.0~P2.2作为LCD的RS、R/W、E的控制信号; (3)用P0.0~P0.7作为LCD的D0~D7的控制信号; (4) 用P3.7口控制蜂鸣器; (5) 电路为12MHz晶振频率工作,
  3. 所属分类:SCM

    • 发布日期:2014-04-21
    • 文件大小:2kb
    • 提供者:linqinghui
  1. dingshiqijijishuqi

    0下载:
  2. 1、熟悉8051的t0作为定时器的设置及使用方法 2、掌握t0作为计数器的软件使用方法 3、掌握单脉冲发生电路的硬件线路连接方式 -1, familiar the 8051 t0 as a timer set up and use, master t0 software to use as a counter, grasp the one-shot pulse generating circuit hardware line connection
  3. 所属分类:Other Embeded program

    • 发布日期:2017-11-25
    • 文件大小:42.1kb
    • 提供者:岳文君
  1. VGA

    0下载:
  2. 实现vga的实现odule VGA( clock, switch, disp_RGB, hsync, vsync ) input clock //系统输入时钟 50MHz input [1:0]switch output [2:0]disp_RGB //VGA数据输出 output hsync //VGA行同步信号 output vsync //VGA场同步信号 reg [9:0] hcount //VGA行扫描计数器 re
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-31
    • 文件大小:43.69kb
    • 提供者:李阳
  1. dsq-jsq

    0下载:
  2. 利用单片机的定时器/计数器以查询方式在单片机口线上产生连续周期性矩形波。 利用单片机的定时器/计数器以中断方式在单片机口线上产生连续周期性矩形波。-Use of single-chip timer/counter in query manner on the microcontroller mouth line to produce continuous periodic rectangular wave. Use of single-chip timer/counter interr
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-01
    • 文件大小:30.19kb
    • 提供者:佩佩
  1. lesso7c

    0下载:
  2. 基于RTC89C52做的一个脉冲计数器,用杜邦线一遍接时钟(scl),另外一端每接地一次数码管显示的数加1,-Based RTC89C52 do a number of pulse counter, then again with DuPont line clock (scl), the other end of the ground every time plus a digital display,
  3. 所属分类:SCM

    • 发布日期:2017-04-11
    • 文件大小:880byte
    • 提供者:邵宗凡
  1. laser-Counter

    0下载:
  2. 利用LD激光器计数,可用于生产流水线上产品数量的自动计数-Using a LD laser counting, and can be used for the production line of automatic counting the number of products
  3. 所属分类:SCM

    • 发布日期:2017-04-11
    • 文件大小:749byte
    • 提供者:梁化春
搜珍网 www.dssz.com