CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 数学计算/工程计算 搜索资源 - 线性代码

搜索资源列表

  1. MAtrix-solve

    0下载:
  2. fortran源代码,线性方程组求解,详细算法代码-fortran code for matrix solve
  3. 所属分类:Algorithm

    • 发布日期:2017-12-01
    • 文件大小:14607
    • 提供者:1
  1. Linear-Interpolation

    0下载:
  2. 线性差值和三次差值的c语言实现代码,包含测试内容。-Linear Interpolation and cubic Interpolation
  3. 所属分类:Algorithm

    • 发布日期:2017-11-14
    • 文件大小:864594
    • 提供者:li u
  1. daima

    1下载:
  2. 数学代码 关于多元线性分析以及相关系数的求法-Mathematical code on multiple linear analysis and correlation coefficient method
  3. 所属分类:Algorithm

    • 发布日期:2017-12-03
    • 文件大小:3601
    • 提供者:林文龙
  1. jacobi

    0下载:
  2. 求解线性方程组的雅克比迭代法的C语言代码以及VC6.0编译器的项目文件。-The C language code of Jacobi iterative method for solving linear equations and the project files using the Visual Studio C++ 6.0 compile.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:62727
    • 提供者:qin
  1. jacobidiedai

    0下载:
  2. 用matlab编写的雅克比方法求解线性方程组:数值分析中很经典的代码-a procedure of jacobi diedai
  3. 所属分类:Algorithm

    • 发布日期:2017-04-17
    • 文件大小:427971
    • 提供者:黄琪
  1. 123

    1下载:
  2. 有关回归分析的所有算法,包括详细的原理介绍及具体的matlab代码,很适合初学者使用,及有关工程人员参考;其中包含了一元线性回归、最小二乘估计方法、显著性检验、多元线性回归、利用回归模型预测、非线性回归、逐步回归等-All algorithms related to regression analysis, including a detailed descr iption and the specific principles matlab code, it is suitable for b
  3. 所属分类:Algorithm

    • 发布日期:2017-04-25
    • 文件大小:256147
    • 提供者:曹清云
  1. 12

    0下载:
  2. 有关matlab在线性代数中的应用的详细介绍及具体的matlab代码实现,包括求向量组的最大线性无关组、向量组的线性相关性、求解线性方程组、使用 sym 函数直接创建符号矩阵、将数值矩阵转化为符号矩阵、符号矩阵的索引和修改、相似矩阵及二次型、求特征值和特征向量等。很适合初学者使用,及有关工程人员参考。-About matlab linear algebra applications detailed descr iption and the specific matlab code, inclu
  3. 所属分类:Algorithm

    • 发布日期:2017-04-17
    • 文件大小:77716
    • 提供者:曹清云
  1. huigui

    0下载:
  2. 包含多元线性回归和一元线性回归的代码。用vb.net2008编写。网上找不到,就自己做了一个。-Contains multiple linear regression and linear regression code. Written vb.net2008.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-25
    • 文件大小:58996
    • 提供者:陈鑫
  1. equations-iterative-method

    0下载:
  2. 解线性方程组的迭代法的详细代码,帮助初学者尽早入门。-Solving linear equations iterative method detailed code as soon as possible to help beginners get started.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-15
    • 文件大小:8656
    • 提供者:张天一
  1. gaussElim

    0下载:
  2. 这是一个用C++编写的矩阵类,含测试代码,供大家研究使用。实现了矩阵的创建、初始化、拷贝、赋值、乘法、加法、转置、求秩等运算,并给出了利用高斯消去法进行求逆、解线性方程组等功能。也可再次扩展。-Self defined C++ matrix class for everyone to use. To achieve the creation of the matrix, initialize, copy, assignment, multiplication, addition, transpo
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:4189
    • 提供者:李刚
  1. inear-equations

    0下载:
  2. 利用高斯列选主元消去法,借助于C++语言求解线性方程组的解,具有代码易于实现,易于阅读,可移植性高等特点-Column pivoting Gaussian elimination, by means C++ language for solving linear equations, with the code is easy to implement, easy to read, and high portability
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:2388
    • 提供者:Aaron
  1. primal_dual

    3下载:
  2. 全变差求解病态线性方程组的算法说明及其Matlab上的实现代码,在反演问题中常常会用到,全变差正则化具有边界识别强的特点,在图像去噪和恢复方面很有价值!-Total Variation solving ill-conditioned linear equations Matlab algorithm descr iption and implementation code on the inverse problem will often be used, total variation reg
  3. 所属分类:Algorithm

    • 发布日期:2016-06-03
    • 文件大小:1024
    • 提供者:lwqq
  1. Mathcode

    0下载:
  2. 这是常见的数值计算的代码,包含了复数、矩阵、线性方程组和特征值计算,对给予C++的数值计算算法编程有很大的参考价值!-This is a common numerical code, including a complex, matrix, linear equations and eigenvalues calculation, giving the C++ programming numerical algorithms have great reference value!
  3. 所属分类:Algorithm

    • 发布日期:2017-04-28
    • 文件大小:174576
    • 提供者:lwqq
  1. Newton

    0下载:
  2. 牛顿迭代求解和相关处理代码,代码简单,计算快,是最常用的求解线性方程组方法-Newton iterative solution and associated processing code, the code is simple, fast calculation, is the most common method for solving linear equations
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:2828
    • 提供者:maomao
  1. ANA1

    0下载:
  2. 本程序为线性方程组的matlab代码,主要比较了CG,Lanczos和MINRES三种方法解方程Ax=b的效果。-This program is linear equations matlab code, the main comparison of CG, Lanczos and MINRES three ways to solve the equation Ax = b in effect.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-30
    • 文件大小:8341
    • 提供者:
  1. ASL-1.2

    0下载:
  2. 内点法求解线性和边界约束的凸二次规划,采用C++语言编程,程序很完善,代码比较多,各位看官好好研究-Solve an optimization problem with linear and bound constraints (BL) min f(x) subject to lo <= x <= hi, a x = b using the affine-scaling interior-point method presented in
  3. 所属分类:Algorithm

    • 发布日期:2017-04-27
    • 文件大小:54960
    • 提供者:wang
  1. fortran-code(1)

    0下载:
  2. 用fortran编写的解线性方程组的直接方法:包括高斯消去法,列主元素法、lu分解法、追赶法等代码-some code for practing
  3. 所属分类:Algorithm

    • 发布日期:2017-05-28
    • 文件大小:11200512
    • 提供者:储著飞
  1. matlab-rotating-calculation

    0下载:
  2. EasySolve: 求取线性方程组AX+B=0的一组解,若解唯一则直接返回该解,若解不唯一则从解集中随机返回一组 程序会根据方程信息自动计算返回的解的合适数量级和随机中心的偏移量,使得返回随机解的大小合适于调用它的程序。 OrnoBasis: 根据输入向量的维度,返回该维度下的一组标准正交基底,输入的列向量组中的有效向量(非零、线性无关)会被标准正交化并作为基向量、按旧有顺序排在增补列向量的前边。 RotaObj: 任意维度下(>=2)的点集的保形旋转(不变形的旋转,
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:3576
    • 提供者:曹腾飞
  1. LMI_SOLVE

    1下载:
  2. 运用线性矩阵不等式(LMI)求解鲁棒优化问题。该LMI不等式求解代码,更具有一般性,结合matlab中help命令,能够方便的对新的LMI问题求解-This programme code is useful for the common optimization problem, combined with the descr iption of matlab help statement, a new LMI problem can be easy to solve.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:1045
    • 提供者:tianjun
  1. levmar-2.6

    0下载:
  2. 数值优化中非线性最小二乘的LM算法实现。网上下载的一般都不能通过编译,这是在VS2015环境下构建的能通过编译的代码。-Numerical Optimization. LM algorithm
  3. 所属分类:Algorithm

    • 发布日期:2017-06-09
    • 文件大小:15909296
    • 提供者:徐勇
« 1 2 34 »
搜珍网 www.dssz.com