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

搜索资源列表

  1. CBuilderGetTime

    0下载:
  2. 虽然Windows下可视化开发工具如VC、Delphi、C++ Builder等都有专用的定时器控件Timer,而且使用很方便,可以实现一定的定时功能,但最小计时精度仅为55ms,且定时器消息在多任务操作系统中的优先级很低,不能得到及时响应,往往不能满足实时控制环境下的应用。不过Microsoft公司在Win32 API函数库中已经为用户提供了一组用于高精度计时的底层函数,如果用户使用得当,计时精度可到1ms。这个计时精度、对于一般的实时系统控制完全可以满足要求。现将由C++ Builder 4
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:1796
    • 提供者:wangjing
  1. 1

    0下载:
  2. 在LON网程序设计中使用Neuron C语言。Neuron C是一种基于ANSIC且带有网络通信和高级硬件设备接口扩展语句的高级语言。它增加了对I/O、事件处理、消息传递和分散数据目标的支持, 扩充了包括软定时器、网络变量、显示消息、一个多任务调度程序以及其它各具特点的函数等。采用Neuron C语言开发的应用程序,可直接在Lonbuilder神经元仿真器上进行调试,因此应用程序的开发可独立于硬件设计进行
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:3680
    • 提供者:zgc
  1. filewatchservicetest

    0下载:
  2. 使用FileSystemWatcher监控网络路径(包含源代码) 在VS2005中,.Net里面有个FileSystemWatcher控件,用来监控文件变化,它会通知文件创建,修改,删除的消息。网上这样的例子很多,但是在实际应用的时候,发现还有一些待处理的问题,我做了一个简单的demo,解决了如下的问题: 1. 多次连续触发 (通过一个定时器来解决) 2. 能监控网路路径 (serviceProcessInstaller的Account属性设置为NetworkService)
  3. 所属分类:.net编程

    • 发布日期:2008-10-13
    • 文件大小:16176
    • 提供者:jim
  1. c_timer

    0下载:
  2. 定时器实例,通过几个例子详细说明了C++中定时器的使用过程
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:70625
    • 提供者:zhang san
  1. Timer2的使用

    0下载:
  2. 定时器Timer2的使用,这里提供c源程序,以供参考。-timer Timer2 use, c source provided here, for reference.
  3. 所属分类:输入法编程

    • 发布日期:2008-10-13
    • 文件大小:17899
    • 提供者:dsf
  1. dingshiqi

    0下载:
  2. 本程序讲述在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!
  3. 所属分类:.net

  1. chm

    0下载:
  2. C#中定时器的使用,使用开发环境VS2008-this program tell you how to use C# Timer under development environment of VS2008
  3. 所属分类:Dialog_Window

    • 发布日期:2017-04-06
    • 文件大小:41428
    • 提供者:陈明
  1. chmfun

    0下载:
  2. C#中定时器的使用,还有闪烁的画面,很好玩的哟-this program shows you how to use C# timer ,and it is very funny.
  3. 所属分类:CSharp

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

    1下载:
  2. Labwindows CVI, 基于标准C的编程,定时器的使用范例-Labwindows CVI, standards-based C programming, using the example of the timer
  3. 所属分类:Other systems

    • 发布日期:2017-04-09
    • 文件大小:2076115
    • 提供者:Kevin Zou
  1. DiskWarn

    0下载:
  2. 得到磁盘的空间,程序节选自《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
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:65797
    • 提供者:zhangzl
  1. Win32Timer

    0下载:
  2. 基于Visual C++ 的win32控制台的程序,实现使用定时器的功能,-Visual C++ win32 console-based program, using the timer function,
  3. 所属分类:Console

    • 发布日期:2017-04-04
    • 文件大小:6954
    • 提供者:肖传毅
  1. cbClock

    0下载:
  2. 用CB写的小闹钟,可以用来学习CB编程,里面有一些控件的用法,定时器的使用,等等。-A clock sample with C++ Builder,use to study the tools
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-15
    • 文件大小:7902
    • 提供者:q
  1. iplot_test

    0下载:
  2. 采用C++Builder5编写,测试iplot控件,里面有多种定时器的使用-Using C++Builder5 to write, a test iplot control, which use a variety of timer
  3. 所属分类:Communication

    • 发布日期:2017-05-01
    • 文件大小:618425
    • 提供者:linlin
  1. Popupwindow

    0下载:
  2. #制作一个Popup窗口提醒效果,右下角的弹出窗口,点击“弹出”按钮后,会看到从屏幕的右下角向上滑出一个提示窗口,经常上网的朋友可能会对此功能非常熟悉,网页上实现右下角的功能也是相当普遍的,那么使用C#代码是如何实现的呢?期待大家下载这个源码实例。   通过本例子可以学习一些窗口移动的方法、定时器的用法,鼠标的判断等基本的技巧-# Create a popup window reminded effect, the pop-up window in the lower-right corn
  3. 所属分类:CSharp

    • 发布日期:2017-11-14
    • 文件大小:25050
    • 提供者:zpudn84
  1. cSharp-picture-run

    0下载:
  2. 一个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
  3. 所属分类:CSharp

    • 发布日期:2017-04-04
    • 文件大小:211660
    • 提供者:libin
  1. TestTimer

    0下载:
  2. C# 定时器 (非系统控件定时器)的使用(跨线程调用) -Timer Thread
  3. 所属分类:CSharp

    • 发布日期:2017-04-24
    • 文件大小:44491
    • 提供者:沙硕
  1. AutoImageLiset

    0下载:
  2. 关于C#定时器和image控件的使用,可以加快或减慢速度。-About using C# timer and image controls, you can speed up or slow down.
  3. 所属分类:CSharp

    • 发布日期:2017-05-07
    • 文件大小:1462419
    • 提供者:zaianda
  1. cbClock

    0下载:
  2. 用CB写的小闹钟,可以用来学习CB编程,里面有一些控件的用法,定时器的使用,等等。-A clock sample with C++ Builder,use to study the tools
  3. 所属分类:Communication

    • 发布日期:2017-04-30
    • 文件大小:7947
    • 提供者:jiao3824691
  1. dingshiqi

    0下载:
  2. Visual 2008 c++定时器的使用(Visual 2008 c++ Timer)
  3. 所属分类:其他

  1. TimeTest

    2下载:
  2. 一个多线程的c++定时器,封装接口,有例子可以参考使用(A multi-threaded c++ timer, encapsulated interface, can be used as an example.)
  3. 所属分类:其他

    • 发布日期:2020-09-11
    • 文件大小:25600
    • 提供者:林被
« 12 »
搜珍网 www.dssz.com