文件名称:smartthreadpool-19073
-
所属分类:
- 标签属性:
- 上传时间:2012-11-16
-
文件大小:1005.05kb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
多线程池管理,多种表现形式(包括WIN CE 界面),难得一见的-Multi-thread pool management, and a variety of forms (including WIN CE interface), a rare opportunity to
(系统自动生成,下载前可以参看下载内容)
下载文件列表
.tfs-ignore
Docs/
Docs/Mono.jpg
Docs/Silverlight.jpg
Docs/SmartThreadPool.html
Docs/SmartThreadPool.JPG
Docs/WindowsCE.jpg
Docs/WorkItemsGroup.JPG
SmartThreadPool.sln
SmartThreadPool/
SmartThreadPool/CallerThreadContext.cs
SmartThreadPool/CanceledWorkItemsGroup.cs
SmartThreadPool/EventWaitHandle.cs
SmartThreadPool/EventWaitHandleFactory.cs
SmartThreadPool/Exceptions.cs
SmartThreadPool/Interfaces.cs
SmartThreadPool/InternalInterfaces.cs
SmartThreadPool/PriorityQueue.cs
SmartThreadPool/Properties/
SmartThreadPool/Properties/AssemblyInfo.cs
SmartThreadPool/SLExt.cs
SmartThreadPool/SmartThreadPool.cs
SmartThreadPool/SmartThreadPool.csproj
SmartThreadPool/SmartThreadPool.ThreadEntry.cs
SmartThreadPool/SmartThreadPoolCE.csproj
SmartThreadPool/SmartThreadPoolMono.csproj
SmartThreadPool/SmartThreadPoolSL.csproj
SmartThreadPool/Stopwatch.cs
SmartThreadPool/STPEventWaitHandle.cs
SmartThreadPool/STPPerformanceCounter.cs
SmartThreadPool/STPStartInfo.cs
SmartThreadPool/SynchronizedDictionary.cs
SmartThreadPool/WIGStartInfo.cs
SmartThreadPool/WorkItem.cs
SmartThreadPool/WorkItem.WorkItemResult.cs
SmartThreadPool/WorkItemFactory.cs
SmartThreadPool/WorkItemInfo.cs
SmartThreadPool/WorkItemResultTWrapper.cs
SmartThreadPool/WorkItemsGroup.cs
SmartThreadPool/WorkItemsGroupBase.cs
SmartThreadPool/WorkItemsQueue.cs
STPCEDemo/
STPCEDemo/Form1.cs
STPCEDemo/Form1.Designer.cs
STPCEDemo/Form1.resx
STPCEDemo/Pens.cs
STPCEDemo/Program.cs
STPCEDemo/Properties/
STPCEDemo/Properties/AssemblyInfo.cs
STPCEDemo/Properties/Resources.Designer.cs
STPCEDemo/Properties/Resources.resx
STPCEDemo/STPCEDemo.csproj
STPCEDemo/UsageControl.cs
STPCEDemo/UsageControl.resx
STPCEDemo/UsageHistoryControl.cs
STPCEDemo/UsageHistoryControl.resx
STPExamples/
STPExamples/App.ico
STPExamples/AssemblyInfo.cs
STPExamples/CatchExceptionExample.cs
STPExamples/CooperativeCancelExample.cs
STPExamples/GetExceptionExample.cs
STPExamples/OnWIGIdleEventExample.cs
STPExamples/ParallelQuickSort.cs
STPExamples/PriorityExample.cs
STPExamples/SimpleExample.cs
STPExamples/STPExamples.csproj
STPExamples/SuspendedSTPStartExample.cs
STPExamples/SuspendedWIGStartExample.cs
STPExamples/ThreadEventsExample.cs
STPExamples/WaitForAllExample.cs
STPExamples/WaitForAnyExample.cs
STPExamples/WaitForIdleExample.cs
STPExamples/WorkItemsGroupExample.cs
STPSLDemo/
STPSLDemo/App.xaml
STPSLDemo/App.xaml.cs
STPSLDemo/Groupbox.cs
STPSLDemo/Groupbox.xaml
STPSLDemo/Page.xaml
STPSLDemo/Page.xaml.cs
STPSLDemo/Properties/
STPSLDemo/Properties/AppManifest.xml
STPSLDemo/Properties/AssemblyInfo.cs
STPSLDemo/Resources/
STPSLDemo/Resources/EmptyCell.bmp
STPSLDemo/Resources/EmptyCell.jpg
STPSLDemo/Resources/GreenCell.bmp
STPSLDemo/Resources/GreenCell.jpg
STPSLDemo/Resources/RedCell.bmp
STPSLDemo/Resources/RedCell.jpg
STPSLDemo/SpinButton.xaml
STPSLDemo/SpinButton.xaml.cs
STPSLDemo/STPSLDemo.csproj
STPSLDemo/UsageControl.xaml
STPSLDemo/UsageControl.xaml.cs
STPSLDemo/UsageHistoryControl.xaml
STPSLDemo/UsageHistoryControl.xaml.cs
STPTests/
STPTests/AssemblyInfo.cs
STPTests/PermutationGenerator.cs
STPTests/QueueWorkItemHelper.cs
STPTests/STPTests.csproj
STPTests/TestActionT.cs
STPTests/TestCancel.cs
STPTests/TestChainedDelegates.cs
STPTests/TestConcurrencyChanges.cs
STPTests/TestExceptions.cs
STPTests/TestFalseFillStateWithParams.cs
STPTests/TestFillStateWithParams.cs
STPTests/TestFunc.cs
STPTests/TestFuncT.cs
STPTests/TestGetResult.cs
STPTests/TestMultipleWorkItems.cs
STPTests/TestParallelMethods.cs
STPTests/TestPostExecute.cs
STPTests/TestPriorityQueue.cs
STPTests/TestQueueWorkItem.cs
STPTests/TestStartSuspended.cs
STPTests/TestStateDispose.cs
STPTests/TestThreadPriority.cs
STPTests/TestThreadsCreate.cs
STPTests/TestWaitForIdle.cs
STPTests/TestWIGActionT.cs
STPTests/TestWIGChainedDelegates.cs
STPTests/TestWIGConcurrency.cs
STPTests/TestWIGConcurrencyChanges.cs
STPTests/TestWIGExceptions.cs
STPTests/TestWIGFillStateWithParams.cs
STPTests/TestWIGFillStateWithParams1.cs
STPTests/TestWIGFuncT.cs
STPTests/TestWIGGetResult.cs
STPTests/TestWIGMultipleWorkItems.cs
STPTests/TestWIGPostExecute.cs
STPTests/TestWIGQueueWorkItem.cs
STPTests/TestWIGStateDispose.cs
STPTests/TestWIGWaitForIdle.cs
STPTests/TestWorkItemsGroups.cs
STPTests/TestWorkItemsQueue.cs
TestSmartThreadPool/
TestSmartThreadPool/App.ico
TestSmartThreadPool/AssemblyInfo.cs
TestSmartThreadPool/Form1.cs
TestSmartThreadPool/Form1.resx
TestSmartThreadPool/TestSmartThreadPool.csproj
TestSmartThreadPool/TestSmartThreadPoolMono.csproj
UsageControl/
UsageControl/AssemblyInfo.cs
UsageControl/Properties/
UsageControl/Properties/Resources.Designer.cs
UsageControl/Properties/Resources.resx
UsageControl/QueueUsageControl.cs
UsageControl/QueueUsageControl.Designer.cs
UsageControl/QueueUsageControl.resx
UsageControl/QueueUsageEntry.cs
UsageControl/UsageControl.cs
UsageControl/UsageControl.csproj
UsageControl/UsageControl.resx
UsageControl/UsageHistoryControl.cs
UsageControl/UsageHistoryControl.resx
WorkItemsGroupDemo/
WorkItemsGroupDemo/Form1.cs
WorkItemsGroupDemo/Form1.Designer.cs
WorkItemsGroupDemo/Form1.resx
WorkItemsGroupDemo/Program.cs
WorkItemsGroupDemo/Properties/
WorkItemsGroupDemo/P
Docs/
Docs/Mono.jpg
Docs/Silverlight.jpg
Docs/SmartThreadPool.html
Docs/SmartThreadPool.JPG
Docs/WindowsCE.jpg
Docs/WorkItemsGroup.JPG
SmartThreadPool.sln
SmartThreadPool/
SmartThreadPool/CallerThreadContext.cs
SmartThreadPool/CanceledWorkItemsGroup.cs
SmartThreadPool/EventWaitHandle.cs
SmartThreadPool/EventWaitHandleFactory.cs
SmartThreadPool/Exceptions.cs
SmartThreadPool/Interfaces.cs
SmartThreadPool/InternalInterfaces.cs
SmartThreadPool/PriorityQueue.cs
SmartThreadPool/Properties/
SmartThreadPool/Properties/AssemblyInfo.cs
SmartThreadPool/SLExt.cs
SmartThreadPool/SmartThreadPool.cs
SmartThreadPool/SmartThreadPool.csproj
SmartThreadPool/SmartThreadPool.ThreadEntry.cs
SmartThreadPool/SmartThreadPoolCE.csproj
SmartThreadPool/SmartThreadPoolMono.csproj
SmartThreadPool/SmartThreadPoolSL.csproj
SmartThreadPool/Stopwatch.cs
SmartThreadPool/STPEventWaitHandle.cs
SmartThreadPool/STPPerformanceCounter.cs
SmartThreadPool/STPStartInfo.cs
SmartThreadPool/SynchronizedDictionary.cs
SmartThreadPool/WIGStartInfo.cs
SmartThreadPool/WorkItem.cs
SmartThreadPool/WorkItem.WorkItemResult.cs
SmartThreadPool/WorkItemFactory.cs
SmartThreadPool/WorkItemInfo.cs
SmartThreadPool/WorkItemResultTWrapper.cs
SmartThreadPool/WorkItemsGroup.cs
SmartThreadPool/WorkItemsGroupBase.cs
SmartThreadPool/WorkItemsQueue.cs
STPCEDemo/
STPCEDemo/Form1.cs
STPCEDemo/Form1.Designer.cs
STPCEDemo/Form1.resx
STPCEDemo/Pens.cs
STPCEDemo/Program.cs
STPCEDemo/Properties/
STPCEDemo/Properties/AssemblyInfo.cs
STPCEDemo/Properties/Resources.Designer.cs
STPCEDemo/Properties/Resources.resx
STPCEDemo/STPCEDemo.csproj
STPCEDemo/UsageControl.cs
STPCEDemo/UsageControl.resx
STPCEDemo/UsageHistoryControl.cs
STPCEDemo/UsageHistoryControl.resx
STPExamples/
STPExamples/App.ico
STPExamples/AssemblyInfo.cs
STPExamples/CatchExceptionExample.cs
STPExamples/CooperativeCancelExample.cs
STPExamples/GetExceptionExample.cs
STPExamples/OnWIGIdleEventExample.cs
STPExamples/ParallelQuickSort.cs
STPExamples/PriorityExample.cs
STPExamples/SimpleExample.cs
STPExamples/STPExamples.csproj
STPExamples/SuspendedSTPStartExample.cs
STPExamples/SuspendedWIGStartExample.cs
STPExamples/ThreadEventsExample.cs
STPExamples/WaitForAllExample.cs
STPExamples/WaitForAnyExample.cs
STPExamples/WaitForIdleExample.cs
STPExamples/WorkItemsGroupExample.cs
STPSLDemo/
STPSLDemo/App.xaml
STPSLDemo/App.xaml.cs
STPSLDemo/Groupbox.cs
STPSLDemo/Groupbox.xaml
STPSLDemo/Page.xaml
STPSLDemo/Page.xaml.cs
STPSLDemo/Properties/
STPSLDemo/Properties/AppManifest.xml
STPSLDemo/Properties/AssemblyInfo.cs
STPSLDemo/Resources/
STPSLDemo/Resources/EmptyCell.bmp
STPSLDemo/Resources/EmptyCell.jpg
STPSLDemo/Resources/GreenCell.bmp
STPSLDemo/Resources/GreenCell.jpg
STPSLDemo/Resources/RedCell.bmp
STPSLDemo/Resources/RedCell.jpg
STPSLDemo/SpinButton.xaml
STPSLDemo/SpinButton.xaml.cs
STPSLDemo/STPSLDemo.csproj
STPSLDemo/UsageControl.xaml
STPSLDemo/UsageControl.xaml.cs
STPSLDemo/UsageHistoryControl.xaml
STPSLDemo/UsageHistoryControl.xaml.cs
STPTests/
STPTests/AssemblyInfo.cs
STPTests/PermutationGenerator.cs
STPTests/QueueWorkItemHelper.cs
STPTests/STPTests.csproj
STPTests/TestActionT.cs
STPTests/TestCancel.cs
STPTests/TestChainedDelegates.cs
STPTests/TestConcurrencyChanges.cs
STPTests/TestExceptions.cs
STPTests/TestFalseFillStateWithParams.cs
STPTests/TestFillStateWithParams.cs
STPTests/TestFunc.cs
STPTests/TestFuncT.cs
STPTests/TestGetResult.cs
STPTests/TestMultipleWorkItems.cs
STPTests/TestParallelMethods.cs
STPTests/TestPostExecute.cs
STPTests/TestPriorityQueue.cs
STPTests/TestQueueWorkItem.cs
STPTests/TestStartSuspended.cs
STPTests/TestStateDispose.cs
STPTests/TestThreadPriority.cs
STPTests/TestThreadsCreate.cs
STPTests/TestWaitForIdle.cs
STPTests/TestWIGActionT.cs
STPTests/TestWIGChainedDelegates.cs
STPTests/TestWIGConcurrency.cs
STPTests/TestWIGConcurrencyChanges.cs
STPTests/TestWIGExceptions.cs
STPTests/TestWIGFillStateWithParams.cs
STPTests/TestWIGFillStateWithParams1.cs
STPTests/TestWIGFuncT.cs
STPTests/TestWIGGetResult.cs
STPTests/TestWIGMultipleWorkItems.cs
STPTests/TestWIGPostExecute.cs
STPTests/TestWIGQueueWorkItem.cs
STPTests/TestWIGStateDispose.cs
STPTests/TestWIGWaitForIdle.cs
STPTests/TestWorkItemsGroups.cs
STPTests/TestWorkItemsQueue.cs
TestSmartThreadPool/
TestSmartThreadPool/App.ico
TestSmartThreadPool/AssemblyInfo.cs
TestSmartThreadPool/Form1.cs
TestSmartThreadPool/Form1.resx
TestSmartThreadPool/TestSmartThreadPool.csproj
TestSmartThreadPool/TestSmartThreadPoolMono.csproj
UsageControl/
UsageControl/AssemblyInfo.cs
UsageControl/Properties/
UsageControl/Properties/Resources.Designer.cs
UsageControl/Properties/Resources.resx
UsageControl/QueueUsageControl.cs
UsageControl/QueueUsageControl.Designer.cs
UsageControl/QueueUsageControl.resx
UsageControl/QueueUsageEntry.cs
UsageControl/UsageControl.cs
UsageControl/UsageControl.csproj
UsageControl/UsageControl.resx
UsageControl/UsageHistoryControl.cs
UsageControl/UsageHistoryControl.resx
WorkItemsGroupDemo/
WorkItemsGroupDemo/Form1.cs
WorkItemsGroupDemo/Form1.Designer.cs
WorkItemsGroupDemo/Form1.resx
WorkItemsGroupDemo/Program.cs
WorkItemsGroupDemo/Properties/
WorkItemsGroupDemo/P
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.