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

搜索资源列表

  1. HnSRTree-2.0beta5a

    0下载:
  2. SR-tree is an index structure for high-dimensional nearest neighbor queries,C++ sourcecode. SR-tree outperforms the R*-tree and the SS-tree especially for high-dimensional and non-uniform data which are likely to appear in the actual image / video a
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:461186
    • 提供者:hu
  1. Md5

    0下载:
  2. 用于生成MD5,对大文件操作非常的快,我用了,特别NB的呢。-Used to generate MD5, operations on large files very fast, I used, especially NB in it.
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:54274
    • 提供者:dumpling0606
  1. 2010quicksort

    0下载:
  2. c++用栈代替递归实现的快速排序,快速排序是一种比较节约时间的排序,一般用递归的方法实现,用栈虽然占用空间比递归大,但不要像递归一样把大多的时间浪费在递归的过程中,特别是对数字比较多的排序更有效-Recursive stack instead of using quick sort, quick sort is a kind of sorting to save time, usually with a recursive method to achieve, although the use
  3. 所属分类:Data structs

    • 发布日期:2017-04-15
    • 文件大小:30374
    • 提供者:郑湾州
  1. queue

    0下载:
  2. This queue structure, especially, circular queue which includes clear-cut instructions. you can get the algorithm of queue structure more than other-This is queue structure, especially, circular queue which includes clear-cut instructions. you ca
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:219997
    • 提供者:Henrty
  1. graph.yangxu

    0下载:
  2. 熟悉图的存储方式,实现图的邻接矩阵或者邻接表的存储方式下的基本运算,特别是深度遍历和广度遍历;掌握以图为基础的一些常用算法,如最小生成树、拓扑排序、最短路径等。-Familiar with the map of storage practices, and achieve adjacency matrix or adjacency list is stored under the basic operations, especially in the depth and breadth trav
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:254196
    • 提供者:胡顶豪
  1. poly

    0下载:
  2. 用线性表,链表实现多项式的加减乘等运算。大家要注意指针(尤其是队头指针)的变化。-The linear form, linked to achieve polynomial addition and subtraction, multiplication and other operations. If we want indicators (especially team head pointer) changes.
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:3996
    • 提供者:lily
  1. xu

    0下载:
  2. 掌握线性表的结构特点。 掌握线性表的基本操作:初始化,插入,删除,查找,判空,求线性表长度等运算在顺序存储结构和链式存储结构上的实现。 通过本章实验帮助学生加深对C语言的使用(特别是函数的参数调用、指针类型的应用)。-Grasp the characteristics of the linear structure of the table. Master the basic operation of the linear form: initialization, insert, de
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:1411
    • 提供者:王微
  1. algorithm

    0下载:
  2. 八皇后问题,金币阵列问题,马的哈密顿周游,字典序排列,双色汉诺塔等经典算法的简单解决,尤其适合初学者参考。-Eight Queens problem, gold array of issues, horse Hamiltonian tour, arranged in lexicographic order, color and other classic Tower of Hanoi algorithm is simple to solve, especially for beginners r
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:6618
    • 提供者:jqk
  1. QuestionandAnserabotdatastructure

    0下载:
  2. 关于数据结构中B树的常见问题及回答,归纳的比较全面,适合与相关专业的学生,特别是考生-B on the tree data structure and to answer frequently asked questions, summed up a more comprehensive, suitable and relevant professional students, especially candidates
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:70147
    • 提供者:asa
  1. DataStructAlgorithmC

    0下载:
  2. 该电子书是数据结构与算法的经典书籍,相信对很对开发人员都是很有用的,特别是对使用C的朋友们。-The book is a classic data structures and algorithms books, I believe it is useful to developers, especially the use of C' s friends.
  3. 所属分类:Data structs

    • 发布日期:2017-05-24
    • 文件大小:7829504
    • 提供者:pxj
  1. Identify-in-Dstructure

    0下载:
  2. 简单实现顺序表的查找方法,尤其是二分查找方法以及二叉排序树的建立及查找。 -Find a simple way to achieve order in the table, especially the binary search method and the binary sort tree establishment and Find.
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:2624
    • 提供者:冰与火
  1. top-k

    0下载:
  2. top-k算法用于数据查询,特别对于大量数据查询时效率很高,大大节省了时间-top-k algorithm for data query, especially for very efficient large amounts of data query, saving time
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:1101
    • 提供者:王琳
  1. lianbiao

    0下载:
  2. 关于链表的非常经典的问题与实现,非常实用,尤其是对刚刚学的以及需要面试的同学。-On the list of problems and to achieve a very classic, very useful, especially for newly learned and the need to interview students.
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:5793
    • 提供者:Lzhou
  1. sjk

    0下载:
  2. 数据库(Database)是按照数据结构来组织、存储和管理数据的仓库,它产生于距今五十年前,随着信息技术和市场的发展,特别是二十世纪九十年代以后,数据管理不再仅仅是存储和管理数据,而转变成用户所需要的各种数据管理的方式。数据库有很多种类型,从最简单的存储有各种数据的表格到能够进行海量数据存储的大型数据库系统都在各个方面得到了广泛的应用。-Database (Database) is based on the data structure to organize, store and manage
  3. 所属分类:Data structs

    • 发布日期:2017-05-24
    • 文件大小:8041996
    • 提供者:Neal
  1. ssbm

    0下载:
  2. 编程实现算术编码算法 进一步熟悉算术编码算法; 掌握C语言编程(尤其是数值的进制转换,数值与字符串之间的转换等)-Programming arithmetic coding algorithm More familiar with the arithmetic coding algorithm To master the C programming language (especially values ​ ​ decimal conversion, the
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:232397
    • 提供者:张浩
  1. Comprehensive-database

    0下载:
  2. 数据结构是计算机专业的一门重要的基础课程,尤其是相关的算法,是最为重要,该资料是有关数据结构算法的资料,很重要哦-Data structure is an important basic course in computer professional, especially related algorithm is the most important, the information is information about data structure algorithms, it is i
  3. 所属分类:Data structs

    • 发布日期:2017-05-07
    • 文件大小:1667133
    • 提供者:我是米老鼠
  1. TPS-cpp

    0下载:
  2. 针对TPS的简单贪心算法,可以实现对于TPS的分步解决,内容简单易懂,尤其针对打孔机生产效能提高进行特殊改进。-TPS simple greedy algorithm can achieve a step-by-step solution for TPS, simple and easy to understand, especially for the production efficiency of the drilling machine to improve special improv
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:3713
    • 提供者:Robin
  1. Beerchashui

    0下载:
  2. 二叉树的C++代码 用处很多的哦 尤其对那些正在学学数据结构的同学而言 ,经测试可直接使用。 -Binary tree C++ code useful, a lot especially for those students is to learn the data structure has been tested and can be used directly.
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:8751
    • 提供者:
  1. vb

    0下载:
  2. 公交车作为现代城市生活中一种重要的交通工具,在现代城市生活中尤其重要,公交线路繁多,数量也逐渐增多,这样使得人们的出行很不方便。在这样的背景下,我们决定做公交查询系统,并以六安市公交数据为例,设计了公交查询系统,验证了一些算法的可行性。该算法基于对经典的算法的学习和研究,沿用其关于求最短路径的思想,并加以对换乘次数,站点范围限制等内容的深入研究而提出的。-Bus as an important means of transportation in modern urban life in mod
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:7872
    • 提供者:李李
  1. Algorithm-source-code

    0下载:
  2. 各种常用的算法,对编程人员很有帮助,尤其是对新手很有参考价值。-A variety of commonly used algorithms, the programming staff very helpful, especially for novice great reference value.
  3. 所属分类:Data structs

    • 发布日期:2017-11-30
    • 文件大小:142450
    • 提供者:zhenli
« 12 »
搜珍网 www.dssz.com