资源列表
HOUZI
- 猴子选大王
house
- Householder变换是基本的数学变换之一。其作用是将被变换向量映射成相同模的其它向量。其应用之一是QR分解。
test_mat
- 数据结构与算法-程序、素材---使用矩阵类-Data Structures and Algorithms- procedures, materials--- the use of matrices
Int
- 线性插值算法上机已验证成功适合于计算方法学习者编程-Linear interpolation algorithm on the machine has proved to be successful learners calculation method suitable for programming
SourFile
- 高效率的并查集。 使用rank来优化。-Efficient and check collection. To optimize the use of rank.
dijskshortstpathalgorithm
- dijsk最短路径算法(matlab),求图像两点间的最短路径-dijsk shortest path algorithm (matlab), for images of the shortest path between two points
CPP
- 面向对象的程序设计:数据结构<向量类实现优先队列>-Object-Oriented Programming: data structures < vector implementation of priority queue type>
MKTHNUM
- K-th smallest number for a given a range in (logN)^3 per query.
the-eight-queens
- 解决C++中的一个难题:八皇后问题,代码有一定的参考性。-Solution in C++ a problem: the eight queens problem, the code has some reference.
danlianbiao
- 数据结构(C语言)单链表)的实现 欢迎分享与交流-Data structure (C language) singly linked list) implementations are welcome to share and exchange
non_linear_chara
- analysis of non linear characteristics of speech signals
Floyd
- Floyd算法的C++实现,求任意两点间最短路径 算法复杂度 O(n^3)-Floyd algorithm