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

搜索资源列表

  1. LinearEquation

    0下载:
  2. 这个是用于求解线性方程组的代码,可以供初学者参考,功能不错,比较完善-This is used to solve linear equations of the code, you can reference for beginners, function well, relatively perfect
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-06
    • 文件大小:18617
    • 提供者:卢红科
  1. LineTrans

    0下载:
  2. 图形图像的线性变换的代码,基本功能的实现。-Graphic image of the code of linear transformation, the realization of the basic functions.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-13
    • 文件大小:2136
    • 提供者:weixian
  1. Liner

    0下载:
  2. 线性数值积分c++代码已通过上机验证适合于数值计算学习者编程欢迎下载-Linear numerical integration c++ Code has passed the validation machine is suitable for numerical calculation programming learners welcome to download
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:952
    • 提供者:周剑
  1. single_lfm_rectangle_pulse_ambig

    0下载:
  2. 单个矩形包络线性调频信号的模糊函数的matlab代码-Rectangular envelope of a single chirp signal ambiguity function matlab code
  3. 所属分类:matlab

    • 发布日期:2017-03-24
    • 文件大小:1496
    • 提供者:wuzhenkai
  1. xianxingshijianxuanze

    0下载:
  2. 这是线性时间选择的一个代码,看看吧。可以给一下意见的。-This is the choice of a linear time code, take a look at it. Can give you advice.
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:9653
    • 提供者:城城
  1. xianxingshijian

    0下载:
  2. 这是另外一个线性时间选择的代码。大家看看吧,呵呵。-This is another choice of a linear time code. We look at it, huh, huh.
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1660
    • 提供者:城城
  1. LFSR

    0下载:
  2. 伪随机序列产生器,线性反馈移位寄存器,原代码。-Pseudo-random sequence generator, linear feedback shift register, the original code.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:163107
    • 提供者:李辛
  1. 1

    0下载:
  2. This MATLAB code calculates the array factor for N element linear array. N单元线性阵列的方向图函数MATLAB仿真代码-This MATLAB code calculates the array factor for N element linear array. N element linear array pattern function of the MATLAB simulation code
  3. 所属分类:matlab

    • 发布日期:2017-05-16
    • 文件大小:4356899
    • 提供者:金萧
  1. colour

    0下载:
  2. 计算机图形学双线性差值作业源代码。代码简单,效果比较理想。-Computer Graphics bilinear source operating margin. Code is simple, a more satisfactory effect.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-07
    • 文件大小:36628
    • 提供者:hui
  1. mmtable

    0下载:
  2. matlab图像处理:基于线性插补方法的一维单表格搜索算法代码-matlab image processing: methods based on linear interpolation of one-dimensional single-table search algorithm code
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-03
    • 文件大小:1649
    • 提供者:小伟
  1. shuzhifenxi3

    0下载:
  2. 实验题目:曲线拟合的最小二乘法 相关知识:已知C[a,b]中函数f(x)的一组实验数据(xi,yi)(i=0,1,…,m),其中yi=f(xi)。设 是C[a,b]上线性无关函数族。在 中找函数f(x) 曲线拟合的最小二乘解 ,其法方程(组)为: 其中, k=0,1,…,n 特别是,求函数f(x) 曲线拟合的线性最小二乘解 的计算公式为: 数据结构:两个一维数组或一个二维数组 算法设计:(略) 编写代码:(略) 实验用例: 已知函数y
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-29
    • 文件大小:947
    • 提供者:张涛
  1. shuzhifenxi5

    1下载:
  2. 实验题目:Romberg求积公式 相关知识:用两个相邻的近似公式(其中后一个公式是由前一个公式的分半得到的)的线性组合而得到更好的近似公式的方法,就是近代电子计算机上常用的Romberg求积方法,也叫逐次分半加速(收敛)法。 设以 表示二分k次后求得的梯形值,且以 表示序列{ }的j次加速值。Romberg求积公式的T表如下 k h … 0 b-a … 1 … 2
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-04
    • 文件大小:811
    • 提供者:张涛
  1. GaussSeide

    0下载:
  2. 实验题目:求解线性代数方程组的迭代法 相关知识:求解线性代数方程组的Gauss-Seidel迭代法的计算公式如下 数据结构:一个一维数组和一个二维数组 算法设计:用Gauss-Seidel迭代法求解线性代数方程组的算法如下 第一步:对于i=1,2,…,n (取零向量为初始向量) 第二步:e←0 第三步:对于i=1,2,…,n ⑴ ⑵对于j=1,2,…,n但 ⑶ ⑷若 ,则 ⑸ 第四步:若 (预先给定的误差精度),则转
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-30
    • 文件大小:818
    • 提供者:张涛
  1. lpsvr

    0下载:
  2. 一个我自己编写的求解线性支持向量机的matlab代码-I have prepared a solution of linear SVM matlab code
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:4277
    • 提供者:喻军
  1. 2

    0下载:
  2. 配合严蔚敏的数据结构的辅导书,内有书中程序的代码实现——高一凡所著的数据结构算法解析的第二章线性表。-YAN Wei-Min with the data structure of the counseling book, there are procedures code book- written by high and one where the data structure algorithm to resolve the second chapter of the linear tabl
  3. 所属分类:Data structs

    • 发布日期:2017-04-27
    • 文件大小:23231
    • 提供者:wujiawei
  1. lvboqi

    0下载:
  2. 巴特沃斯滤波器设计,双线性变换法,代码不是很长-Butterworth filter design, bilinear transformation method, the code is not very long ... ...
  3. 所属分类:Other systems

    • 发布日期:2017-04-11
    • 文件大小:1167
    • 提供者:李超
  1. leastsquare

    1下载:
  2. 此代码通过matlab实现最小二乘回归线性模型参数功能-least square
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:1239
    • 提供者:zdy
  1. gaosi

    0下载:
  2. 应用高斯列主元消去法解线性方程组的程序代码-Application of Gaussian elimination out PCA solution of linear equations of the program code
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-30
    • 文件大小:734
    • 提供者:sky
  1. zexc

    0下载:
  2. matlab实现线性最小二乘,本人调试终于成功!代码得到极大地优化-Linear least squares matlab, debug, I finally succeeded! Code has been greatly optimized! ! !
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:2004
    • 提供者:zhangja
  1. LFSRchengxu

    0下载:
  2. 利用LFSR生成伪随机序列(m序列) 对待隐藏的图像进行加密然后利用线性插值的方法隐藏于载体图像中。 代码很完整 用的是MATLAB7.0-Use LFSR to generate pseudo-random sequence (m sequence) to treat encryption to hide the image and then use linear interpolation method of hidden images in the vector. Complete cod
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:1040
    • 提供者:Yummy
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 45 »
搜珍网 www.dssz.com