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

搜索资源列表

  1. 计算器2.0

    0下载:
  2. 能运算的函数: sin,cos,tg,ctg,e^,pow(x,y),cosh,sinh,tgh,log10,ln,sqrt,arcsin,arccos, 运算方式: +,-,*,/,绝对值(“[ ]”),^,!, 输入规则: 用键盘或按钮都可,输入完按回车运算,(光标要在最后) sin(21-32)/(12-43) 4(323-4343) 4*(323-4343) e^2-sin3-3^4,(不要输入pow(3,4)) //有无*都可 2*3^4是(2*3)^4
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:111005
    • 提供者:qwq
  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. pow

    0下载:
  2. double pow(double,double) 省去了libm的麻烦。可以自由使用-double pow (double, double) save a libm trouble. Free use
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1336
    • 提供者:段云
  1. romberg

    0下载:
  2. 用龙贝格求积计算x*x*pow(M_E,-x*x)的积分值,输出T表及其近似值。
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:877
    • 提供者:开迪
  1. stft.rar

    0下载:
  2. 短时能量,端点检测,功率谱图与短时f变换,时域与f变换的matlab实现,Short-term energy, endpoint detection, and short-term power spectra of f transform, time-domain transform matlab with the realization of f
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:2260
    • 提供者:魏欢庆
  1. matpower4.0

    1下载:
  2. matpower4.0工具箱,能做电力系统潮流和电力系统优化的计算工具箱,最新版本的-matpower4.0 toolbox
  3. 所属分类:matlab

    • 发布日期:2017-05-13
    • 文件大小:3294514
    • 提供者:张三
  1. DIY_five_function

    0下载:
  2. 自定义5个函数,实现与5个C标准库函数(pow、tolower、toupper、exp、sin)相同的功能-DIY five functions to realize the same function of the five basic library functions(pow、tolower、toupper、exp、sin)
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:1116
    • 提供者:风清扬
  1. 4

    0下载:
  2. BP算法例子:用一个五层的神经网络去逼近函数f(x1,x2)=pow(x1-1,4)+2*pow(x2,2)-BP algorithm is an example: with a five-layer neural network to approximate the function f (x1, x2) = pow (x1-1, 4)+2* pow (x2, 2)
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-16
    • 文件大小:31469
    • 提供者:zhangzhong
  1. Pow

    0下载:
  2. 根据能谱的定义来计算能谱的程序,内涵fortran程序-power spectral
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:332973
    • 提供者:张军
  1. Expresschengxu

    0下载:
  2. 函数程序中支持的函数有:sin,cos,tan,asin,acos,atan,exp,log,sign,pow-Function program support functions are: sin, cos, tan, asin, acos, atan, exp, log, sign, pow
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:29972
    • 提供者:欧阳
  1. diedaifa

    0下载:
  2. // 编程序 用迭代法求a的立方根,求立方根的迭代公式为 ::Xi+1=(2*Xi)/3+a/(3*Xi*Xi) 假定X的初值为a,迭代到|Xi+1-Xi|<10的-5次方为止. 显示a=3,27的值,并通过调用pow(a,1.0/3)函数加以验证.。-//Compile a program with Iteration Method and the cube root, find the cube root of the iteration formula is:: Xi+1 = (2*
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:572
    • 提供者:赵汉卿
  1. pow

    0下载:
  2. pow为幂法计算,求解矩阵的特征值和特征向量,本文提供了算例和程序-pow method for the power, solve the matrix eigenvalue and eigenvector, the paper provides examples and procedures
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:10257
    • 提供者:陈岩
  1. pow

    0下载:
  2. power calculation of the numarical numbers , it takes a number as input and gives power as output
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:924
    • 提供者:somu
  1. powerlaws_full_v0.0.9-2010-01-24

    0下载:
  2. 幂律分布的matlab工具箱,幂律的检验和数据序列的绘图。非常好用-Matlab Tool of Pow law distribution, determination and plot
  3. 所属分类:matlab

    • 发布日期:2017-03-24
    • 文件大小:41082
    • 提供者:ato
  1. CALC.rar

    0下载:
  2. 数学表达式计算命令,By Lxl1638 使用方法: Calculator.EXE {代数表达式}#小数位数(默认6位最多16位) 支持的运算符号: 加"+"、减"-"、乘"*"、除"/"、幂"^"、或"|"、与"&"和括号解释 支持的数学常数: e 表示欧拉常数, pi 表示圆周率π 支持的数学函数: 共计32个
  3. 所属分类:数值算法/人工智能

    • 发布日期:2013-02-20
    • 文件大小:8609
    • 提供者:lxl1638
  1. rom

    1下载:
  2. 用Romberg算法计算定积分 #include <stdio.h> #include <math.h> #define MAX 10 double func(double a) { double y if (a == 0) return y = 1 else return y = 4/(1+a*a) //return y = pow(a,2) }-Romberg algorithm computes
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:631
    • 提供者:l
  1. Randall-LeVeque

    0下载:
  2. This book contains an introduction to hyperbolic partial differential equations and a pow-erful class of numerical methods for approximating their solution, including both linear problemsandnonlinearconservationlaws.
  3. 所属分类:Algorithm

    • 发布日期:2017-05-29
    • 文件大小:11388989
    • 提供者:廖斌
  1. MPSK_recognition

    1下载:
  2. 通过平方谱,四次方谱和八次方谱完成对MPSK信号的识别-It can recognize MPSK signal through square spectrum,quardic spectrum and eight pow spectrum
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:2169
    • 提供者:肖恒
  1. delta_transformer_24pulse

    0下载:
  2. Multi-phase rectifier based harmonic suppression-The usage of power electronic devices in ship pow er g rids w ill produce a large number of harmonics in the input circuit of converters
  3. 所属分类:matlab

    • 发布日期:2017-05-04
    • 文件大小:16214
    • 提供者:赵雪健
  1. TQHWCZ

    0下载:
  2. 1 产生(0-1)分布随机数的方法 z i (16807zi-1 +1)mod(pow(2,32)) 被主函数调用 2 产生U(0-()
  3. 所属分类:大数据

    • 发布日期:2018-01-06
    • 文件大小:52224
    • 提供者:Yvfttt
« 12 »
搜珍网 www.dssz.com