CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 数据结构常用算法 搜索资源 - 说明文档

搜索资源列表

  1. miracl-user

    0下载:
  2. 一套关于大数运算函数库,用来设计与大数运算相关的密码学之应用,这里是说明文档-a majority of computing functions, for the design and operation of large numbers of Cryptography Application, here is the documentation
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:348954
    • 提供者:zhu
  1. tree-2.03

    0下载:
  2. 一个德国人Kasper Peeters用C++ template写的tree的STL实现,并和STL其他容器vector,map一样,提供标准STL接口,供用户调用。非常有参考价值,说明文档参见tree.pdf。-a German Kasper Peeters C template to write the tree S TL realized, and other containers and STL vector, map, providing standard STL interface,
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:196141
    • 提供者:陈铤杰
  1. MAtrixVC

    0下载:
  2. 矩阵运算,用于进行矩阵运算的C++算法,内有说明文档!-matrix operations used in the C matrix algorithm, which is documented!
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:75062
    • 提供者:zfly
  1. maxflow-v2.2.src.tar

    0下载:
  2. 最大流最小割算法的经典实现,对于图像处理的初学者很有帮助。内附说明文档。
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:22304
    • 提供者:夏晓宁
  1. C_Code_of_FAT_Filesystem_for_Eemonstration_Date_20

    0下载:
  2. fat16文件系统源代码和演示程序,内附详细说明文档
  3. 所属分类:数据结构常用算法

    • 发布日期:2015-06-12
    • 文件大小:266479
    • 提供者:曾从
  1. c++DesignWorks

    0下载:
  2. C++数据结构课程设计的源代码,里面有二十多个选题,每个选题均提供了详细的说明和经过编译的源代码以及选题的介绍,这些都在说明文档里,很有价值,值得下载。代码很多,管理员多给点点数啊,嘿嘿。
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:3431021
    • 提供者:黄珺
  1. kechengsheji

    0下载:
  2. 银行家算法 具有详细的说明文档 可供学生朋友使用和学习
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:214295
    • 提供者:Cavan
  1. Haffman

    1下载:
  2. 哈夫曼算法的应用,是对一个文章利用哈夫曼树进行编码和解码,里面包含详细说明文档-Application of Huffman algorithm is an article for the use of Huffman encoding and decoding tree, which contains detailed descr iption of the document
  3. 所属分类:Data structs

    • 发布日期:2017-04-28
    • 文件大小:83982
    • 提供者:彭宗山
  1. Josephus

    0下载:
  2. 约瑟夫环的实验,包括一个cpp源代码文件以及doc说明文档。-Joseph ring experiments, including a cpp source code files and documentation.
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:51313
    • 提供者:lin
  1. houzhuishu

    0下载:
  2. 内有后缀树源码及相关说明文档ppt,算法较完整,经过试验,可以运行,希望对你有帮助-Source within the suffix tree and related documentation ppt, more complete method, after testing, you can run, I hope to help you
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:522903
    • 提供者:王小峰
  1. HASH(Trie)-

    0下载:
  2. hash trie树 字典树,完整的sdk开发包 具有说明文档-hash trie tree dictionary tree, the complete development kit with documentation sdk
  3. 所属分类:Data structs

    • 发布日期:2017-04-09
    • 文件大小:2093900
    • 提供者:陈勇
  1. uthash-1.5

    0下载:
  2. 一个非常不错的c++哈希表结构算法,有详细说明文档-A very good c++ hash table structure algorithm, a detailed documentation
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:469569
    • 提供者:z
  1. HuffmanCoding

    0下载:
  2. 哈夫曼编码,用C语言实现的. 包括说明文档,源码,和可执行文件-Huffman coding, implemented in C language
  3. 所属分类:Data structs

    • 发布日期:2017-04-24
    • 文件大小:33526
    • 提供者:cyl
  1. data-structure-Graph

    1下载:
  2. 本软件围绕无向图的应用这一主题,用图形化的界面实现了无向图的建立、显示邻接表、动态构造最小生成树(分别利用Prim算法和Kruscal算法)、查找最短路径等功能。 具体功能: 给定一个图,完成: (1) 建立并显示出它的邻接链表 (2) 分别用普里姆算法和克鲁斯卡尔算法构造其最小生成树,随时显示其构造的过程 (3) 给出某一确定顶点到所有其他顶点的最短路径 (4) 给出每一对顶点之间的最短路径 说明:程序开发时所用的文件和源码在文件夹“配套文件”中提供。另附说明
  3. 所属分类:Data structs

    • 发布日期:2017-05-11
    • 文件大小:3050480
    • 提供者:lsc
  1. QQUBBIT4MATLAu

    1下载:
  2. 量子信息科学使用的源码和量子进化算法,包含量子状态等等,而且附有详细的说明文档 可直接使用。 已通过测试。 -Source of quantum information science and quantum evolutionary algorithm, including the quantum state, and accompanied by detailed documentation can be used directly. Has been tested.
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:255219
    • 提供者:
  1. HotelManage.zip

    0下载:
  2. 酒店管理系统介绍说明文档及源代码使用C++MFC开发,Hotel management system documentation and source code C++MFC development
  3. 所属分类:Data structs

    • 发布日期:2017-11-01
    • 文件大小:8383204
    • 提供者:梁建勋
  1. strassen

    0下载:
  2. Java实现Strassen大矩阵乘法,内有说明文档-Big Java implementation Strassen matrix multiplication, there are documented
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:145083
    • 提供者:杨哇嘎
  1. VariReg

    0下载:
  2. 很好的数据挖掘软件,完全免费.内附说明文档,总之是比较先进的开源挖掘软件。-hen hao de shuju wajue ruanjian ,fansiren de,zhegewangzhan zhixiang zhuanqian .
  3. 所属分类:Data structs

    • 发布日期:2017-05-14
    • 文件大小:3420792
    • 提供者:huaixiang.song
  1. joseph

    0下载:
  2. 代码用优化算法解决了经典约瑟夫问题,算法复杂度为o(n),并且附有算法分析和说明文档。-Code with a simple algorithm to solve the classic problem of Joseph
  3. 所属分类:Data structs

    • 发布日期:2017-04-28
    • 文件大小:30555
    • 提供者:ylcs
  1. frequency-statistic

    0下载:
  2. 算法实现了统计任一字符串中各个不同字符出现的频率,附有说明文档和算法分析。-Algorithm to achieve a frequency statistics Any string of characters appearing in different, with the documentation and analysis of algorithms.
  3. 所属分类:Data structs

    • 发布日期:2017-04-26
    • 文件大小:43480
    • 提供者:ylcs
« 12 »
搜珍网 www.dssz.com