CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 文档资料 软件工程 搜索资源 - sqrt

搜索资源列表

  1. sqrt

    0下载:
  2. 求解正数的算数平方根,非c语言自带函数!-Solution is the square root of the number of counts, non-c language of its own function!
  3. 所属分类:software engineering

    • 发布日期:2017-04-06
    • 文件大小:31.78kb
    • 提供者:细胞
  1. genhaoC

    0下载:
  2. 牛顿迭代法开根号 比库函数sqrt()快-more efficient way in sqrt
  3. 所属分类:software engineering

    • 发布日期:2017-05-13
    • 文件大小:3.32mb
    • 提供者:victor
  1. chuanshuo

    0下载:
  2. 判断素数的方法:用一个数分别去除2到sqrt(这个数),如果能被整除,       则表明此数不是素数,反之是素数。-Method to determine the prime numbers: a number were removed 2 to sqrt (this number), if divisible, it indicates that this number is not prime, and vice versa is a prime number.
  3. 所属分类:software engineering

    • 发布日期:2017-04-08
    • 文件大小:2.26kb
    • 提供者:天天
  1. KalmanGain

    0下载:
  2. 卡尔曼滤波在单片机上的应用 KalmanGain = EstimateCovariance * sqrt( 1 / ( EstimateCovariance * EstimateCovariance + MeasureCovariance * MeasureCovariance )); //计算本次滤波估计值 EstimateValue = EstimateValue + KalmanGain*( Measure – EstimateValue ); //更新估计协方差 Es
  3. 所属分类:software engineering

    • 发布日期:2017-03-29
    • 文件大小:275.16kb
    • 提供者:马国豪
  1. script2_music_circulaire.m.tar

    0下载:
  2. fs = 8000 t = (0:1/fs:1). x1 = cos(2*pi*t*300) x2 = cos(2*pi*t*400) ha = phased.ULA( NumElements ,10, ElementSpacing ,1) ha.Element.FrequencyRange = [100e6 300e6] fc = 150e6 x = collectPlaneWave(ha,[x1 x2],[10 20 45 60] ,fc) rng def
  3. 所属分类:software engineering

    • 发布日期:2017-03-23
    • 文件大小:648byte
    • 提供者:ederson
  1. Desktop

    0下载:
  2. #include<stdio.h> #include<math.h> main() { int i,x scanf(" d",&x) for(i=2 i<=x-1 i++) if(x i==0) printf("NO\n") for(i=2 i<=x/2 i++) for(i=2 i<=sqrt(x) i++) } 第十行不加冒号时出错信息为: C:\Documents and Settings\w
  3. 所属分类:software engineering

    • 发布日期:2017-04-02
    • 文件大小:224.4kb
    • 提供者:yanjianmin
  1. codings

    0下载:
  2. codings for layer Program 13.1 Golden Section Search for minimum of f(x) Start with unimodal f(x) and minimum in [a,b] Input: inline function f, interval [a,b], number of steps k Output: approximate minimum y function y=gss(f,a,b,k) g=(s
  3. 所属分类:software engineering

搜珍网 www.dssz.com