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

搜索资源列表

  1. C++常用算法之06矩阵特征值与特征向量的计算

    1下载:
  2. 本代码是《计算机常用数值计算算法与程序 C++版》一书的配套矩阵特征值与特征向量的计算代码,这些C++程序已经在Virsual C++ 6.0环境下通过。注意,在VC++ 6.0中设置好路径,特别是include目录(文件夹)的路径,否则在编译时会出现找不到头文件的错误,使编译无法正常进行。-the code is "commonly used computer numerical algorithms and procedures C version," a book su
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:91638
    • 提供者:闻杉
  1. C++常用算法之05矩阵运算

    1下载:
  2. 本代码是《计算机常用数值计算算法与程序 C++版》一书的配套矩阵运算代码,这些C++程序已经在Virsual C++ 6.0环境下通过。注意,在VC++ 6.0中设置好路径,特别include目录(文件夹)的路径,否则在编译时会出现找不到头文件的错误,使编译无法正常进行。-the code is "commonly used computer numerical algorithms and procedures C version," a book supporting m
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:95511
    • 提供者:闻杉
  1. 矩阵运算算法

    0下载:
  2. 用C++语言实现矩阵的常用运算,非常不错,具有参考价值。-C + + Language matrix used in computation, very good, with the reference value.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:3730
    • 提供者:唐伟龙
  1. c常用算法程序

    0下载:
  2. C常用算法程序机,是关于解线性方程,各种矩阵的处理。很有实际应用意义-C algorithms commonly used procedures machine is on the solution of linear equations, various matrix processing. Very practical significance
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:285172
    • 提供者:wlr
  1. vc++常用数值算法

    2下载:
  2. VC++常用数值算法源代码。包括插值、数值积分、微分方程组的解、极值、矩阵运算等程序。
  3. 所属分类:数学计算/工程计算

    • 发布日期:2010-10-20
    • 文件大小:329875
    • 提供者:hedongjing
  1. 矩阵求逆的JAVA代码

    0下载:
  2. 用JAVA写的各种数学常用算法,包括矩阵求逆等。
  3. 所属分类:数学计算/工程计算

  1. VB常用数值算法集【全集】

    3下载:
  2. 例举所有VB的常用算法包括矩阵,二次方程等算法
  3. 所属分类:源码下载

    • 发布日期:2011-12-04
    • 文件大小:2007786
    • 提供者:feihong@kld.cn
  1. c常用算法

    0下载:
  2. 内含c语言常用算法,包括矩阵操作
  3. 所属分类:源码下载

    • 发布日期:2012-04-10
    • 文件大小:281085
    • 提供者:songmingzhu
  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. acm_algorithm

    0下载:
  2. 细说常用算法之分治算法,doc文档,举了四个适用于分治算法的例子:找出伪币、金块问题、矩阵算法、金块问题。都有详细的算法思想说明。-Elaborate algorithms most of the Divide and Conquer Algorithm, doc documents, cites four sub-rule algorithm applied to an example: to find counterfeit coins, gold bullion issues, matri
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-30
    • 文件大小:11266
    • 提供者:YOYO
  1. Algorithm

    0下载:
  2. 基于C#的常用算法程序。 关键字:复数,积分,矩阵,线性方程组,非线性方程组,最小二乘法-C# Algorithm
  3. 所属分类:CSharp

    • 发布日期:2017-04-01
    • 文件大小:33907
    • 提供者:bufeng
  1. fortran各章代码

    3下载:
  2. 第1章 矩阵分解与线性方程组直接方法 第2章 线性方程迭代方法 第3章 最小二乘法与曲线拟合 第4章 特征值与特征向量 第5章 非线性方程 第6章 非线性方程组 第7章 插值法 第8章 数值微分 第9章 数值积分 第10章 特殊函数 第11章 常微分方程(The first chapter is matrix decomposition and direct method of linear equations The second chapter is the itera
  3. 所属分类:其他

  1. SP++3.0

    1下载:
  2. SP++ (Signal Processing in C++) 是一个关于信号处理与数值计算的开源C++程序库,该库提供了信号处理与数值计算中常用算法的C++实现。(Lightweight Matrix Computing Library)
  3. 所属分类:其他

    • 发布日期:2018-01-07
    • 文件大小:4548608
    • 提供者:TIMBIN
  1. Fortran_Alog_2nd_XuShiLiang

    1下载:
  2. Fortran算法集徐士良版,数值模拟,矩阵运算、线性方程求解、非线性方程求解、插值、数值积分(Fortran algorithm set Xu tillian version, numerical simulation, calculation of matrix, linear equations, nonlinear equations, interpolation, numerical integration)
  3. 所属分类:数学计算

    • 发布日期:2018-01-09
    • 文件大小:6487040
    • 提供者:廖刚
  1. LinearAlgebra

    0下载:
  2. 矩阵是高等代数学中的常见工具,也常见于统计分析等应用数学学科中。[2] 在物理学中,矩阵于电路学、力学、光学和量子物理中都有应用;计算机科学中,三维动画制作也需要用到矩阵。(Matrix is a common tool in higher algebra, and it is also common in Applied Mathematics, such as statistical analysis. [2] is applied in physics, including matrix
  3. 所属分类:其他

    • 发布日期:2018-04-20
    • 文件大小:273408
    • 提供者:9285351
  1. C常用算法程序集(第二版)

    0下载:
  2. 针对工程中常用的行之有效的算法而编写,其主要内容包括多项式的计算、复数运算、随机数的产生、矩阵运算、矩阵特征值与特征向量的计算、线性代数方程组的求解、非线性方程与方程组的求解、插值与逼近、数值积分、常微分方程组的求解、数据处理、极值问题的求解、数学变换与滤波、特殊函数的计算、排序和查找。(The effective algorithm commonly used in engineering and preparation, the main contents include polynomia
  3. 所属分类:数值算法/人工智能

  1. 矩阵快速幂

    0下载:
  2. c++封装的矩阵快速幂,ACM常用!快速幂算法在矩阵的扩展。(C++ encapsulation of matrix fast power, ACM commonly used! The expansion of a fast power algorithm in a matrix.)
  3. 所属分类:其他

    • 发布日期:2018-04-21
    • 文件大小:1024
    • 提供者:Lylist
  1. C语言常用算法集

    0下载:
  2. C语言基本算法,有数值计算,矩阵,微分方程,以及各种滤波算法(Basic algorithm of C language)
  3. 所属分类:其他

    • 发布日期:2018-05-01
    • 文件大小:6281216
    • 提供者:孤鸿落日
  1. C语言算法速查手册 第三版

    1下载:
  2. 常用数学算法的C语言代码,包含矩阵运算、多项式拟合、快速付立叶变换等等算例。(The C language code of common mathematical algorithms includes matrix operation, polynomial fitting, fast Fourier transform and other examples.)
  3. 所属分类:书籍源码

    • 发布日期:2019-10-29
    • 文件大小:6466560
    • 提供者:netmanfan
  1. MATLAB的13个数值分析常用算法

    0下载:
  2. 插值 函数逼近 矩阵特征值计算 ..... 非线性方程组求解 常微分方程的初值问题 等等
  3. 所属分类:图形图像处理(光照,映射..)

« 12 3 4 5 6 7 8 »
搜珍网 www.dssz.com