CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 进程与线程 搜索资源 - 定时器定时

搜索资源列表

  1. HyperClock

    1下载:
  2. 多线程定时器、时钟源代码,可以参考VC下多线程编程的技巧!-multithreading timer, the clock source code can refer to VC multithreaded programming skills!
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:121244
    • 提供者:项席和
  1. exitw

    0下载:
  2. 定时关机程序,在9x,2k,xp测试通过,Dephi中定时器的演示,关机代码的演示,30秒提醒功能。窗口在最顶端,较为实用。-Mytob.BSNotes procedures, the 9x, 2k, xp test pass, Delphi timer demonstration, the demonstration code shutdown, 30 seconds to remind function. In the top of the window, a more practical.
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:157017
    • 提供者:宋益波
  1. xcdsq

    0下载:
  2. 线程定时器,自己看看就知道了,呵呵。为什么必须20个字呀。-threads timer, see for yourself know, huh. Why must the word ah 20.
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:180856
    • 提供者:vcqq
  1. dshiq

    0下载:
  2. 小弟我自己设计的一个定时器 希望各位达人多多指教 小弟不胜感激-finding my own design of a timer you want someone who exhibitions brother be grateful
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:16108
    • 提供者:litchi
  1. 2006021801

    0下载:
  2. 共四个演示。分别如下: 1:Sample 一个简单的使用了共享内存映射的例子,运行两个实例看看就知道,没有什么特别。 2:SendText 不用窗口子类化,而达到和发送自定义消息同样的效果。 3:SendFile 由于演示2中还是通过发消息来传递字符串,不可能传递大块文本,本例综合演示1和演示2达到传递大块文本的功能。 4:Chat 演示2和演示3使用的都是SendMessage来发放通知消息,所以不能异步通讯,SetWindowText不能跨进程使用,
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:52568
    • 提供者:毛东
  1. bestlogthread

    0下载:
  2. 一个高精度的定时器,很不错哦,希望对大家有用-a precision timer, oh very good, useful for all. .
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:18012
    • 提供者:mayu
  1. Codetext

    0下载:
  2. 掌握CDC的文字处理程序的编写,如何产生自定义字体和自定义插入符,熟悉对CString类的使用。通过对卡拉OK程序的编写,讲解定时器的使用和DrawText函数的巧妙运用。讲解如何使用CDC的裁减功能。-grasp of word processing procedures for the preparation, how to customize fonts and custom insert website. redeem familiar with the right kind of us
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:38728
    • 提供者:李君懿
  1. bootstrap

    0下载:
  2. 这个频率与硬件和操作系统都可能有关。利用 API 函数 QueryPerformanceFrequency 可以得到 这个定时器的频率。利用 API 函数 QueryPerformanceCounter 可以得到定时器的当前值。根据 要延时的时间和定时器的频率, 可以算出要延时的时间定时器经过的周期数。在循环里用 QueryPerformanceCounter 不停的读出定时器值, 一直到经过了指定周期数再结束循环, 就达到-the frequency with hardwa
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:238447
    • 提供者:xianhao
  1. ThreadTimer

    1下载:
  2. 线程定时器,对内核定时器的线程包装-threads timer, the timer kernel threads packaging
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:2062
    • 提供者:王五
  1. DOCTIME

    0下载:
  2. 我编了一个类似Windows 2000 上性能监视器的程序。在这个程序中,我创建了一个文档对象和几个视图。文档对象负责有规律地采集数据,然后通知相关的视图以不同的格式显示这些数据。文档对象为了有规律地采集数据,它需要一个定时(time)事件。但是,文档不是一个基于窗口的对象,所以它没有这样的定时事件。我权衡了三种解决方案: 1、在其中的一个视图中创建定时器。当事件发生时通知文档对象获取数据。 2、为每一个文档(或在每个文档内)创建一个单独的线程,以便这个线程能有规律地创建时间事件。 3、在CMa
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:44147
    • 提供者:徐林
  1. TimerDemo

    0下载:
  2. 一个有关定时器的例程,一个很基础的咚咚,哎
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:106494
    • 提供者:青石板
  1. ShowDlg

    2下载:
  2. 一个VC++编写的动态数据曲线拟合的例子。通过采用定时器的方式,定时去采集拟合曲线的样本,并绘出曲线图。对VC++初学者和用与数据采集数据处理的朋友有重要帮助!-VC++ to prepare a dynamic data curve fitting example. Manner through the use of timers, from time to time to collect samples of curve fitting and curve drawing. VC++ for
  3. 所属分类:Process-Thread

    • 发布日期:2015-09-19
    • 文件大小:9857017
    • 提供者:li
  1. MultiTimerDemo

    1下载:
  2. 基于MFC对话框的 WIN32 多线程定时器,使用Timer Sleep-WIN32 MFC dialog-based multi-threaded timer, use the Timer Sleep
  3. 所属分类:Process-Thread

    • 发布日期:2016-04-06
    • 文件大小:3505152
    • 提供者:泽平
  1. drawLine

    0下载:
  2. 多线程编程技术与实例源代码,drawLine程序,可选择多线程画线或定时器画线,-Multi-threaded programming techniques and examples of source code, drawLine procedures may choose to draw lines or multi-threaded timer painting lines,
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-23
    • 文件大小:39243
    • 提供者:chenl
  1. damemoWin

    0下载:
  2. windows下的守护进程,可以灵活设置守护的方式,该守护进程不仅能定时点名进程管理器中的进程,还可以实时发现某个进程中的线程僵死或挂起的情况并强行终止。-I can t write english
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-27
    • 文件大小:432537
    • 提供者:冬日学
  1. Brake-Test02

    1下载:
  2. 基于PCI2013,PCI2361数据采集卡的实时采集程序!其中用了多线程和多媒体定时器!-Based on PCI2013, PCI2361 data acquisition card real-time acquisition program! Which uses multi-threading and multi-media timer!
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-26
    • 文件大小:459267
    • 提供者:zhangwei
  1. vc-timerPthead

    0下载:
  2. 介绍了VC++定时器和多线程的详细用法和实现过程。-Introduced the VC++ timer and multithreading detailed usage and implementation process.
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-30
    • 文件大小:39380
    • 提供者:王丹
  1. Gaot

    0下载:
  2. 使用多媒体定时器和Gettickcout定时,好使可用-Using the multimedia timer and Gettickcout timing, so that available
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-29
    • 文件大小:32934
    • 提供者:尹哲
  1. thdTimer

    0下载:
  2. 用线程做的定时器,比较好用,与大家分享。-The timer thread to do, easy to use, to share with you.
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-10
    • 文件大小:1380
    • 提供者:陈悦
  1. MyThreadTimer

    0下载:
  2. 轻松实现线程内使用SetTimer实现定时器的源码-Easily use within threads the SetTimer achieve timer source
  3. 所属分类:Process-Thread

    • 发布日期:2017-11-25
    • 文件大小:3015680
    • 提供者:外挂
« 12 »
搜珍网 www.dssz.com