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

搜索资源列表

  1. 孙媳妇

    0下载:
  2. 首先,分别对8255、8253进行初始化,设置8255为A口、C口输出,设置8253的计数器0为工作模式3;其次,设置IRQ7的中断矢量,使得有IRQ7中断时调用SERVER;再次,调用INIT对计数值初始化;最后,主程序循环等待中断,开始秒表的计时。 2、 INIT子程序-First, the 8255,8253 initialization, set for the 8255 A-C mouth output, set 8253 as the Counter mode 0 3; Second
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:3.61kb
    • 提供者:孙媳妇
  1. 221东南大学

    1下载:
  2. 首先,分别对8255、8253进行初始化,设置8255为A口、C口输出,设置8253的计数器0为工作模式3;其次,设置IRQ7的中断矢量,使得有IRQ7中断时调用SERVER;再次,调用INIT对计数值初始化;最后,主程序循环等待中断,开始秒表的计时。 2、 INIT子程序-First, the 8255,8253 initialization, set for the 8255 A-C mouth output, set 8253 as the Counter mode 0 3; Second
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:15.01kb
    • 提供者:孙媳妇
  1. gaojingdushuzimiaobiao

    0下载:
  2. 高精度数字秒表,在pc机上用汇编语言模拟普通数字秒表,实现计时,暂停,继续,存储等功能。-high-precision digital stopwatch, the PCs used assembly language simulation ordinary digital stopwatch, time to achieve, suspended, continued, storage.
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:2.12kb
    • 提供者:刘涛
  1. 16F877

    0下载:
  2. 采用一个16F877实现计时秒表功能,用汇编语言编写-16F877 using a stopwatch function of time to achieve, in assembler language
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:44.89kb
    • 提供者:里造
  1. Contr0l

    0下载:
  2. 在试用期阶段做了个秒表计时器,功能跟比赛用的秒表计时器一样。-stage of the trial period - a stopwatch timer function with the competition like stopwatch timer.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:397.02kb
    • 提供者:陈桐
  1. 16f877

    0下载:
  2. 一个16F877实现计时秒表功能-16F877 achieve a stopwatch function of time
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:44.68kb
    • 提供者:teamleaf
  1. time0-99s

    0下载:
  2. ST套件上0-99秒计时,比较准的!(由网友wonderfulsf提供) ST套件上0-99秒计时,比较准的! 这是我学习PIC完成的第一个程序烧在了ST套件上不错,0-99秒计时 如果用MPLAB模拟,用stopwach计时非常准 ST套件上0-99秒表程序,根据原0-99键控程序上改写的,初学练习
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:1.96kb
    • 提供者:philip
  1. AT89C52_CLOCK

    0下载:
  2. 程序能用于24小时计时,能作为秒表使用,能定时闹铃1分钟(也可关). 使用方法:开机后在00:00:00起开始计时,(1)长按P1.0进入调分状态:分单元闪烁 按P1.0加1,按P1.1减1.再长按P1.0进入时调整状态,时单元闪烁,加减调整同调分.
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:6.58kb
    • 提供者:思考
  1. ctixian20040130

    0下载:
  2. 介绍一下这个程序的功能: 1,提醒功能。有约会提醒,记念日提醒,每日定时提醒,每周定提醒。 2,定时器。设定小时数,倒数时间,到0时弹出窗口提醒。  3,秒表。 4,日期计算。计算两个日期之间的天数,计算多少天后是几号。 5,倒计时。记录一个重要的日期,倒数天数。 6,当前日期。显示当前日期,计算这周是从某天开始的第几周。 (非原创)-Explain the function of this procedure: 1, to remind function. Have an appointmen
  3. 所属分类:SCSI-ASPI

    • 发布日期:2017-11-19
    • 文件大小:73.77kb
    • 提供者:
  1. complex-digital-clock

    0下载:
  2. 一个多功能数字钟汇编程序,具有基本时钟功能,年月日,秒表,24小时的倒计时,闹钟五个功能。-A multi-functional digital clock assembler with the basic clock function, date, stopwatch, 24-hour countdown, the five functional alarm clock.
  3. 所属分类:assembly language

    • 发布日期:2017-04-01
    • 文件大小:1.99kb
    • 提供者:wei
  1. 111

    0下载:
  2. 设计一个简单的电子秒表(按一下钮启动,再按一个停止,再按一下清零,周而复始。)最小计时单位0.01S,即可显示XX.XX(秒、百分之一秒)。设计要求如下: (1)由键盘和8255作为输入部分 (2)用七段数码管或液晶显示屏来显示时间 (3)由8253和8259构成计时信号,通过中断完成启动计时、停止计时和动态刷新显示。 -Realize the use of assembly language simulation program to master the electronic
  3. 所属分类:assembly language

    • 发布日期:2017-04-09
    • 文件大小:17.63kb
    • 提供者:run
  1. 12345

    0下载:
  2. 秒表完整程序,具有计时,暂停,清零功能能。-Stopwatch complete program, with the timing, pause function can be cleared.
  3. 所属分类:assembly language

    • 发布日期:2017-04-05
    • 文件大小:881byte
    • 提供者:stifler
  1. LCD

    0下载:
  2. 在单片机的P1端口上接有LCD模块,用来显示计时时间。P3.3、P3.4端口分别接有按钮开关K1、K2,做秒表的计时控制按钮。-P1 port in the microcontroller connected with LCD module, used to display time of time. P3.3, P3.4 port were connected with the button switch K1, K2, do stopwatch timing control buttons.
  3. 所属分类:assembly language

    • 发布日期:2017-04-01
    • 文件大小:22.73kb
    • 提供者:汪休
  1. miaobaioyuandaima

    0下载:
  2. 秒表源代码。计时精确到0.01秒,计时led输出。方便实用-Stopwatch source code. Timing accurate to 0.01 seconds, timing led output. Convenient and practical
  3. 所属分类:assembly language

    • 发布日期:2017-04-15
    • 文件大小:7.73kb
    • 提供者:朱印海
  1. asm_assembly_design_features_achieve_classic_stopw

    0下载:
  2. asm汇编设计实现计时秒表功能的经典程序源码asm assembly design features to achieve a classic stopwatch program source code-asm assembly design features to achieve a classic stopwatch program source code
  3. 所属分类:assembly language

    • 发布日期:2017-03-28
    • 文件大小:3.4kb
    • 提供者:su
  1. qddown_hb61055888355

    0下载:
  2. 汇编语言一个16F877实现计时秒表功能程序源代码-Assembly language implementation of a 16F877 source code stopwatch function
  3. 所属分类:assembly language

    • 发布日期:2017-04-06
    • 文件大小:3.63kb
    • 提供者:zxjl
  1. aci-counter

    0下载:
  2. 单片机计时秒表程序设计(时钟显示范围00.00~99.99秒,分辨度为0.01秒)-Microcontroller stopwatch program design (clock display range of 00.00 to 99.99 seconds, the resolution of 0.01 seconds)
  3. 所属分类:assembly language

    • 发布日期:2017-03-27
    • 文件大小:13.46kb
    • 提供者:touotou
  1. Stopwatch

    0下载:
  2. 秒钟计时功能,适合delphi初学者交流与学习。(Second timer function, suitable for beginners Delphi exchange and learning.)
  3. 所属分类:Delphi控件源码

    • 发布日期:2017-12-28
    • 文件大小:166kb
    • 提供者:挑逗的心
  1. AB3

    0下载:
  2. 只通过移位寄存器来实现AB两个按钮对秒表的单次计时功能和总计时功能两种功能(Only through the shift register to achieve AB two buttons, stopwatch single time function and total timing function of two functions)
  3. 所属分类:LabView编程

    • 发布日期:2017-12-26
    • 文件大小:34kb
    • 提供者:linxiyouxing
  1. 计时器

    1下载:
  2. 简单计时器,用来计时,实现秒表的功能,简单计时器,用来计时,实现秒表的功能。
  3. 所属分类:LabView编程

    • 发布日期:2020-04-01
    • 文件大小:5.69kb
    • 提供者:yeshucai2018425
« 12 3 »
搜珍网 www.dssz.com