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

搜索资源列表

  1. MATLABpro

    1下载:
  2. 该程序包包含大量的matlab程序,比如Euler解常微分方程、neville插值、newton插值、Taylor解微分方程、改进平方根法、追赶法-The package includes a large number of Matlab program, such as Euler solutions ordinary differential equations, Neville interpolation, Newton interpolation, Taylor Xie differen
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:20925
    • 提供者:叶建槐
  1. 平方根函数

    0下载:
  2. 功能:返回参数x 的平方根值-function : to return to the square root of x parameter values
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:5472
    • 提供者:王 艳
  1. cholesky323232

    0下载:
  2. 平均因子分解法,适用于正定矩阵First, let s recall the definition of the Cholesky decomposition: Given a symmetric positive definite square matrix X, the Cholesky decomposition of X is the factorization X=U U, where U is the square root matrix of X, and satisfies:
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:2711
    • 提供者:self
  1. FormulaProcessor_beta1_CSharp

    0下载:
  2. 功能说明: 次组件提供的功能有二: 1、解析出数学表达式中的参数 2、计算数学表达式 此组件不但可以解析和计算数学表达式,还提供了一系列的数学基本函数,可应用于表达式中一块处理。提供的数学基本函数有:将值舍入到最接近的整数 rount(x)、向下取整函数 int(x)、向上取整 ceiling(x)、求两个数中最大数的函数 max(a,b)、求两个数中最小数的函数 min(a,b)、幂函数 pow(x,n)、求平方根的函数 sqrt(x)。 下载地址:http
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:3687
    • 提供者:jason
  1. Calculator_code_by_Java

    0下载:
  2. 用JAVA实现的计算器:采用Eclipse 3.1开发,基于JDK 1.5.可进行+、-、*、/、求余、开平方运算-using the JAVA Calculator : Eclipse 3.1 development, Based on JDK 1.5. may I request for ,-,*,/,, square root computation
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:8162
    • 提供者:miracleboy
  1. 改进的平方根法

    1下载:
  2. 改进的平方根法,比较简单的,用VC实现的-improvements to the square root law, a simple comparison with the VC
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:9064
    • 提供者:剑胆琴心
  1. MPSKMQAMmudulation.rar

    12下载:
  2. 本程序用于完成BPSK、QPSK、pi/4QPSK、OQPSK、8PSK、16QAM、32QAM、64QAM和128QAM的调制仿真。并可任意扩展到MPSK和MQAM。程序分成四个部分,fir.m对基带码元序列进行脉冲成型,可选矩形脉冲,升余弦脉冲和平方根升余弦脉冲; modal.m 为主程序,完成岁各种信号的基带星座图映射、脉冲成型和调制;pi4QPSK.m 为pi/4QPSK信号的星座图映射程序;test1.m给出一个简单的频谱显示测试。,This procedure for the com
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:4665
    • 提供者:徐哲
  1. shuzhijisuan.rar

    1下载:
  2. 数值计算方法的程序: 加速迭代 牛顿迭代 Gauss 杜里特尔分解法 克洛特 追赶法 平方根法 改进平方根法 雅可比迭代 高斯 赛德尔迭代 拉格朗日插值法 分段线性插值 分段抛物线插值,Numerical method of procedure: to accelerate the iterative Gauss-Newton iterative decomposition method克洛特Ritter Duri law to catch up with the sq
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:58173
    • 提供者:liuzhou
  1. ComplexNumberCalculator

    0下载:
  2. 这是一个简单实用的复数计算器程序。界面和使用方法与Windows附带的计算器类似。可进行复数的加减乘除四则运算,取共轭运算,开平方运算,可以进行连续计算。-This is a simple and practical procedures for plural calculator. Interface and the use of methods and Windows comes with a similar calculator. Can be plural calculation 4 c
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:44045
    • 提供者:zfw
  1. New

    0下载:
  2. 利用平方根法(Cholesky法)求超定方程组的最小二乘解-Use the square root method (Cholesky method) for over-determined least squares solution of equations
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:7761
    • 提供者:Edison
  1. pingfanggenfa

    0下载:
  2. 用matlab算法实现的平方根算法 用于数值分析中平方根发求解线性方程-Matlab algorithm using the square root algorithm for the numerical analysis of the square root of hair for solving linear equations
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:2754
    • 提供者:杨磊
  1. C++3

    0下载:
  2. 杜里特尔分解法.c改进平方根法.c拉格朗日插值法.cpp牛顿迭代.cpp梯形法积分.cpp追赶法.c 杜里特尔分解法.c改进平方根法.c拉格朗日插值法.cpp牛顿迭代.cpp梯形法积分.cpp追赶法.c-Duri Ritter decomposition. C to improve the square root law. C Lagrange interpolation method. Cpp Newton iteration. Cpp trapezoidal integrat
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-01
    • 文件大小:3004
    • 提供者:李梓钺
  1. SolvingEquations

    0下载:
  2. 使用:Gauss消元,列主元Gauss消元,平方根法(对称阵),改进的平方根法 解著名的病态矩阵Hilbert矩阵为系数的方程-Use: Gauss elimination, Gauss out PCA elimination, the square root law (symmetric matrix), the square root method for improved well-known pathological matrix for the coefficient matrix
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:1498
    • 提供者:朱泽园
  1. cordic

    1下载:
  2. cordic methods describe essentially the same algorithm that with suitably chosen inputs can be used to calculate a whole range of scientific functions including sin, cos, tan, arctan, arcsin, arccos, sinh, cosh, tanh, arctanh, log, exp, square root a
  3. 所属分类:Algorithm

    • 发布日期:2017-03-23
    • 文件大小:1855
    • 提供者:waqas
  1. MPSKTransmissonwithGausNoise

    1下载:
  2. 本程序用于完成BPSK、QPSK、8PSK的调制仿真。并可任意扩展到MPSK和MQAM。程序分成三个部分:phase.m对基带码元序列进行脉冲成型,可选矩形脉冲,升余弦脉冲和平方根升余弦脉冲; model.m 为主程序,完成各种信号的基带星座图映射、脉冲成型和调制; command.m给出一个简单的频谱显示测试。-This procedure for the completion of BPSK, QPSK, 8PSK modulation simulation. Arbitrary and m
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:3956
    • 提供者:long
  1. Chapter_55

    0下载:
  2. 平方根升余弦脉冲 平方根升余弦脉冲 平方根升余弦脉冲 平方根升余弦脉冲-Square Root Raised Cosine Square Root Raised Cosine pulse Pulse Pulse square root raised cosine square root raised cosine square root raised cosine pulse Pulse Pulse square root raised cosine square root raised cos
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:1045
    • 提供者:高翔云
  1. Fast-inverse-square-root

    0下载:
  2. 快速求平方根的倒数的书籍,算法的介绍与详解-Fast inverse square root of books, and Detailed algorithm descr iption
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:213918
    • 提供者:杨阳
  1. Square-root

    0下载:
  2. 这是一个简单的,通过移位操作,得到数字平方根的算法。已在vc6.0++上实验成功-This is a simple shift operation, figure the square root algorithm. Successful experiment in vc6.0++
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:226810
    • 提供者:蔡杰
  1. square-root-method

    0下载:
  2. 平方根算法与先进改进平方根算法的matlab程序代码-Square root algorithm and improved algorithm of square root advanced matlab code
  3. 所属分类:matlab

    • 发布日期:2017-11-12
    • 文件大小:833
    • 提供者:yang
  1. square root raised cosine impulse response

    0下载:
  2. square root raised cosine impulse response
  3. 所属分类:matlab例程

    • 发布日期:2018-01-03
    • 文件大小:31744
    • 提供者:sunset
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com