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

搜索资源列表

  1. mazexy

    0下载:
  2. in.txt是存放迷宫矩阵的读入文件。 in.txt文件中间的第一行的第一个数是迷宫的行数,第二个数是迷宫的列数。 从第二行开始都是迷宫矩阵。 注: 1)“0”是通路,“1”是挡板; 2)可以任意更改数据,但是迷宫的行数和列数一定要在第一行中正确标明; 3)每个迷宫数据之间有1个空格,两行之间没有空行; 4)in.txt跟puzzle.cpp一定要放在同一个目录下。 -in.txt maze matrix was deposited into the docume
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:1.04kb
    • 提供者:汪江
  1. svd.cpp

    0下载:
  2. compute single value decomposition of a matrix in c
  3. 所属分类:数据库编程

    • 发布日期:2008-10-13
    • 文件大小:69.35kb
    • 提供者:张记清
  1. CMatrix

    0下载:
  2. 矩阵类包括了矩阵的基本操作。如加减乘,转置,解方程组,-CODES ABOUT MATRIX CONTAINS THE BASIC OPERATIONS
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-26
    • 文件大小:13.59kb
    • 提供者:zgl
  1. CPP

    0下载:
  2. 利用Visual C++可视化编程环境来实现矩阵的转置、计数器的编写、质数的计算等功能。-Visual C++ using visual programming environment to implement the matrix transpose, the counter written, the calculation of the number of quality features
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-06
    • 文件大小:2.17kb
    • 提供者:SongLili
  1. CPP-Matrix-class

    0下载:
  2. c++矩阵类。实现了矩阵常用功能,很好的参考,也可以在此基础上进行扩展。-C++ Matrix class.Some common functions have been realized. It s a very good reference.And you can extend base on it.
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-13
    • 文件大小:3.03mb
    • 提供者:quguanzheng
  1. CPP

    0下载:
  2. 用C++语言实现矩阵运算器和MFC实现计算器功能-The use C++ language of matrix operations and MFC calculator function
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-06
    • 文件大小:99.48kb
    • 提供者:123
  1. cPP

    0下载:
  2. 本节讨论一个 m × n 复矩阵 A 可以分解为两个与 A 的秩相同的矩阵之积的问题-This section discusses the same rank m n complex matrix A can be decomposed into two A Matrix Product
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-15
    • 文件大小:1.7mb
    • 提供者:cuiping
  1. CPP

    0下载:
  2. 初始化两个二维数组,数组元素由随机函数获取,实现矩阵转置后返回主函数输出-Initialize two dimensional array, the array elements to obtain by the random function to return to the main function of the output matrix transpose
  3. 所属分类:Other systems

    • 发布日期:2017-11-28
    • 文件大小:215.19kb
    • 提供者:荣凯悦
  1. matrix-cPP

    0下载:
  2. 矩阵求逆的c++实现,矩阵转置,矩阵求逆-c++, matrix
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-04
    • 文件大小:962byte
    • 提供者:李伟
  1. cpp

    0下载:
  2. C语言编写的于求取矩阵特征值及特征向量的带双步位移的QR分解法-Eigenvalues and eigenvectors of the matrix
  3. 所属分类:Other systems

    • 发布日期:2017-11-20
    • 文件大小:165.82kb
    • 提供者:name
  1. cpp-inverse-kinematics-library

    2下载:
  2. 用于六自由度机器人正逆运动学求解的算法程序,源码书写规范。对于逆运动学求解算法,采用了矩阵伪逆、最小二乘和lma三种方法实现。-Kinematics Algorithm for a six-axis robot written with C++. The algorithm is implemented with three methods: posedu inverse of matrix, least square and lma
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-18
    • 文件大小:89kb
    • 提供者:刘传凯
  1. CPP-commonly-used-algorithm

    0下载:
  2. C++常用数据集,包括“求赫申伯格矩阵全部特征值的QR方法”、"求解复系数方程组的全选主元高斯\|约当消去法"等。-C++ commonly used data sets, including " seeking Hoeschen Berg matrix QR method all eigenvalues" , " solving equations with complex coefficients Select PCA Gaussian \ | Jordan elim
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-17
    • 文件大小:244.34kb
    • 提供者:陈杰
  1. matrix

    0下载:
  2. 矩阵类模板Matrix<Type>是专门为线性代数中矩阵而设计的一个模板类,具体的函数声明与定义可以参见“matrix.h。见测试文件 matrix_test.cpp,功能如下: Matrix<Type> m 创建一个空矩阵 Matrix<Type> m2(m1) 创建矩阵 m2的拷贝 m1 Matrix<Type> m(r,c,x) 创建常数矩阵 Matrix<Type> m(r,c,a) 通过数组创建矩阵
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:3.64kb
    • 提供者:李金凤
  1. CPP-Matrix

    0下载:
  2. 代码基于《用C++语言编写数学常用算法》/陈必红著。源码中定义了多种矩阵初始化函数,可以讲数组,文本文件等直接转换为矩阵。除了常用的矩阵运算分解等操作,增加了常用的矩阵点乘,叉乘,矩阵块移除等常用操作,在源文件中有详细注释。-Code based on the " write mathematical language commonly used algorithm C++" /Chen Hung forward. Defined in a variety of matrix s
  3. 所属分类:Console

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

    0下载:
  2. 实现了两个矩阵相互加减功能的一个小CPP文件-The two matrices of a small CPP file are implemented.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:561byte
    • 提供者:qq
  1. matrix

    0下载:
  2. 矩阵乘法运算,包含对话框程序主要实现文件MatrixDlg.cpp以及最终的Release版exe文件-Matrix multiplication, contains the dialog procedure main file MatrixDlg.cpp and final Release version exe file
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-29
    • 文件大小:19.72kb
    • 提供者:sadosan
  1. digital_rain.cpp

    0下载:
  2. 黑客帝国数字雨程序(使用C语言windows编程以及窗口创建,具有3d效果)-Matrix digital rain program (using the C programming language windows and window is created with 3d effect)
  3. 所属分类:Other systems

    • 发布日期:2017-05-04
    • 文件大小:3.82kb
    • 提供者:黄鹏艺
  1. TheMatrixEffect---cPP

    0下载:
  2. The Matrix Effect using C-The Matrix Effect using C++
  3. 所属分类:Other systems

    • 发布日期:2017-05-05
    • 文件大小:77.35kb
    • 提供者:Sniperx359
  1. zxing-cpp-master

    0下载:
  2. zxing用于二维码扫描,本工程在C++环境运行(A library which supports decoding and generating of barcodes (like QR Code, PDF 417, EAN, UPC, Aztec, Data Matrix, Codabar) within images.)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-14
    • 文件大小:491.16kb
    • 提供者:rezin
  1. 基于矩阵的校园导航系统cpp

    0下载:
  2. 在cpp平台上建立的dos界面的,基于矩阵的校园导航系统(Campus navigation system based on matrix)
  3. 所属分类:Windows编程

    • 发布日期:2018-04-29
    • 文件大小:2kb
    • 提供者:L_Kin
« 12 »
搜珍网 www.dssz.com