资源列表
project3
- 通过读入的输入文件来判断开始点到终止点之间的最短路以及此图是否为有向无环图-You will read the standard input a descr iption of a graph and then report two things on that graph: 1. The shortest path between a source node and a destination node specified in the input. 2. Whether the g
RiASourceCode
- R语言学习资料,可是中文版本哦,适合初学者学习-R language learning materials, but the Chinese version of Oh, suitable for beginners to learn
PrefixSpan-CPP
- PrefixSpan C++增加了时间计算,讲解非常详细-PrefixSpan C++
MAGA
- MAGA多智能体进化算法源码,已经调好,直接可以运行。-MAGA multi agent evolutionary algorithm source code, have a good tune, you can directly run.
exp5_binarytree2
- 输入一个完全二叉树的层次遍历字符串,创建这个二叉树,输出前序中序后序遍历,结点数目,二叉树高度。-Enter a complete binary tree hierarchy traversal string to create the binary tree traversal sequence after sequence output in the preamble, the number of nodes, the binary tree height.
模糊C均值聚类算法
- 模糊C均值聚类算法工具箱 总有一种程序适合你
d
- 稀疏矩阵的压缩存储: 实现稀疏矩阵压缩存储,并实现矩阵转置和求和。 输入矩阵时,首先需要输入非零元素的个数,然后分别输入矩阵的 行号,列号和值。 输完2个矩阵后,自动进行计算第一个矩阵的转置以及两个矩阵的和。 例如:输入如下: 100 90 5 //矩阵的行数为100,列数为90,共5个非零元素。 1 10 100 //a(1,10)=100 50 60 200//a(50,60)=200 50 80 100//a(50,80)=10
FBP重建算法
- 基于C语言编程的C语言投影,滤波反投影重建算法,从外界加载的图片。
chandc2
- 图的邻接表存储与深度优先遍历.设计图的邻接表存储结构,数据元素的数据部分可以是随机生成的整数;设计图的深度优先遍历算法;-a vc++ program about the store of a graph and how to go over it
bingxingjisuan
- 一个基于区域分解和MPI消息传递接口技术的关于热传导方程的求解。-A domain decomposition and MPI message passing interface technology on thermal conduction equations based.
quadtree
- 四分树的构造,二叉树的进阶版,算法入门竞赛里面的题目-The structure of the four tree, binary tree premium, introduction to algorithms inside the title of the competition
数据结构源码
- 严尉敏,吴伟民版数据结构源代码,全部都能运行通过,可供学习数据结构这门课程的人员参考,提升对数据结构的掌握
