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

搜索资源列表

  1. arithmetic

    4下载:
  2. 常用算法:链表的操作、队列的应用、堆栈的应用、串的应用、树的基本操作、冒泡排序、堆排序、归并排序、磁盘文件排序、顺序查找、二分查找、树的动态查找、二分法求解方程、牛顿迭代求解方程、弦截法求解方程、拉格朗日插值、最小二乘法拟合、辛普生数值积分、改进欧拉法、龙格-库塔算法、高斯消去法、正定矩阵求逆算法-Commonly used algorithms: List of operation, the queue of applications, the stack of applications, t
  3. 所属分类:Algorithm

    • 发布日期:2016-08-26
    • 文件大小:21928
    • 提供者:
  1. juzhengjianpan

    0下载:
  2. 矩阵键盘,采用中断方式,能完成单片机多种功能选择-Matrix keyboard, using interrupt method to complete single-chip multi-functional selection
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-01
    • 文件大小:1180
    • 提供者:kevin
  1. Matrix

    0下载:
  2. C#的程序,已经做好的了,就一简单的C#矩阵连乘的小程序,连界面程序源码都在的了-C# Procedures have been carried out of the, on a simple C# Matrix even by a small program, and even source interface procedures are of the
  3. 所属分类:CSharp

    • 发布日期:2017-03-29
    • 文件大小:213941
    • 提供者:
  1. pauli cov

    6下载:
  2. 极化SAR图像中的将协方差矩阵数据进行PAULI分解的程序-Polarization SAR images will covariance matrix data Pauli decomposition process
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2013-06-05
    • 文件大小:798
    • 提供者:王文光
  1. FDGFD

    0下载:
  2. 本系统由单片机系统、矩阵键盘、LED显示和报警系统组成。系统能完成开锁、超时报警、超次锁定、管理员解密、修改用户密码基本的密码锁的功能。除上述基本的密码锁功能外,还具有调电存储、声光提示等功能,依据实际的情况还可以添加遥控功能。本系统成本低廉,功能实用-The system consists of single-chip microcomputer system, matrix keyboard, LED display and alarm system. System to complete
  3. 所属分类:Project Manage

    • 发布日期:2017-03-30
    • 文件大小:128720
    • 提供者:yehailong
  1. iclass

    0下载:
  2. 此程序是用分治算法思想将两个规模为2^k*2^k的矩阵相乘-This procedure is divided algorithm thinking the two size 2 ^ k* 2 ^ k matrix multiply
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:1498
    • 提供者:alexandar
  1. GrayGradinet

    0下载:
  2. 图像的一种纹理提取方法,采用灰度梯度共生矩阵,是简单方便的方法-An image texture extraction method, using gray-gradient co-occurrence matrix is a simple and convenient method
  3. 所属分类:Graph program

    • 发布日期:2017-03-27
    • 文件大小:1484
    • 提供者:liulei
  1. FiberGratingSpectra

    2下载:
  2. 传输矩阵法计算啁啾光栅反射谱 本节中给出传输矩阵法计算啁啾光栅反射谱和 时延的完整M at lab 程序实例, 本段代码在 M at lab513 和W indow s2000 环境中运行通过。运行结果如图8 所示。可以改变光栅长度、有效折射率、折射率调制深度、啁啾系数等参数来获得不同参数下光栅反射谱和时延曲线。如果打开“% 切趾”行的屏蔽符“% ”则可得到切趾后光栅反射谱和时延特性曲线, 此时计算所得的曲线将比图8 中所示的曲线平滑很多。-Transfer matrix metho
  3. 所属分类:matlab

    • 发布日期:2017-03-24
    • 文件大小:1124
    • 提供者:金沧
  1. 00

    0下载:
  2. 该程序利用C++实现了求稀疏矩阵的转置矩阵。整个程序运用了3次函数的调用。-The program using C++ Achieved for sparse matrix transpose matrix. Use of the whole process 3 times function call.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-10
    • 文件大小:987
    • 提供者:shiqing
  1. graylevel

    0下载:
  2. 实现灰度共生矩阵的建立,并计算其0度135度90度方向的特征,计算矢量矩-Gray-level co-occurrence matrix to achieve the establishment and calculation of its 0 degrees 135 degrees 90 degrees the direction of the characteristics of the vector calculation of moments
  3. 所属分类:Graph Recognize

    • 发布日期:2017-03-31
    • 文件大小:27493
    • 提供者:kunta
  1. fenzhi

    0下载:
  2. 通过分支限界的方法,求解1到n的最短路径。设数组a保存图的邻接矩阵,0-9号,共10个节点。节点1为源点,n为目标点.-Through the branch and bound approach for solving 1 to n shortest path. A preservation plan for an array of adjacency matrix ,0-9, a total of 10 nodes. Node 1 is the source, n for the target
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:2672
    • 提供者:
  1. keyboard-driver

    0下载:
  2. 单片机键盘驱动资料,包括键盘接口技术介绍、扫描法矩阵键盘驱动程序、行列反转法矩阵键盘驱动程序、AT89S52单片机键盘接口原理图等。程序有详细的注释。资料基于AT89S52单片机系统,键盘为4×4矩阵键盘。-Singlechip keyboard-driven information, including the keyboard interface technology, the scanning matrix keyboard driver, the ranks of matrix inve
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-03-29
    • 文件大小:70229
    • 提供者:老树
  1. Fac3_1_1

    1下载:
  2. 矩阵连乘问题递归直接计算法,原自王晓东算法设计,该程序已调通-Recursive Matrix even by the issue of direct calculation method, the original self-Xiaodong algorithm design, the program has been transferred Qualcomm
  3. 所属分类:Audio

    • 发布日期:2017-05-12
    • 文件大小:891
    • 提供者:ss
  1. nijuzhen

    0下载:
  2. 求矩阵的逆 可以求任意阶矩阵的逆 但是前期是这个矩阵有存在可逆阵-The inverse matrix can be arbitrary order for the inverse matrix is the matrix but the pre-existence of reversible array
  3. 所属分类:CSharp

    • 发布日期:2017-04-14
    • 文件大小:4670
    • 提供者:苏雅
  1. AdmittanceMatrix

    1下载:
  2. 用c++语言在VC环境下编制的形成导纳矩阵的程序,可以用来添加到潮流计算程序中,节省编制时间。-With c++ Language VC environment in the formation of the preparation procedures for admittance matrix can be used to add to the trend of the calculation process, saving preparation time.
  3. 所属分类:Other systems

    • 发布日期:2016-01-06
    • 文件大小:1032
    • 提供者:
  1. JAVAshuzuxs

    0下载:
  2. 迭代和直接解超大形稀疏矩阵,阶数自取,以文件输出的格式查看结果。-Iterative and direct solution of large sparse matrix form, the order of self in order to document the output format to view results.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-29
    • 文件大小:192910
    • 提供者:lpp
  1. key_matrix44

    1下载:
  2. FPGA EP1C6Q240C8 4*4键盘模块 4*4矩阵键盘,采用扫描方式检测按键-FPGA EP1C6Q240C8 4* 4 keyboard module 4* 4 matrix keyboard, using scanning detection button
  3. 所属分类:VHDL编程

    • 发布日期:2014-03-23
    • 文件大小:278801
    • 提供者:lan
  1. Calculate

    0下载:
  2. 矩阵并行算法程序,用c#语言编制,可用于数学并行计算。-Matrix parallel algorithm procedures, with c# Languages can be used in parallel computing mathematics.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:924
    • 提供者:tmllpl
  1. M-keyboard

    1下载:
  2. 矩阵键盘设计,共十六键,可用于无线遥控设计-Matrix keyboard design, a total of 16 keys can be used for wireless remote control design
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2012-12-24
    • 文件大小:30722
    • 提供者:阳光
  1. 0003MatrixEigenvalueCalculation

    0下载:
  2. 通过这些能够熟练掌握MATLAB中特征值来计算相关函数,而且能通过编程实现多种矩阵特征值运算的算法。-Through these can master Eigenvalue MATLAB to calculate the correlation function, and can achieve a variety of programming matrix eigenvalue computing algorithms.
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:3578
    • 提供者:王海波
« 1 2 ... 22 23 24 25 26 2728 29 30 31 32 ... 50 »
搜珍网 www.dssz.com