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

搜索资源列表

  1. shiyan01

    1下载:
  2. 功能强大,包括:创建新十字链表、节点删除、节点插入、打印十字链表 、存盘、文件中恢复(读出)矩阵、检索指定矩阵元素(关键字是行列下标) 、检索一个指定矩阵元素(关键字是矩阵元素值)-powerful features, including : creating a new Cross List, delete nodes, the nodes to insert, print Cross Chain, archive, the paper recovery (read) matrix, retr
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2813
    • 提供者:孙廷
  1. randomc

    0下载:
  2. Uniform random number generators by Agner Fog, 2001 - 2007 randomc.zip contains a C++ class library of uniform random number generators of good quality. The random number generators found in standard libraries are often of a poor quali
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:102418
    • 提供者:lilin
  1. K-degree-constrained-minimum-spanning-tree

    0下载:
  2. 本压缩包完整地实现了最小可度限制生成树的算法程序,代码很完整。-The archive can be fully achieved the degree-constrained minimum spanning tree algorithm program, the code is very complete.
  3. 所属分类:Data structs

    • 发布日期:2017-03-24
    • 文件大小:2403
    • 提供者:榔头
  1. Archive

    0下载:
  2. Liste Simplu Inlantuite
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1236
    • 提供者:vanea
  1. Archive

    0下载:
  2. randomized quick sort with visualizer
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:3476
    • 提供者:galtaash
  1. ssd5exercise1

    0下载:
  2. 美国卡耐基梅隆大学 软件工程专业 数据结构与算法 exercise5 压缩包-Carnegie Mellon University Software Engineering Data Structures and Algorithms exercise5 archive
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:3322
    • 提供者:王玉玲
  1. FastJob

    0下载:
  2. 快速作业排序,输入作业数后能够进行快速排序,代码在压缩包里面,希望对大家有帮助-Fast Scheduling, can enter the job after a few quick sort code in the archive which, we hope to help
  3. 所属分类:Data structs

    • 发布日期:2017-05-06
    • 文件大小:1095572
    • 提供者:刘博文
  1. Floyd

    0下载:
  2. Floyd算法 哦 内容详见压缩包 很经典的程序- Floyd algorithm is the classic program archive
  3. 所属分类:Data structs

    • 发布日期:2017-04-24
    • 文件大小:19166
    • 提供者:李明
  1. Binary-sequence-tree

    0下载:
  2. 二叉顺序树请认真书写上传资料的详细功能、包含内容说明(至少要20个字)。尽量不要让站长把时间都花费在为您修正说明上。压缩包解压时不能有密码。-Binary tree in order to write upload information carefully detailed features, including content descr iption (at least 20 words). Try not to let owners to spend your time on the c
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:26016
    • 提供者:肖扬
  1. CPPdaimasdoublelistandsinglelist

    0下载:
  2. 这个压缩包中包含了单向链表以及双向链表置逆如何实现的相关代码,是数据结构中重要的一环节,希望有帮助-This archive contains a singly linked list and doubly linked lists set against how The relevant code is the data structure important part, want to help
  3. 所属分类:Data structs

    • 发布日期:2017-04-15
    • 文件大小:17173
    • 提供者:li
  1. LiveArchiveAcmIcpcQuestions

    0下载:
  2. Live archive Acm Icpc Questions
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:1908
    • 提供者:pedro
  1. atof

    0下载:
  2. 将字符串转换为浮点数子的小程序 -Please carefully write the upload information, including content descr iption (at least 20 words). Try not to let the owners have spent the time you fix instructions. Can not have a password archive decompression.
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:3969
    • 提供者:Michael
  1. Archive

    0下载:
  2. binaryNode 和 binarysearchtree 是实现了一个二叉树。arrayvector是自己实现的vector。binary search 是一个二元搜索方法。 single list是自己实现的一个单向链表。findthemajority是寻找数组中主元素的一个算法。list是用数组实现的一个链表。permute是一个实现全排列的算法。-binaryNode and binarysearchtree is the realization of a binary tree. ar
  3. 所属分类:Data structs

    • 发布日期:2017-11-15
    • 文件大小:5296
    • 提供者:曾宇峤
  1. Submit_Final

    0下载:
  2. 波兰计算机程序设计大赛试题Mushroom[B] (http://main.edu.pl/en/archive/pa/2010/grz)-The answer to PA2010 Mushroom[B](http://main.edu.pl/en/archive/pa/2010/grz)
  3. 所属分类:Data structs

    • 发布日期:2017-11-27
    • 文件大小:1448
    • 提供者:刘奥
  1. kmp.cpp.tar

    0下载:
  2. 自己写的KMP,供大家参考使用,参照前辈的博客-->http://www.cnblogs.com/dolphin0520/archive/2011/08/24/2151846.html-Write your own KMP, for reference use, reference predecessors blog-> http://www.cnblogs.com/dolphin0520/archive/2011/08/24/2151846.html
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:795
    • 提供者:权威
  1. 123

    0下载:
  2. 文本内容过滤 是将文本内容进行向量模型过滤再进行分类,对文件内容进行分类后归档-Text is the text content filtering content filtering vector model and then classify, categorize the contents of the file archive
  3. 所属分类:Data structs

    • 发布日期:2017-05-21
    • 文件大小:6485562
    • 提供者:marui
  1. Read-DATA

    0下载:
  2. 该压缩包中包含几个预测领域用到的原始数据读取的代码。代码简单易懂,且部分有注释,值得初学者学习。-The archive contains the code used in several areas of the original forecast data read. Code is easy to understand, and some notes, worth learning for beginners.
  3. 所属分类:Data structs

    • 发布日期:2017-06-01
    • 文件大小:14293102
    • 提供者:逐风
  1. huffman

    0下载:
  2. 基于Huffman编码的文件压缩设计:本次实验将文件中的字符作为结点,每个字符在文件中出现的频率作为结点的权值,采用Huffman算法构造Huffman树,将字符用尽可能短的二进制数位表示(频率越低,二进制数位越长),而不是用8位的ASCII码进行存储,已达到节省存储空间,压缩文件的目的。 程序设计的步骤如下: 1、统计需压缩文件中每个字符出现的频率; 2、将每个字符出现的频率作为叶子结点构建Huffman树,然后将树中结点引向其左孩子的分支标“0”,引向其右孩子的分支标“1”;
  3. 所属分类:Data structs

    • 发布日期:2017-04-30
    • 文件大小:78022
    • 提供者:
  1. Archive

    0下载:
  2. 三道有关二叉搜索树以及堆的数据结构题目代码,使用c以及c++(Three problems about data structure)
  3. 所属分类:数据结构

    • 发布日期:2018-01-01
    • 文件大小:1024
    • 提供者:c4tbro
  1. Archive 3

    0下载:
  2. 数据结构oj作业第一题,使用布尔数组的新颖算法(Data structure OJ homework first question, a new algorithm using Boolean array)
  3. 所属分类:数据结构

    • 发布日期:2018-05-02
    • 文件大小:2048
    • 提供者:江江jiang
« 12 »
搜珍网 www.dssz.com