CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - Pool

搜索资源列表

  1. bgame

    0下载:
  2. 这是一个简单的撞球演示程序,采用面向对象的编程方式,由于程序简单易懂,可以为C++的初学者提供很好的示例。程序用到了TC的图形编程,故要采用Tubro C++ 3.0编译链接。-This is a simple demonstration of the pool procedures, object-oriented programming, because of simple, comprehensible, and C for beginners provide a good example
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:21997
    • 提供者:LENG
  1. 编程题源代码

    0下载:
  2. 数据结构编成详解,使计算机学院专业课数据结构基本编成题的源代码集合 -into Elaborates on data structure, computer data structure College Courses basic formations and that the source code pool
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:19359
    • 提供者:张南
  1. (类)设计并实现一个具有并,交差等功能的集合类

    0下载:
  2. (类)设计并实现一个具有并,交差等功能的集合类 (假设采用顺序存储结构)。编写菜单驱动的C++程序, 利用该类实现集合的并,交差等运算。 -() design and implementation, and have a, perfunctory function of the collection classes (assuming sequential storage structure). Prepare a menu-driven C procedure, and us
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:4860
    • 提供者:蒋丽娜
  1. threadpool_doc

    0下载:
  2. 多线程编程中线程池的完整实现方案,线程池通过接口的方式,线程完成的任务可由自己实现。-thread pool to achieve the integrity of the program, thread pool through the interface, threaded completed their tasks could be achieved.
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:114003
    • 提供者:徐建军
  1. threadpool_src

    0下载:
  2. 多线程编程中线程池的完整实现方案,线程池通过接口的方式,线程完成的任务可由自己实现。-thread pool to achieve the integrity of the program, thread pool through the interface, threaded completed their tasks could be achieved.
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:12731
    • 提供者:徐建军
  1. 200552104415490

    0下载:
  2. 算法的源代码集合,供学习计算方法之用。推荐使用:WinRAR V3.2以上版本解压-algorithm source code pool calculation method for studying purposes. Suggested use : WinRAR versions of extracting V3.2
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:1011696
    • 提供者:HY
  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
    • 文件大小:1311
    • 提供者:丰风
  1. 进程管理与调度的模拟

    0下载:
  2. 在进程管理与调度模拟系统中,共涉及到两个类和一个结构体:PCB结构体、链队列类和OS类。操作系统启动后,在系统内将存在PCB池,用来存放进程的PCB结构,PCB池的大小决定了系统中能同时存在的进程数量。在本系统中,假定系统能同时存在的进程数为20个,用一个PCB的数组来表示。PCB池中的PCB会有四种状态:运行状态、就绪状态、阻塞状态和空闲状态,所以,在操作系统中将会有四种队列:运行队列、就绪对列、阻塞队列和空闲队列。进程的创建随着操作系统的调度,将会在这四种队列中变迁。-in process
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:10565
    • 提供者:张涛
  1. wordseg

    0下载:
  2. 中文文本分类中对文本进行分词处理,以降温本表示称词的集合,然后用词向量来进行分类。-Chinese text classification of text-word processing, said to cool the pool said the words, then word vector to classify.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:10271
    • 提供者:陈海山
  1. 屏幕颜色拾取器

    0下载:
  2. 一个不错的源码,能够从屏幕中拾取颜色。可以集合到其他图像开发。-a good source, which can be picked up from the screen color. Pool to other graphics development.
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:130244
    • 提供者:沈华伟
  1. 华为词汇

    0下载:
  2. 华为词汇总汇 大型交换机方面术语集合 标准术语集合-Huawei large pool of vocabulary terms switches set standard terminology pool
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:833926
    • 提供者:张志华
  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
    • 文件大小:1663
    • 提供者:紫水晶
  1. 软件加密与解密

    0下载:
  2. 看雪论坛2001年12月25日之前的精华帖集合,记录软件加密解密的大量实例.-see Ice Forum on December 25, 2001 prior to the essence TIE pool records software encryption and decryption of a number of examples.
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:1956599
    • 提供者:刘宇
  1. linyisen

    0下载:
  2. 生产者与消费者问题,一共12个缓冲池,生产和消费时间可以自己设定-producers and consumers, a total of 12 buffer pool, the production and consumption of time can be set itself
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:9758
    • 提供者:林一森
  1. 追查ZhuiCha_com网络技术 追查网络技术论坛.files

    0下载:
  2. (2) 主要算法的基本思想: 从题目上来分析我认为这是一个图的最短路径问题。因此决定用Dijkstra算法按路径长度递增的顺序逐步产生最短路径的方法:设置两个顶点的集合T和S,集合S中存放已找到的最短路径的顶点,集合T中存放当前还未找到的最短路径的顶点。初始状态时,集合S中只包含源点V0,然后不断从集合T中选取到顶点V0路径长度最短的顶点加入到集合S中,集合S中每加入一个新的顶点U,都要修改顶点V0到集合T中剩余顶点的最短路径长度值,集合T中各顶点新的最短路径长度值为原来的最短路径长度值与顶
  3. 所属分类:SQL Server数据库

    • 发布日期:2008-10-13
    • 文件大小:23915
    • 提供者:林渊
  1. 网络恶意代码安全手册

    0下载:
  2. 对于网络上流传的恶意代码的一个汇集,不可用于非法用途-network for the spread of malicious code a pool, may not be used for illegal purposes
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:102416
    • 提供者:黄开通
  1. XP优化高氏秘籍

    0下载:
  2. windowsXP优化高氏秘籍是XP的一个高级技巧的集合-AIX optimization Niches SECRET XP is a senior skills pool
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:600457
    • 提供者:许飞
  1. 256色转灰度图---包括试验图像

    1下载:
  2. 256色转灰度图---包括试验图像(图像处理基础算法源代码VC++集合之一)-color to grayscale 256 --- including experimental image (image processing algorithms based on the source code pool one VC)
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:142618
    • 提供者:ZJJ
  1. 05RESPONSE

    0下载:
  2. 该程序主要演示response对象的用法。例如response对象redirect、write、buffer等方法的运用和cookies数据集合的读写操作等-the main demonstration response procedures object usage. For example, targeted response redirect, write, buffer methods and the use of cookies read and write data pool ope
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:4948
    • 提供者:杨洋
  1. PDE_denoise

    4下载:
  2. 使用偏微分方程(PDE)进行图像去噪的matlab代码集合。方法包括:edgestop_diffusion,direction_diffusion,TV_denoise和4阶PDE去噪-use of partial differential equations (PDE) Image Denoising the Matlab code pool. Methods include : edgestop_diffusion. direction_diffusion, and four bands T
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:245515
    • 提供者:屈磊
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 50 »
搜珍网 www.dssz.com