CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - 计数器

搜索资源列表

  1. FourBitsCounter

    0下载:
  2. 四进制计数器模块,使用VHDL语言编写,在ISE8.1中经过测试的模型-quaternary counter module, the use of VHDL language, in which ISE8.1 tested model
  3. 所属分类:VHDL编程

    • 发布日期:2008-10-13
    • 文件大小:439993
    • 提供者:萧飒
  1. time123456

    0下载:
  2. 智能计数器,对外部信号脉冲进行计数,并将脉冲个数显示出来。 基本要求:计数至少65536个脉冲,并将脉冲个数显示出来。 -intelligent counter, the external signal pulse counting, pulse number will be displayed. Basic requirements : at least 65,536 Count pulse, and pulse number displayed.
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:21548
    • 提供者:cb
  1. shuji

    0下载:
  2. 计数器用一个开关K控制,当K=1时,可逆加法计数器进行计数,K=0时可逆减法计数器进行计数,即可构成一个具有清零和预置功能的可逆加减法计数器-counter with a control switch K, K = 1, the reversible addition counter for counting, K = 0 reversible subtraction counter for counting, with constitutes a reset and preset functi
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:3275
    • 提供者:lili
  1. check_sum

    0下载:
  2. 计算校验和 校验和算法描述:为保证网络上传输的数据的可靠性,在许多协议中都设置了校验和项,例如:IPv4、ICMPv4、IGMPV4、ICMPv6、UDP和TCP 等等。计算这些校验和的算法称为网际校验和算法,简单来说就是:把被校验的数据16位进行累加,然后取反码,若数据字节长度为奇数,则数据尾部补一个字节的0以凑成偶数。 由于从输入文件读入的数据不能直接满足计算校验和的条件,所以首先对从文件读入缓冲区的数据进行预处理,即读入缓冲区时忽略空格。由于累加是按16位进行的,所以每次从缓冲
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:88943
    • 提供者:阿蒙
  1. 200652519182195904

    0下载:
  2. 介绍了vhdl语言的知识,包括元件,加法器,计数器等的编程-introduced VHDL language knowledge, including components, Adder, counters and other programming
  3. 所属分类:DSP编程

    • 发布日期:2008-10-13
    • 文件大小:6555
    • 提供者:hcf2005
  1. yaokongasm

    0下载:
  2. Dragonchip:一个演示如可使用Timer 0, 1, 2作为计数器的例子,This program counts pulses generated by Counter A using Timer 0, 1, 2,at the same time and toggle PA2, PA1 and PA3 respectively. Pulses from PA1 then feed into PB6(T2EX) to trigger Timer 2 interrupt to toggl
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:42557
    • 提供者:Dolphin
  1. Proteus_LED

    1下载:
  2. 在软件proteus下仿真MCU-51单片机6位LED计数器的演示例子和完整源代码(keil工程)-in software simulation under MCU-51 6 LED counter demonstration examples and complete source code (c51 engineering)
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:43570
    • 提供者:zidena
  1. z2005122812256

    0下载:
  2. 8253的初始化程序举例: 例1:选择2号计数器,工作在3方式,计数初值为533H(2个字节),采用二进制计数。其初始化程序段为 MOV DX,307H ;命令口 MOV AL,10110110B ;2号计数器的初始化命 令字 OUT DX,AL ;写入命令寄存器 MOV DX,306H ;2号计数器数据口 MOV AX,533H ;计数初值 OUT DX,AL ;选送低字节到2号计数器 MOV AL,AH ;取高字节送AL OUT DX,AL
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:92900
    • 提供者:周军梦
  1. countqi

    0下载:
  2. 计数器 同步异步预置数清零 verilog hdl 编写-Asynchrony preset counter reset the Verilog HDL few prepared
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2008-10-13
    • 文件大小:272065
    • 提供者:周颖
  1. 10khzzd1

    0下载:
  2. 一个用C语言开发的计数器1昌盛10KHZ的定时器滴答中断,希望对大家有用!-a C-language development of a prosperous 10kHz counter the timer tick interrupt, useful for all!
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2008-10-13
    • 文件大小:1804
    • 提供者:姚国才
  1. lru_new

    0下载:
  2. 采用LRU替换算法。这种算法选择最久没有被访问的块作为被替换的块。 为了实现LRU算法,要在块表中为每一块设置一个计数器(cnt0,cnt1,cnt2,cnt3,)。计数器的长度为2位。-using LRU replacement algorithm. This algorithm to choose the most long visit is not being replaced as a block by block. To achieve LRU algorithm, in bloc
  3. 所属分类:VHDL编程

    • 发布日期:2008-10-13
    • 文件大小:1546
    • 提供者:wangjiao
  1. 2460100Time

    0下载:
  2. 24,60,100进制的计数器,还有数字时钟,欢迎下载哦~-24,60,100 229 of the counter, digital clock also welcome to download oh ~
  3. 所属分类:VHDL编程

    • 发布日期:2008-10-13
    • 文件大小:2118
    • 提供者:张春
  1. intT0

    0下载:
  2. 计数器0的实验程序 intT0 取时钟电路产生计数脉冲,程序使用计数器控制,使发光二极管按照D8-D1,每隔1S灭一个的顺序循环-the experimental procedure intT0 clock circuit for counting pulses, Counter control procedures used, in accordance with LED D8-D1, every 1S order to eliminate a cycle
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2008-10-13
    • 文件大小:11007
    • 提供者:liping
  1. sf10042

    0下载:
  2. c计数器的简单实现,使用VC++开发环境,没有密码,解压后直接可用-c counter the simple realization, the use of VC development environment, no password, unpacked directly available
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:5840
    • 提供者:xietian
  1. Regcounter

    0下载:
  2. 这是一个通过注册表枚举当前系统的性能计数器的程序源码。-This is a current through the registry Enumerate the performance of the system counter the program source code.
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:46573
    • 提供者:程开
  1. ctfysj

    0下载:
  2. 3-8译码器,BCD码转换10进制,计数器-3-8 decoder, 10 BCD switch 229, counter, etc.
  3. 所属分类:VHDL编程

    • 发布日期:2008-10-13
    • 文件大小:8860
    • 提供者:Gem
  1. 99jsq

    0下载:
  2. 这是一个数码管0-99计数器,请大家指点-This is a digital tube 0-99 counter, please instruct
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:1033
    • 提供者:
  1. counter60

    0下载:
  2. 这是我们做的一个作业 摸60计数器,用Quartus ii 做的 ,内容齐全 不可不看。-This is the one we do feel 60 counter operation with Quartus ii do. complete contents can not see.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:138992
    • 提供者:qqq
  1. 80c51_asm_program

    0下载:
  2. 共搜集了13个有关51单片机的一些基本程序,代码有汇编写成,内容包括计数器、温度检测等等。-collected a total of 13 of the 51 SCM some of the basic procedures, a compilation of code written, including counter, temperature measurement, and so on.
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:228556
    • 提供者:亦乐
  1. shukongfenpinqi

    0下载:
  2. 数控分频器设计:对于一个加法计数器,装载不同的计数初始值时,会有不同频率的溢出输出信号。计数器溢出时,输出‘1’电平,同时溢出时的‘1’电平反馈给计数器的输入端作为装载信号;否则输出‘0’电平。 -NC divider design : an adder counter, loading the initial count value, have different frequency output signal of the overflow. Counter overflow, the
  3. 所属分类:VHDL编程

    • 发布日期:2008-10-13
    • 文件大小:797
    • 提供者:空气
« 1 2 ... 10 11 12 13 14 1516 17 18 19 20 ... 50 »
搜珍网 www.dssz.com