资源列表
Generalized_inverse_of_matrix
- 求矩阵的广义逆。对矩阵没有限制,可以是方阵,也可以不是方阵。-Generalized inverse of a matrix. There is no limit on the matrix, can be square, you can not square.
CppAndDataStructure
- 王立柱编著的《C/C++与数据结构》上册的课件和源码-Wang column compiled the " C/C++ and data structure" on the books of the courseware and the source
jhys
- 本程序为c语言数据结构(清华严蔚敏)关于集合运算的课程设计,详细源码加注释-This procedure for the c language data structure (Tsinghua Yan Wei Min) on the set operations of curriculum design, plus detailed source notes. . .
K_Merge
- 文件的多路归并排序算法, C++描述(要求待排序文件已经事先有序)-C++ implementation of K-Merge Algorithm
91331988FCM
- fcm聚类的聚类分析方法, c++的载体,可用于数据的聚类-fcm
graph
- 数据结构——图的基本结构 求给定图中的边(或弧)的数目。 求解出从给定顶点到所有顶点的最短路径(以边数计算)。 判断一个有向图g是否是一棵有向树。(任意一个顶点可能是根) 对给定的图G及出发点,设计算法从出发深度遍历图G,并构造出相应的生成树。 -Data structure- that the basic structure of the given graph edge (or arc) number. Solving out from a given vertex to a
maopao
- 一个冒泡法的程序,里面含有对一给数据和一组字符串分别进行冒泡排序,自己运行过了,可以使用的。-A bubble law procedures, which contain a string to the data and a set of bubble sort separately, their run-off, and can be used.
A
- 本文件为C语言编写,A星寻路算法,自动寻找最优路径-This document is written in C, A Star pathfinding algorithm, automatically find the optimal path. .
mengtekaluo
- 对蒙特卡洛算法进行了详细的叙述讲解,包括简单随机抽样、离散系统模拟、连续系统的模拟、蒙特卡洛的应用等-Of the Monte Carlo algorithm is described in detail explanations, including simple random sampling, discrete system simulation, continuous system simulation, the application of Monte Carlo
Lineartableoperation
- 线性表操作,用C++语言编写的线性表的操作程序,数据结构的经典程序-Linear table operation, with C++ language of the linear form of operating procedures, the data structure of the classic procedure
tt0201
- 建立两个顺序表(通过随机过程生成,并排序); 输出合并前的结果 对这两个顺序表进行合并; 输出合并结果-The establishment of two sequence table (generated by random processes, and sort) output results before the merger to merge the two order forms output combined results
daohang
- 用c语言实现的校园导航,包含多个顶点的无向图。具体功能有,最短路径,最佳路径(汉米尔顿回路)。-With c language campus navigation, multiple vertices undirected graph. Specific function, shortest path, the best path (Hamilton circuit).
