CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Internet/网络编程 搜索资源 - 求值

搜索资源列表

  1. calculateW1

    0下载:
  2. 频率弯折小波中根据小波的截至频率求laguerre参数的MATLAB程序。该值需要限制在正负1之间-Frequency Warped wavelet wavelet as the frequency laguerre parameters for the MATLAB program. The need to limit value plus or minus one between
  3. 所属分类:Web服务器

    • 发布日期:2008-10-13
    • 文件大小:1.3kb
    • 提供者:吉芳芳
  1. riritur

    0下载:
  2. 捕鱼和分鱼;用逆推法求EX=1+x+x.x/2!+x.x.x/3!......的值;找出一个二维数组的“鞍点”-fishing and the fish; Backstepping method used for EX x.x x = 1 / 2! x.x.x / 3 !...... value; find a two-dimensional array of the "saddle"
  3. 所属分类:Web服务器

    • 发布日期:2008-10-13
    • 文件大小:15.14kb
    • 提供者:李小飞
  1. Visual_C_GA_Application

    0下载:
  2. 遗传算法应用到求最大值,最小值代码,程序环境是Visual C++6.0-Application of genetic algorithms to seek the maximum, minimum code, the program environment is Visual C++6.0
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-29
    • 文件大小:103.94kb
    • 提供者:tanzetao
  1. minBFGS

    0下载:
  2. 无约束多维极值问题,通过最小梯度搜索,求取最小值。-Unconstrained multi-dimensional extremum problem, by minimizing the gradient search, to strike a minimum.
  3. 所属分类:Search Engine

    • 发布日期:2017-04-02
    • 文件大小:539byte
    • 提供者:liwen
  1. damsafety

    0下载:
  2. 1、能够快速计算各测点的最大值、最小值、平均值、变幅、最大值对应的日期、最小值对应的日期; 2、除了取得最值所对应的日期外,还可以设置参数,取得最值对应的气温、降雨、上下游水位等等; 3、能够求的各测点全部时间内的最值及其对应的日期、温度等,即能够实现全系列特征值统计; 4、能够实现某一段时间或者某一年的特征值统计,即能够实现时间段的局部特征值统计。-1, able to quickly calculate the various measuring points ma
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-04
    • 文件大小:1.12mb
    • 提供者:监测人
  1. psnr_jm

    0下载:
  2. 求视频连续帧的psnr指 mse值 并单独在界面上显示-Consecutive frames psnr demand video that mse values and a separate display in the interface
  3. 所属分类:Linux Network

    • 发布日期:2017-04-09
    • 文件大小:1.86mb
    • 提供者:邹钧
  1. 24point

    0下载:
  2. 一个socket编写的程序,基于c++,在客户端,输入关系式,求值,传给服务器,进行判断。-24point.Program written in a socket, based on c++, the client, enter the relationship, find the value, to the server, to judge.
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-05-24
    • 文件大小:7.79mb
    • 提供者:梦梦
  1. google-earth

    1下载:
  2. 基于vc++编程实现经纬度之间的距离求值,并按照范围输出符合条件的经纬度-Vc++ programming based on latitude and longitude values ​ ​ of the distance between the demand and output in line with conditions in accordance with the latitude and longitude range
  3. 所属分类:WinSock-NDIS

    • 发布日期:2016-09-28
    • 文件大小:9kb
    • 提供者:zhaolu
  1. genetic-algorithm

    0下载:
  2. 测试函数,遗传算法,求F(x)de 最小值 -genetic algorithm
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-12-10
    • 文件大小:10.86kb
    • 提供者:zhanli
  1. 5

    0下载:
  2. 设N是一个四位数,它的9倍恰好是其反序数,如123反序数321,求N的值。-Let N be a four-digit number, 9 times is exactly the reverse order, such as 123 in reverse order number 321, and N values.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-11-10
    • 文件大小:9.08kb
    • 提供者:李依同
  1. arithmetic100

    0下载:
  2. 堆栈整数四则运算:可输入四则运算表达式,求值。-Integer arithmetic stack: 4 operator can enter the expression is uated.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-14
    • 文件大小:2.6kb
    • 提供者:ji05776
  1. 程序代码

    1下载:
  2. 波段组合OIF指数计算,求一幅数字图像的熵值(Band combination OIF index calculation, seeking a digital image entropy)
  3. 所属分类:网络编程

    • 发布日期:2017-12-20
    • 文件大小:12kb
    • 提供者:芳草
  1. du

    0下载:
  2. 定义一个包含两个纯虚函数的抽象类shape: class shape { public: virtual float Area()=0; virtual void SetData(float,float=0)=0; }; 成员函数SetData用于设置几何图形的属性值。成员函数Area()用于求出几何图形的面积。由shape派生出四种几何图形,分别是:三角形、矩形、正方
  3. 所属分类:网络编程

    • 发布日期:2017-12-25
    • 文件大小:1.02mb
    • 提供者:嘟嘟214
  1. Recipe1

    0下载:
  2. 实现惰性求值的共享状态,全部程序的工程和源代码以及具体的实现步骤(The shared state of lazy evaluation, the engineering and source code of all programs, and the specific implementation steps)
  3. 所属分类:网络编程

    • 发布日期:2017-12-31
    • 文件大小:21kb
    • 提供者:渔阳
  1. 人工鱼群

    0下载:
  2. 基于matlab的人工鱼群算法,求的函数的最值(Artificial fish swarm algorithm based on MATLAB)
  3. 所属分类:网络编程

  1. Copula应用实例及程序

    2下载:
  2. 读取数据、绘制频率直方图、*计算偏度和峰度*、正态性检验*、求经验分布函数值*、核分布估计**、核分布估计**、*求Copula中参数的估计值**、绘制Copula的密度函数和分布函数图******、求Kendall秩相关系数和Spearman秩相关系数*******、模型评价(My English is poor i hope you can understand from the chinese introdunction thinks)
  3. 所属分类:网络编程

    • 发布日期:2019-06-05
    • 文件大小:9kb
    • 提供者:洛洛2
搜珍网 www.dssz.com