搜索资源列表
zxh
- 在VC环境下实现稀疏矩阵的转置!这个程序是以C语言写的,而且用的是数据结构的三元组表示矩阵!-in VC environment under the sparse matrix switch home! This program is written in C language, but using the data structure of ternary group said Matrix!
reversematrix
- 该程序是通过C语言编写的,利用结构体实现矩阵的转置
矩阵转置
- C语言数据结构作业矩阵转置矩阵是很多科学与工程计算问题中研究的数学对象,在此我们感兴趣的不是矩阵本身,而是矩阵的元,从而使矩阵的各种预算有效的进行-C language data structure matrix transpose operation matrix of many scientific and engineering computing problems in mathematics research targets, we are interested in this is
C源代码实例
- 包含220个C语言的各种源程序:001 第一个C程序 002 运行多个源文件 003 求整数之积 004 比较实数大小 005 字符的输出 006 显示变量所占字节数 007 自增/自减运算 008 数列求和 009 乘法口诀表 010 猜数字游戏 011 模拟ATM(自动柜员机)界面 012 用一维数组统计学生成绩 013 用二维数组实现矩阵转置 014 求解二维数组的最大/最小元素 015 利用数组求前n个
WL40987330 C语言算法集
- 目录 第一部分 基础篇 001 第一个C程序 002 运行多个源文件 003 求整数之积 004 比较实数大小 005 字符的输出 006 显示变量所占字节数 007 自增/自减运算 008 数列求和 009 乘法口诀表 010&
Tridiagonal-matrices-transpose
- 数据结构:要求用C语言编程,实现三对角矩阵的转置-Tridiagonal matrices transpose
010
- c语言写的矩阵转置,很简单,初学者可以用,编译通过的-c written in the matrix transpose, is very simple, beginners can use
zhuanzhi
- 用c和c++语言编写的矩阵转置的源代码,非常有用的哦。-c++ matrix transposition
c-language-Applications-examples
- C语言编程的应用实例代码,模拟ATM(自动柜员机)界面,用二维数组实现矩阵转置等多项内容-C language programming code for an application example, simulation ATM (automated teller machine) interface, with two-dimensional array to achieve a number of content such as matrix transpose
jvzhenzhuanzhi
- C语言编写的,此程序可以完成对任意阶数的矩阵实现转置。-C language, this program can complete any order of the matrix to achieve transposition.
014
- c语言编写程序实现用二维数组实现矩阵的转置-With a 2 d array of deferring to realize matrix
C
- c语言源代码——关于矩阵的转置的程序C代码-c programming language- on the matrix transpose of the code. .
Ptraanspossea
- 矩阵转置并行算法实现,C语言言开发,用mpi编程与开发完成 -Matrix transpose parallel algorithm, C language statement development, completed mpi programming and development
juzhen
- vc6.0编写,矩阵转置功能实现,简单可行,适用于c语言初学者-vc6.0 written matrix transpose function to achieve simple and feasible, in c language for beginners
xishujuz
- 稀疏矩阵的c语言实现,本文设计了一个稀疏矩阵的运算器实现了稀疏矩阵的转置和加减乘算法-Sparse matrix c language, designed a sparse matrix operations to achieve a sparse matrix transpose and addition and subtraction multiplication algorithm
c-language-Applications-examples
- C语言编程的应用实例代码,模拟ATM(自动柜员机)界面,用二维数组实现矩阵转置等多项内容C language programming code for an application example, simulation ATM (automated teller machine) interface, with two-dimensional array to achieve a number of content such as matrix transpose-C language pro
Matrix-transpose
- 实现矩阵转置的功能,C语言版本,即行列互相交换。-Realization of the matrix transpose function, C language version, that the ranks of the exchange.
zhuanzhi
- 矩阵转置的并行化实现,用的的是c语言,mpi实现的,可以参考下-Matrix transpose of the parallel implementation, using the c language, mpi implementation, you can refer to the next
Matrix
- 这是一个用c#语言写成的矩阵类,可以完成矩阵的各种准确的数学计算,如:矩阵的加减乘除、转置、逆运算、 复矩阵的乘法、求行列式值、 求矩阵秩、一般实矩阵的奇异值分解、求广义逆、约化对称矩阵为对称三对角阵、实对称三对角阵的全部特征值与特征向量的计算、求赫申伯格矩阵全部特征值、求实对称矩阵特征值与特征向量等.可以将其做成dll用到其他的环境下。填补了.net中没有矩阵的空白,是你进行科学计算不可或缺的插(This is a written in c# matrix, it can complete a
C语言矩阵转置
- 问题描述 编写一个程序,将一个3行3列的矩阵转置。(Problem descr iption Write a program to transpose a matrix of three rows and three columns.)