Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - all operations of Matrix
Search - all operations of Matrix - List
实现了基于文件的矩阵加减乘除运算。本程序没有定义特殊的结构类型,所有的算法都基于文件最基本的一些操作,包括文件的打开与关闭,文件指针的移动,以及文件的删除和修改。-realized on the basis of the document matrix arithmetic operations. There is no definition of the unique structure of the type, all the algorithms are based on the most fundamental document of some operations, including documents and the opening of closed, the file pointer of mobile, and document the deletion and modification.
Date : 2026-01-21 Size : 3kb User : sherry

DL : 0
矩阵运算vb代码,可以进行进行矩阵运算,很实用,希望对大家有所帮助-Vb code matrix operations, matrix operations can be carried out, it is useful, I hope all of you to help
Date : 2026-01-21 Size : 1kb User : 杨哲

DL : 0
复数矩阵类。矩阵中的元素可以是复数,此类功能强大,基本上能够完成矩阵的所有基本操作。-Complex matrices. Matrix elements can be complex, such a powerful, largely to complete the matrix of all the basic operations.
Date : 2026-01-21 Size : 13kb User : Dr.1130

DL : 0
warshall法顺序:置新矩阵,开始运算;置i=1;对所有j如果A[j,i]=1,则对k=1,2,3……n运算啊A[j,k]:=A[j,k]+A[i,k]; i++;如果i<=n转上继续 需要: 1.输入矩阵,用二维数组,可以考虑全局变量 2.设置矩阵最大值nMax 3.对i从0到n-1循环,寻找每列为1的项,为1则继续运算,否则返回 增强说明: 1.输入方式选择,同时可以选择是否继续运算 2.不再每行确认,增加修改选项 3.使用字符串数组,可直接输出得到的结果-warshall law order: a new matrix set to begin operation set i = 1 for all j if A [j, i] = 1, then for k = 1,2,3 ... ... n operation ah A [j, k]: = A [j, k]+ A [i, k] i++ if i < = n turn on the continuing need: 1. Enter the Matrix, with two-dimensional array, we can consider global variables 2. set matrix maximum nMax 3. for i from 0 to n-1 loop, as 1 per item to find, as a continuing operation, otherwise enhance: 1. input choice and can choose whether to continue operations 2. not confirm each line to increase modified option 3. use an array of strings, the result can be directly output
Date : 2026-01-21 Size : 1kb User : kkk
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.