搜索资源列表
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
The-program-of-data-structure
- 数据结构的例子程序,包含循环队列、链表队列、线性链表、静态链表、堆栈等的实现。-Examples of program data structures, including circular queue, linked list queue, linked list, static list, stack, etc. to achieve.
analysys-and-design-of-algorithm-ppt
- 我上课用的计算机算法设计与分析的电子教案,内容包括了最基本的分治法,贪心法,动态规划法,-I class computer algorithms used in design and analysis of electronic lesson plans, including the most basic sub-rule law, greedy method, dynamic programming method,
report+of+Algorithm
- 算法设计的实验报告 包括Bottom-Up Merge Sorting算法、插入排序算法Heaps的创建堆、堆排序算法、按秩合并算法以及带路径压缩算法、实现查找第K小元素算法、实现快速排序算法、实现平面内最接近点对算法、实现最长公共子序列算法、实现矩阵链相乘算法、实现0/1背包问题算法、实现Dijistra’s算法、Prim算法、Kruskal算法、文件压缩算法-Experimental Algorithm Design Report including Bottom-Up Merge So
Trie
- Trie数据结构,一种字符串存储方式,可以提高字符串的查找效率-a data structure of Trie, which can be used for storing the strings and improve the searching efficiency for a given string
three-sample-of-Data-Structure
- 数据结构,一共有三个文件,多项式相加,二叉树几种操作,数组正负排序-Data structure, a total of three documents, the sum of polynomials, binary tree several operations to sort the array of plus or minus
Larry_Wasserman_ALL_OF_Statistics
- 这本书就是著名的沃塞曼编写的《统计学完全教程》,它的特点是覆盖全面、实用性强,除常规内容还包括Bootstrap方法、有向图DAGs估计、Wald检验、Delta方法、统计泛函估计等。-This book is prepared by well-known Wasserman 《ALL OF Statistics》, which are covered by the characteristics of a comprehensive, practical, in addition to con
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
hashreplacement
- 利用MD5函数产生随机的无碰撞的像素选择策略-The use of MD5 function produces a random collision-free pixel selection strategy
S3
- vector control: an example in vector control of induction motor
main
- poj2109:Power of Cryptography.贪心算法.正确程序.-poj2109:Power of Cryptography.Greedy algorithm.accepted program.
TheArtofcomputerprogramming
- "The Art of Computer Programming: 1. Fundamental Algorithms 2. Seminumerical Algorithms 3. Sorting and Searching";-"The Art of Computer Programming: 1. Fundamental Algorithms 2. Seminumerical Algorithms 3. Sorting and Searching";
Towers-of-Hanoi-problem
- 用递归算法实现汉诺塔问题,并输出所移动的步数-Towers of Hanoi problem using recursive algorithm,and output the number of the movement
inverse-of-function
- 使用二分查找法,计算一个复杂的原函数的反函数值,将其中的原函数实现改为其他函数,可计算相应函数的反函数值。-Use binary search to calculate a complex inverse of the original function, which will be replaced by the original function of other functions, calculate the value of the corresponding inverse func
CMPS314-A1-
- Solutions to Introduction to The Design & Analysis of Algorithms, Second Edition, Anany Levitin, Chapter 1
state-of-art-algorithms-with-c
- 《数据结构经典算法实现》书籍源代码,c语言实现-data structure and state-of-art algorithms
algorithm-of-C
- 本资料包括若干个文档,具体为C语言的经典算法,和对C语言的深度思考。-This information includes a number of documents, specifically a classical algorithm for the C language, and the depth of thinking on the C language.
Expression-of-Value
- xoj上的一道题目,要求输入一连串的四则运算表达式,然后求值,输入的运算数字范围是0-9999,结果在32整形之内。此程序用到了堆栈,涉及知识比较广-xoj on a subject, asked to enter a series of arithmetic expressions, and then find the value, enter the operation number in the range 0-9999, the results within 32 plastic. Th
The-ssd5-exam-of-nwpu
- 西工大的数据结构期末试题 有需要的学弟学妹可以下哈-NPU end of the test questions data structure mentees need to be under the Kazakhstan
