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

搜索资源列表

  1. 秒表设计

    0下载:
  2. 用verilog hdl实现的秒表程序。可以精确计时到1分,可简单修改程序后实现更长时间的计时。
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2009-05-06
    • 文件大小:541479
    • 提供者:maylag
  1. TSCWin.rar

    0下载:
  2. 使用读取 处理器 Timer Stamp Counter 的精确计时器,Read processor use Timer Stamp Counter precision timer
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-02
    • 文件大小:19187
    • 提供者:Steven Qi
  1. CalTime

    0下载:
  2. 精确计时,解决Delphi自身Timer控件计时不准确的问题-Precision timing
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-03
    • 文件大小:168334
    • 提供者:张三
  1. ctimer

    0下载:
  2. 基于Windows MFC的高精度计时代码,方便需要精确计时的朋友。 CTimer-Using QueryPerformanceFrequency and QueryPerformanceCounter to perform high timing precision on windows platform.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-04
    • 文件大小:2338
    • 提供者:highrisk
  1. timer

    0下载:
  2. vc++精确计时的程序代码示例,算出两次点击之间的精确时间差,程序稍加修改就能用到其它地方。 -vc++ code sample accurate timing of the procedure, calculate the precise time between two clicks difference, the program can be used in other places slightly modified.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-07
    • 文件大小:10552
    • 提供者:
  1. timer

    0下载:
  2. 一个完整的计时器 ,汇编语言 计时精确到毫秒 ,计时长短也可以在程序里自行修改 -A complete timer assembly language to the millisecond timing precision, timing the length of program can also make its own decisions
  3. 所属分类:assembly language

    • 发布日期:2017-04-08
    • 文件大小:2155
    • 提供者:knkn
  1. Timerfunction

    0下载:
  2. 非常精确的计时程序! 利用WINDOWS提供的API精确计时,精度为毫秒.-Very precise timing procedures! Use the API provided WINDOWS precision timing, accuracy of milliseconds.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-08
    • 文件大小:6313
    • 提供者:勋清
  1. sym

    0下载:
  2. 基于单片机的数字时钟,实现精确计时,并且可对时间各位数进行手工调整(即每按一次按钮,相应位数的数字增加1。)-Based on single-chip digital clock, accurate time, and you can time the number of manual adjustments (that is, every time the button, the corresponding median increase in the number 1.)
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-03-30
    • 文件大小:921
    • 提供者:Irene
  1. cputicker

    0下载:
  2. CPU 的精确计时器 This class implements an MFC wrapper class for the Pentium-specific (or better) time stamp counter which can be accessed using the "RDTSC" assembly language instruction. This counter has a resolution in terms of PCLKS (processor clocks)
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-28
    • 文件大小:15836
    • 提供者:谢兵
  1. C++Buildertime

    0下载:
  2. 利用C++ Builder进行精确计时.Microsoft公司在Win32 API函数库中已经为用户提供了一组用于高精度计时的底层函数,如果用户使用得当,计时精度可到1ms。这个计时精度、对于一般的实时系统控制完全可以满足要求。-The use of C++ Builder precise timing. Microsoft Corporation in the Win32 API function library has been to provide users with a group o
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-03
    • 文件大小:1817
    • 提供者:zlfbtstt
  1. double_led

    0下载:
  2. 双数码管可调秒表,。由于单片机I/O资源足够,所以双数码管可接成静态显示方式,两个共阴数码管分别接在P1(秒十位)和P2(秒个位)口,它们的共阴极都接地,安排两个按键接在P3.2(十位数调整)和P3.3(个位数调整)上,为了方便计时,选用12MHz的晶体。为了达到精确计时,选用定时器方式2,每计数250重载一次,即250us,定义一整数变量计数重载次数,这样计数4000次即为一秒-Dual digital tube adjustable stopwatch. Because of single-
  3. 所属分类:SCM

    • 发布日期:2017-04-12
    • 文件大小:850
    • 提供者:dingdaozi
  1. Timer_test

    0下载:
  2. DSP LF2407的定时器用例,采用中断方式精确计时-DSP LF2407 timer with cases, the use of precision timing interrupt
  3. 所属分类:DSP program

    • 发布日期:2017-04-16
    • 文件大小:57220
    • 提供者:liujinlong
  1. pcounter

    0下载:
  2. GetTickCount无法计算16ms以下的时间,该段代码可以进行毫秒级的精确计时-GetTickCount unable to calculate the following time 16ms, which can code the precise millisecond timing
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:856
    • 提供者:保密
  1. jishiqi

    0下载:
  2. 24小时计时器,本计时器能够实现时分秒的精确计时(测试可用)-24-hour timer, the timer to achieve the precise time when minutes and seconds (test available)
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:1585
    • 提供者:matao
  1. cputimer

    0下载:
  2. 基于 CPU 的精确计时器,时钟频率越高,计时越准-Based on the exact CPU timer, the higher clock frequency, the more time-quasi-
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-24
    • 文件大小:15707
    • 提供者:雷舰
  1. 1212

    1下载:
  2. 目的 (1) 通过并行接口8255实现十字路口交通灯的模拟控制,进一步掌握对并行口的使用。 (2) L7、L6、L5 作为南北路口的交通灯,L2、L1、L0 作为东西路口的交通灯。编程使六个灯按交通灯变化规律亮灭。要求进行周期性重复控制; 2、基本设计要求: (1) 南北路口的绿灯、东西路口的红灯同时亮20 秒。 (2) 南北路口的黄灯闪烁3 秒,同时东西路口的红灯闪3 秒。 (3) 南北路口的红灯、东西路口的绿灯同时亮90 秒。 (4) 南北路口的红灯、同时东
  3. 所属分类:SCM

    • 发布日期:2017-04-17
    • 文件大小:22181
    • 提供者:吴多富
  1. clock

    0下载:
  2. 单片机多功能时间程序,可以实际时间调整,精确计时。-clock program on c52
  3. 所属分类:SCM

    • 发布日期:2017-03-30
    • 文件大小:904
    • 提供者:erik
  1. 6_2

    0下载:
  2. 单片机时钟 实现精确计时 按键控制时钟显示-Single-chip clock accurate time clock display button control
  3. 所属分类:SCM

    • 发布日期:2017-04-13
    • 文件大小:1713
    • 提供者:江河水
  1. ds1302

    0下载:
  2. ds1302例题,可实现精确计时;在单片机上已经调试正确;-ds1302
  3. 所属分类:File Formats

    • 发布日期:2017-04-05
    • 文件大小:4492
    • 提供者:
  1. USDelay

    0下载:
  2. 提供精确的微秒级延时算法.需要精确计时的用户需要-Provide accurate microsecond delay algorithm. Requires precise timing of user needs
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:579985
    • 提供者:李强
« 1 23 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com