搜索资源列表
HyperClock
- 多线程定时器、时钟源代码,可以参考VC下多线程编程的技巧!-multithreading timer, the clock source code can refer to VC multithreaded programming skills!
exitw
- 定时关机程序,在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.
xcdsq
- 线程定时器,自己看看就知道了,呵呵。为什么必须20个字呀。-threads timer, see for yourself know, huh. Why must the word ah 20.
dshiq
- 小弟我自己设计的一个定时器 希望各位达人多多指教 小弟不胜感激-finding my own design of a timer you want someone who exhibitions brother be grateful
2006021801
- 共四个演示。分别如下: 1:Sample 一个简单的使用了共享内存映射的例子,运行两个实例看看就知道,没有什么特别。 2:SendText 不用窗口子类化,而达到和发送自定义消息同样的效果。 3:SendFile 由于演示2中还是通过发消息来传递字符串,不可能传递大块文本,本例综合演示1和演示2达到传递大块文本的功能。 4:Chat 演示2和演示3使用的都是SendMessage来发放通知消息,所以不能异步通讯,SetWindowText不能跨进程使用,
bestlogthread
- 一个高精度的定时器,很不错哦,希望对大家有用-a precision timer, oh very good, useful for all. .
Codetext
- 掌握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
bootstrap
- 这个频率与硬件和操作系统都可能有关。利用 API 函数 QueryPerformanceFrequency 可以得到 这个定时器的频率。利用 API 函数 QueryPerformanceCounter 可以得到定时器的当前值。根据 要延时的时间和定时器的频率, 可以算出要延时的时间定时器经过的周期数。在循环里用 QueryPerformanceCounter 不停的读出定时器值, 一直到经过了指定周期数再结束循环, 就达到-the frequency with hardwa
ThreadTimer
- 线程定时器,对内核定时器的线程包装-threads timer, the timer kernel threads packaging
DOCTIME
- 我编了一个类似Windows 2000 上性能监视器的程序。在这个程序中,我创建了一个文档对象和几个视图。文档对象负责有规律地采集数据,然后通知相关的视图以不同的格式显示这些数据。文档对象为了有规律地采集数据,它需要一个定时(time)事件。但是,文档不是一个基于窗口的对象,所以它没有这样的定时事件。我权衡了三种解决方案: 1、在其中的一个视图中创建定时器。当事件发生时通知文档对象获取数据。 2、为每一个文档(或在每个文档内)创建一个单独的线程,以便这个线程能有规律地创建时间事件。 3、在CMa
TimerDemo
- 一个有关定时器的例程,一个很基础的咚咚,哎
ShowDlg
- 一个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
MultiTimerDemo
- 基于MFC对话框的 WIN32 多线程定时器,使用Timer Sleep-WIN32 MFC dialog-based multi-threaded timer, use the Timer Sleep
drawLine
- 多线程编程技术与实例源代码,drawLine程序,可选择多线程画线或定时器画线,-Multi-threaded programming techniques and examples of source code, drawLine procedures may choose to draw lines or multi-threaded timer painting lines,
damemoWin
- windows下的守护进程,可以灵活设置守护的方式,该守护进程不仅能定时点名进程管理器中的进程,还可以实时发现某个进程中的线程僵死或挂起的情况并强行终止。-I can t write english
Brake-Test02
- 基于PCI2013,PCI2361数据采集卡的实时采集程序!其中用了多线程和多媒体定时器!-Based on PCI2013, PCI2361 data acquisition card real-time acquisition program! Which uses multi-threading and multi-media timer!
vc-timerPthead
- 介绍了VC++定时器和多线程的详细用法和实现过程。-Introduced the VC++ timer and multithreading detailed usage and implementation process.
Gaot
- 使用多媒体定时器和Gettickcout定时,好使可用-Using the multimedia timer and Gettickcout timing, so that available
thdTimer
- 用线程做的定时器,比较好用,与大家分享。-The timer thread to do, easy to use, to share with you.
MyThreadTimer
- 轻松实现线程内使用SetTimer实现定时器的源码-Easily use within threads the SetTimer achieve timer source