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

搜索资源列表

  1. 用c编写的N*N的螺旋矩阵源代码

    0下载:
  2. /* 实现效果: 1 2 6 7 15 3 5 8 14 16 4 9 13 17 22 10 12 18 21 23 11 19 20 24 25 */ #include <stdio.h> #define N 5 //阶数,即N*N的螺旋矩阵 void main() {     int i, j, num=1, a[N][N];     for(i=0; i<=N/2; i++) &nb
  3. 所属分类:其他小程序

    • 发布日期:2008-05-05
    • 文件大小:4395
    • 提供者:good@588
  1. 3 计算器4x4矩阵键盘

    0下载:
  2. 简易计算器,利用4乘4矩阵键盘,51单片机在LED显示屏上实现简易计算器功能(Based on the 4 x 4 matrix keyboard, 51 microcontroller simple calculator functions on the LED display)
  3. 所属分类:其他

    • 发布日期:2017-12-19
    • 文件大小:208896
    • 提供者:lancc
  1. 雅克比法求对称矩阵的特征值

    0下载:
  2. 经典Jacobi方法求解对称矩阵特征值(MATLAB描述),本函数使用经典Jacobi方法来计算一个对称矩阵的特征值(Classical Jacobi method for solving symmetric matrix eigenvalue (MATLAB descr iption), this function uses the classical Jacobi method to calculate the eigenvalues of a symmetric matrix)
  3. 所属分类:其他

    • 发布日期:2017-12-20
    • 文件大小:161792
    • 提供者:NMDD
  1. 刚度矩阵matlab

    0下载:
  2. 单元刚度矩阵算法,包含主文件B矩阵 雅克比转换阵,没有拼装(Element stiffness matrix algorithm)
  3. 所属分类:其他

    • 发布日期:2017-12-29
    • 文件大小:1024
    • 提供者:吴丹eterno
  1. 求逆矩阵的C代码

    0下载:
  2. 该函数代码实现求一个N阶方阵的逆矩阵的功能(The function code to achieve a N order inverse function of the square matrix)
  3. 所属分类:其他

    • 发布日期:2017-12-20
    • 文件大小:103424
    • 提供者:朱迎昌
  1. 第6章 矩阵特征值计算

    0下载:
  2. 用于矩阵特征值计算,该方法是最基本的算法(For matrix eigenvalue calculation)
  3. 所属分类:其他

    • 发布日期:2017-12-30
    • 文件大小:3072
    • 提供者:虫虫sll
  1. 支路追加法求阻抗矩阵

    0下载:
  2. 通过对生成节点阻抗矩阵的编程与调试,获矩阵得复杂电力系统的节点阻抗(Through the programming and debugging of the generation node impedance matrix, the node impedance matrix of the complex power system is obtained)
  3. 所属分类:其他

    • 发布日期:2017-12-19
    • 文件大小:11264
    • 提供者:树叶2018
  1. 编程实践题目-矩阵分解

    0下载:
  2. 一、穆勒矩阵构成 穆勒矩阵是一个4*4的矩阵,完整描述了介质的偏振属性。可通过水平线偏振光H、垂直线偏振光V,45°线偏振光P,右旋圆偏振光R入射,并分别探测水平线偏振光H、垂直线偏振光V,45°线偏振光P,右旋圆偏振光R出射情况下的能量值,即16种偏振态组合下的强度结果,HH/ HV/ HP/ HR,PH/ PV/ PP/ PR,VH/ VV/ VP / VR和RH/ RV/ RP/ RR。进而Mueller矩阵可按照公式(1)计算得到:(First, the Muller matrix
  3. 所属分类:其他

    • 发布日期:2017-12-23
    • 文件大小:3468288
    • 提供者:huang021
  1. 实矩阵特征值问题求解

    0下载:
  2. 求解实数矩阵的特征值和特征向量(10阶以内的矩阵),对于亏损矩阵可以求出相应的根向量(The eigenvalues and eigenvectors of the real number matrix (the matrix within 10 orders) are solved, and the corresponding root vectors can be found for the loss matrix)
  3. 所属分类:其他

    • 发布日期:2017-12-19
    • 文件大小:23552
    • 提供者:yzh56
  1. Stm32矩阵键盘程序(库函数)

    0下载:
  2. Stm32矩阵键盘程序(库函数)矩阵键盘是单片机外部设备中所使用的排布类似于矩阵的键盘组(Matrix keyboard is MCU peripheral equipment used in the configuration is similar to the matrix keyboard group)
  3. 所属分类:其他

    • 发布日期:2017-12-19
    • 文件大小:7983104
    • 提供者:联合国
  1. 矩阵分析与应用线性代数

    0下载:
  2. 进行矩阵分析,可用 Matlab 实现,通信方面书籍(Matrix analysis, Matlab can be used to achieve communication books)
  3. 所属分类:其他

    • 发布日期:2017-12-30
    • 文件大小:914432
    • 提供者:友好
  1. 4.矩阵按键

    0下载:
  2. 基于89c51制作的矩阵键盘可以用数码管直接显示,可以减少占用IO口(89C51 based on the matrix keyboard can be directly displayed by digital tube, you can reduce the use of IO mouth)
  3. 所属分类:其他

    • 发布日期:2017-12-24
    • 文件大小:30720
    • 提供者:Lut
  1. C++实现矩阵的所有运算

    2下载:
  2. 矩阵的转置、行列式、秩、逆矩阵求法,矩阵的三角分解、qr分解,对称正定矩阵的乔里斯基分解及行列式值,奇异值分解,广义逆的奇异值分解,矩阵特征值与特征向量等等各种计算方法。(Transpose, rank, determinant, inverse matrix method of matrix decomposition, triangular decomposition of QR matrix, symmetric positive definite matrix and the deter
  3. 所属分类:Windows编程

    • 发布日期:
    • 文件大小:82944
    • 提供者:sunguang216
  1. 矩阵键盘

    0下载:
  2. STM32矩阵键盘,动态数码管显示,支持连按(STM32 matrix keyboard, dynamic digital display,Support link press)
  3. 所属分类:其他

    • 发布日期:2017-12-15
    • 文件大小:2948096
    • 提供者:yu770908408
  1. 矩阵

    0下载:
  2. 有两个矩阵a,b,均为2行3列,求两矩阵之和。 重载“+”、 “-”运算符,实现两矩阵相加、相减运算;重载“==”运算符,比较两矩是否相等。(There are two matrices A, B, all 2 rows, 3 columns, and the sum of the two matrices. Heavy "+" and "-" operator, to achieve two matrix addition, subtractio
  3. 所属分类:Windows编程

    • 发布日期:2017-12-29
    • 文件大小:478208
    • 提供者:小,
  1. 检测矩阵键盘,将按下的键值打印到串口助

    0下载:
  2. 利用stm32f407芯片实现串口助手打印矩阵键盘的按键值(Use serial assistant print matrix keyboard key value)
  3. 所属分类:其他

    • 发布日期:2017-12-29
    • 文件大小:1329152
    • 提供者:枫叶无痕
  1. 矩阵连乘

    0下载:
  2. 以几个矩阵为例,使用C++实现矩阵连乘动态规划(With a few matrix as an example, the use of C++ to achieve the matrix with dynamic programming)
  3. 所属分类:其他

    • 发布日期:2017-12-31
    • 文件大小:206848
    • 提供者:荒芜_Demon
  1. 62-矩阵键盘行列扫描

    0下载:
  2. 62-矩阵键盘行列扫描(62- matrix keyboard row column scanning)
  3. 所属分类:其他

    • 发布日期:2017-12-31
    • 文件大小:17408
    • 提供者:0eu04wue
  1. 63-矩阵键盘反转扫描

    0下载:
  2. 63-矩阵键盘反转扫描(Reverse scanning of 63- matrix keyboard)
  3. 所属分类:其他

    • 发布日期:2017-12-31
    • 文件大小:16384
    • 提供者:2ck44gmm
  1. 64-矩阵键盘中断扫描

    0下载:
  2. 64-矩阵键盘中断扫描(64- matrix keyboard interrupt scanning)
  3. 所属分类:其他

    • 发布日期:2017-12-31
    • 文件大小:18432
    • 提供者:1rh53vzr
« 12 3 4 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com