CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - B matrix

搜索资源列表

  1. Penyelesaian-Pers-Non-Linier-Metode-Tabel

    0下载:
  2. int i, j, k,b,n,s,t,r=1 float sum, c float a[12][12] //pengisian matrix printf("Masukkan ordo matriks : ") scanf(" d",&n) printf("masukkan banyak persamaan : ") scanf(" d",&b) for(i=0 i<n i++){ for(j=0 j&
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:1235
    • 提供者:cranda
  1. Warshall-Algorithm

    0下载:
  2. Warshall’s Algorithm You are given Warshall’s Algorithm. Write a C-Program to accept the following initial matrix. 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 1 0 0 1 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 Perform the steps of Warshal
  3. 所属分类:Other systems

    • 发布日期:2017-03-25
    • 文件大小:584
    • 提供者:Merwyn
  1. transpose

    0下载:
  2. 北邮复试上机题目: Descr iption 子矩阵旋转操作。 Input 前5行每行5个整数,表示一个5*5阶的矩阵。 第6行为4个整数a b c d,根据这4个整数进行相应的旋转操作。 Output 若a b分别为1 2,则将原矩阵中以第c行第d列元素为左上角的2*2阶子矩阵顺时钟旋转90度后输出原矩阵。 若a b分别为1 3,则将原矩阵中以第c行第d列元素为左上角的3*3阶子矩阵顺时钟旋转90度后输出原矩阵。 若a b分别为2 2,则将原矩阵中以第c行第
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-31
    • 文件大小:388880
    • 提供者:Jeniffer1
  1. zoj1094

    0下载:
  2. zoj094 Matrix multiplication problem is a typical example of dynamical programming. Suppose you have to evaluate an expression like A*B*C*D*E where A,B,C,D and E are matrices. Since matrix multiplication is associative, the order in which
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-25
    • 文件大小:547
    • 提供者:徐鹏豪
  1. RK4

    0下载:
  2. 1.用四阶 Runge-Kutta 法求数值积分的函数为 RK4 2.此函数的入口参数为:系统维数 dimension,仿真时间 tspan 。 3.tspan 的格式为 [a:h:b] . 其中 a 表示起始时间,h 表示步长,b 表示终止时间。 4.仿真模型的状态方程、输出方程的系数矩阵以及系统初值均存放于文件 input information.txt 中。 5.仿真结果存放于文件 result.txt 中。 6.运行举例: 将 M 文件 RK4.m 和 inpu
  3. 所属分类:Other systems

    • 发布日期:2017-11-10
    • 文件大小:995
    • 提供者:闫兆敏
  1. originalsimple

    0下载:
  2. 原始单纯形法(需直接给出初始的基变量) 求解标准型线性规划:max C*X s.t. A*X=b (b>=0) X>=0 输入:C是n维行向量,A是m*n的系数矩阵,b是m维列向量,XB承装初始基变量的下标。输出:x最优解(如果有的话),fval最优值,flag解的状态说明,interation求解时的循环次数。-Original simplex method (to be given directly to the initial base variable) Solvin
  3. 所属分类:CSharp

    • 发布日期:2017-11-10
    • 文件大小:1155
    • 提供者:kangkankan
  1. sample_ss2tf.zip

    1下载:
  2. 此代码演示如何转换成一个动态的多输入多输出(MIMO)系统的状态空间形式的传递函数形式。在这里,你可以提供的A,B,C,D矩阵描述的动态系统(或使用功能RSS()生成一个随机的系统)。然后可以用于MIMO系统的传递函数矩阵。,This code demonstrates how to convert a dynamical multi input multi output (MIMO) system from state space form to Transfer function form.
  3. 所属分类:Other systems

    • 发布日期:2017-11-17
    • 文件大小:1823
    • 提供者:刘崇宇
  1. 11.2.2

    0下载:
  2. 护身符拉多舒服很多哈弗扣篮大赛阿斯兰的粉红色拉电话费拉的话发顺丰啊大神发生- Overload the extraction operator to take four real numbers to fill the contents of the matrix. The four numbers will be in sequence: a b c d  Overload the binary+,-, and* operators to perform m
  3. 所属分类:CSharp

    • 发布日期:2017-12-09
    • 文件大小:310855
    • 提供者:未停止
  1. Crypto123

    0下载:
  2. Each letter is represented by a number modulo 26. (Often the simple scheme A = 0, B = 1, ..., Z = 25 is used, but this is not an essential feature of the cipher.) To encrypt a message, each block of n letters (considered as an n-component vector) is
  3. 所属分类:Other systems

    • 发布日期:2017-11-10
    • 文件大小:10023
    • 提供者:gunay
  1. juzhen

    0下载:
  2. 矩阵的乘法.只有当矩阵A的列数与矩阵B的行数相等时A×B才有意义。一个m×n的矩阵a(m,n)左乘一个n×p的矩阵b(n,p),会得到一个m×p的矩阵c(m,p)-Matrix multiplication
  3. 所属分类:CSharp

    • 发布日期:2017-04-02
    • 文件大小:152082
    • 提供者:tiger
  1. juzhen-qiuni-1

    0下载:
  2. 设A可逆,对(A|E)进行初等行变换,将A化为单位阵,即(E|B),则B就是A的逆矩阵。这叫做用初等变换求逆矩阵,可以用这种方法求。 .应用分块矩阵的性质求逆矩阵。但是基本的矩阵逆还是要用初等变换求 -Let A reversible, right (A | E) for elementary row transformation into units of the A matrix, namely (E | B), then B is the inverse of A. This is
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-31
    • 文件大小:1198
    • 提供者:shxinlong
  1. sy8

    1下载:
  2. 动态数组的实现 设矩阵A,B,C都是3*3矩阵,矩阵元素为整数类型,要求: 1.3个矩阵都采用动态数组进行存储; 2.编写实现C=A+B的函数; 3.编写实现C=A*B的函数。-Set up to implement dynamic arrays matrices A, B, C are 3* 3 matrix, the matrix elements of type integer requirements: 1.3 matrices are used to store dyn
  3. 所属分类:Other systems

    • 发布日期:2017-04-10
    • 文件大小:679
    • 提供者:权东
  1. zuoye6

    0下载:
  2. 矩阵乘法(分治法) 设A 和 B 是两个n * n阶矩阵,求它们两的乘积矩阵C。-Matrix multiplication (divide and conquer) Let A and B be two n* n order matrix, find the product of their two matrix C.
  3. 所属分类:CSharp

    • 发布日期:2017-04-04
    • 文件大小:1289
    • 提供者:叶小轩
  1. juzheng

    0下载:
  2. 矩阵乘法(分治法) 设A 和 B 是两个n * n阶矩阵,求它们两的乘积矩阵C。-Matrix multiplication (divide and conquer) Let A and B be two n* n order matrix, find the product of their two matrix C.
  3. 所属分类:CSharp

    • 发布日期:2017-04-10
    • 文件大小:1291
    • 提供者:叶小轩
  1. juzhenyunsuanqi

    0下载:
  2. 【问题描述】已知A和B为两个n*n阶的对称矩阵,求这两个对称矩阵的转置、之和与乘积。 用三元组表存储稀疏矩阵并实现转置。 【基本要求】 输入时,对称矩阵只输入下三角形元素,压缩存储存入一维数组。 对输入的对称矩阵A和B进行显示。 求对称矩阵A和B的转置矩阵。 求对称矩阵A和B的之和。 求对称矩阵A和B的乘积。 输入一个稀疏矩阵,用三元组表存储起来。 实现稀疏矩阵的显示。 实现稀疏矩阵的转置。 -[Problem Descr iption] Known
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-07
    • 文件大小:39799
    • 提供者:陈天骄
  1. CBLT

    0下载:
  2. 将系数矩阵分为四个部分,用光源可行区对行进行划分,用已知的表面节点对列进行划分,将方程转化为C*S=b-The coefficient matrix is ​ ​ divided into four parts, with the possible area of ​ ​ the light source row is divided by a known surface node column divided into the equation C* S
  3. 所属分类:CSharp

    • 发布日期:2016-01-26
    • 文件大小:14339072
    • 提供者:hanmeng
  1. 1

    0下载:
  2. 编写实现C=A+B操作的函数。其中,矩阵A、矩阵B和矩阵C均采用压缩存储方式存储,矩阵元素均为int类型。并设计一个测试主函数,要求按矩阵方式输出矩阵C的数值。设矩阵A和矩阵B为如下所示的矩阵: A=[█(1 2 3@2 4 5@3 5 6)] B=[█(10 20 30@20 40 50@30 50 60)] -Prepared to achieve C = function A+B operation. Among them, the matrix A, the matrix B
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:4504
    • 提供者:ccyu
  1. graphic_trans

    0下载:
  2. 给定两个 4×4 方格矩阵组成的图形 A 和 B ,每个方格的颜色为黑色或白色。方格矩阵中有公共边的方格称为相邻方格。图形 A 和图形 B 的黑白方块总数相等。 ,主要利用位运算实现-Given two squares 4* 4 matrix of the graph A and B, the color of each grid is black or white.The edge of square matrix has a public square is called the ad
  3. 所属分类:Other systems

    • 发布日期:2017-04-15
    • 文件大小:6023
    • 提供者:问心
  1. Test

    0下载:
  2. 将pajek格式转换为矩阵格式,输入为pajek权重a b c, 输出是矩阵-Converts pajek format matrix format, input pajek weights abc, output matrix
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:623
    • 提供者:蒋文强
  1. ssi

    0下载:
  2. krylov子空间法 krylov子空间方法的程序实现,用于解高阶矩阵-Matlab Codes for Krylov subspace methods 1. MINRES method by Paige and Saunders implementation function [ x, istop, itn, rnorm, Arnorm, Anorm, Acond, ynorm ] = ... minres( A, b, M, shift, show, check, itnlim
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-15
    • 文件大小:5904
    • 提供者:lux
« 1 2 34 »
搜珍网 www.dssz.com