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

搜索资源列表

  1. acm-pku-1665 the doors

    0下载:
  2. acm-pku-1665 the doors
  3. 所属分类:数据结构常用算法

    • 发布日期:2014-01-18
    • 文件大小:816byte
    • 提供者:lzy
  1. donald e. knuth - the art of computer programming

    1下载:
  2. 卷3为分拣和搜索,这是本书的第1个修订版,它是对计算机分拣和搜索的一流技术的最全面的研究,它扩展了卷1中数据结构的处理方法,将大小数据库以及内存和外部存储都包含在内。本书包括对计算机方法仔细检查的选择方案,和其效率的大量分析。本书该版的独特之处在于优化了的分拣,以及对通用散列法和排列法的新的理论论述。-Volume 3 for sorting and searching, this is the book of a revised edition, it is sorted on the com
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:15.42mb
    • 提供者:邵宇峰
  1. AN EXPERIMENTAL TABU SEARCH CODE FOR THE N-QUEENS PROBLEM

    0下载:
  2. * TSQUEEN.C : <n> number of queens * * <tabu_size> size of the tabu list * * <max_iter> maximum number of iterations * *
  3. 所属分类:数据结构常用算法

  1. The-code

    0下载:
  2. 严蔚敏《数据结构与算法》的书上习题以及例题源代码!-The answers of <<Data structure and algorithms>>
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:246.56kb
    • 提供者:duconghui
  1. the-num-k-element

    0下载:
  2. 寻找中项和第k小元素 通过使用线性时间分析的数学方法 从而找到第k小元素 而不用排序以后再找-you can find the middle element and the num k element in a array which is not originally sorted
  3. 所属分类:Data structs

    • 发布日期:2017-03-21
    • 文件大小:1.07kb
    • 提供者:vincent
  1. ToTheMax.tar

    0下载:
  2. ACM题解: To The Max 一个应用动态规划的例子-ACM Solutions title: To The Max An application of dynamic programming examples
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:60.27kb
    • 提供者:夏雨可
  1. Pagereplacementalgorithm

    0下载:
  2. 页面置换算法设计和实现最佳置换算法、随机置换算法、先进先出置换算法、最近最久未使用置换算法、简单Clock置换算法及改进型Clock置换算法;通过支持页面访问序列随机发生实现有关算法的测试及性能比较。-Page replacement algorithm design and realization of the best replacement algorithm, random permutation algorithm, FIFO replacement algorithm, the mo
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:334.67kb
    • 提供者:张帅
  1. Conversion of binary tree and the tree

    1下载:
  2. 二叉树与树的转换 数据结构重要知识 上课时候老师布置的一个大作业 希望可以帮助到大家 -Conversion of binary tree and the tree
  3. 所属分类:数据结构常用算法

    • 发布日期:2013-03-26
    • 文件大小:170.83kb
    • 提供者:黄磊
  1. 8-Queen-presentation-of-the-original-code

    0下载:
  2. 数据结构课程设计经典问题八皇后动态演示原代码-Classic problem of data structure, curriculum design, dynamic presentation of the original code 8 Queens
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:1.66kb
    • 提供者:liu jian
  1. ssd7exercise1

    0下载:
  2. 描述:这个实验中需要实现的是拍卖系统的3个核心的类(Class Date, class Advertisement, and class Client) 目的: 1,使用C++的数据类型; 2,实现所有声明的函数; 3,使用预处理器实现包含。-Descr iption:This assessment requires the creation of three of the core classes of the auction project. Class Date, clas
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:16.97kb
    • 提供者:邹斌
  1. shuanfa2

    0下载:
  2. 求图的任两结点间的距离,(2) 用二维数组存放C和A ,C是原成本矩阵,A 是求出的距离矩阵 (3) 算法采用三重循环,其中最外层的循环变量必须代表中间结点,中层的循环变量代表头结点而内层循环变量代表尾结点。 (4) 试着把三层循环变量的顺序作些改变,最外层的循环变量仍代表中间结点,而中层循环变量代表尾结点,内层循环变量代表头结点。把两种做法所得结果作比较,看结果是否相同 (5) 显示结果要清晰易懂 (6) 本题运行结果 -Order to map any of the di
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:932.77kb
    • 提供者:lixiang
  1. CMPS314-A1-

    0下载:
  2. Solutions to Introduction to The Design & Analysis of Algorithms, Second Edition, Anany Levitin, Chapter 1
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:35.35kb
    • 提供者:Kay
  1. the-shortest-path

    0下载:
  2. 在VC 环境下用算法求出最短距离,该算法克服了以往算法的缺点-VC environment in the shortest distance calculated by algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:1.55kb
    • 提供者:赵瑞
  1. Dijkstra-the-shorest-path

    0下载:
  2. 最短路径djist算法的C++实现源码 -the implements of Dijkstra using C++ search for the shorest path
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:238.9kb
    • 提供者:杨欣
  1. algorithm---the-source-

    0下载:
  2. 《数据结构》算法实现及解析 高一凡著源码-" Data structure" algorithm, and one where the high resolution
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:200.07kb
    • 提供者:yd
  1. The-acheivement-of-Linklist

    0下载:
  2. 实现单链表表上的各种操作:初始化,创建,输出元素,销毁,插入,删除,定位,求表长、“判空”,单链表排序,两个链表的归并以及“删除重复的元素”共计12个操作。-Single-linked list form on a variety of operations: initialization, create and output elements, destruction, insert, delete, locate, find the table length, " sub-space
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:194.17kb
    • 提供者:李锐
  1. The-achievement-SqList

    0下载:
  2. 编写C(C++)应用程序,实现顺序表上的各自操作:初始化,创建,显示,销毁,插入,删除,定位,求表长、“判空”以及合并两个顺序表。-Write C (C++) application, the order form to achieve their respective operations: initialize, create, display, destruction, insert, delete, locate, find the table length, " sub-spa
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:284.66kb
    • 提供者:李锐
  1. zoj-1007-Do-the-Untwist

    0下载:
  2. zoj 1007 源代码。已经测试通过 AC-zoj 1007 source code. Has been tested by AC
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:539.58kb
    • 提供者:caoxulei
  1. the-stack-algorithm-set

    0下载:
  2. 利用c++实现顺序栈的逆置算法,内含debug~-C++ implementation using the inverse order of the stack algorithm set that contains debug ~
  3. 所属分类:Data structs

    • 发布日期:2017-03-27
    • 文件大小:224.74kb
    • 提供者:丁丁
  1. The-art-of-computer-programming-1

    0下载:
  2. 经典的计算机编程艺术第一卷,绝对经典的一本书!关于数据结构,算法都有详细的阐述! -The classic art of computer programming volume I, an absolute classic of a book! On data structures, algorithms are explained in detail!...
  3. 所属分类:Data structs

    • 发布日期:2017-06-01
    • 文件大小:13.42mb
    • 提供者:cl
« 12 3 4 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com