CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - THREAD TIMER

搜索资源列表

  1. thread timer (D7).zip

    0下载:
  2. This component has the same functionality of the default Timer component, but it provides a higher resolution, until a maximum of 1 milisecond.
  3. 所属分类:系统编程

    • 发布日期:
    • 文件大小:6.82kb
    • 提供者:
  1. thread timer (D7)

    0下载:
  2. This component has the same functionality of the default Timer component, but it provides a higher resolution, until a maximum of 1 milisecond.-This component has the same functionality of the default Timer component, but it provides a higher resolu
  3. 所属分类:系统编程

    • 发布日期:2017-11-09
    • 文件大小:7.13kb
    • 提供者:老李
  1. Timer_demo

    0下载:
  2. 使用单独线程实现的计时器-The example of implementing times using single thread
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-09
    • 文件大小:36.03kb
    • 提供者:站长
  1. thread

    0下载:
  2. 线程锁.Windows系统是多任务操作系统,系统内核为我们提供了 事件(Event)、Mutex、信号灯(semaphore)和计时器4种对象来控制线程间的同步。 在C++Builder中,为我们提供了用于创建Event的TEvent对象供我们使用。-Thread lock. Windows system is a multi-tasking operating system kernel to provide us with the event (Event), Mutex, sema
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-22
    • 文件大小:3.24kb
    • 提供者:叶浩全
  1. VisualCE

    0下载:
  2. sdl window ce 版例子 包括各种实例,线程 定时器 随即函数等-sdl window ce version Examples include a variety of examples, then the thread timer function, etc.
  3. 所属分类:Windows CE

    • 发布日期:2017-04-25
    • 文件大小:55.07kb
    • 提供者:sizhiguo
  1. OS_project_Thread

    0下载:
  2. Purpose Aim to setup a small system above the OS layer , implement the message queue of process or thread and simulate the function of watchdog used to detect the deadlock of the system. - introduction 1. Purpose Aim to setup a s
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-01
    • 文件大小:979.04kb
    • 提供者:Xiwen
  1. thread

    0下载:
  2. thread, timer. very good.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-24
    • 文件大小:166.03kb
    • 提供者:galodoido
  1. timer

    0下载:
  2. java手机应用开发J2ME里面Timer的应用,一般线程做的东西在J2ME里面会用Timer来做-java mobile application development Timer inside J2ME applications, the general thread to do things inside will be in J2ME do Timer
  3. 所属分类:J2ME

    • 发布日期:2017-04-01
    • 文件大小:481.13kb
    • 提供者:David
  1. threadtimer

    0下载:
  2. 用线程做的定时器,比较好用,与大家分享。-i write a timer use a thread. it is very good.share it.
  3. 所属分类:Windows Kernel

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

    0下载:
  2. 高精度计时器,是另外创建一个线程来完成功能的-High-precision timer, is another to create a thread to complete the function of
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:83.49kb
    • 提供者:Vicky
  1. Test-MultiThread-UTimer

    0下载:
  2. delphi的线程计时器,短小精悍,包含使用的例子,计时器线程单元名称UTimer.pas-delphi thread timer, dapper, contains examples of use, the timer unit names UTimer.pas thread
  3. 所属分类:Delphi VCL

    • 发布日期:2017-03-21
    • 文件大小:213kb
    • 提供者:王朝
  1. YMThdTimer

    0下载:
  2. Thread Timer Implementation
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-11
    • 文件大小:1.23kb
    • 提供者:jmf_jorge
  1. src

    1下载:
  2. 马士兵坦克大战修改版本,添加背景,音乐,还有双人模式,使用到了很多java的重要知识,如绘图,线程,定时器,键盘响应等。-Mashi Bing Tankedaizhan version modify, add background music, there is a two-player mode, use a lot of java knowledge, such as drawing, thread, timer, keyboard response.
  3. 所属分类:Games

    • 发布日期:2017-11-22
    • 文件大小:1.7mb
    • 提供者:czs
  1. deleteFile_OMS

    0下载:
  2. 线程和定时器的使用,我在公司做个一个小工具。-THREAD TIMER
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-17
    • 文件大小:184.59kb
    • 提供者:韩桂光
  1. multi-thread

    0下载:
  2. 這是一個VB6.0 multi-thread(多工)的應用程序源代碼, 可同時執行兩個計時器, 每個計時器有啟動、暫停、繼續、重置等控制項目. 開發平台為Windows XP SP3.-This is a multi-thread demo developed with VB6.0. It allows you to control two timers simutaneously. Each timer has activate 、 pause 、 resume and reset f
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-13
    • 文件大小:2.24kb
    • 提供者:kevin lai
  1. win32_timer

    0下载:
  2. 基于网上很多定时器都是用MFC写的,而用win32方面比较少,项目用到定时器这块,所以顺便上传一份. 是在VS2010 > VC++ > Win32控制台建的工程.里面涉及线程/定时器,简单易用,下载完可直接运行.-Based on the Internet many timers are written in MFC, but less use win32 aspect, project use the timer, so upload a., by the way is in V
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-25
    • 文件大小:7.71mb
    • 提供者:李伟
  1. Csharp-timer

    0下载:
  2. C#中各种计时器:使用 Stopwatch 类;基于 Windows 的标准计时器;基于服务器的计时器;线程计时器;System.Environment.TickCount;使用TimeSpan类。-C# various timers: Using Stopwatch class a standard Windows-based timer timer-based servers thread timer System.Environment.TickCount use TimeSpa
  3. 所属分类:Communication

    • 发布日期:2017-04-04
    • 文件大小:14.14kb
    • 提供者:高阳
  1. THREAD

    0下载:
  2. wince关于线程的处理源码,实现多线程计时,开发环境VS2005,C#。-wince on thread processing source code, multi-threaded timer, development environment VS2005, C#.
  3. 所属分类:Windows CE

    • 发布日期:2017-04-27
    • 文件大小:41.21kb
    • 提供者:王昂
  1. thread-timer-(D7)

    0下载:
  2. This component has the same functionality of the default Timer component, but it provides a higher resolution, until a maximum of 1 milisecond.-This component has the same functionality of the default Timercomponent, but it provides a higher resoluti
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-05-01
    • 文件大小:7.87kb
    • 提供者:bbd1d54huanan88
  1. timer

    0下载:
  2. delphi timer -> thread component
  3. 所属分类:Delphi控件源码

    • 发布日期:2017-12-25
    • 文件大小:20kb
    • 提供者:htk2002
« 12 3 4 »
搜珍网 www.dssz.com