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

搜索资源列表

  1. matrix.rar

    0下载:
  2. 2、 矩阵(二) 编写C++程序完成以下功能: (1) 假定矩阵大小为4×5(整型); (2) 矩阵空间采用new动态申请,保存在指针中; (3) 定义矩阵初始化函数,可以从cin中输入矩阵元素; (4) 定义矩阵输出函数,将矩阵格式化输出到cout; (5) 定义矩阵相加的函数,实现两个矩阵相加的功能,结果保存在另一个矩阵中; (6) 定义矩阵相减的函数,实现两个矩阵相减的功能,结果保存在另一个矩阵中; (7) 动态申请三个矩阵:A1、A2、A3; (8) 初始化A1、A2;
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:631byte
    • 提供者:bedding
  1. Inverse-of-a-matrix

    0下载:
  2. 用C++语言编写的矩阵求逆的程序,源程序中使用的是3x3的矩阵,可以根据需要自己在程序中修改-Written in C++ language, the matrix inversion procedure is used in source code 3x3 matrix, can be modified in the program needs its own.
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:879.8kb
    • 提供者:赖材栋
  1. LDL-2.0.1.tar

    1下载:
  2. 对基于稀疏矩阵存储技术的对称正定稀疏矩阵进行LDL分解,C++编写-LDL is a set of concise routines for factorizing symmetric positive-definite sparse matrices, with some applicability to symmetric indefinite matrices. Its primary purpose is to illustrate much of the basic theory of
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-29
    • 文件大小:220.54kb
    • 提供者:aaq
  1. lmi

    1下载:
  2. 详细阐述了线性矩阵不等式的方法,并用一个实际例子,用matlab实现了,对初学者非常有用.-Described in detail the method of linear matrix inequalities, and a practical example, using matlab realized, very useful for beginners.
  3. 所属分类:Other windows programs

    • 发布日期:
    • 文件大小:5.38kb
    • 提供者:husonglin
  1. 2

    2下载:
  2. 基于线性矩阵不等式理论对网络控制系统的控制器设计及方法进行了详细阐述,并进行了仿真试验,验证了所提出的方法的有效性。-Based on linear matrix inequalities theory of networked control systems with controller design and methods in detail, and carried out a simulation test to verify the proposed method is effect
  3. 所属分类:Other systems

    • 发布日期:2017-04-16
    • 文件大小:249.68kb
    • 提供者:husonglin
  1. zimosw

    1下载:
  2. 字模软件的参考,万能字模转换。可以转换各种字模。-Matrix of the reference software, and universal conversion matrix. A variety of matrix can be converted.
  3. 所属分类:Other systems

    • 发布日期:2016-05-11
    • 文件大小:2.91mb
    • 提供者:visteon
  1. DMC_ModelMatched

    0下载:
  2. 一个动态矩阵预测控制程序,用于对一种预测控制的研究-A dynamic matrix predictive control procedures for predictive control of a research
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:1.43kb
    • 提供者:杨怀申
  1. matrix

    0下载:
  2. 实现一个稀疏矩阵运算器。以“带行逻辑链接信息”的三元组表作为稀疏矩阵的存储结构,实现两个矩阵相加、相减、相乘运算,运算结果要求以阵列形式输出。-The realization of a sparse matrix calculator. To line with the logic of the link information as the three groups, sparse matrix storage structure, the realization of two matri
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-01
    • 文件大小:9.64kb
    • 提供者:hello
  1. ShortestPaths

    0下载:
  2. Shortest Paths with Multiplicative Cost. In a given undirected graph, the path cost is measured as a product of all the edges in the path. The weights are rational numbers (e.g., 0.25, 0.75, 3.75 etc) or integers (2, 3). There are no negative edges.
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:1.6kb
    • 提供者:jazz
  1. EdgeDisjointCycles

    0下载:
  2. Edge Disjoint Cycles. You are given an input graph that is either directed or undirected. Write a program that reads in a vertex number and lists the number of edge disjoint cycles that start and end at this vertex. The output should also list the ed
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:1.46kb
    • 提供者:jazz
  1. matrix

    0下载:
  2. 这个是一个用c++实现的魔方矩阵的程序,经本人测试程序可以运行。不过还不够完善,供编程爱好者交流使用。-This is a use of c++ implementation of the Rubik s cube matrix procedures, as I can run a test procedure. But not perfect enough for the use of programming enthusiasts communicate.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-09
    • 文件大小:367.87kb
    • 提供者:lxq
  1. TheexampleofMatrixcalculate

    1下载:
  2. 各种矩阵算法的综合,应该会对大家有帮助,因为IDL本身的有点就是处理大型矩阵类的数据-A variety of matrix algorithms General, it should be will have to help everybody, because IDL itself is a little deal with large matrices of data
  3. 所属分类:Other systems

    • 发布日期:2017-04-26
    • 文件大小:86.65kb
    • 提供者:张祥志
  1. Matrix

    0下载:
  2. 使用c++实现矩阵的各种运算 ,一个C++初学者的好实例-implement some kinds of algorithm of Matric by C++ ,this is a good example for the beginner of c++
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:1.46kb
    • 提供者:林仁富
  1. MATRIX

    0下载:
  2. 一个矩阵算法系统,希望站长理解,希望本站越办越好,就是这样-A matrix algorithm system, regulators want to understand, I hope this site better and better and that is it! ! !
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:704byte
    • 提供者:haozi
  1. eigen

    0下载:
  2. Computes the eigenvalues and eigenvectors of a real upper-Hessenberg Matrix using the QR method.
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:5.98kb
    • 提供者:imran
  1. matrix

    0下载:
  2. This program is to inverse a square matrix A(nxn).
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-08
    • 文件大小:1.44kb
    • 提供者:xinghaili
  1. matrix

    0下载:
  2. 矩阵乘法 给定两个矩阵 A 和 B,其中 A 是具有 M 行、K 列的矩阵, B 为 K 行、N 列的矩阵, A 和 B 的矩阵积为矩阵 C, C 为 M 行、N 列。矩阵 C 中第 i 行、第 j 列的元素 Cij 就是矩阵 A 第 i 行每个元素和矩阵 B 第 j 列每个元素乘积的和,即 要求:每个 Ci j 的计算用一个独立的工作线程,因此它将会涉及生成 M×N 个工作线程。主 线程(或称为父线程)将初始化矩阵 A 和 B,并分配足够的内存给矩阵 C,它将容纳矩阵 A 和 B
  3. 所属分类:其他

    • 发布日期:2017-12-19
    • 文件大小:1kb
    • 提供者:leser
  1. matrix

    0下载:
  2. Make a matrix / Can rewrite
  3. 所属分类:其他

    • 发布日期:2018-01-01
    • 文件大小:790kb
    • 提供者:YYSSHH
  1. A-star(lua)

    0下载:
  2. 输入任意维矩阵,能够实现A-star路径搜索,代码简介明了(Input any dimension matrix, can realize A-star path search, code introduction is clear)
  3. 所属分类:其他

    • 发布日期:2018-04-29
    • 文件大小:2kb
    • 提供者:范振雍
  1. Matrix

    0下载:
  2. A small program that takes the size and elements of an integer matrix and applies operations on it
  3. 所属分类:其他

    • 发布日期:2018-05-07
    • 文件大小:264kb
    • 提供者:Tryme
« 12 3 4 5 6 7 8 9 10 ... 43 »
搜珍网 www.dssz.com