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

搜索资源列表

  1. Geodesic_Active_Contour

    0下载:
  2. 该类方法主要指的是活动轮廓模型(active contour model)以及在其基础上发展出来的算法,其基本思想是使用连续曲线来表达目标边缘,并定义一个能量泛函使得其自变量包括边缘曲线,因此分割过程就转变为求解能量泛函的最小值的过程,一般可通过求解函数对应的欧拉(Euler.Lagrange)方程来实现,能量达到最小时的曲线位置就是目标的轮廓所在。-Such methods mainly refers to the active contour model (active contour mo
  3. 所属分类:Special Effects

    • 发布日期:2017-04-17
    • 文件大小:39949
    • 提供者:毛巴马
  1. minBFGS

    0下载:
  2. 用BFGS法求解多维函数的极值 function [x,minf]=minBFGS(f,x0,var,eps) 目标函数:f 初始点:x0 自变量向量:var 精度:eps 目标函数取最小值时的自变量值:x 目标函数的最小值:minf- By BFGS method for solving the multi-dimensional function of the extreme value function [x, minf] = minBFGS (
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:1216
    • 提供者:Bill
  1. minDefTW

    0下载:
  2. 用显式最速下降法求正定二次函数的极值 function [x,minf]=minDefTW(f,A,x0,var,eps) 目标函数:f 正定矩阵:A 初始点:x0 自变量向量:var 精度:eps 目标函数取最小值时的自变量值:x 目标函数的最小值:minf- Explicit steepest descent method the positive quadratic function of the extreme value functio
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:606
    • 提供者:Bill
  1. minDFP

    0下载:
  2. 拟牛顿法求解多维函数的极值 function [x,minf]=minDFP(f,x0,var,eps) 目标函数:f 初始点:x0 自变量向量:var 精度:eps 目标函数取最小值时的自变量值:x 目标函数的最小值:minf- Quasi-Newton method for solving the multi-dimensional function of the extreme value function [x, minf] = minDFP
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:1223
    • 提供者:Bill
  1. minFD

    0下载:
  2. 用最速下降法求解多维函数的极值 function [x,minf]=minFD(f,x0,var,eps) 目标函数:f 初始点:x0 自变量向量:var 精度:eps 目标函数取最小值时的自变量值:x 目标函数的最小值:minf- With the steepest descent method for solving the multi-dimensional function of the extreme value function [x, m
  3. 所属分类:Other systems

    • 发布日期:2017-04-11
    • 文件大小:1037
    • 提供者:Bill
  1. minGETD

    0下载:
  2. 共轭梯度法求解多维函数的极值 function [x,minf]=minGETD(f,x0,var,eps) 目标函数:f 初始点:x0 自变量向量:var 精度:eps 目标函数取最小值时的自变量值:x 目标函数的最小值:minf- Conjugate gradient method for solving the multi-dimensional function of the extreme value function [x, minf] =
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:1154
    • 提供者:Bill
  1. FindStudent

    0下载:
  2. 把长度为l1,l2…ln 的n个程序放在磁带T1和T2上,并且希望按照使用最大检索时间取得最小值的方式存储,即如果存放在T1和T2上的程序集合分别为A和B,则希望所选择的A和B使得max{∑li 1,∑li2}(i1属于A,i2属于B)取得最小。 使用回溯法实现-The length of L1, L2... Ln n programs put in the tape on T1 and T2, and hope that in accordance with the maximum searc
  3. 所属分类:Console

    • 发布日期:2017-05-17
    • 文件大小:4442404
    • 提供者:321
  1. Hungarian_min

    0下载:
  2. 利用匈牙利算法解决分配问题(求最小值)的MATLAB代码-Hungarian algorithm
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:2766
    • 提供者:路见平
  1. Matrix

    0下载:
  2. C++实现的矩阵操作,包括计算行列式、求最大最小值及其下标、矩阵求逆、转置等功能-Matrix operations C++ implementation, including the calculation of the determinant, find the minimum and maximum values and subscr ipt, matrix inversion, transpose function
  3. 所属分类:Console

    • 发布日期:2017-04-14
    • 文件大小:4733
    • 提供者:sunzhipeng
  1. multphr

    0下载:
  2. 用乘子法求解一般约束优化问题的最小值和最小值点-Solving General Constrained optimization problems using multiplier method minimum and minimum point
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:962
    • 提供者:guoqin
  1. trustm

    0下载:
  2. 牛顿型信赖域方法求解无约束优化问题的最小值和最小值点-Newton type trust region method for unconstrained optimization problems minimum and minimum point
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:817
    • 提供者:guoqin
  1. Maximum---minimum-and-difference

    0下载:
  2. 编写一个程序,计算一维数组中最大值、最小值及其差值-Write a program that calculates the maximum, the minimum, and the difference between a one-dimensional array
  3. 所属分类:JavaScript

    • 发布日期:2017-04-08
    • 文件大小:2593
    • 提供者:潘潘
  1. Face-Recognition-Based-on-LabVIEW-

    0下载:
  2. 基于LabVIEW的人脸识别(区分),人脸识别(自动调整识别圈大小).vi,数组非0值的均值.vi,数组值的范围(子).vi,寻找人脸中心.vi,一维数组查找最大最小值.vi-Recognition Based on LabVIEW (case), face (automatically adjusts identification ring size) .vi, an array of non-zero values mean .vi range array of values (sub) .
  3. 所属分类:LabView

    • 发布日期:2015-12-31
    • 文件大小:650240
    • 提供者:o0pingu0o
  1. armfly-DSP-tutorials-Chapter-11

    0下载:
  2. 本教程使用的DSP库来自ARM官方,此库支持以CM0,CM3,CM4以及CM7为内核的所有MCU。本期教程主要讲解统计函数中的最大值,最小值,平均值和功率的计算。-This tutorial uses a DSP library the ARM official, this library supports CM0, CM3, CM4 and CM7 for the kernel of all MCU.
  3. 所属分类:DSP program

    • 发布日期:2017-05-03
    • 文件大小:531164
    • 提供者:安富莱电子
  1. CT-image-processing

    0下载:
  2. CT图像的处理。显示图像后可鼠标选定区域,计算该区域CT值的最大值、最小值、平均值。-CT image processing. After the display image area can be selected with the mouse, calculate the maximum value of the area CT, minimum, average.
  3. 所属分类:matlab

    • 发布日期:2017-04-27
    • 文件大小:175184
    • 提供者:林心画
  1. yichuan_fun

    0下载:
  2. 遗传算法求函数优化问题,如在一定范围内求解函数的最大值和最小值-Genetic algorithm for function optimization problems, such as a function to solve the maximum or minimum value within a certain range
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-14
    • 文件大小:2573
    • 提供者:xuzhihui
  1. BP

    0下载:
  2. 我们要构建一个通信系统。这个系统包含若干个设备,对于每个设备,我们都可以从不同的商家购买。从不同商家购买的同种设备,在最大带宽和价格上都有所区别。 整个系统的带宽B是指它包含的所有设备的最大带宽的最小值。整个系统的代价P是指,它包含的所有设备的价格之和。我们的目标是确定一个购买方案,使得整个系统的性价比B/P最高 -We want to build a communication system. The system consists of several devices, for ea
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:4541
    • 提供者:xxw
  1. visual_c

    0下载:
  2. 在主函数中将一文件中的20个分数导入,利用子函数实现: A、排序 B、找最大值和最小值 C、求平均值 D、求不及格的个数 - In a file in the main function of 20 scores imported by Functions achieve: A, Sort
  3. 所属分类:Document

    • 发布日期:2017-04-29
    • 文件大小:10869
    • 提供者:huangshiwen
  1. huawei

    0下载:
  2. 华为上机题目,包括灯亮盏数、地铁换乘、最大最小值、括号匹配、回文数、将第一行中含有第二行中“23”的数输出并排序-Huawei computer subject, including the light lamp, transit, maximum minimum, parentheses matching, palindrome, will be the first line contains 23 the number of output in the second row and so
  3. 所属分类:Other systems

    • 发布日期:2017-05-25
    • 文件大小:8690559
    • 提供者:周大鱼
  1. In-the-jungle-road

    0下载:
  2. 丛林中的路,利用最小生成树的prim(普利姆)算法,找最小值-Jungle road, using the minimum spanning tree prim (premium) algorithm, to find the minimum value
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:792
    • 提供者:魏宇馨
« 1 2 ... 45 46 47 48 49 50»
搜珍网 www.dssz.com