文件名称:omniThreadLibrary-1.0
介绍说明--下载内容来自于网络,使用问题请自行百度
一个很棒的线程库,解决了很多的delphi自带的线程的问题,真正体验到什么叫做多线程。很爽。
(系统自动生成,下载前可以参看下载内容)
下载文件列表
OtlComm.pas
OtlCommBufferTest.pas
OtlCommon.pas
OtlContainers.pas
OtlEventMonitor.dcr
OtlEventMonitor.pas
OtlRegister.pas
OtlTask.pas
OtlTaskControl.pas
OtlThreadPool.pas
packages/OmniThreadLibraryDesigntime.dpk
packages/OmniThreadLibraryDesigntime.dproj
packages/OmniThreadLibraryDesigntime.res
packages/OmniThreadLibraryRuntime.dpk
packages/OmniThreadLibraryRuntime.dproj
packages/OmniThreadLibraryRuntime.res
src/DSiWin32.pas
src/GpLists.pas
src/GpStuff.pas
src/HVStringBuilder.pas
src/HVStringData.pas
src/SpinLock.pas
tests/0_Beep/app_0_Beep.dpr
tests/0_Beep/app_0_Beep.dproj
tests/0_Beep/app_0_Beep.res
tests/0_Beep/test_0_Beep.dfm
tests/0_Beep/test_0_Beep.pas
tests/10_Containers/app_10_Containers.dpr
tests/10_Containers/app_10_Containers.dproj
tests/10_Containers/app_10_Containers.res
tests/10_Containers/test_10_Containers.dfm
tests/10_Containers/test_10_Containers.pas
tests/11_ThreadPool/app_11_ThreadPool.dpr
tests/11_ThreadPool/app_11_ThreadPool.dproj
tests/11_ThreadPool/app_11_ThreadPool.res
tests/11_ThreadPool/test_11_ThreadPool.dfm
tests/11_ThreadPool/test_11_ThreadPool.pas
tests/12_Lock/app_12_Lock.dpr
tests/12_Lock/app_12_Lock.dproj
tests/12_Lock/app_12_Lock.res
tests/12_Lock/test_12_Lock.dfm
tests/12_Lock/test_12_Lock.pas
tests/13_Exceptions/app_13_Exceptions.dpr
tests/13_Exceptions/app_13_Exceptions.dproj
tests/13_Exceptions/app_13_Exceptions.res
tests/13_Exceptions/test_13_Exceptions.dfm
tests/13_Exceptions/test_13_Exceptions.pas
tests/14_TerminateWhen/app_14_TerminateWhen.dpr
tests/14_TerminateWhen/app_14_TerminateWhen.dproj
tests/14_TerminateWhen/app_14_TerminateWhen.res
tests/14_TerminateWhen/test_14_TerminateWhen.dfm
tests/14_TerminateWhen/test_14_TerminateWhen.pas
tests/15_TaskGroup/app_15_TaskGroup.dpr
tests/15_TaskGroup/app_15_TaskGroup.dproj
tests/15_TaskGroup/app_15_TaskGroup.res
tests/15_TaskGroup/test_15_TaskGroup.dfm
tests/15_TaskGroup/test_15_TaskGroup.pas
tests/16_ChainTo/app_16_ChainTo.dpr
tests/16_ChainTo/app_16_ChainTo.dproj
tests/16_ChainTo/app_16_ChainTo.res
tests/16_ChainTo/test_16_ChainTo.dfm
tests/16_ChainTo/test_16_ChainTo.pas
tests/1_HelloWorld/app_1_HelloWorld.dpr
tests/1_HelloWorld/app_1_HelloWorld.dproj
tests/1_HelloWorld/app_1_HelloWorld.res
tests/1_HelloWorld/test_1_HelloWorld.dfm
tests/1_HelloWorld/test_1_HelloWorld.pas
tests/2_TwoWayHello/app_2_TwoWayHello.dpr
tests/2_TwoWayHello/app_2_TwoWayHello.dproj
tests/2_TwoWayHello/app_2_TwoWayHello.res
tests/2_TwoWayHello/test_2_TwoWayHello.dfm
tests/2_TwoWayHello/test_2_TwoWayHello.pas
tests/3_HelloWorld_with_package/app_3_HelloWorld_with_package.dpr
tests/3_HelloWorld_with_package/app_3_HelloWorld_with_package.dproj
tests/3_HelloWorld_with_package/app_3_HelloWorld_with_package.res
tests/3_HelloWorld_with_package/test_3_HelloWorld_with_package.dfm
tests/3_HelloWorld_with_package/test_3_HelloWorld_with_package.pas
tests/4_TwoWayHello_with_package/app_4_TwoWayHello_with_package.dpr
tests/4_TwoWayHello_with_package/app_4_TwoWayHello_with_package.dproj
tests/4_TwoWayHello_with_package/app_4_TwoWayHello_with_package.res
tests/4_TwoWayHello_with_package/test_4_TwoWayHello_with_package.dfm
tests/4_TwoWayHello_with_package/test_4_TwoWayHello_with_package.pas
tests/5_TwoWayHello_without_loop/app_5_TwoWayHello_without_loop.dpr
tests/5_TwoWayHello_without_loop/app_5_TwoWayHello_without_loop.dproj
tests/5_TwoWayHello_without_loop/app_5_TwoWayHello_without_loop.res
tests/5_TwoWayHello_without_loop/test_5_TwoWayHello_without_loop.dfm
tests/5_TwoWayHello_without_loop/test_5_TwoWayHello_without_loop.pas
tests/6_TwoWayHello_with_object_worker/app_6_TwoWayHello_with_object_worker.dpr
tests/6_TwoWayHello_with_object_worker/app_6_TwoWayHello_with_object_worker.dproj
tests/6_TwoWayHello_with_object_worker/app_6_TwoWayHello_with_object_worker.res
tests/6_TwoWayHello_with_object_worker/test_6_TwoWayHello_with_object_worker.dfm
tests/6_TwoWayHello_with_object_worker/test_6_TwoWayHello_with_object_worker.pas
tests/7_InitTest/app_7_InitTest.dpr
tests/7_InitTest/app_7_InitTest.dproj
tests/7_InitTest/app_7_InitTest.res
tests/7_InitTest/test_7_InitTest.dfm
tests/7_InitTest/test_7_InitTest.pas
tests/8_RegisterComm/app_8_RegisterComm.dpr
tests/8_RegisterComm/app_8_RegisterComm.dproj
tests/8_RegisterComm/app_8_RegisterComm.res
tests/8_RegisterComm/test_8_RegisterComm.dfm
tests/8_RegisterComm/test_8_RegisterComm.pas
tests/9_Communications/app_9_Communications.dpr
tests/9_Communications/app_9_Communications.dproj
tests/9_Communications/app_9_Communications.res
tests/9_Communications/test_9_Communications.dfm
tests/9_Communications/test_9_Communications.pas
OtlCommBufferTest.pas
OtlCommon.pas
OtlContainers.pas
OtlEventMonitor.dcr
OtlEventMonitor.pas
OtlRegister.pas
OtlTask.pas
OtlTaskControl.pas
OtlThreadPool.pas
packages/OmniThreadLibraryDesigntime.dpk
packages/OmniThreadLibraryDesigntime.dproj
packages/OmniThreadLibraryDesigntime.res
packages/OmniThreadLibraryRuntime.dpk
packages/OmniThreadLibraryRuntime.dproj
packages/OmniThreadLibraryRuntime.res
src/DSiWin32.pas
src/GpLists.pas
src/GpStuff.pas
src/HVStringBuilder.pas
src/HVStringData.pas
src/SpinLock.pas
tests/0_Beep/app_0_Beep.dpr
tests/0_Beep/app_0_Beep.dproj
tests/0_Beep/app_0_Beep.res
tests/0_Beep/test_0_Beep.dfm
tests/0_Beep/test_0_Beep.pas
tests/10_Containers/app_10_Containers.dpr
tests/10_Containers/app_10_Containers.dproj
tests/10_Containers/app_10_Containers.res
tests/10_Containers/test_10_Containers.dfm
tests/10_Containers/test_10_Containers.pas
tests/11_ThreadPool/app_11_ThreadPool.dpr
tests/11_ThreadPool/app_11_ThreadPool.dproj
tests/11_ThreadPool/app_11_ThreadPool.res
tests/11_ThreadPool/test_11_ThreadPool.dfm
tests/11_ThreadPool/test_11_ThreadPool.pas
tests/12_Lock/app_12_Lock.dpr
tests/12_Lock/app_12_Lock.dproj
tests/12_Lock/app_12_Lock.res
tests/12_Lock/test_12_Lock.dfm
tests/12_Lock/test_12_Lock.pas
tests/13_Exceptions/app_13_Exceptions.dpr
tests/13_Exceptions/app_13_Exceptions.dproj
tests/13_Exceptions/app_13_Exceptions.res
tests/13_Exceptions/test_13_Exceptions.dfm
tests/13_Exceptions/test_13_Exceptions.pas
tests/14_TerminateWhen/app_14_TerminateWhen.dpr
tests/14_TerminateWhen/app_14_TerminateWhen.dproj
tests/14_TerminateWhen/app_14_TerminateWhen.res
tests/14_TerminateWhen/test_14_TerminateWhen.dfm
tests/14_TerminateWhen/test_14_TerminateWhen.pas
tests/15_TaskGroup/app_15_TaskGroup.dpr
tests/15_TaskGroup/app_15_TaskGroup.dproj
tests/15_TaskGroup/app_15_TaskGroup.res
tests/15_TaskGroup/test_15_TaskGroup.dfm
tests/15_TaskGroup/test_15_TaskGroup.pas
tests/16_ChainTo/app_16_ChainTo.dpr
tests/16_ChainTo/app_16_ChainTo.dproj
tests/16_ChainTo/app_16_ChainTo.res
tests/16_ChainTo/test_16_ChainTo.dfm
tests/16_ChainTo/test_16_ChainTo.pas
tests/1_HelloWorld/app_1_HelloWorld.dpr
tests/1_HelloWorld/app_1_HelloWorld.dproj
tests/1_HelloWorld/app_1_HelloWorld.res
tests/1_HelloWorld/test_1_HelloWorld.dfm
tests/1_HelloWorld/test_1_HelloWorld.pas
tests/2_TwoWayHello/app_2_TwoWayHello.dpr
tests/2_TwoWayHello/app_2_TwoWayHello.dproj
tests/2_TwoWayHello/app_2_TwoWayHello.res
tests/2_TwoWayHello/test_2_TwoWayHello.dfm
tests/2_TwoWayHello/test_2_TwoWayHello.pas
tests/3_HelloWorld_with_package/app_3_HelloWorld_with_package.dpr
tests/3_HelloWorld_with_package/app_3_HelloWorld_with_package.dproj
tests/3_HelloWorld_with_package/app_3_HelloWorld_with_package.res
tests/3_HelloWorld_with_package/test_3_HelloWorld_with_package.dfm
tests/3_HelloWorld_with_package/test_3_HelloWorld_with_package.pas
tests/4_TwoWayHello_with_package/app_4_TwoWayHello_with_package.dpr
tests/4_TwoWayHello_with_package/app_4_TwoWayHello_with_package.dproj
tests/4_TwoWayHello_with_package/app_4_TwoWayHello_with_package.res
tests/4_TwoWayHello_with_package/test_4_TwoWayHello_with_package.dfm
tests/4_TwoWayHello_with_package/test_4_TwoWayHello_with_package.pas
tests/5_TwoWayHello_without_loop/app_5_TwoWayHello_without_loop.dpr
tests/5_TwoWayHello_without_loop/app_5_TwoWayHello_without_loop.dproj
tests/5_TwoWayHello_without_loop/app_5_TwoWayHello_without_loop.res
tests/5_TwoWayHello_without_loop/test_5_TwoWayHello_without_loop.dfm
tests/5_TwoWayHello_without_loop/test_5_TwoWayHello_without_loop.pas
tests/6_TwoWayHello_with_object_worker/app_6_TwoWayHello_with_object_worker.dpr
tests/6_TwoWayHello_with_object_worker/app_6_TwoWayHello_with_object_worker.dproj
tests/6_TwoWayHello_with_object_worker/app_6_TwoWayHello_with_object_worker.res
tests/6_TwoWayHello_with_object_worker/test_6_TwoWayHello_with_object_worker.dfm
tests/6_TwoWayHello_with_object_worker/test_6_TwoWayHello_with_object_worker.pas
tests/7_InitTest/app_7_InitTest.dpr
tests/7_InitTest/app_7_InitTest.dproj
tests/7_InitTest/app_7_InitTest.res
tests/7_InitTest/test_7_InitTest.dfm
tests/7_InitTest/test_7_InitTest.pas
tests/8_RegisterComm/app_8_RegisterComm.dpr
tests/8_RegisterComm/app_8_RegisterComm.dproj
tests/8_RegisterComm/app_8_RegisterComm.res
tests/8_RegisterComm/test_8_RegisterComm.dfm
tests/8_RegisterComm/test_8_RegisterComm.pas
tests/9_Communications/app_9_Communications.dpr
tests/9_Communications/app_9_Communications.dproj
tests/9_Communications/app_9_Communications.res
tests/9_Communications/test_9_Communications.dfm
tests/9_Communications/test_9_Communications.pas
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.