搜索资源列表
-
0下载:
本程序对输入的矩阵选择最优相乘次序,并以此次序显示矩阵相乘的过程,输出所需相乘的次数-procedures for the importation of matrix multiplication order to choose optimal, and this order shows that the process of matrix multiplication. Output multiplication of the number required
-
-
0下载:
矩阵运算程序 功能分析: 本程序能完成矩阵的输入、输出。具有相同行数和列数的矩阵间的加法、减法。符合矩阵乘法规则要求的矩阵间的乘法。方阵间的除法,方阵的求逆。矩阵的求转置矩阵等功能。-matrix calculation procedures Functional Analysis : This procedure can be completed matrix of input and output. Few firms have the same number of series and t
-
-
0下载:
第二篇 文件操作
实例24 文件加密(1)
实例25 文件加密(2)
实例26 批处理程序的加密
实例27 给自己的程序加上行号
实例28 文件分割程序
实例29 删除目录树
实例30 显示系统文件表
实例31 显示一个目录的存储内容
实例32 递归读取磁盘文件
实例33 C语言直接读取FoxPro的.DBFYYWR
实例34 用索引文件读取数据项
实例35 加密数据库
第三篇 系统调用
实例36 用C语言内嵌汇编语言实现
-
-
0下载:
动态规划实现矩阵链相乘
使用动态规划,实现矩阵链的相乘,减少了代价-Dynamic programming to achieve matrix-chain multiplication
-
-
0下载:
用来计算矩阵乘法的源码程序,书籍源码,便于学习-Source code used to calculate the matrix multiplication program, books, source code, easy to learn
-
-
0下载:
计算矩阵连乘积需要的数乘次数最少的次数。
构成矩阵连乘积的最优解-Computing matrix multiplication with the product needs of the least number of times. Constitute a matrix with the optimal solution of the product
-
-
0下载:
矩阵链乘。给定多个矩阵的维度,求出他们的相乘顺序,使得,按这样的顺序相乘的代价最小-Matrix chain multiplication。Solve the matrix chain order for a specic problem. This can be done by computing MATRIXCHAIN-
ORDER(p) where p = h5 10 3 12 5 50 6i
-
-
0下载:
Strassen矩阵乘法,运用分治法,书上资料,编译通过-Strassen matrix multiplication using divide-and-conquer method book, compiled by
-
-
0下载:
矩阵Strassen算法,调试成功,和普通矩阵乘法的比较。-Strassen matrix algorithms, debugging success, and the general comparison matrix multiplication.
-
-
0下载:
矩阵相乘需要接合矩阵轮的相关知识,本程序说明了其中所有过程。-Bonding matrix matrix multiplication requires knowledge round, the procedure described in which all processes.
-
-
0下载:
用C语言描述矩阵的相关运算,包括矩阵转置,矩阵相乘,相加,求逆运算。希望对学矩阵的初学者有帮助。-C language is used to describe the correlation operation matrix, including matrix transpose, matrix multiplication, addition, inversion. Want to help beginners learn the matrix.
-