CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 其他小程序 搜索资源 - square

搜索资源列表

  1. xitongbianshi.rar

    1下载:
  2. 系统辨识的最小二乘递推算法、辅助变量法、增广最小二乘法及偏差补偿法的matlab程序设计实例。,Recursive least squares system identification algorithm, auxiliary variables, the least square method and the augmented error compensation law matlab programming examples.
  3. 所属分类:Other systems

    • 发布日期:2017-03-27
    • 文件大小:1.67kb
    • 提供者:刘悠
  1. circulant

    0下载:
  2. This MATLAB code generates a square circulant matrix using the vector V as the first row of the result if V is a row vector or as the first column of the result if V is a column vector. V may be any numeric data type or a character string. -This MA
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:2.81kb
    • 提供者:Mohammed
  1. Cholesky

    0下载:
  2. Cholesky分解法求取线性方程组的解。也叫做平方根法。CPP程序。-Cholesky decomposition method to strike a solution of linear equations. Also known as the square root law. CPP procedures.
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-23
    • 文件大小:18.52kb
    • 提供者:宫同举
  1. commdoc_rrc

    0下载:
  2. Modify the Gray-coded modulation example (COMMDOC_GRAY) so that it uses a pair of square root raised cosine filters to perform pulse shaping and matched filtering at the transmitter and receiver, respectively.-Modify the Gray-coded modulation e
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:2.06kb
    • 提供者:JILIANGHAI
  1. adaptive_interference_cancellation_with_LMS_algor

    0下载:
  2. this is a code for adaptive interfrence cancellation on a certain signal using the least mean square algorithm LMS using matlab.-this is a code for adaptive interfrence cancellation on a certain signal using the least mean square algorithm LMS using
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:1.91kb
    • 提供者:kareemelattar
  1. DeblurringImagesUsingaRegularizedFilter

    0下载:
  2. Regularized deconvolution can be used effectively when constraints are applied on the recovered image (e.g., smoothness) and limited information is known about the additive noise. The blurred and noisy image is restored by a constrained least square
  3. 所属分类:Other systems

    • 发布日期:2017-03-26
    • 文件大小:2.03kb
    • 提供者:ayla
  1. matlab

    1下载:
  2. 【1】随机序列产生程序 【2】白噪声产生程序 【3】M序列产生程序 【4】二阶系统一次性完成最小二乘辨识程序 【5】实际压力系统的最小二乘辨识程序 【6】递推的最小二乘辨识程序 【7】增广的最小二乘辨识程序 【8】梯度校正的最小二乘辨识程序 【9】递推的极大似然辨识程序 【10】Bayes辨识程序 【11】改进的神经网络MBP算法对噪声系统辨识程序 【12】多维非线性函数辨识程序的Matlab程序 【13】模糊神经网络解耦M
  3. 所属分类:其他小程序

    • 发布日期:2013-10-14
    • 文件大小:7.44kb
    • 提供者:jshuska
  1. SVDTLS

    1下载:
  2. SVDTLS仿真 已知参数下用最小二乘法估计观测数据的ARMA模型的AR参数-SVDTLS simulation parameters are known observational data with least square method to estimate the AR parameters of ARMA model
  3. 所属分类:Other systems

    • 发布日期:2016-05-07
    • 文件大小:178.73kb
    • 提供者:
  1. MCI-core---working-with-square-roots

    0下载:
  2. MCI core - working with square roots
  3. 所属分类:Other systems

    • 发布日期:2017-03-31
    • 文件大小:292.65kb
    • 提供者:killerbee007
  1. square

    0下载:
  2. 在一个二维平面上给定N个点(4 <= N<=1000 )Pi(xi,yi) ( Pi(xi,yi) ( |xi| <= 20000 ,|yi| <= 20000,不存在重复点 存在重复点 ), 请问在这些点中能形成多少个正方。 -Given a two-dimensional plane of N points (4 < = N < = 1000) Pi, (xi, yi) (Pi (xi, yi) (| xi | < = 20000, | yi | <
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:904byte
    • 提供者:chen
  1. Magic-square

    0下载:
  2. 魔方阵 (1).设n是奇数,请编写程序构造n*n阶魔方阵,即行、列、两对角线上n个数之和相等的方阵。 (2).构造3*3素数魔方阵,即找出9个不大于500的素数并排成魔方阵。 -Magic square (1) n is an odd number, please write a program to construct n* n-order magic square that line, column the two diagonal n numbers equal to the
  3. 所属分类:Other systems

    • 发布日期:2017-10-31
    • 文件大小:199.09kb
    • 提供者:Frank.Soo
  1. Root-mean-square-

    0下载:
  2. 将N个项的平方和除以N后开平方的结果,即均方根的结果。-Root mean square
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-13
    • 文件大小:37.16kb
    • 提供者:娟娟
  1. magic-square

    0下载:
  2. 该程序输入一个任意整数,输出小于等于该整数的任意阶幻方-This cpp is used to generate a magic square
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-09
    • 文件大小:1.21kb
    • 提供者:wangyuehui
  1. Magic-square

    0下载:
  2. 魔方阵的小程序,适合初学者使用参考!仅供参考!-Magic square of small procedures, suitable for beginners reference!
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-27
    • 文件大小:545byte
    • 提供者:雷电
  1. Magic-square

    0下载:
  2. “魔方”是指一个由正整数组成的方阵,它的每一行、每一列及每条主对角线上数据之和相等。本程序能输出1-n^2的自然数组成的魔方。-The procedure is used to produce magic square that is made of infinite nature number.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-06
    • 文件大小:1.05kb
    • 提供者:杰斐逊
  1. Magic-square

    0下载:
  2. 有关魔方阵的一个具体问题,C程序代码,运行可以实现。-For magic square of a specific problem, C code, running can be achieved.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-05
    • 文件大小:198.08kb
    • 提供者:linyingyong
  1. square-free

    0下载:
  2. sicily1776.给一个正整数,给出此正整数中是否包含n平方作为因子,结果输出为n。 -A non-negative integer is called a Square Number, if it could be written as n^2, where n is an integer. A non-negative integer is called a Square Free Number, if it has no factor, except 1, which i
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-08
    • 文件大小:1.03kb
    • 提供者:emma
  1. Spiral-square

    0下载:
  2. 一个高效的螺旋方阵输出程序,输入方阵的边长n,然后输出n*n的螺旋方阵 比如:n=4 输出为: 1 2 3 4 12 13 14 5 11 16 15 6 10 9 8 7-An efficient spiral square output program, enter the square side length n, then n* n helical output matrix For example: n = 4 The output is:
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-11
    • 文件大小:680byte
    • 提供者:linyun
  1. least-square-collection

    0下载:
  2. 最小二乘法的汇总,包括原理介绍和例子和程序-least square
  3. 所属分类:Other systems

    • 发布日期:2017-05-02
    • 文件大小:508.35kb
    • 提供者:james
  1. Least Mean Square for System Identification

    0下载:
  2. Least Mean Square for System Identification
  3. 所属分类:其他

    • 发布日期:2017-12-28
    • 文件大小:1kb
    • 提供者:jabbar
« 12 3 4 5 6 7 8 9 10 ... 44 »
搜珍网 www.dssz.com