搜索资源列表
5个c程序源代码
- 五个c源代码 矩阵的运算方法 邻接矩阵求解最短路径 全屏幕模拟时钟 先序遍历非递归算法 字符串查找-5 c source code matrix arithmetic method adjacency matrix for the Shortest Path full-screen analog clock preorder non - recursive algorithm to search string
数学
- c语言的数学实验报告 (该程序经过调试成功后能实现五项功能:1,解n阶行列式;2,解n阶线性方程; 3,求矩阵相乘;4,求矩阵;5,退出) 交作业好用-mathematical experiment (after debugging the program can achieve success after five functions : 1. Xie n order determinant; 2, n-order solution of linear equations; 3, seekin
gauss-C
- * 高斯列主元素消去法求解矩阵方程AX=B,其中A是N*N的矩阵,B是N*M矩阵 * 输入: n----方阵A的行数 * a----矩阵A * m----矩阵B的列数 * b----矩阵B * 输出: det----矩阵A的行列式值 * a----A消元后的上三角矩阵 * b----矩阵方程的解X -out the main elements of Gaussian elimination method for solving matrix equ
sting7.doc
- 图的邻接矩阵、邻接表、十字链表、邻接多重链表存储结构表示及其创建算法的c语言实现 图的深度优先搜索遍历算法和图的广度优先搜索遍历算法及C语言实现-the adjacency matrix, the adjacent table, Cross Chain, Listless multiple adjacent storage structure and said the creation algorithm in C Language map of the depth-first traversa
lu
- 对矩阵进行Lu分解,使用使用c语言实现,时间复杂度和力论的一样,比较高
reversematrix
- 该程序是通过C语言编写的,利用结构体实现矩阵的转置
离差阵(good)
- 多元统计是求样本矩阵的离差矩阵,在C下写的程序。-multivariate statistical sample matrix is the pursuit of deviation matrix, written in C procedures.
2-2
- 利用opencv开发,用c++累创建和显示函数。与矩阵类相似-The the opencv development, to create and display functions c++ tired. Similar to the matrix class
MatrixSerialMultiply1
- c++程序分别从文件1和文件2中读取矩阵A和B,进行相乘之后将矩阵C写到文件3中.-c++ program reads matrix a and b from file1 and file2 distributedly,then run matrix multiply and get matrix c,write the matrix c into file3.
juzhenqiujji
- 实现从文件读取矩阵数据 输入到另外文件中的C++程序-Matrix data input is read from the file to another file in the C++ program...
xishujuzhen
- 稀疏矩阵,c语言,dos输出,数据结构,简单实用-Sparse matrix, c language, dos output, data structures, simple and practical
Original_part1
- 用OpenMP并行运算 求矩阵向量乘机 内部调用C语言函数库 omp.h-OpenMP parallel computing matrix vector opportunity internally calls the C language library omp.h
Inverse-Matrix
- 通过C语言平台进行编程,以实现求矩阵的相加、相减、矩阵的数乘、矩阵的逆和转置的功能。-Inverse Matrix