搜索资源列表
CBuilderGetTime
- 虽然Windows下可视化开发工具如VC、Delphi、C++ Builder等都有专用的定时器控件Timer,而且使用很方便,可以实现一定的定时功能,但最小计时精度仅为55ms,且定时器消息在多任务操作系统中的优先级很低,不能得到及时响应,往往不能满足实时控制环境下的应用。不过Microsoft公司在Win32 API函数库中已经为用户提供了一组用于高精度计时的底层函数,如果用户使用得当,计时精度可到1ms。这个计时精度、对于一般的实时系统控制完全可以满足要求。现将由C++ Builder 4
1
- 在LON网程序设计中使用Neuron C语言。Neuron C是一种基于ANSIC且带有网络通信和高级硬件设备接口扩展语句的高级语言。它增加了对I/O、事件处理、消息传递和分散数据目标的支持, 扩充了包括软定时器、网络变量、显示消息、一个多任务调度程序以及其它各具特点的函数等。采用Neuron C语言开发的应用程序,可直接在Lonbuilder神经元仿真器上进行调试,因此应用程序的开发可独立于硬件设计进行
filewatchservicetest
- 使用FileSystemWatcher监控网络路径(包含源代码) 在VS2005中,.Net里面有个FileSystemWatcher控件,用来监控文件变化,它会通知文件创建,修改,删除的消息。网上这样的例子很多,但是在实际应用的时候,发现还有一些待处理的问题,我做了一个简单的demo,解决了如下的问题: 1. 多次连续触发 (通过一个定时器来解决) 2. 能监控网路路径 (serviceProcessInstaller的Account属性设置为NetworkService)
c_timer
- 定时器实例,通过几个例子详细说明了C++中定时器的使用过程
Timer2的使用
- 定时器Timer2的使用,这里提供c源程序,以供参考。-timer Timer2 use, c source provided here, for reference.
dingshiqi
- 本程序讲述在Visual c++.net下如何在应用程序中使用定时器,代码注释详细。有需要的朋友可以下载看看!-This procedure described in Visual c . Net in the application how to use the timer, code comment in detail. In need of a friend can download to see!
chm
- C#中定时器的使用,使用开发环境VS2008-this program tell you how to use C# Timer under development environment of VS2008
chmfun
- C#中定时器的使用,还有闪烁的画面,很好玩的哟-this program shows you how to use C# timer ,and it is very funny.
timer
- Labwindows CVI, 基于标准C的编程,定时器的使用范例-Labwindows CVI, standards-based C programming, using the example of the timer
DiskWarn
- 得到磁盘的空间,程序节选自《Visual C++ 程序开发范例宝典》。知识点磁盘空间的获得、托盘的使用、定时器的使用。 -Get disk space, the program adapted from " Visual C++ application development paradigm Collection." Knowledge point of disk space available, the use of pallets, the use of timers
Win32Timer
- 基于Visual C++ 的win32控制台的程序,实现使用定时器的功能,-Visual C++ win32 console-based program, using the timer function,
cbClock
- 用CB写的小闹钟,可以用来学习CB编程,里面有一些控件的用法,定时器的使用,等等。-A clock sample with C++ Builder,use to study the tools
iplot_test
- 采用C++Builder5编写,测试iplot控件,里面有多种定时器的使用-Using C++Builder5 to write, a test iplot control, which use a variety of timer
Popupwindow
- #制作一个Popup窗口提醒效果,右下角的弹出窗口,点击“弹出”按钮后,会看到从屏幕的右下角向上滑出一个提示窗口,经常上网的朋友可能会对此功能非常熟悉,网页上实现右下角的功能也是相当普遍的,那么使用C#代码是如何实现的呢?期待大家下载这个源码实例。 通过本例子可以学习一些窗口移动的方法、定时器的用法,鼠标的判断等基本的技巧-# Create a popup window reminded effect, the pop-up window in the lower-right corn
cSharp-picture-run
- 一个c#例程,可以实现使用c#语言让一个图片在picturebox控件中运动,主要为了c#的picturebox控件和定时器的练习-A c# routines can be implemented using c# language to make a motion picture in the picturebox control, mainly to the c# picturebox controls and timers exercises
TestTimer
- C# 定时器 (非系统控件定时器)的使用(跨线程调用) -Timer Thread
AutoImageLiset
- 关于C#定时器和image控件的使用,可以加快或减慢速度。-About using C# timer and image controls, you can speed up or slow down.
cbClock
- 用CB写的小闹钟,可以用来学习CB编程,里面有一些控件的用法,定时器的使用,等等。-A clock sample with C++ Builder,use to study the tools
dingshiqi
- Visual 2008 c++定时器的使用(Visual 2008 c++ Timer)
TimeTest
- 一个多线程的c++定时器,封装接口,有例子可以参考使用(A multi-threaded c++ timer, encapsulated interface, can be used as an example.)