搜索资源列表

  1. programmer-13-memory-pool

    0下载:
  2. 关于内存池的设计方面的书籍,可以参考,希望对你实现内存池有帮助-memory pool
  3. 所属分类:Windows编程

    • 发布日期:2024-05-21
    • 文件大小:441344
    • 提供者:小牛
  1. programmer-memory-pool

    0下载:
  2. 介绍内存管理,帮助程序员更好的理解内存。开发出高质量的程序-a book introducing the memory management
  3. 所属分类:软件工程

    • 发布日期:2024-05-21
    • 文件大小:441344
    • 提供者:陈珍珍
  1. linux_threadpool

    0下载:
  2. linux网络编程的一些技巧,包括socket,thread pool, select,epoll等-linux network programming some of the techniques, including socket select, epoll, etc.
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-21
    • 文件大小:4096
    • 提供者:sy
  1. DatabaseConnection

    0下载:
  2. Connection Pool for database connections
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-21
    • 文件大小:8053760
    • 提供者:johnpwwilly
  1. commons-pool-1.5.6-bin

    0下载:
  2. which is for common-pooling which is for common-pooling which is for common-pooling -which is for common-pooling which is for common-pooling which is for common-pooling which is for common-pooling which is for common-poo
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-21
    • 文件大小:1098752
    • 提供者:mingtian6000
  1. Intel-Thread-Pool-Demo

    0下载:
  2. Intel发布的线程池示例源代码,作为服务器处理良好的示例。-Intel released the source code of the thread pool example
  3. 所属分类:进程与线程

    • 发布日期:2024-05-21
    • 文件大小:869376
    • 提供者:dreamcoder
  1. thread-pool-design.doc

    0下载:
  2. 结合代码讲解线程池设计以及注意的问题,对于初学者很有帮助-Combination of code to explain the thread pool design and attention, very helpful for beginners
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-21
    • 文件大小:91136
    • 提供者:tom
  1. VC_simple-thread-pool

    0下载:
  2. vc写的简单的线程池 vc写的简单的线程池-vc wrote a simple thread pool vc wrote a simple thread pool
  3. 所属分类:进程与线程

    • 发布日期:2024-05-21
    • 文件大小:40960
    • 提供者:zhujianqi
  1. Super-memory-pool

    0下载:
  2. 只要把四个文件放入到你的项目工程当中去,编译完成之后内存池就会完全接管你申请内存时的NEW,DELETE操作。-As long as the four files into your project of the project, and after the compilation memory pool will be completely take over your memory of the application for NE
  3. 所属分类:系统编程

    • 发布日期:2024-05-21
    • 文件大小:7168
    • 提供者:duane
  1. GP_303_2_Thread-Pool

    0下载:
  2. 主要是介绍服务器线程池,比较适合于开发游戏类软件使用。下载完,将zip改为ppt-Is to introduce the server thread pool, more suitable for use in developing game software class
  3. 所属分类:进程与线程

    • 发布日期:2024-05-21
    • 文件大小:2740224
    • 提供者:zhangzong
  1. Ball-Pool

    1下载:
  2. Ball Pool 源于Chrome Experiments 的HTML5实验性功能,可用于您的网页背景中-
  3. 所属分类:WEB源码

    • 发布日期:2024-05-21
    • 文件大小:3072
    • 提供者:Sam Wang
  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. 所属分类:C#编程

    • 发布日期:2024-05-21
    • 文件大小:25600
    • 提供者:
  1. Delphi-connection-pool

    0下载:
  2. 不错的数据库连接池实现,很有参考价值。包括多种数据库连接方式的-DB connection pool
  3. 所属分类:Dephi控件源码

    • 发布日期:2024-05-21
    • 文件大小:154624
    • 提供者:ninglng
  1. pool

    0下载:
  2. JAVA连接池的源码,连接方式是JDBC,将JDBC运用到C3P0连接池中,一些方法都已封装好了-JAVA source connection pool connection JDBC, JDBC applied to the C3P0 connection pool, a number of methods have been encapsulated
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-21
    • 文件大小:678912
    • 提供者:徐晓柔
  1. pool

    0下载:
  2. 游泳池大小周围栏杆的设计,以及游泳池的造价花销费用的计算。-The design of the railings around the swimming pool size. And the cost of the cost of the swimming pool cost calculation.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-21
    • 文件大小:1024
    • 提供者:萧潇
  1. commons-pool-1.5.5-src

    0下载:
  2. 创建新的对象并初始化的操作,可能会消耗很多的时间。在这种对象的初始化工作包含了一些费时的操作(例如,从一台位于20,000千米以外的主机上读出一 些数据)的时候,尤其是这样。在需要大量生成这样的对象的时候,就可能会对性能造成一些不可忽略的影响。要缓解这个问题,除了选用更好的硬件和更棒的虚拟 机以外,适当地采用一些能够减少对象创建次数的编码技巧,也是一种有效的对策。对象池化技术(Object Pooling)就是这方面的著名技巧,而Jak
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-21
    • 文件大小:384000
    • 提供者:lbsx7gs
  1. pool

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

    • 发布日期:2024-05-21
    • 文件大小:71680
    • 提供者:manice
  1. Memory-Pool

    0下载:
  2. 池内春秋,关于共享内存的一本好书,侯捷所著,包括C++对象的编程要点、性能分析-Pool the Spring and Autumn Period, the shared memory of a good book, written by Hou Jie, including the points of C++ object programming, performance analysis
  3. 所属分类:Windows编程

    • 发布日期:2024-05-21
    • 文件大小:441344
    • 提供者:hc
  1. Pool

    0下载:
  2. Pool game to play interactively the game for the sake of the world
  3. 所属分类:射击游戏

    • 发布日期:2024-05-21
    • 文件大小:1024
    • 提供者:mike
  1. Based-on-the-resource-pool

    0下载:
  2. 基于资源池的与排序动态资源分配算法,是一篇可参考的文献-Based on the resource pool and sorting dynamic resource allocation algorithm
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-21
    • 文件大小:2617344
    • 提供者:wentao
« 1 2 3 4 5 67 8 9 10 11 ... 50 »

源码中国 www.ymcn.org