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

搜索资源列表

  1. matlabcodesofIterativeMethodsforLinearandNonlinear

    0下载:
  2. This folder contains all the codes based on Matlab Language for the book <《Iterative Methods for Linear and Nonlinear Equations》, and there are totally 21 M files, which can solve most of linear and nonlinear equations problems. -This folder conta
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:24.3kb
    • 提供者:宏姬
  1. ofeli-1.3.0-3

    0下载:
  2. OFELI is an object oriented library of C++ classes for development of finite element codes. Its main features are : * Various storage schemes of matrices (dense, sparse, skyline). * Direct methods of solution of linear systems of equations as well as
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:2.11mb
    • 提供者:王大为
  1. hyplas

    8下载:
  2. ************************************************************************ * * * * * THIS IS THE H Y P L A S 2.0 README FILE * * ----------------- * * * * HYPLAS is a finite element program for implicit small and large * * strain analisys of hyperelast
  3. 所属分类:数学计算/工程计算

    • 发布日期:2011-07-29
    • 文件大小:10.5mb
    • 提供者:gtcewli3
  1. Tcodes

    0下载:
  2. matlab codes for linear algebra
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:16.17kb
    • 提供者:Nohjeehwan
  1. NumericalRecipesinCWilliam.H

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

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

    0下载:
  2. 实现简单的线性分组码编码及其译码,界面为简单的初级界面,没有完成MFC编程部分。-The simple encoding and decoding of linear block codes, the primary interface for the simple interface, did not complete the program part of the MFC.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:847byte
    • 提供者:崔侃
  1. CRC-algorithm-principle---C

    0下载:
  2. CRC的英文全称为Cyclic Redundancy Check(Code),中文名称为循环冗余校验(码)。它是一类重要的线性分组码,编码和解码方法简单,检错和纠错能力强,在通信领域广泛地用于实现差错控制。-The English full CRC Cyclic Redundancy Check (Code), the Chinese name for the cyclic redundancy check (code). It is an important class of linear
  3. 所属分类:Algorithm

    • 发布日期:2017-03-24
    • 文件大小:22.35kb
    • 提供者:shitou
  1. NLequationCalculator

    0下载:
  2. 本程序含有多个非线性方程与方程组的求解的c++算例,对于更好地理解使用c++来求解方程的功能。-the program codes is for non-linear equation or equation group solution, which is writen in c++
  3. 所属分类:Algorithm

    • 发布日期:2017-04-17
    • 文件大小:73.41kb
    • 提供者:月亮
  1. LSL_SC

    0下载:
  2. based classification (SRC) has been widely used for face recognition (FR). SRC first codes a testing sample as a sparse linear combination of all the training samples, and then classifies the testing sample by evaluating which class leads to the mini
  3. 所属分类:Algorithm

    • 发布日期:2017-05-15
    • 文件大小:3.73mb
    • 提供者:israa
  1. spgl1-1.8

    0下载:
  2. based classification (SRC) has been widely used for face recognition (FR). SRC first codes a testing sample as a sparse linear combination of all the training samples, and then classifies the testing sample by evaluating which class leads to
  3. 所属分类:Algorithm

    • 发布日期:2017-03-22
    • 文件大小:65.85kb
    • 提供者:israa
  1. DirectMethodsLinearSystems

    1下载:
  2. 解线性方程组方法:(1)Gauss消去法 (2)杜立特尔直接三角分解法 (2)追赶法解三对角方程 平方根分解法解对称矩阵 的MATLAB源代码-the matlab source codes of Direct Methods for Solving Linear Systems:(1)Gaussian Elimination (2)LU Factorization(Doolittle Method) (3)Pursue Method for Diagonally Dominant Matric
  3. 所属分类:Algorithm

    • 发布日期:2017-03-22
    • 文件大小:6.99kb
    • 提供者:huangyonghao
  1. Numerical-Recipes

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

    • 发布日期:2017-04-24
    • 文件大小:390.17kb
    • 提供者:Zhao Jinwei
  1. Assignment-problems-(SIAM--2009)

    0下载:
  2. 任务分配问题是组合优化里面的一类基本问题。本书系统讲解了该问题从1920年代的萌芽阶段到近代的理论、算法、以及实现的发展。章节之间具备较大独立性,方便读者不按照顺序研读。-This book provides a comprehensive treatment of assignment problems their conceptual beginnings in the 1920s through present-day theoretical, algorithmic, and prac
  3. 所属分类:Algorithm

    • 发布日期:2017-05-07
    • 文件大小:1.35mb
    • 提供者:equalization
  1. WCP-codes-140911

    0下载:
  2. 求解权重线性互补问题的程序,运行test即可.-A Smoothing Newton Algorithm for Weighted Linear Complementarity Problem
  3. 所属分类:Algorithm

    • 发布日期:2017-05-04
    • 文件大小:5.31kb
    • 提供者:zhang.jian
  1. beamforming_linear

    0下载:
  2. This program gives the beamforming codes for a linear antenna.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:1.7kb
    • 提供者:sprshu
搜珍网 www.dssz.com