搜索资源列表

  1. MyLinuxThread

    0下载:
  2. linux epoll、线程池模型,很好的学习epoll的源代码。-linux epoll, the thread pool model, a good source of learning epoll.
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-18
    • 文件大小:18432
    • 提供者:yeath
  1. ftp2

    0下载:
  2. ftp连接池,节省创建ftp连接的时间 -ftp connection pool, saving the time to create ftp connect
  3. 所属分类:数据库编程

    • 发布日期:2024-05-18
    • 文件大小:4096
    • 提供者:testtest
  1. MemPool

    0下载:
  2. memory pool, you can test it, it work we-memory pool
  3. 所属分类:系统编程

    • 发布日期:2024-05-18
    • 文件大小:10240
    • 提供者:kaka
  1. ThreadPool_final

    0下载:
  2. 此代码作为Server,使用TCP Socket编程技术,利用多线程并发,并且使用了线程池技术,修改宏定义可以实现任意路client并发连接到此服务器-This code as a Server, using TCP Socket programming using concurrent multi-threaded, and uses the thread pool technology, to amend the definitio
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2024-05-18
    • 文件大小:4553728
    • 提供者:xuzhisheng
  1. DatabaseConnectionPoolingTemplate

    0下载:
  2. An Advance tool.. Template for database pool that can be implemented for a variety of databases such as Oracle, MySQL etc.
  3. 所属分类:SQL Server数据库

    • 发布日期:2024-05-18
    • 文件大小:8192
    • 提供者:anatolia
  1. ConnectionPool

    0下载:
  2. 用Java写的一个连接数据库对象连接池代码-Database connection pool code in Java
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-18
    • 文件大小:2649088
    • 提供者:胡科明
  1. threadpool

    0下载:
  2. linux下的简单的线程池代码,大约200行代码,使用c实现-linux under a simple thread pool code, about 200 lines of code, use c to achieve
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-18
    • 文件大小:3072
    • 提供者:lkjx
  1. pool

    0下载:
  2. 完成内存池的分配,管理,应用,以及对内存的合理分配-The completion of the memory pool allocation, management, application, and the rational allocation of memory
  3. 所属分类:系统编程

    • 发布日期:2024-05-18
    • 文件大小:61440
    • 提供者:刘诚
  1. Pool

    0下载:
  2. oracle 数据库,在C++中用连接池实现高速连接与访问。-oracle database, in the C++ using connection pooling to achieve high-speed connectivity and access.
  3. 所属分类:Oracle数据库

    • 发布日期:2024-05-18
    • 文件大小:4228096
    • 提供者:chang
  1. database_resident_connection_pooling

    0下载:
  2. ORACLE 11G引入了DRCP(database resident connection pooling)这个相当不错的功能,能够允许应用共享同一个数据库连接池。大大提高了访问ORACLE的效率。-ORACLE 11G introduced a DRCP (database resident connection pooling) this rather nice feature, can allow application sha
  3. 所属分类:Oracle数据库

    • 发布日期:2024-05-18
    • 文件大小:262144
    • 提供者:任毅
  1. pool

    0下载:
  2. 二维台球设计 directX 游戏设计 图形编程-directX graph game
  3. 所属分类:DirextX编程

    • 发布日期:2024-05-18
    • 文件大小:1921024
    • 提供者:静灯笼
  1. memory_pool

    0下载:
  2. fast buddy memory pool
  3. 所属分类:压缩解压

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:dongju
  1. ThreadPool

    0下载:
  2. delphi 实现的线程池类 直接可以拿来用-delphi thread pool
  3. 所属分类:进程与线程

    • 发布日期:2024-05-18
    • 文件大小:7168
    • 提供者:cygnus
  1. pool

    0下载:
  2. pool.rar C++ 做的线程池介绍, 比较详细, 入门学习使用.-pool.rar C++ thread pool to do presentations, more detailed, beginners learn to use.
  3. 所属分类:Windows编程

    • 发布日期:2024-05-18
    • 文件大小:13312
    • 提供者:弘扬
  1. t38modem-1.0.0.tar

    0下载:
  2. T38FAX Pseudo Modem From your fax or voice application view point it s a fax/voice modem pool. From IP network view point it s a H.323 endpoint with T.38 fax support. From your view point it s a gateway between an
  3. 所属分类:通讯编程

    • 发布日期:2024-05-18
    • 文件大小:96256
    • 提供者:piowang
  1. PoolGame

    0下载:
  2. XNA pool game complete with sphere to sphere collisions.
  3. 所属分类:其他游戏

    • 发布日期:2024-05-18
    • 文件大小:1260544
    • 提供者:Francis
  1. pool

    0下载:
  2. 用java编程模仿操作系统中的缓冲池,界面化处理,简单-Programming with java in imitation of the operating system buffer pool, the interface processing, simple
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-18
    • 文件大小:14336
    • 提供者:张文
  1. commons-dbcp-1.4-src

    0下载:
  2. DBCP(DataBase connection pool),数据库连接池。由于建立数据库连接是一个非常耗时耗资源的行为,所以通过连接池预先同数据库建立一些连接,放在内存中,应用程序需要建立数据库连接时直接到连接池中申请一个就行,用完后再放回去。-DBCP (DataBase connection pool), the database connection pool. Since the establishment of a data
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-18
    • 文件大小:1056768
    • 提供者:ouyanghongli
  1. TextCache

    0下载:
  2. 一个文本缓冲池的简要实现,有不合适的地方希望大家指出来;附带自动淘汰,内存动态分配等功能-A brief text buffer pool to achieve, it s not the hope that we point out with automatic elimination, dynamic memory allocation functions
  3. 所属分类:系统编程

    • 发布日期:2024-05-18
    • 文件大小:2048
    • 提供者:coolnaire
  1. Poolcode

    0下载:
  2. 非常强大-----------台球游戏代码-Pool game code
  3. 所属分类:游戏

    • 发布日期:2024-05-18
    • 文件大小:1856512
    • 提供者:aoyang
« 1 2 3 4 56 7 8 9 10 ... 50 »

源码中国 www.ymcn.org