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

搜索资源列表

  1. zuidashangfenge

    0下载:
  2. 该程序是用matlab编写的,使用最大熵方法对红外小目标进行阈值分割,取得了良好的效果。-The program is written using matlab, using the maximum entropy method of infrared small target threshold segmentation, and achieved good results.
  3. 所属分类:source in ebook

    • 发布日期:2017-04-10
    • 文件大小:1113
    • 提供者:蔡君
  1. WeiFengYing-supporting-program

    2下载:
  2. 魏凤英的现代气候统计诊断与预测技术的fortran源代码,里边包括气候变化趋势分析的程序:线性倾向估计、滑动平均及一些趋势检验和函数;气候突变检测:滑动t检验、Cramer s法、Yamamoto法、Mann-Kendall法、Pettitt法Lepage法;气候序列周期的提取方法:功率谱、最大熵谱、交叉谱、多维最大熵、奇异谱分析、小波分析;以及EOF、主成分等等,总之熟悉这本书的同学,应该知道这本书的“强大”是做数理统计分析、及气象等必备的工具书啊,而且其程序,尤为宝贵!特此与大家分享-Wei
  3. 所属分类:source in ebook

    • 发布日期:2016-06-01
    • 文件大小:173056
    • 提供者:小虎
  1. CountRectangle

    0下载:
  2. a program to find the maximum number of rectangles that can be formed both horizontal and vertical with the help of a given n number of coordinate(x,y) points. The method getRectangles takes 1 input parameter which is an int array called coo
  3. 所属分类:source in ebook

    • 发布日期:2017-11-19
    • 文件大小:60731
    • 提供者:speedracers
  1. bayes

    0下载:
  2. 贝叶斯分类器计算的后验概率值,找到最大的后验概率-Bayesian classifier posteriori probability value, find the maximum a posteriori probability
  3. 所属分类:source in ebook

    • 发布日期:2017-12-05
    • 文件大小:917
    • 提供者:千木流云
  1. correlation

    0下载:
  2. 求相关,以及通过改变角度控制主极大方向的指向性-Seeking correlation, and the directivity of the main maximum direction is controlled by changing the angle
  3. 所属分类:source in ebook

    • 发布日期:2017-12-04
    • 文件大小:582
    • 提供者:赵波
  1. ranging

    0下载:
  2. 被动测距仿真,调用相关函数求相关及最大值对应的位置,以及求两信号的相关,最大值对应的位置-Passive Ranging simulation, calls the correlation function related and corresponding to the maximum position, and to seek the correlation of the two signals, corresponding to the maximum position
  3. 所属分类:source in ebook

    • 发布日期:2017-12-09
    • 文件大小:926
    • 提供者:赵波
  1. Array-number-e-min-and-max

    0下载:
  2. 这是一个用c语言程序编写的数组数取最大最小程序-This is a c language programming array number take minimum and maximum program
  3. 所属分类:source in ebook

    • 发布日期:2017-11-06
    • 文件大小:211512
    • 提供者:刘浩
  1. MaxClique

    0下载:
  2. 分支界限法解决最大团问题,编译通过,代码正确-Branch and bound method to solve the maximum clique problem, compiled through the correct code
  3. 所属分类:source in ebook

    • 发布日期:2017-12-02
    • 文件大小:14281
    • 提供者:范晓军
  1. MaxClique

    0下载:
  2. 利用回溯解决最大团问题,编译通过,代码正确-Use backtracking to solve the maximum clique problem, compiled by correct code
  3. 所属分类:source in ebook

    • 发布日期:2017-11-27
    • 文件大小:10739
    • 提供者:范晓军
  1. maxminfilter

    0下载:
  2. 数组数值的最大值最小值过滤,C++程序实现-Maximum Minimum filter array values​ ​ , C++ program
  3. 所属分类:source in ebook

    • 发布日期:2017-11-28
    • 文件大小:643
    • 提供者:linyongtian
  1. Schedule

    0下载:
  2. 大学的每个专业都要编制教学计划。假设任何专业都有固定的学习年限,每学年含两学期,每学期的时间长度和学分上限都相等。每个专业开设的课程都是确定的,而且课程的开设时间的安排必须满足先修关系。每个课程的先修关系都是确定的,可以有任意多门,也可以没有。每一门课程恰好一个学期。试在这样的情况下设置一个教学计划编制程序。三、基本要求:(1):输入参数:学期总数,一学期的学分上限,每门课的课程号,学分,直接先修关系的课程号。(2):课程号尽可能的集中在前几个学期中。(3):若无解,则报告错误信息;否则见教学计
  3. 所属分类:source in ebook

    • 发布日期:2017-12-10
    • 文件大小:350903
    • 提供者:夏超
  1. Class

    0下载:
  2. 大学的每个专业都要编制教学计划。假设任何专业都有固定的学习年限,每学年含两学期,每学期的时间长度和学分上限都相等。每个专业开设的课程都是确定的,而且课程的开设时间的安排必须满足先修关系。每个课程的先修关系都是确定的,可以有任意多门,也可以没有。每一门课程恰好一个学期。试在这样的情况下设置一个教学计划编制程序。三、基本要求:(1):输入参数:学期总数,一学期的学分上限,每门课的课程号,学分,直接先修关系的课程号。(2):课程号尽可能的集中在前几个学期中。(3):若无解,则报告错误信息;否则见教学计
  3. 所属分类:source in ebook

    • 发布日期:2017-12-10
    • 文件大小:126150
    • 提供者:夏超
  1. adsf

    0下载:
  2. 最简单的一维装箱问题又称为装箱问题(1- BP),其主要 思想是用给定的集装箱装载货物,使集装箱的使用量最小。假 设m 是装运货物的数量;n 是可用箱子数量(或最优解数量的 最大值);pi(i=1,…,m)是货物i 的重量;qj(j=1,…,n)是集装箱j 的 容量;Q 为集装箱平均容量。二元变量xij(i=1,…,m,j=1,…,n),当 货物i 装于集装箱j 时,xij=1;反之xij=0。二元变量yj(j=1,…,n),-The most simple one-dime
  3. 所属分类:source in ebook

    • 发布日期:2017-11-07
    • 文件大小:704750
    • 提供者:wuzhiqiang
  1. tuxiangfenge

    0下载:
  2. 几种图像分割的源码。基于最大类间最大距离比准则的图像分割,基于最大类间最大距离准则的图像分割,最大熵准则的图像分割-Source of several image segmentation. Based on the maximum distance between the maximum class guidelines image segmentation, image segmentation based on the maximum distance between the maximu
  3. 所属分类:source in ebook

    • 发布日期:2017-12-10
    • 文件大小:2371
    • 提供者:刑秋木子
  1. mmle_matlab_code-MLE

    0下载:
  2. 经典文章“Maximum marginal likelihood estimation for nonnegative dictionary learning in the Gamma-Poisson Model”源代码-Classic article " Maximum marginal likelihood estimation for nonnegative dictionary learning in the Gamma-Poisson Model" source co
  3. 所属分类:source in ebook

    • 发布日期:2017-11-12
    • 文件大小:2355
    • 提供者:陈为
  1. EM

    0下载:
  2. 该算法利用概率论中最大似然估计实现EM算法,通过对理论图像和统计图像的比较得出结果。-The algorithm uses the probability of the maximum likelihood estimate EM algorithm, the results of the comparison of theoretical imagery and statistical image.
  3. 所属分类:source in ebook

    • 发布日期:2017-11-15
    • 文件大小:14336
    • 提供者:胡成燕
  1. MPPT-fang-zhen-mo-xing

    0下载:
  2. 基于MATLAB的最大功率跟踪的仿真模型-The simulation model of the maximum power point tracking
  3. 所属分类:source in ebook

    • 发布日期:2017-10-28
    • 文件大小:1559552
    • 提供者:肖鹏
  1. max-number

    1下载:
  2. 求几个数中最大值的C语言程序,计算简便,简明易懂-Seeking the maximum number of several C language program, the calculation is simple, concise and understandable
  3. 所属分类:source in ebook

    • 发布日期:2017-03-31
    • 文件大小:9216
    • 提供者:Alice
  1. Modeling-and-simulation

    0下载:
  2. 光伏发电系统最大功率点跟踪算法研究及实现-Photovoltaic power generation system maximum power point tracking algorithm and
  3. 所属分类:source in ebook

    • 发布日期:2017-11-23
    • 文件大小:260463
    • 提供者:郑路
  1. polynomial

    0下载:
  2. H11增强Polynomial类 (1) 以动态数组实现多项式类。多项式系数的最大上限为int数据类型能表示的最大整数,但在构建对象时不指定系数上限 (2) 对两个Polynomial类对象的运算,分别重载“+”“-”运算,并能够级联调用 (3) 重载“<<”操作符,并能级联调用。 (4) 重载赋值运算符“=”,思考为何必须重载该运算符,如果不重载会发生什么问题? -H11 Enhanced the Polynomial class (1) dynamic arr
  3. 所属分类:source in ebook

    • 发布日期:2017-11-24
    • 文件大小:1651
    • 提供者:张国
« 1 23 4 5 »
搜珍网 www.dssz.com