搜索资源列表
feng13
- 十字链表的矩阵转置。该程序的功能是:对一个矩阵,利用十字链表来完成转置-Cross list of the matrix transpose. The functions of the program are: a matrix, the use of cross to complete the list to buy
shujujiegousuanfa
- 对输入矩阵用三元组表存储并对其进行加罚、乘法和转置运算的程序。-The input matrix table with triple store and an additional fine of them, multiplication and transpose operations procedures.
00
- 该程序利用C++实现了求稀疏矩阵的转置矩阵。整个程序运用了3次函数的调用。-The program using C++ Achieved for sparse matrix transpose matrix. Use of the whole process 3 times function call.
bit_reverse
- 位数组的转置,但用位数组时,有时需要倒置输出-reverse the bit_array
chenxu
- 用c实现进制转换,矩阵转置,用泰勒展开球sin函数-Implementation using c-band conversion, matrix transpose, using Taylor expansion sin function ball .....
class_metric
- 实现在矩阵的大多数运算,例如加减乘除等,求逆,求转置等-implement the caculate of metric--multiple,add,sub,inverse and so on.
juzhenjisuan
- 矩阵计算,包括矩阵相加、相减,相乘,还有求逆、转置,可直接调用-Matrices, including matrix addition, subtraction, multiplication, there is inverse, transpose, can be directly invoked
Matrix
- 实现矩阵的各种高级运算,加减乘除,转置,求逆-To achieve a variety of high-level matrix operations, addition and subtraction multiplication and division, transpose, inverse, etc.
12
- 用于矩阵地相乘,矩阵的转置以及逆矩阵的求法-For matrix multiplication, transpose and inverse matrix method of seeking
minv
- 多维矩阵的转置功能,用于在2维及以上维数时,将某几维转置,实现相关功能-Multi-dimensional matrix transpose function, used in two-dimensional and higher dimensions, it will be a several-dimensional transpose
matrix
- 求任意稀疏矩阵的转置矩,并按要求完整输出。-Seeking an arbitrary sparse matrix transpose, as required, the output moments
sparematrix
- 稀疏矩阵转置算法,经常使用,可以用于复习数据结构-Sparse matrix transpose algorithm, frequently used data structures can be used to review
p03
- 1、编写并测试3×3矩阵转置函数,使用数组保存3×3矩阵 2、使用动态内存分配生成动态数组来重新完成上题,使用指针实现函数的功能。 3.写一个程序,定义基类车Vehicle,有Run,Stop等成员函数,由它派生出2个派生类:(自行车类)、(汽车类),从Bbicyce 、Motoracar派生出Motorcycle(摩托车类),它们都有Run,Stop等成员函数。注意虚函数的作用。 -1, to prepare and test the 3 × 3 matrix transpose
1111
- 该程序是一个矩阵转置。里面的内容是程序的基本框架。-The program is a matrix transpose. Inside the contents of the basic framework of a program.
juzheng
- 这是一个关于矩阵的程序,用VC编的,主要功能是用键盘输入9个数,然后利用程序的功能实现矩阵的转置。-This is a program on the matrix, compiled with the VC, the main function is to nine the number of keyboard input, then use the program' s ability to achieve the matrix transpose.
include3
- 写一个函数,将一个三乘以三的整形矩阵转置-Write a function, a Triyana with three plastic matrix transpose
daima
- 实现字符串的从左到右的转置,并且第一个输入的是数字。-Implementation of the string from left to right the transpose, and the first digital input
5-2
- 用三元组存放输入的两个稀疏矩阵A34和B34,将稀疏矩阵A转置后与稀疏矩阵B相乘,结果存放三元组C,并输出结果-The triples store of the two input sparse matrix A34 and B34, the sparse matrix A transpose sparse matrix B after multiplying the result stored triple C, and output
跳转最新源码
- 这是一段微信跳转源码,可以直接调用内置浏览器跳转红名(This is a WeChat jump source code, you can directly call the built-in browser to jump the red name.)
C语言矩阵转置
- 问题描述 编写一个程序,将一个3行3列的矩阵转置。(Problem descr iption Write a program to transpose a matrix of three rows and three columns.)