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

搜索资源列表

  1. THREADPOOL_LIMIT_srczip

    0下载:
  2. 非常不错的线程池代码,让系统的线程池中的线程数超过系统默认上限。-very good thread pool code, the thread pool threads over the system default ceiling.
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:5.62kb
    • 提供者:任禾
  1. Nolme Chart src

    0下载:
  2. 关于图表中的图例,有两种选择,第一,我们可以把图例整合到当前的面板中,第二,再建一个独立的对象。主要的意图是当在同一个页面使用多个图表时,能够提供一个集中在一起的图例-chart on the legend, there are two choices, first, we can integrate Legend of the current panel, the second, to build an independent nation. The main intention is tha
  3. 所属分类:C#编程

    • 发布日期:2013-06-08
    • 文件大小:26.83kb
    • 提供者:zzz
  1. 05051B

    0下载:
  2. 给出N个集合,求得这N个集合的交集和并集并输出显示-given set of N, N achieve this pool and the intersection and set and the output
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:1.28kb
    • 提供者:丰风
  1. p-c

    0下载:
  2. 计算机操作系统的生产者与消费者问题 一组生产者向一组消费者提供消息,它们共享一个有界缓冲池,生产者向其中投放消息,消费者从中取得消息。生产者要不断将数据放入共享的缓冲,消费者要不断从缓冲取出数据。消费者必须等生产者取走数据后才能再放新数据(不覆盖数据),消费者必须等生产者放入新数据后才能去取(不重复)。-computer operating system, the producer and a consumer group to a group of producers to provide
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:1.62kb
    • 提供者:紫水晶
  1. 2006081223131713066

    0下载:
  2. 迷宫地图的生成也有很多种方法,但是有些算法在生成较大维度时的计算速度很慢,尤其是如果用在电子词典之类上可能很成问题的。还有一个较大的问题就是很多算法生成的迷宫并不是真正意义上的迷宫,即路径不唯一。 用离散数学的集合观点来生成一个迷宫。 首先是M*N的一个矩阵,生成为M*N个集合,然后每次循环就合并一个集合,这样在M*N-1次合并之后就成了一个集合,也就是这M*N个元素连通了。算法首先得问题的是选择哪个元素来合并,我在这里是随机选择相邻集合。算法的关键是要记录合并的次序,否则你最后得到的只
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:13.86kb
    • 提供者:Xi Xie
  1. 3dica221

    0下载:
  2. C#编写的线程池简单演示代码,有兴趣的可下载-prepared by the simple thread pool demo code, are interested can download
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:413.1kb
    • 提供者:daniel
  1. vs2005CharpThreadPoolDemo

    0下载:
  2. 在vs2005下的一个演示线程池使用的程序。CSharp完整工程-vs2005 in a demonstration of the use of the thread pool procedures. CSharp complete works
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:7.57kb
    • 提供者:wdy
  1. Threading

    0下载:
  2. 此示例演示下面的线程处理技术。有关更多信息,请参见线程处理创建、启动和终止线程使用线程池线程同步和互交-This example demonstrated the following thread processing technology. For more information, please see threads creation, initiation and termination of the use of threads thread pool thread synchroni
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:52.35kb
    • 提供者:tang
  1. SmartThreadPool

    0下载:
  2. CSHARP实现的比较好的线程池,历经多个项目的测试-THREAD POOL
  3. 所属分类:CSharp

    • 发布日期:2017-03-29
    • 文件大小:40.47kb
    • 提供者:leon
  1. ChatRoomServer

    0下载:
  2. c#服务器, 采用线程池等技术实现, 很适合学习, 也适合在这基础上开发出高性能服务器-c# server, using the thread pool, such as technology, it is suitable for learning, but also on this basis for the development of high-performance server
  3. 所属分类:CSharp

    • 发布日期:2017-03-27
    • 文件大小:30.09kb
    • 提供者:陈刚
  1. Shield4

    0下载:
  2. 一个使用C#开发的百度贴吧内容监控程序。通过屏蔽词来判断违规贴,还可以通过回复时间判断挖坟。使用了线程池,效率很高。不管是研究还是使用都很有价值。-To use C# to develop the content of the Baidu Post Bar control procedures. Through the shield affixed to the word to determine the violation, response time can also determine b
  3. 所属分类:CSharp

    • 发布日期:2017-03-29
    • 文件大小:649.65kb
    • 提供者:liu884
  1. IOCP.in.Csharp

    0下载:
  2. Windows IOCP Socket在C#封装,并有Socket池的实现-Windows IOCP Socket in C# package, and have achieved Socket Pool
  3. 所属分类:C#编程

    • 发布日期:2013-06-24
    • 文件大小:32.44kb
    • 提供者:执迷不悔
  1. ThreadPoolExample

    0下载:
  2. smart thread pool 的小例子。只是一小部分,仅供参考-smart thread pool of a small example. Only a small part of reference
  3. 所属分类:CSharp

    • 发布日期:2017-04-03
    • 文件大小:16.67kb
    • 提供者:cysong168
  1. DB_Conn_Pool

    0下载:
  2. 关于建立数据库连接池,不用频繁创建数据库连接-On the establishment of a database connection pool, do not often create a database connection
  3. 所属分类:CSharp

    • 发布日期:2017-04-03
    • 文件大小:35.32kb
    • 提供者:梁高峰
  1. ObjectPooling1_src

    0下载:
  2. C#内存管理池,用于对C#的对象进行缓存,提高内存的使用效率-C# memory management pool, used for the C# object cache, to improve the efficient use of memory
  3. 所属分类:CSharp

    • 发布日期:2017-03-29
    • 文件大小:18.55kb
    • 提供者:jack
  1. 46655089Net2.0

    0下载:
  2. c# 数据库连接池 很好用的 vs2008-c# database connection pool is useful for
  3. 所属分类:CSharp

    • 发布日期:2017-04-17
    • 文件大小:19.58kb
    • 提供者:刘政
  1. choujiang

    0下载:
  2. 搞活动、晚会、团拜会时用的抽奖程序,可自定义奖池大小,无含数字4的奖号。利用c#2.0开发,主要使用ArrayList类和Random类-This Lottery Program can be used in activities, parties and so on, you can customize the size of the prize pool, All Number has no 4.It is Developed using c# 2.0, the main use of th
  3. 所属分类:CSharp

    • 发布日期:2017-04-08
    • 文件大小:40.32kb
    • 提供者:rrr
  1. Multi-thread-pool-test

    0下载:
  2. 多线程池试验,很简单得,适合初学者,讲解了多线程的实验,下载就可以直接运行-Multi-thread pool test is very simple for beginners to explain the experiment of the multi-threaded download can be run directly
  3. 所属分类:CSharp

    • 发布日期:2017-03-28
    • 文件大小:25.22kb
    • 提供者:
  1. pool

    0下载:
  2. 不通过管道的对象池服务,包含服务与客户端代码-Object pool service without going through the pipeline
  3. 所属分类:CSharp

    • 发布日期:2017-04-04
    • 文件大小:70.25kb
    • 提供者:manice
  1. MyFunctions(2.0)

    0下载:
  2. 常用功能集合的DLL组件,主要包括:自定义线程池、邮件功能、文件序列化功能、系统配置文件功能(ini)等等。-The DLL component is mainly a collection of commonly used functions including: a custom thread pool, e-mail function, file serialization function, the system configuration files function (ini).
  3. 所属分类:CSharp

    • 发布日期:2017-11-27
    • 文件大小:274.97kb
    • 提供者:埃里克
« 12 »
搜珍网 www.dssz.com