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

搜索资源列表

  1. 数学函数作图器

    0下载:
  2. 数学函数作图器,拥有三角函数,指数函数,复数函数,一次函数,对数函数等功能。-Math Constructions, with trigonometry, the index function, complex function, a function of several functions, such as functional.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:21914
    • 提供者:大笨鼠
  1. 6.1 复杂的函数曲线

    0下载:
  2. 复杂的函数曲线VB算法,此算法能够实现一些复杂的数学函数曲线的模拟,可以供图形编程的初学者学习.-complex function curves VB algorithm, the algorithm can achieve some complex mathematical function curve simulation and graphics can be programmed for beginners to learn.
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:24710
    • 提供者:吕江林
  1. htmlSQL

    0下载:
  2. htmlSQL是一个是你可以方便的对HTML和XML内容方便的使用类似SQL语句进行检索的PHP类.也就是说有了它,你不必再去写复杂的函数(正则表达式那类的)来获取特殊的值了. 用htmlSQL查询的方法的例子: SELECT href,title FROM a WHERE $class == \"list\" ^ ^ ^ 搜索查询 (可以为空) 待返回的属性 ^ ^ 需要搜索的HTML标签 允许使用\"*\"(= 所有标签) 这个查询返回一个包括
  3. 所属分类:Web服务器

    • 发布日期:2008-10-13
    • 文件大小:28145
    • 提供者:ck
  1. jisuanqivb

    0下载:
  2. 用vb编写的一个小计算器,操作简单,功能也不复杂,作vb初学者交流。-prepared with a small calculator, simple operation, not a complex function for beginners vb exchanges.
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:26569
    • 提供者:lou
  1. 本实验要实现一个简单的命令解释器

    3下载:
  2. 本实验要实现一个简单的命令解释器,也就是Linux中的shell程序。实验程序起名为ysh,要求其设计类似于目前流行的shell解释程序,如bash、csh、tcsh,但不需要具备那么复杂的功能。ysh程序应当具有如下一些重要的特征:  能够执行外部程序命令,命令可以带参数。 . 。  能够执行fg、bg、cd、history、exit等内部命令。  使用管道和输入输出重定向。  支持前后台作业,提供作业控制功能,包括打印作业的清单,改变当前运行作业的前台/后台状
  3. 所属分类:Linux/Unix编程

    • 发布日期:2016-04-26
    • 文件大小:8186
    • 提供者:香烟
  1. Degree_Distribution.rar

    0下载:
  2. 复杂网络中,度分布计算,函数,并绘制出度分布的分布图,Complex networks, distributed computing degree, function, and mapping the distribution of out-degree distribution
  3. 所属分类:Algorithm

    • 发布日期:2017-03-25
    • 文件大小:663
    • 提供者:sun
  1. Dsp_c.rar

    0下载:
  2. dsp算法40例,包括fft、滤波器、谱运算等 1. 将模拟滤波器转变为数字滤波器。 2. 由得到幅频响应 。 3. 用Burg算法求AR模型的参数。 4. 由AR模型参数得到功率谱。 5. 用Levinson算法求解Yule-Walker方程以得到 阶AR模型的参数 。 6. 实现双线性Z变换。 7. 设计巴特沃斯模拟低通滤波器,求出转移函数 。 8. 设计切比雪夫I型模拟低通滤波器,求出转移函数 。 9. 直接由定义求 点复序列 的DFT 。 10.利用经典的Cooley
  3. 所属分类:DSP program

    • 发布日期:2017-03-28
    • 文件大小:59438
    • 提供者:jack
  1. Complex

    0下载:
  2. 设计一个复数类,能够完成复数之间的基本运算,重写方法toString(),使其能输出此复数(形式为: 实部 + 虚部i)。 要求设计的复数类必须有三个构造函数,分别为无参数、1个参数和2个参数的构造函数,完成的基本运算包括两个复数的加、减、乘、除法和变换了共轭复数。 -The design of a complex type, able to complete the basic operations between plural, rewrite the method toString
  3. 所属分类:ActiveX-DCOM-ATL

    • 发布日期:2017-04-06
    • 文件大小:719
    • 提供者:5235668
  1. complex

    0下载:
  2. 优化设计算法:用复合形法求目标函数的最优解和最优值,已经验证算法的正确性,visual C++6.0开发-Optimization Algorithm: The objective function of complex method seeking the optimal solution and optimal value, has verified the correctness of the algorithm, visual C++6.0 development
  3. 所属分类:Algorithm

    • 发布日期:2017-03-23
    • 文件大小:20442
    • 提供者:猎豹
  1. ANN

    0下载:
  2. 实验使用BP神经网络来逼近一个较复杂的正弦函数,并观察BP神经网络的各个参数对BP神经网络的影响.-Experimental use of BP neural network to approximate a more complex sine function, and to observe the parameters of BP neural network on the impact of BP neural network.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:491042
    • 提供者:
  1. ComplexNumber

    0下载:
  2. 请根据下列要求,设计一个复数类。 (1)复数由实部、虚部组成,在类的定义中应包含保存这两部分信息的内容。 (2)在类中定义构造方法,使用户能够在构造对象的同时为对象赋初值。 (3)在类中定义复数的加、减两个成员方法来完成复数功能。 (4)重写toString方法,使得复数类的对象能够以“实部 + 虚部i”的格式,输出自身信息。 (5)在main方法中完成相关测试。 -Please according to the following requirements, desig
  3. 所属分类:Applet

    • 发布日期:2017-03-31
    • 文件大小:604
    • 提供者:gjm
  1. function

    0下载:
  2. 遗传算法的仿真建模。用来对复杂函数进行仿真建模-Modeling and Simulation of Genetic Algorithms. Used to conduct simulation modeling of complex functions
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-08
    • 文件大小:5120
    • 提供者:卜文爽
  1. mywigner

    0下载:
  2. 该程序是计算二维wigner分布的复杂函数 Calculates the 2D Wigner distribution of a complex function. -The program is to calculate the distribution of two-dimensional wigner complex function Calculates the 2D Wigner distribution of a complex function.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-02
    • 文件大小:1793
    • 提供者:SHIJIA
  1. MATLAB_in_Complex_Variables_and_Integral_Transform

    0下载:
  2. MATLAB在复变函数与积分变换的应用,比较有用的命令,比较详细的汉语说明-MATLAB in the complex function and application of integral transform, more useful command, more detailed descr iption of Chinese
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:218560
    • 提供者:王新雨
  1. image-mmoment-function

    0下载:
  2. 本书主要讨论了图像的各类矩函数(几何矩、复数矩、Legendre矩、Zernike矩、小波矩等)的定义、性质和快速算法,以及它们的不变量函数。并就它在图像处理和识别,计算机视觉以及其它方面的应用作了必要的介绍。 -This book discusses the various types of image moment function (geometric moments, complex moments, Legendre moments, Zernike moments, wavel
  3. 所属分类:Special Effects

    • 发布日期:2017-05-15
    • 文件大小:3837882
    • 提供者:daijiashu
  1. complex-method

    0下载:
  2. 复合单纯形法程序,用于解决一个复杂的著名函数的优化问题,效果很好-Composite simplex method procedure for solving a complex optimization problem well-known function, with good results
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-28
    • 文件大小:283179
    • 提供者:刘峰
  1. complex-function

    0下载:
  2. 用C++编写的DSP处理复数函数,可以高效的应用于DSP对复数处理的场合中-DSP processing C++ write complex functions can be efficiently used in DSP on complex situations
  3. 所属分类:DSP program

    • 发布日期:2017-04-08
    • 文件大小:9993
    • 提供者:王宣辉
  1. complex-variable-function

    0下载:
  2. Matlab在复变函数中的应用,介绍留数的概念及Matlab的实现;介绍在复变函数中有重要应用的Taylor展开-Matlab in the application of complex variable functions, introduce the concept and the residue Matlab realization describes the complex function has important applications in the Taylor expans
  3. 所属分类:matlab

    • 发布日期:2017-04-16
    • 文件大小:201483
    • 提供者:qdshr
  1. complex-variable-integral-transform

    0下载:
  2. 华中科技大学本科生复变函数及积分变换全套资料,希望能给需要的人带来帮助。-Huazhong University of Science and Technology Undergraduate complex function and integral transformation complete information, I hope to give those who need help.
  3. 所属分类:Algorithm

    • 发布日期:2017-05-15
    • 文件大小:3692108
    • 提供者:付港
  1. 复变函数与积分变换西安交大版第一章ppt

    0下载:
  2. 复变函数西安交大版ppt第一章,希望对大家的学习有帮助(Complex function, Xi'an Jiaotong edition PPT, Chapter I)
  3. 所属分类:文章/文档

    • 发布日期:2018-01-10
    • 文件大小:6506496
    • 提供者:mangomocha
« 12 3 4 5 6 7 8 9 10 ... 43 »
搜珍网 www.dssz.com