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

搜索资源列表

  1. hua1.09

    0下载:
  2. 帮助你完成1-20次的单根号化简,使你的计算结果无意间更完美-help you complete 1-20 meeting of the single radical sign of SR, so your results unintentionally perfect
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:42107
    • 提供者:冼右星
  1. 0K5GTsfd

    0下载:
  2. 一个计算器 mfc编程,可以实现实数运算根号,sin cos等
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:62065
    • 提供者:刘三姐
  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
    • 文件大小:157538
    • 提供者:阿飞
  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
    • 文件大小:120526
    • 提供者:caomin
  1. include

    0下载:
  2. 用遗传算法解根号2,求根号2,也就是求方程f(x)=x*x-2=0的正整数解,x=1时f(1)<0,x=2时f(2)>0,由介值定理,则1到2中间存在一个根,根据代数基本定理和根的对称性知这就是我们要找的根(废话,初中生都知道是1.414左右),由目标函数得到适应度函数,我们选择个体都在[1,2]之间,那适应度函数我可以取 j(x)=40/(2+|x*x-2|)-10,由x的取值范围知j的范围是(0,10) x和y交叉就用取平均(x+y)/2,交叉概率取0.9,变异概率为0,
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-01
    • 文件大小:3495
    • 提供者:yuxin
  1. R-KandNewton

    0下载:
  2. 这是我今天刚做的高数常用的两个算法:一是用Newton迭代法求根号值 二是用4级-4阶的R-K法解此方程y/=-y ,初值y(0)=1. 同时有些常见的编程技巧. -This is what I did today, just a high number of commonly used two algorithms: One is Roots with Newton iteration number value another one is 4-4 bands RK Solving t
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:548654
    • 提供者:米万成
  1. pso

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

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

    1下载:
  2. 两个数值实验的matlab编程实现。题目分别1是利用循环语句,计算数列根号5 ,根号下根号5 ,根号下根号下根号5…的极限,要求误差小于 10负8次方。 2利用级数pi=1-1/3+1/5-1/7+...可计算出无理数pi的近似值-Two numerical experiments matlab programming. Title 1 is the use of loop were calculated series roots and 5, roots and root number und
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:10908
    • 提供者:刘昊
  1. XC_Calculator

    0下载:
  2. 简单计算器 实现加减乘除,根号 不能四则运算-Simple Math calculator to achieve, roots and not arithmetic
  3. 所属分类:Algorithm

    • 发布日期:2017-06-01
    • 文件大小:14088978
    • 提供者:蔡承志
  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
    • 文件大小:1156
    • 提供者:王振丰
  1. proj1_1

    0下载:
  2. 求小于等于n 的所有的素数,算法时间复杂度为O(根号下n)-Less than or equal n, find all the prime numbers, the algorithm time complexity is O (square root of the next n)
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:8844
    • 提供者:Viggo_Wilzon
  1. PiCalculator

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

    • 发布日期:2017-04-03
    • 文件大小:45068
    • 提供者: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-01
    • 文件大小:576
    • 提供者:anode2009
  1. 2

    0下载:
  2. 简单计算器,加法,减法,除法,根号,正负号-Simple calculator, addition, subtraction, division, square root, sign, etc.
  3. 所属分类:Algorithm

    • 发布日期:2017-05-08
    • 文件大小:1889297
    • 提供者:欧阳醌
  1. qwerty

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

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

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

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

    1下载:
  2. 编写一个含QAM传输的发送和接收模块 1)分别采用复基带仿真和实带通仿真两种形式 a) 实带通仿真时, 载波频率为符号率的4倍 b)发端采用滚降系数0.5的根号升余弦滤波器 2)画出Eb/N0=15dB时的接收波形(收滤波前),取100个采样 3)画出发端输出的眼图和收端过匹配滤波后的眼图(画眼图时不加噪声) 统计误符号率和误比特率与Eb/N0的关系,画出曲线, 与理论计算的曲线相对比 -Prepare to send of one with QAM transmis
  3. 所属分类:matlab

    • 发布日期:2014-11-22
    • 文件大小:7168
    • 提供者:李昌婷
  1. ZHISHU

    0下载:
  2. 输入一个数M,判断它是否为质数。所用的方法是从一到根号M,一次除,判断余数是否为零。-Input a number M, judge whether it for prime Numbers. The way from one to the square M, a except, judge whether remnant to zero.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:1069
    • 提供者:雅典娜
  1. shiyan

    0下载:
  2. 用matlab编写了一个,信源产生经过BPSK调制以及根号升余弦滤波器后再加上载波最后将波形图输出的程序-Using matlab prepared a source after BPSK modulation, as well as the square root raised cosine filter and then with the carrier waveform graph output of the program
  3. 所属分类:matlab

    • 发布日期:2017-11-19
    • 文件大小:637
    • 提供者:谷丰
  1. Calculator

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

    • 发布日期:2017-12-02
    • 文件大小:32521
    • 提供者:吉新涛
« 12 »
搜珍网 www.dssz.com