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

搜索资源列表

  1. acs

    0下载:
  2. 本书的页码从自然数1 开始顺序编码直到自然数n。书的页码按照通常的习惯编排, 每个页码都不含多余的前导数字0。例如,第6 页用数字6 表示,而不是06 或006 等。数 字计数问题要求对给定书的总页码n,计算出书的全部页码中分别用到多少次数字0,1, 2,…,9-Page of this book started from the natural number 1 until the natural number sequence encoding n. Book page layout in
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:2238
    • 提供者:cc
  1. Counter

    0下载:
  2. 通过电脑声卡实现计数功能,通过光电隔离器直接接到电脑音频输入端口,其他功能由电脑实现-Implementation through the computer sound card counting function, through the photoelectric isolator directly from computer audio input port, the other functions by computer implementation
  3. 所属分类:Other systems

    • 发布日期:2017-04-26
    • 文件大小:24607
    • 提供者:daijiaxing
  1. LLY3-56

    0下载:
  2. 用Shell扩展实现源代码统计程序为了在Windows的任何视窗中扩展文件或文件夹的默认菜单,我们必须使Windows在显示快捷菜单加载我们的程序段,一般我们利用COM组件来达到这个目的。COM组件分为三种:进程内服务程序,本地服务程序,以及远程服务程序。要想让explorer加载并执行我们的代码,当然得使用进程内服务程序,它的表现形式是DLL, DLL在加载后被映射到可执行程序的虚拟地址空间,我们向explorer提供一些接口,explorer将在显示快捷菜单时调用它们时,我们可以在那些接口中
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-12
    • 文件大小:809
    • 提供者:liyuansong
  1. clock

    0下载:
  2. 已完成功能 1.完成秒/分/时的依次显示并正确计数; 2.秒/分/时各段个位满10正确进位,秒/分能做到满60向前进位; 3.定时闹钟:实现整点报时,又扬声器发出报时声音; 4.时间设置,也就是手动调时功能:当认为时钟不准确时,可以分别对分/时钟进行调整; -Has completed the function 1. Completed second/min/when followed by display and count right 2. Second/min/h o
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-05
    • 文件大小:95483
    • 提供者:张宝琳
  1. counter

    2下载:
  2. 详细描述n比特计数器及RTL验证,计数器的位宽用generic语句设置为参数。MY_CNTR是一个n比特二进制的计数器,可以向上向下计数,并可设置计数值,计数器用异步的方式进行低电平复-A detailed descr iption of n-bit counter and RTL verification, the bit counter is set to use generic parameters statement. MY_CNTR is an n-bit binary counter
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-27
    • 文件大小:10311
    • 提供者:chixiaobin
  1. cal

    0下载:
  2. 自己做的,VC大数计算器,采用移位的方法..超出微软本身自带的计算器的计数范围...用到大数计算的人可以参考一下-Of their own to do, VC calculator large numbers, using the method of displacement .. beyond Microsoft' s own built-in calculator ... the count range of the calculation of large numbers of pe
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-16
    • 文件大小:25064
    • 提供者:瞬儿
  1. include

    0下载:
  2. 该单片机能实现00-99的计数功能,有助于初学者掌握。-The single chip to achieve a 00-99 count features to help beginners to master.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-14
    • 文件大小:2586
    • 提供者:王志明
  1. clock

    0下载:
  2. 60进制计数器,采用十分简便的方法,能够很快速的完成计数功能。-60 M-ary counter, using a very simple way to very quickly complete the count function.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-26
    • 文件大小:429755
    • 提供者:黎明
  1. Counter(0-99)

    0下载:
  2. 用8051作按键计数并LED显示,及数据分离-8051 for the button with LED display and count, and data separation
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-11
    • 文件大小:623
    • 提供者:天健
  1. Digitalelectricclock

    0下载:
  2. 数字电子钟是一种精确的计时工具,它精确显示秒、分、时,是一种比传统机械表更灵活方便的钟表。还可附加闹铃,报时等功能。因而在日常生活的各种领域应用广泛。数字电子钟由秒信号发生器、“时、分、秒”计数器,译码器及显示器,校时电路组成。秒信号发生器是整个系统的时基信号,作为秒脉冲送入计数器,计数结果通过“时、分、秒”译码器显示时间 -Digital electric clock is an exact timing tool, it is precisely that, when, is a more
  3. 所属分类:Other systems

    • 发布日期:2017-04-16
    • 文件大小:88293
    • 提供者:zhangzhuo
  1. dui

    0下载:
  2. 用基于变治法的堆排序算法对任意一组给定的数据进行排序 设计与实现堆排序算法; 2)待排序的数据可以手工输入(通常规模比较小,10个数据左右),用以检测程序的正确性;也可以计算机随机生成(通常规模比较大,1500-3000个数据左右),用以检验(用计数法)堆排序算法的时间效率。-Variable-based treatment of the heap sorting algorithm to a set of arbitrary data set to sort the design an
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-12
    • 文件大小:873
    • 提供者:lee
  1. smartcar

    0下载:
  2. 小车黑线检测,计数,计时,计里程,往返,变速-Car black line detection, counting, time, total mileage, round-trip, speed
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-14
    • 文件大小:3141
    • 提供者:zhangguangquan
  1. 1

    0下载:
  2. 问题描述: 一本书的页码从自然数1 开始顺序编码直到自然数n。书的页码按照通常的习惯编排,每个页码都不含多余的前导数字0。例如,第6 页用数字6 表示,而不是06 或006 等。数字计数问题要求对给定书的总页码n,计算出书的全部页码中分别用到多少次数字0,1,2,…,9。 编程任务: 给定表示书的总页码的10 进制整数n (-Descr iption of the problem: the page of a book from the natural number 1 unt
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-12
    • 文件大小:520
    • 提供者:yuecuiping
  1. sheji2

    0下载:
  2. 一个秒表的硬件设计,学习数字电路中基本RS触发器、单稳态触发器、时钟发生器及计数、译码显示等单元电路的综合应用。-The hardware design of a stopwatch, learn basic digital circuit in the RS flip-flops, monostable multivibrator, the clock generator and counting, decoding display unit integrated circuit applic
  3. 所属分类:Other systems

    • 发布日期:2017-04-16
    • 文件大小:130758
    • 提供者:周妮
  1. CNT

    0下载:
  2. 控制卡高速计数模块程序。要是用VB做工控的可以参考。有接口程序-High-speed counting module control card procedures. If using VB to do can make reference to the IPC. There are interface program
  3. 所属分类:Driver Develop

    • 发布日期:2017-04-24
    • 文件大小:13287
    • 提供者:栾浩杰
  1. 10

    0下载:
  2. 十进制计数的数码管滚动显示(VHDL源程序).-Decimal counting tube rolling display of the digital (VHDL source code).
  3. 所属分类:Other systems

    • 发布日期:2017-04-11
    • 文件大小:704
    • 提供者:lk
  1. liushi

    0下载:
  2. 模60、5计数器 实现计数功能,以00-59或00-04循环-60.5 Counter modulus function to achieve count to 00-59 or 00-04 cycle
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-09
    • 文件大小:3602
    • 提供者:廉子
  1. 1602

    0下载:
  2. 基于单片机的stc89c52rc的实验 1602液晶显示与计数器倒计时计数-Based on the experimental SCM stc89c52rc liquid crystal display with 1602 count countdown counter
  3. 所属分类:CSharp

    • 发布日期:2017-04-03
    • 文件大小:13026
    • 提供者:faith
  1. anjian

    0下载:
  2. 这个程序能对按键计数,并将结果显示到单片机的显示屏上!-This procedure can count on the button, and the results show that the SCM screen!
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:12911
    • 提供者:陈楚鑫
  1. 20090330003

    0下载:
  2. 针对人工方法计数悬浮细胞的缺陷,利用计算 机对放大倍数为100的这类常见细胞图像进行处 理,实现细胞的自动识别与计数.-counting ceHs manually,live cells are recognized and counted automatically by image-analyzing technique.Two methods are used to segment two different kinds of cell images respectively.
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-14
    • 文件大小:3457450
    • 提供者:da
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 32 »
搜珍网 www.dssz.com