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

搜索资源列表

  1. FDiskThief_code

    0下载:
  2. 实现了在任务管理器中的进程隐藏 处理WM_DEVICECHANGE消息代替定时器,提高查找闪盘效率 这是一个可以在后台偷取你闪盘里所有资料的小软件。 只要你的闪盘(如U盘,mp3)一插上,所有的东东都被悄悄拷走.代码开放,可以热键呼出. 点[开始]->[隐藏],就可以工作了.Alt+X呼出.-realization of the mission management for the process of hiding information processing
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:38592
    • 提供者:东南
  1. waitabletimer_xd

    0下载:
  2. A freeware MFC class for Win32 waitable timers 一个延时的Win32 MFC类(13KB)
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:12412
    • 提供者:张祥
  1. classicladder-run.tar

    0下载:
  2. 电路仿真程序 Classic Ladder is coded 100% in C.It can be used for educational purposes or anything you want... The graphical user interface uses GTK. In the actual version, the following elements are implemented : * Booleans elements * Rising
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:1122104
    • 提供者:chinnei
  1. example-4

    0下载:
  2. This example demonstrates the use of Semaphores, Threads, and Timers. Three \"Filler\" threads are created that loop waiting for a while and then adding a value to the end of a circular buffer. The main thread removes words from the buff
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:2535
    • 提供者:丽香
  1. Timer(VB)

    7下载:
  2. 精密定时器集合:VB版 ■ SetTimer(多Timer):是使用SetTimer()和回调函数产生的Timer,与VB6中定时器控件效果一样,只是用API实现而已,不爱用控件的朋友可能会喜欢 ■ Timer大比拼(CSDN):是CSDN网友提供的测试各种Timer的代码:QueryPerformanceCounte() 多媒体定时器;和VB6定时器控件。测试时,可以看到3种定时器的区别。多媒体定时器和QueryPerformanceCounte()都是较好的选择.
  3. 所属分类:Windows Kernel

    • 发布日期:2015-08-10
    • 文件大小:114967
    • 提供者:尹刚
  1. linuxTimer

    0下载:
  2. DEMO展示了LINUX下定时器的使用。在LINUX下测试通过。通过信号机制实现定时,准确而不浪费系统资源。-DEMO showed timers use under LINUX. In LINUX under test. Signaling mechanism, through the realization of regular, accurate and not a waste of system resources.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:992
    • 提供者:zuiwengoo
  1. Timer

    0下载:
  2. 一个关于在程序中使用定时器的例子,很好的参考-A procedure on the example of the use of timers, a good reference
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-03
    • 文件大小:32327
    • 提供者:HYQ
  1. timer

    0下载:
  2. 在实时程序中,设置定时器来定时更新窗口,使窗口显示最新结果。介绍定时器的使用方法。-In real-time process, set the timer to periodically update the window, so window displays the latest results. Introduce the use of timers.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-26
    • 文件大小:25632
    • 提供者:kevin
  1. Timers

    0下载:
  2. Visual c++ 6.0 应用程序开发 王兴东(编)第四章 使用计时器-failed to translate
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-05
    • 文件大小:26993
    • 提供者:hello
  1. linuxtimer

    0下载:
  2. 内核定时器的使用+linux+timer-The use of the kernel timers+ linux+ timer
  3. 所属分类:Linux-Unix program

    • 发布日期:2014-10-27
    • 文件大小:7929
    • 提供者:龙建一
  1. stimer

    1下载:
  2. 实现了Linux下毫秒级的软件定时,但依赖于系统HZ数,如 HZ=100,最小定时为10ms HZ=1000,最小定时才是1ms 理论上可以实现若干个定时器,依赖于系统性能-Achieved a Linux software under the millisecond timing, but the number depends on the system, HZ, such as HZ = 100, the minimum timing for the 10ms HZ = 1000, the
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:2717
    • 提供者:石矗
  1. Chapter5

    0下载:
  2. 通过对卡拉ok程序的编写,讲解定时器的使用和DrawText函数的巧妙使用,讲解如何使用CDC的裁剪功能。-Kara ok through the preparation process to explain the use of timers and the clever use of DrawText function to explain how to use the CDC-cutting features.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-08
    • 文件大小:294289
    • 提供者:cindy
  1. Mp

    0下载:
  2. Microprocesser interfacing codes relating to timers.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-30
    • 文件大小:35665
    • 提供者:Zia
  1. Text

    0下载:
  2. 掌握CDC的文字处理程序的编写,如何产生自定义字体和自定义插入符,熟悉对CString类的使用。通过对卡拉OK程序的编写,讲解定时器的使用和DrawText函数的巧妙运用。讲解如何使用CDC的裁减功能。-CDC' s word processing program to master the preparation, how to create custom fonts and custom insert a symbol, familiar with the use of the CSt
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-08
    • 文件大小:38086
    • 提供者:李志鸿
  1. LPC2292_2294

    0下载:
  2. LPC2114/2124/2212/2214 16/32 ARM7TDMI-S CPU128/256 k(kB)Flash12832 16 Thumb30-With their 144-pin package, low power consumption, various 32-bit timers, 8-channel 10-bit ADC, 2/4 (LPC2294) advanced CAN channels, PWM channels and up to nine exte
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:204131
    • 提供者:阿成
  1. posix-timers

    0下载:
  2. These are all the functions necessary to implement POSIX clocks & timers
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-12-05
    • 文件大小:8451
    • 提供者:lipaicin
  1. pthread-timers

    0下载:
  2. This file implements the support required to implement SIGEV_THREAD posix timers.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-12-06
    • 文件大小:5569
    • 提供者:gounondon
  1. posix-timers

    0下载:
  2. 2002-10-15 Posix Clocks & timers for Linux.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-27
    • 文件大小:9847
    • 提供者:punhonnou
  1. posix-timers

    0下载:
  2. These are all the functions necessary to implement POSIX clocks & timers.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-29
    • 文件大小:10369
    • 提供者:qhzipb
  1. timers

    0下载:
  2. timers.c generic ColdFire hardware timer support. -timers.c generic ColdFire hardware timer support.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:1726
    • 提供者:yapiuzao
« 12 3 4 5 6 »
搜珍网 www.dssz.com