CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - pow

搜索资源列表

  1. caculator

    0下载:
  2. // caculator.cpp : Defines the entry point for the console application. // #include #include #include #include #include char e; int main(int argc, char *argv[]) { do { float a,c,d; char b; printf("input first number\n"); scanf("%f"
  3. 所属分类:源码下载

    • 发布日期:2011-11-05
    • 文件大小:875
    • 提供者:fmrnn@sina.com
  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. LD_power

    0下载:
  2. 有关数字激光功率设计的几篇文章,对于设计数字式激光功率计非常有用-The digital laser power design articles, digital laser power for the design of very useful
  3. 所属分类:Other systems

    • 发布日期:2017-05-12
    • 文件大小:2785868
    • 提供者:张浩泉
  1. cp0202_transmitter_2PAM_DS

    0下载:
  2. PAM—DS发射机。包含了要产生的UWB信号的所有参数特性,以DB为单位的平均发射功率POW等-PAM-DS transmitter. Included to generate the UWB signal characteristics of all the parameters to DB for units such as the average transmission power POW
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-04-11
    • 文件大小:1717
    • 提供者:李曼
  1. ComplexFunction

    0下载:
  2. 本程序包括大部份复数处理函数:abs()、arg()、conj()、sin()、cos()、sinh()、cosh()、exp()、log()、log10()、norm()、polar()、pow()、sqrt()等。-look it yourself.
  3. 所属分类:ActiveX-DCOM-ATL

    • 发布日期:2017-04-05
    • 文件大小:1010491
    • 提供者:雾水葛
  1. Prime_Numbers

    0下载:
  2. Threw history,prime numbers has always be a great fascination for mathematicians. Even in modern times,primes numbers continues to fascinate many people.Probably the main reason why prime numbers continues to create such great interest would be beca
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:11568
    • 提供者:kbing
  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. Investigationintoparametersofgratingscanningspectr

    0下载:
  2. 光栅扫描光谱仪的入射光线和出射光线的方向是固定的, 在光栅转动下进行分光, 这与 光栅不动而入射光方向改变的分光方法不同。由光栅方程出发, 计算出电脑自动控制多光栅转动 的光谱仪测试系统的角色散率、 线色散率和分辨本领, 得出光栅扫描光谱仪的角色散率、 线色散率 和分辨本领等参数公式。所得结果与光栅不动而入射光方向改变的光谱仪的角色散率、 线色散率 和分辨本领不同。这为光栅扫描光谱仪的使用和研究提供了理论依据-The grat ing scann ing spect romete
  3. 所属分类:SCM

    • 发布日期:2017-03-29
    • 文件大小:340658
    • 提供者:drawsalt
  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. ImageTest4

    0下载:
  2. Visual C/C++图形图像与游戏编程典型实例解析--VC图像处理-傅立叶变换 注意事项: 1>在进行DFT时,强烈建议选用64*64的图像,选用256*256的图像,**时间太长,中间可能导致死机**。 2>程序中在显示频谱图像时有两种方式,即移至中心和未移至中心,可以通过将/** pow(-1, x+y)*/的注释去掉来进行转换。 由于本程序使用了VFW组件,所以在Project--Setting中--Object/libray modules
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:151369
    • 提供者:hty
  1. PIC-Program-Files

    0下载:
  2. pic18f2520 jiel aliw liajq li al qie voos roqdk klap kal low akga oeyela lajfie laihe lahg aie ishaf aligha laie roahgiqpxh ikahb,ieald aiga eqpg jhgt poet tiner qitbf lag ringp encoe oxjg apwjf apejb aeinf apwnf apenga ownd.iengha aiendj apenie ciga
  3. 所属分类:SCM

    • 发布日期:2017-03-27
    • 文件大小:8138
    • 提供者:黄志华
  1. pso3

    1下载:
  2. 为寻求复杂多峰函数的全局最优解问题, 提出了新型混合算法。该算法由带共享函数 的遗传算法、移民技术、聚类算法和改进的Pow ell 算法组成。由于上述算法的有机配合, 提高了 混合算法的全局和局部搜索能力。油藏系统应用实例和仿真实例证明了算法的有效性-Complex multimodal function to find a global optimal solution of problem, a new hybrid algorithm. The algorithm function
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:346602
    • 提供者:
  1. Ultrasonic-Power-supply-Device

    0下载:
  2. 本论文对国内外光电式电流互感器的供能方式进行了总结,论述了其优缺点。其中,基于超声波供能的光电式电流互感器是目前的最新研究成果,目前的研究已经验证了其可行性,但是存在传输效率低的严重问题。超声波供能系统的研究,需要大量的力学实验,不便于实现。本论文通过对力学中超声波的波动方程进行推导,寻找出了一组和电学中传输线方程相类似的方程组。通过对比电学和力学中的物理量,得到了它们之间的对应关系。在此基础上,构建出了超声波传能装置的等效电路模型,并进行了仿真实验。通过在电学中的仿真结果,较为直观的反应出了超
  3. 所属分类:SCM

    • 发布日期:2017-03-28
    • 文件大小:529883
    • 提供者:gaojiwei
  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. the-numerical-control-dc-power

    1下载:
  2. 本文主要论述了一种基于51单片机为核心控制器的数控直流电源的设计原理和实现方法。该电源具有电压可预置、可步进调整、输出的电压信号和电流信号可同时显示功能。文章介绍了系统的总体设计方案,其主要由微控制器模块、稳压控制模块、电压/电流采样模块、显示模块、键盘模块、电源模块五部分构成。-The method of this paper based on the 51 microcontroller core of the numerical controller DC power supply des
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2012-12-27
    • 文件大小:291329
    • 提供者:任林
  1. 05

    0下载:
  2. 一个基于MFC的简单的屏幕截图工具,其中实现了热键截取-DWORD size=bitmap.bmWidthBytes*bitmap.bmHeight //图片数据大小 LPSTR lpData=(LPSTR)GlobalAlloc(GPTR,size) int panelsize = 0 //记录调色板大小 if(bitmap.bmBitsPixel<16) //判断是否为真彩色位图 panelsize =(int)pow(2
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-21
    • 文件大小:6620071
    • 提供者:sunwen
« 1 23 4 »
搜珍网 www.dssz.com