搜索资源列表
hashmap
- 用hashmap实现查找,存储等功能 定义了一个接口,并用稀疏矩阵实现-hashmap with Lookup, storage, and other functions defined by an interface, and using sparse matrix to achieve
CalJuZhen
- 矩阵逆置。特点是不增加额外存储空间。http://itzone.xsblog.com-matrix inverse home. Features are no additional storage space. Http://itzone.xsblog.com
chashu
- 很多大作业都用到了里面的方法,就是采用矩阵存储的方式存储数据,节省了大量的内存空间,运算速度也得到了提高,调用它是需要在DOS下进行
ComputerTest
- 采用邻接矩阵实现有向网的存储,建立有向网,并实现单源最短路径算法。-Adjacency matrix are used to achieve the network storage, establishing the network, and to achieve single-source shortest path algorithm.
graph
- 实现图的存储结构---实现无权邻接矩阵和有权邻接矩阵的设置和输出-Implement plans to achieve the storage structure--- right adjacency matrix and adjacency matrix of the right to set and output
acm_1191
- 编写一个程序输入一个mXn的矩阵存储并输出,并且求出每行的最大值和每行的总和。 要求把每行总和放入每行最大值的位置,如果有多个最大值,取下标值最小的那一个作为最大值。 最后将结果矩阵输出。-Write a program to input a mXn matrix storage and output, and calculated for each row and each row of the maximum value of the sum of. For each
Backpack_01
- 动态规划法实现0-1背包,分析存储矩阵中的填充部分。-The dynamic programming method to achieve the 0-1 knapsack padding in the memory matrix.
2
- 1)自选存储结构,输入含n个顶点(用字符表示顶点)和e 条边的图G; (2)求每个顶点的度,输出结果; (3)指定任意顶点x为初始顶点,对图G作DFS遍历,输出DFS 顶点序列(提示:使用一个栈实现DFS); (4)指定任意顶点x为初始顶点,对图G作BFS遍历,输出BFS 顶点序列(提示:使用一个队列实现BFS); (5)输入顶点x,查找图G:若存在含x的顶点,则删除该结点及 与之相关连的边,并作DFS遍历(执行操作3);否则输出信 息“无x”; (6)判断图G是
