CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程

文件名称: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
相关搜索: 线程池 ce

(系统自动生成,下载前可以参看下载内容)

下载文件列表

.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

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 搜珍网是交换下载平台,只提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度。更多...
  • 本站已设置防盗链,请勿用迅雷、QQ旋风等下载软件下载资源,下载后用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或换浏览器;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*快速评论: 推荐 一般 有密码 和说明不符 不是源码或资料 文件不全 不能解压 纯粹是垃圾
*内  容:
*验 证 码:
搜珍网 www.dssz.com