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

搜索资源列表

  1. dfdbjkgd

    0下载:
  2. P1口行列式键盘程序 ,关于按键的程序-P1 determinant keyboard port procedures, the procedures on the key ...........
  3. 所属分类:SCM

    • 发布日期:2017-04-13
    • 文件大小:2070
    • 提供者:shirley
  1. mcu-fpga

    1下载:
  2. 目录 FPGA & MCU 开发板介绍 实验1 QuartusII 软件应用 实验2 Keil C51 应用 实验3 字符型LCD YM1602 的应用 实验4 带字库的中文LCD YM12864 的应用 实验5 时钟芯片DS1302 的应用 实验6 I2C 总线器件AT24C64 的应用 实验7 数字温度传感器的应用 实验8 行列式键盘 实验9 硬件电子琴的设计 实验10 AD 与DA 的使用 实验11 简易DDS 信号源设计 实验12 用模
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2015-08-02
    • 文件大小:1640448
    • 提供者:lyy
  1. zuoye1

    0下载:
  2. 北航数值分析作业第一题 用幂法、反幂法求一个501*501的矩阵的最小特征值、最大特征值、按模最大特征值以及条件数和行列式.-Northern numerical analysis operations with the first question the power method, inverse power law find a matrix of 501* 501 minimum eigenvalue, maximum eigenvalue, maximum eigenvalue,
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:201701
    • 提供者:tongfei
  1. linear

    0下载:
  2. 应用于线性代数计算的小程序,C语言编程。可进行行列式计算、代数余子式值、矩阵的加减乘除、求逆、求秩等计算-Applied linear algebra applets, C language programming. Determinant can be calculated, the value of algebraic, matrix addition and subtraction, multiplication and division, inverse, rank, etc. dema
  3. 所属分类:SCM

    • 发布日期:2017-04-15
    • 文件大小:6940
    • 提供者:guojing
  1. numerical_analysis

    0下载:
  2. 计算一给定方阵的最小特征值、最大特征值和按模最小的特征值,计算与给定值最接近的特征值,并计算方阵谱范数的条件数和行列式的值,要求设计算法,编程实现计算任务,给出设计思路和计算结果,并进行分析。-Calculation of the minimum for a given matrix eigenvalue, maximum eigenvalue and minimum eigenvalue by mode to calculate the value of the closest to a gi
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:298427
    • 提供者:abler
  1. NumericalRecipesinCWilliam.H

    3下载:
  2. 本书编写了300多个实用而有效的数值算法C语言程序。其内容包括:线性方程组的求解,逆矩阵和行列式计算,多项式和有理函数的内插与外推,函数的积分和估值,特殊函数的数值计算,随机数的产生,非线性方程求解,傅里叶变换和FFT,谱分析和小波变换,统计描述和数据建模,常微分方程和偏微分方程求解,线性预测和线性预测编码,数字滤波,格雷码和算术码等。全书内容丰富,层次分明,是一本不可多得的有关数值计算的C语言程序大全。本书每章中都论述了有关专题的数学分析、算法的讨论与比较,以及算法实施的技巧,并给出了标准C语
  3. 所属分类:Algorithm

    • 发布日期:2014-05-08
    • 文件大小:40422400
    • 提供者:何夕
  1. LU

    0下载:
  2. In linear algebra, LU decomposition (also called LU factorization) is a matrix decomposition which writes a matrix as the product of a lower triangular matrix and an upper triangular matrix. The product sometimes includes a permutation matrix as well
  3. 所属分类:Console

    • 发布日期:2017-03-27
    • 文件大小:1920
    • 提供者:James
  1. hanglieshianjian

    0下载:
  2. 用行列式按键产生 (接P2口),实现8位按键移位显示.开始时,8个数码管都不亮.按一个行列式按键(只用0----9),数字显示一位(如同手机输号码).数字输入8位后,只显示最近的8个数字.c51的汇编程序。。附protues仿真图-Key determinant generated by (pick P2 port), to achieve 8-bit key shift display. Initially, eight digital control are not bright. Pres
  3. 所属分类:SCM

    • 发布日期:2017-04-17
    • 文件大小:41482
    • 提供者:杨舞
  1. Matrixes

    0下载:
  2. 包含矩阵和行列式各种操作的程序,有main测试函数和功能头文件。功能包括矩阵的加、乘运算,行列式求值,矩阵求逆,求秩-Various operations including matrix and the determinant of the procedures, test the functions and features main header file. Features include matrix addition, multiplication operator, determi
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:20513
    • 提供者:胡灏
  1. Matrix

    0下载:
  2. 本代码实现一些基本的矩阵运算,如加减乘除,行列式等。并对一些基本的运算进行重载-The code to implement some basic matrix operations such as addition, subtraction, determinant and so on. And some basic operations for overload
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-06
    • 文件大小:1136140
    • 提供者:王彬
  1. matrix

    0下载:
  2. //--显示矩阵,形参m为行,n为列 void MatrixDisplay(double *A,int m,int n) //--求矩阵转置,形参m为行,n为列,A转置后存为B void MatrixInverse(double *A,double *B, int m,int n) //--求矩阵相乘,A矩阵为[m,p],B矩阵为[p,n],C为[m,n] void MatrixMultiply(double *A,double *B,double *C ,i
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:1725
    • 提供者:heu
  1. matrix-inversion

    0下载:
  2. 矩阵求逆的完整实现,其中包括矩阵转置、求矩阵行列式、求伴随矩阵等功能模块,可以直接使用。-Complete implementation of matrix inversion, including matrix transpose, a matrix determinant, matrix and other requirements associated with function modules can be used directly.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:941
    • 提供者:肖欢
  1. NewTon-and-Dolittle

    0下载:
  2. 计算方法中重要的算法,用Newton迭代法求解非线性方程组,用Dolittle直接分解法计算A的行列式-Important calculation algorithm, using Newton iterative method for solving nonlinear equations, decomposition method with Dolittle direct determinant of A
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:45513
    • 提供者:fanfan
  1. 1CHOL

    0下载:
  2. 在矩阵运算中用于大型行列式求值,代码简单。容易看懂。-In the matrix operations for large determinant in the evaluation, the code simple. Easy to understand.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:1053
    • 提供者:小名
  1. juzhen

    0下载:
  2. 用全选招呼元高斯消去法计算n阶方阵所对应的行列式。-Select element with Gaussian elimination method call n order matrix corresponding to the determinant.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:135285
    • 提供者:王新政
  1. ENKRIPSI-CITRA

    0下载:
  2. this program about image encryption with hill chiper algorithm. work in visual basic 6.0 platform. please fill in the textbox value with determinant matrix has 1 value. ad-bc = 1.
  3. 所属分类:加密解密

    • 发布日期:2017-04-01
    • 文件大小:170305
    • 提供者:aloend
  1. HYOU

    0下载:
  2. 行列式比有色噪声matlab实现通过构造H矩阵计算得到DR,通过对DR的观察得到结果。-Determinant than the realization of colored noise matlab calculated by constructing a matrix H DR, DR, observed by the results.
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:973
    • 提供者:侯宁
  1. hanglishibi

    0下载:
  2. 行列式阶次辨识在白噪声的情况下通过计算DR的值得到最终的结果。-The order identification of the determinant in the case of white noise by calculating the DR' s worth to the final result.
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:609
    • 提供者:侯宁
  1. CH5

    0下载:
  2. This a GUI based system. The GUI is invoked from the command line by typing "ui_start". The GUI is self explanatory. Tool tips are given in blue color. The cursor needs to be positioned on these for detailed explanation. The main file is "runsim
  3. 所属分类:matlab

    • 发布日期:2017-03-26
    • 文件大小:13937
    • 提供者:洪浩
  1. JJJ

    0下载:
  2. 电子密码锁 用4×4组成0-9数字键及确认键。 用8位数码管组成显示电路提示信息,当输入密码时,只显示“8.”,当密码位数输入完毕按下确认键时,对输入的密码与设定的密码进行比较,若密码正确,则门开,此处用LED发光二极管亮一秒钟做为提示,同时发出“叮咚”声;若密码不正确,禁止按键输入3秒,同时发出“嘀、嘀”报警声;若在3秒之内仍有按键按下,则禁止按键输入3秒被重新禁止。(此句在下面程序中需要再按下ENTER键方有效) (1). 4×4行列式键盘识别技术:有关这方面内容前面已经讨论过,这里
  3. 所属分类:SCM

    • 发布日期:2017-03-24
    • 文件大小:76546
    • 提供者:123
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 17 »
搜珍网 www.dssz.com