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

搜索资源列表

  1. Quantify.rar

    0下载:
  2. 发送端采用严格的开根号升余弦滤波器,而发送端采用进行过量化处理的开根号升余弦滤波器,仿真量化处理对系统性能的影响,Sender strict roots and raised cosine filter, while the sender had used for the quantification of the roots and raised cosine filter, simulation, quantification of the impact on system performa
  3. 所属分类:matlab

    • 发布日期:2016-01-25
    • 文件大小:153.85kb
    • 提供者:阿飞
  1. jieduan_lianghua

    0下载:
  2. 分析了截短对升余弦信号频谱的影响; 以及量化对升余弦信号及开根号升余弦信号频谱的影响。包含仿真报告。 -Analysis of the truncated raised cosine signal spectrum of the impact and quantified on or open the root cosine signal and cosine signal spectrum or its impact. The report contains the simulati
  3. 所属分类:matlab

    • 发布日期:2017-03-23
    • 文件大小:117.7kb
    • 提供者:caomin
  1. pso

    2下载:
  2. 程序说明: jblzq.m为基本粒子群程序求函数的最大值 lzq2.m是惯性权重法求函数的最大值 lzq3.m是惯性权重法求函数最小值。当然也可以用lzq2.m实现,在函数前加个负号 lzq4.m是收敛因子法求函数最小值 lzq5.m是带变异的惯性权重法求最大值,变异条件比较简单,变异次数多。还有一种变异是利用各粒的最优位置与全局最优位置的差的平方和,再开根号的值小于某一值最为收敛条件,将在我的报告中叙述 lzq6.m是分层粒子群优化算法,即利用两个粒子群同时进行搜索,一
  3. 所属分类:Algorithm

    • 发布日期:2016-12-22
    • 文件大小:6.76kb
    • 提供者:沈龙
  1. testrc

    0下载:
  2. 套用公式 计算电阻电容的值 I1 = U / R + j2πfCU I2 = U / R + Kj2πfCU IR = U / R = ((K^2 *I1^2-I2^2)/(K^2-1))开根号 C=(I2-I1)/(4Pi*U)-Apply the formula to calculate the value of resistance and capacitance I1 = U/R+ j2πfCU I2 = U/R+ Kj2πfCU IR = U/R =
  3. 所属分类:Algorithm

    • 发布日期:2017-03-22
    • 文件大小:1.13kb
    • 提供者:王振丰
  1. PiCalculator

    0下载:
  2. 这个算法是平方收敛的(每次迭代有效位数增加一倍), 这样要求到Q位有效数字,就至少要log2Q+1次迭代 显然,这种计算是要高精度表示的, 我所用的算法就是普通的高精度加减乘除 加减是O(n)的,时间花费很少。 乘除是O(n2)的,主要的时间花费都在这上面。 而由这个算法中可以看到,bn的计算需要开根号。 这里有两种开根号的办法: ①用初中教我们的方法,每次开两位根号,用除法减掉, 这样所需时间为n2·n/2=O(n3),不可忍受! ②用牛顿迭
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:44.01kb
    • 提供者:joyeep
  1. timings

    0下载:
  2. 本程序计算1到10000的开根号通过三种不同方法所需要的时间-The program calculates the 1 to 10,000 square root of three different methods by the time required
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:576byte
    • 提供者:anode2009
  1. qwerty

    0下载:
  2. 自定义开根号 非牛顿迭代法 能快速计算 有一些局限性-Custom roots and non-Newton method to quickly calculate some limitations
  3. 所属分类:Algorithm

    • 发布日期:2017-04-16
    • 文件大小:42.09kb
    • 提供者:xkm
  1. calculator_6

    0下载:
  2. 能实现基本的加减乘除运算,和开根号,报错 及类
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:69.39kb
    • 提供者:陈聪聪
  1. Calculator

    0下载:
  2. 实现计算器的+ - * /和开根号的功能,完善了=的功能,不至于多摁下=出现的错误。-The achieve calculator+-*/and root number function, improve the = next = errors, and will not press.
  3. 所属分类:Algorithm

    • 发布日期:2017-12-02
    • 文件大小:31.76kb
    • 提供者:吉新涛
  1. code20151012

    0下载:
  2. 十组数据分类轮所有数据球求均值*0.618=G值 该轮所有数据与G值相减的平方和,再除以人数(14),开根号得到均方值所有均方差和除以游戏次数(10-ten 0.168 G
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:915byte
    • 提供者:彭浩
  1. Calculator127

    0下载:
  2. 袖珍计算器,能简单实现加减乘除,乘方,开根号等基础功能-Pocket calculator, can simply realize arithmetic, involution, roots and other basic functions
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-13
    • 文件大小:1.69kb
    • 提供者:bu406284
  1. MATLAB_Calculator

    0下载:
  2. 此程序通过使用MATLAB——GUI实现常规计算器功能,包括正常算术运算以及开根号x的y次方等功能-This program by using MATLAB- GUI implement routine calculator functions, including normal arithmetic operations and square root functions x to the power of y
  3. 所属分类:matlab

    • 发布日期:2017-05-01
    • 文件大小:10.31kb
    • 提供者:dcl
搜珍网 www.dssz.com