Welcome![Sign In][Sign Up]
Location:
Search - thread timer

Search list

[OS programthread timer (D7).zip

Description: This component has the same functionality of the default Timer component, but it provides a higher resolution, until a maximum of 1 milisecond.
Platform: | Size: 6983 | Author: | Hits:

[Windows DevelopTimer_demo

Description: 使用单独线程实现的计时器-The example of implementing times using single thread
Platform: | Size: 36864 | Author: 站长 | Hits:

[OS programthread timer (D7)

Description: 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 resolution, until a maximum of 1 milisecond.
Platform: | Size: 7168 | Author: 老李 | Hits:

[Windows DevelopVC++Timers

Description: VC的窗口计时器实例-VC window timer example
Platform: | Size: 27648 | Author: 王飞 | Hits:

[JSP/Javajava_Timer_thread

Description: java多线程定时器-java multithreading timer
Platform: | Size: 2048 | Author: 飞熊 | Hits:

[Other systemsAnother_eYes_BTDemo

Description: 由delphi实现的bt下载器示例程序,带全部源码和BT协议 包中文件说明: BTDemo.dpr, BTDemoF.pas, BTDemoF.dfm -- 一个简单的bt下载器,支持多个.torrent文件同时下载 btutils.pas -- 核心bt组件 DCP*.pas -- SHA算法源码(复制自DEC组件包) InetUtils.pas -- 提供Internet下载的函数库 SimpleSocks.pas -- socket组件(TCP) SortLists.pas -- 排序的List组件 ThreadTimer.pas -- 定时器与线程池 DelayLists.pas -- 一个延时5秒再释放Object的队列 FastShareMem.pas, MemPools.pas, ShareGlobals.inc -- 由ThreadTimer内部使用 Bit Torrent Specification.htm -- BT协议文档-achieved by delphi bt download procedures for example, with all source code and BT agreement package documents : BTDemo.dpr, BTDemoF.pas. BTDemoF.dfm-- a simple device bt download, support a number. torrent download documents btutils.pas-- bt core components of DCP*. pas-- SHA algorithm source code (copy from the DEC kits) InetUtils.pas-- provide Internet download library SimpleSocks.pas-- socket Group pieces (TCP) SortLists.pas-- Ranking List components ThreadTime r.pas-- and the timer thread pool DelayLists.pas-- a delay the release of another five seconds O bject cohort FastShareMem.pas, MemPools.pas. ShareGlobals.inc-- from the internal use of Bit ThreadTimer Tor 366 Specification.htm-- BT agreement document
Platform: | Size: 98304 | Author: 李顺 | Hits:

[OS programTestMultiThreadTimer

Description: MultiThread Timer for Delphi
Platform: | Size: 177152 | Author: ming | Hits:

[Windows Developthread

Description: 线程锁.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, semaphores (semaphore) and four kinds of timer objects to control the inter-thread synchronization. In C Builder, in order to provide us with the TEvent used to create the Event object for our use.
Platform: | Size: 3072 | Author: 叶浩全 | Hits:

[Windows CEVisualCE

Description: sdl window ce 版例子 包括各种实例,线程 定时器 随即函数等-sdl window ce version Examples include a variety of examples, then the thread timer function, etc.
Platform: | Size: 56320 | Author: sizhiguo | Hits:

[OS programOS_project_Thread

Description: 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 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. 2. Method Using window API to create serval thread and create a message queue for each thread to control the message exchange between the different treads. 3. Files Projectmain.h------ structs , enums ,and claim of functions ThreadSemaphore.c------- extend the Windows semaphore API ThreadQueue.c------- message queue file (send to, receive from ,create and destroy queue ) ThreadFrame.c-- 1) create all the task for test 2) control the message handling 3) control the thread running 4)functions of watchdog 5) a hardware timer simulator to create timeout message every 1 sec 4 task : Thread_IDLE,-- lowest prority , interact with user and obtain a semaphore which will be waitted by Thread_LOST later
Platform: | Size: 1002496 | Author: Xiwen | Hits:

[Windows Developthread

Description: thread, timer. very good.
Platform: | Size: 169984 | Author: galodoido | Hits:

[J2MEtimer

Description: 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
Platform: | Size: 492544 | Author: David | Hits:

[OS programthreadtimer

Description: 用线程做的定时器,比较好用,与大家分享。-i write a timer use a thread. it is very good.share it.
Platform: | Size: 8192 | Author: whc | Hits:

[Windows DevelopTimer

Description: 高精度计时器,是另外创建一个线程来完成功能的-High-precision timer, is another to create a thread to complete the function of
Platform: | Size: 84992 | Author: Vicky | Hits:

[Delphi VCLTest-MultiThread-UTimer

Description: delphi的线程计时器,短小精悍,包含使用的例子,计时器线程单元名称UTimer.pas-delphi thread timer, dapper, contains examples of use, the timer unit names UTimer.pas thread
Platform: | Size: 218112 | Author: 王朝 | Hits:

[Delphi VCLYMThdTimer

Description: Thread Timer Implementation
Platform: | Size: 1024 | Author: jmf_jorge | Hits:

[Game Programsrc

Description: 马士兵坦克大战修改版本,添加背景,音乐,还有双人模式,使用到了很多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.
Platform: | Size: 1786880 | Author: czs | Hits:

[Program docCsharp-timer

Description: 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 TimeSpan class.
Platform: | Size: 14336 | Author: 高阳 | Hits:

[ADO-ODBCthread-timer-(D7)

Description: 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 resolution, until a maximum of 1milisecond.
Platform: | Size: 8192 | Author: bbd1d54huanan88 | Hits:

[Delphi VCLtimer

Description: delphi timer -> thread component
Platform: | Size: 20480 | Author: htk2002 | Hits:
« 12 3 4 5 »

CodeBus www.codebus.net