搜索资源列表
HnSRTree-2.0beta5a
- 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
Md5
- 用于生成MD5,对大文件操作非常的快,我用了,特别NB的呢。-Used to generate MD5, operations on large files very fast, I used, especially NB in it.
2010quicksort
- 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
queue
- 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
graph.yangxu
- 熟悉图的存储方式,实现图的邻接矩阵或者邻接表的存储方式下的基本运算,特别是深度遍历和广度遍历;掌握以图为基础的一些常用算法,如最小生成树、拓扑排序、最短路径等。-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
poly
- 用线性表,链表实现多项式的加减乘等运算。大家要注意指针(尤其是队头指针)的变化。-The linear form, linked to achieve polynomial addition and subtraction, multiplication and other operations. If we want indicators (especially team head pointer) changes.
xu
- 掌握线性表的结构特点。 掌握线性表的基本操作:初始化,插入,删除,查找,判空,求线性表长度等运算在顺序存储结构和链式存储结构上的实现。 通过本章实验帮助学生加深对C语言的使用(特别是函数的参数调用、指针类型的应用)。-Grasp the characteristics of the linear structure of the table. Master the basic operation of the linear form: initialization, insert, de
algorithm
- 八皇后问题,金币阵列问题,马的哈密顿周游,字典序排列,双色汉诺塔等经典算法的简单解决,尤其适合初学者参考。-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
QuestionandAnserabotdatastructure
- 关于数据结构中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
DataStructAlgorithmC
- 该电子书是数据结构与算法的经典书籍,相信对很对开发人员都是很有用的,特别是对使用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.
Identify-in-Dstructure
- 简单实现顺序表的查找方法,尤其是二分查找方法以及二叉排序树的建立及查找。 -Find a simple way to achieve order in the table, especially the binary search method and the binary sort tree establishment and Find.
top-k
- top-k算法用于数据查询,特别对于大量数据查询时效率很高,大大节省了时间-top-k algorithm for data query, especially for very efficient large amounts of data query, saving time
lianbiao
- 关于链表的非常经典的问题与实现,非常实用,尤其是对刚刚学的以及需要面试的同学。-On the list of problems and to achieve a very classic, very useful, especially for newly learned and the need to interview students.
sjk
- 数据库(Database)是按照数据结构来组织、存储和管理数据的仓库,它产生于距今五十年前,随着信息技术和市场的发展,特别是二十世纪九十年代以后,数据管理不再仅仅是存储和管理数据,而转变成用户所需要的各种数据管理的方式。数据库有很多种类型,从最简单的存储有各种数据的表格到能够进行海量数据存储的大型数据库系统都在各个方面得到了广泛的应用。-Database (Database) is based on the data structure to organize, store and manage
ssbm
- 编程实现算术编码算法 进一步熟悉算术编码算法; 掌握C语言编程(尤其是数值的进制转换,数值与字符串之间的转换等)-Programming arithmetic coding algorithm More familiar with the arithmetic coding algorithm To master the C programming language (especially values decimal conversion, the
Comprehensive-database
- 数据结构是计算机专业的一门重要的基础课程,尤其是相关的算法,是最为重要,该资料是有关数据结构算法的资料,很重要哦-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
TPS-cpp
- 针对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
Beerchashui
- 二叉树的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.
vb
- 公交车作为现代城市生活中一种重要的交通工具,在现代城市生活中尤其重要,公交线路繁多,数量也逐渐增多,这样使得人们的出行很不方便。在这样的背景下,我们决定做公交查询系统,并以六安市公交数据为例,设计了公交查询系统,验证了一些算法的可行性。该算法基于对经典的算法的学习和研究,沿用其关于求最短路径的思想,并加以对换乘次数,站点范围限制等内容的深入研究而提出的。-Bus as an important means of transportation in modern urban life in mod
Algorithm-source-code
- 各种常用的算法,对编程人员很有帮助,尤其是对新手很有参考价值。-A variety of commonly used algorithms, the programming staff very helpful, especially for novice great reference value.