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

搜索资源列表

  1. timer_seg7

    0下载:
  2. 通过中断触发计数器计数 可以根据4*4的行列式键盘来控制停止和启动-By interrupt trigger counter can be the determinant of 4* 4 keyboard to control the stop and start
  3. 所属分类:assembly language

    • 发布日期:2017-04-08
    • 文件大小:45810
    • 提供者:张子安
  1. _brmul@24_brinv@8_bsdet@8

    0下载:
  2. 调用mathlib52.dll中的自定义API写的任意阶矩阵计算器,目前支持实矩阵相乘,求逆阵,求行列式的值3个功能,用户界面较友好,具有一定的容错能力。-Call mathlib52.dll custom API to write in any order matrix calculator now supports real matrices, inverse matrix, determinant of the value of the three demand functions, th
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:71077
    • 提供者:hanxiaohua
  1. 00

    0下载:
  2. 4*4行列式矩阵键盘演示程序,8051的汇编,一个基本的小程序-4* 4 determinant matrix demonstration program, the keyboard 8051 assembly, a basic small programs
  3. 所属分类:assembly language

    • 发布日期:2017-04-02
    • 文件大小:3145
    • 提供者:王启航
  1. hls

    0下载:
  2. 这个程序可以求解行列式,并且行列式是读入方式,不需要修改程序-This program can solve the determinant and the determinant is read into the way, do not need to modify the program
  3. 所属分类:Linux Network

    • 发布日期:2017-04-01
    • 文件大小:832
    • 提供者:mike
  1. LCD

    0下载:
  2. 行列式扫描程序加液晶显示,行列式代表不同的字符和数字-Determinant scanner plus LCD display, the determinant representing different characters and numbers
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-01
    • 文件大小:55181
    • 提供者:蒋蓉
  1. det

    0下载:
  2. C++实现求矩阵行列式,手动输入维数和矩阵-C++ implementation requirements matrix determinant
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:168095
    • 提供者:lsy
  1. MatrixDeterminant

    0下载:
  2. 高斯全选主元法矩阵求行列式,针对特定的函数-Select the main Gaussian matrix determinant element method for a particular function
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:4071
    • 提供者:简艳
  1. MSP430danpianjiCprogramingdesign

    0下载:
  2. 实用的基础msp430的模块程序C语言编程 包括基础时钟,ADC,DAC单通道单序列,多通道多序列等,锁相环,异步串行,,FLASH擦写,中断,比较捕获,PWM波形的产生,LCD模块程序,行列式键盘,基本定时器,DMA数据传输捕获脉冲信号周期等-Practical basis for msp430 module C programming, including basic clock, ADC, DAC channel single sequence, such as multi-chann
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-02
    • 文件大小:296190
    • 提供者:Elaine
  1. matrix

    0下载:
  2. 一个c++编写的操作类,用于计算矩阵的和、差、积、转置、行列式、秩和矩阵化简、矩阵最简阵等等。-Write a c++ class operation, used to calculate the matrix, difference, product, transpose, determinant, rank, and simplification of the matrix, the matrix array, and so the most simple.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:4252
    • 提供者:杨赋庚
  1. LINEAR-ALGEBRA-DONE-RIGHT-2nd-ed

    0下载:
  2. 描述线性算子的结构是线性代数的中心任务之一,传统的方法多以行列式为工具,但是行列式既难懂又不直观,其定义的引入也往往缺乏动因。本书作者独辟蹊径,抛弃了这种曲折的思路,把重点放在抽象的向量空间和线性映射上,给出的证明不使用行列式,更显得简单而直观。本书把行列式的内容放在了最后讲解,开辟了一条理解线性算子结构的新途径。书中还对一些术语、结论、证明思路、提及的数学家做了注释,增加了行文的趣味性,便于读者掌握核心概念和思想方法。   本书起点较低,不需要太多预备知识,而特色鲜明,是公认的阐述线性代数
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-09
    • 文件大小:1148927
    • 提供者:fang
  1. ppmapstack

    0下载:
  2. 对excel文件的行列式的转置,并对转置结果的进行输出-Determinant of the excel file transpose
  3. 所属分类:File Operate

    • 发布日期:2017-05-15
    • 文件大小:4068654
    • 提供者:zhangnianguo
  1. xitongbianshi

    0下载:
  2. 系统辨识的模型阶次辨识,其中包括Hankel矩阵法,残差法,行列式法-System identification of model order identification, including Hankel matrix method, residual method, the determinant method
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:1985
    • 提供者:毛绍婧
  1. powermethod-andinversepowermethod

    0下载:
  2. 对于大型稀疏矩阵(501乘501),用幂法求其按模最大特征值和最大特征值,用反幂法求其按模最小特征值和距离给定数字最近的特征值,求得了矩阵的条件数和行列式,讨论迭代初始向量的选取对计算结果的影响。-For large sparse matrix (501 x 501), with the power method for the maximum modulus of its eigenvalues ​ ​ and by the largest eigenvalue, with
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:116378
    • 提供者:朱付涛
  1. juzhen

    0下载:
  2. 实现矩阵的四则运算、求逆、求行列式等。功能强大、形式简简洁。-Realization matrix arithmetic, inverse, determinant, etc. seeking. Powerful, simple concise form.
  3. 所属分类:Algorithm

    • 发布日期:2017-05-04
    • 文件大小:1254879
    • 提供者:Kira
  1. keyscan

    0下载:
  2. 4*3矩阵键盘(行列式键盘)扫描程序。适用于所以相关开发人员。使用时只需包含此c文件,调用keyscan()函数就可返回相应键值-4* 3 keypad matrix (determinant of the keyboard) scanner. So relevant for developers. Simply use the file that contains the c, call keyscan () function can return the corresponding key
  3. 所属分类:SCM

    • 发布日期:2017-04-02
    • 文件大小:13441
    • 提供者:钟小军
  1. matrix

    3下载:
  2. 此包包含了众多矩阵处理程序,能够满足矩阵处理的一般要求,由于将各功能分开到不同的“.cpp”文件中,故使用时需要用户自行选取更换合适自己使用的“.cpp”文件。其中,矩阵功能有:输出矩阵、矩阵转置、矩阵归一化、判断矩阵对称、判断矩阵对称正定、全选主元法求矩阵行列式、全选主元高斯(Gauss)消去法求一般矩阵的秩、用全选主元高斯-约当(Gauss-Jordan)消去法计算实(复)矩阵的逆矩阵、用“变量循环重新编号法”法求对称正定矩阵逆、特兰持(Trench)法求托伯利兹(Toeplitz)矩阵逆、
  3. 所属分类:Algorithm

    • 发布日期:2014-12-20
    • 文件大小:1077248
    • 提供者:wuzw
  1. w32

    0下载:
  2. 分块矩阵的行列式.Block matrix determinant-Block matrix determinant..
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-17
    • 文件大小:102751
    • 提供者:
  1. Matrix

    0下载:
  2. 用初等变换计算矩阵的行列式值,经过本人测试通过,想计算行列式值的可以看一下-Elementary transformation of the calculation of matrix determinant value test is passed, after I want to calculate the determinant value can look
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:646
    • 提供者:徐文涛
  1. JIANPANG

    0下载:
  2. 51单片机开发板上的按键检测程序,是4X4的行列式键盘-Button detection program 51 microcontroller development board, 4X4 determinant keyboard
  3. 所属分类:SCM

    • 发布日期:2017-04-02
    • 文件大小:711
    • 提供者:刘峰
  1. matriz_transpuesta_matriz_inversa_determinante_de

    0下载:
  2. Calculation of matrix transpose, inverse, determinant and systems of equations
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:4696
    • 提供者:wilber
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 15 16 »
搜珍网 www.dssz.com