搜索资源列表
acm-pku-1665 the doors
- acm-pku-1665 the doors
donald e. knuth - the art of computer programming
- 卷3为分拣和搜索,这是本书的第1个修订版,它是对计算机分拣和搜索的一流技术的最全面的研究,它扩展了卷1中数据结构的处理方法,将大小数据库以及内存和外部存储都包含在内。本书包括对计算机方法仔细检查的选择方案,和其效率的大量分析。本书该版的独特之处在于优化了的分拣,以及对通用散列法和排列法的新的理论论述。-Volume 3 for sorting and searching, this is the book of a revised edition, it is sorted on the com
AN EXPERIMENTAL TABU SEARCH CODE FOR THE N-QUEENS PROBLEM
- * TSQUEEN.C : <n> number of queens * * <tabu_size> size of the tabu list * * <max_iter> maximum number of iterations * *
The-code
- 严蔚敏《数据结构与算法》的书上习题以及例题源代码!-The answers of <<Data structure and algorithms>>
the-num-k-element
- 寻找中项和第k小元素 通过使用线性时间分析的数学方法 从而找到第k小元素 而不用排序以后再找-you can find the middle element and the num k element in a array which is not originally sorted
ToTheMax.tar
- ACM题解: To The Max 一个应用动态规划的例子-ACM Solutions title: To The Max An application of dynamic programming examples
Pagereplacementalgorithm
- 页面置换算法设计和实现最佳置换算法、随机置换算法、先进先出置换算法、最近最久未使用置换算法、简单Clock置换算法及改进型Clock置换算法;通过支持页面访问序列随机发生实现有关算法的测试及性能比较。-Page replacement algorithm design and realization of the best replacement algorithm, random permutation algorithm, FIFO replacement algorithm, the mo
Conversion of binary tree and the tree
- 二叉树与树的转换 数据结构重要知识 上课时候老师布置的一个大作业 希望可以帮助到大家 -Conversion of binary tree and the tree
8-Queen-presentation-of-the-original-code
- 数据结构课程设计经典问题八皇后动态演示原代码-Classic problem of data structure, curriculum design, dynamic presentation of the original code 8 Queens
ssd7exercise1
- 描述:这个实验中需要实现的是拍卖系统的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
shuanfa2
- 求图的任两结点间的距离,(2) 用二维数组存放C和A ,C是原成本矩阵,A 是求出的距离矩阵 (3) 算法采用三重循环,其中最外层的循环变量必须代表中间结点,中层的循环变量代表头结点而内层循环变量代表尾结点。 (4) 试着把三层循环变量的顺序作些改变,最外层的循环变量仍代表中间结点,而中层循环变量代表尾结点,内层循环变量代表头结点。把两种做法所得结果作比较,看结果是否相同 (5) 显示结果要清晰易懂 (6) 本题运行结果 -Order to map any of the di
CMPS314-A1-
- Solutions to Introduction to The Design & Analysis of Algorithms, Second Edition, Anany Levitin, Chapter 1
the-shortest-path
- 在VC 环境下用算法求出最短距离,该算法克服了以往算法的缺点-VC environment in the shortest distance calculated by algorithm
Dijkstra-the-shorest-path
- 最短路径djist算法的C++实现源码 -the implements of Dijkstra using C++ search for the shorest path
algorithm---the-source-
- 《数据结构》算法实现及解析 高一凡著源码-" Data structure" algorithm, and one where the high resolution
The-acheivement-of-Linklist
- 实现单链表表上的各种操作:初始化,创建,输出元素,销毁,插入,删除,定位,求表长、“判空”,单链表排序,两个链表的归并以及“删除重复的元素”共计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
The-achievement-SqList
- 编写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
zoj-1007-Do-the-Untwist
- zoj 1007 源代码。已经测试通过 AC-zoj 1007 source code. Has been tested by AC
the-stack-algorithm-set
- 利用c++实现顺序栈的逆置算法,内含debug~-C++ implementation using the inverse order of the stack algorithm set that contains debug ~
The-art-of-computer-programming-1
- 经典的计算机编程艺术第一卷,绝对经典的一本书!关于数据结构,算法都有详细的阐述! -The classic art of computer programming volume I, an absolute classic of a book! On data structures, algorithms are explained in detail!...