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

搜索资源列表

  1. Minimum-phase

    0下载:
  2. minimum phase in the communication system
  3. 所属分类:GPS编程

    • 发布日期:2008-10-13
    • 文件大小:16381
    • 提供者:name
  1. 用动态规划算法思想求最小编辑距离

    0下载:
  2. 用动态规划算法思想求最小编辑距离,即近似字符串匹配问题,Thinking of using dynamic programming algorithm for the minimum edit distance, that is, approximate string matching problem
  3. 所属分类:数据结构常用算法

    • 发布日期:2017-03-25
    • 文件大小:890
    • 提供者:Doreen
  1. Minimum-code-distance 用C语言编写的求二进制数的最小码距

    0下载:
  2. 用C语言编写的求二进制数的最小码距。思路清晰,结构明了。适合初学者对C语言的了解与掌握。-Written in C language, the minimum code requirements from the binary number. Clear thinking, clear structure. Suitable for beginners to understand and master the C language.
  3. 所属分类:其他小程序

    • 发布日期:2017-03-22
    • 文件大小:233113
    • 提供者:明明
  1. 3_MinCut.rar

    0下载:
  2. 一个经典的求解最大流最小割代码 VC++版本,A classical solution of maximum flow minimum cut code VC++ Version
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2017-04-04
    • 文件大小:18726
    • 提供者:wangfei
  1. 最小费用最大流算法通用Matlab程序

    1下载:
  2. 基本思路:把各条弧上单位流量的费用看成某种长度,用Floyd求最短路的方法确定一条 % 自V1至Vn的最短路 再将这条最短路作为可扩充路,用求解最大流问题的方法将其上的流 % 量增至最大可能值 而这条最短路上的流量增加后,其上各条弧的单位流量的费用要重新 % 确定,如此多次迭代,最终得到最小费用最大流.,Basic ideas: to each arc on the unit cost of traffic as some length, with Floyd for the most shor
  3. 所属分类:matlab例程

    • 发布日期:2017-03-21
    • 文件大小:2138
    • 提供者:xuechaoling
  1. the_tree.rar

    0下载:
  2. matlab实现的最小生成树的两种最基本的算法即Kruskal,Prim。,matlab realization of the minimum spanning tree algorithm that is, the two most basic Kruskal, Prim.
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:927
    • 提供者:michael wang
  1. GraphAlgorithm.rar

    0下载:
  2. C++语言下, 关于图论算法的一些模版, 包括一般图最大匹配, km匹配, 最小割等等, 共15个模版,C++ language under the graph theory algorithm on a number of templates, including the maximum matching in general graph, km matching, minimum cut, etc., a total of 15 templates
  3. 所属分类:software engineering

    • 发布日期:2017-03-29
    • 文件大小:11121
    • 提供者:jz
  1. ACM_template.rar

    1下载:
  2. 本人参加ACM竞赛使用的一些算法模板,包括二分图匹配,欧拉回路的构造以及网络流中的最大流与最小费用最大流等,可以说实战性非常强。,ACM competitions I take part in a number of algorithms used in templates, including two sub-graph matching, Euler circuit, as well as network flow structure of the maximum flow and mini
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:14732
    • 提供者:诗苇
  1. opf

    0下载:
  2. 最小费用最大流的一个实验程序,可以根据具体问题来重新修改-Minimum cost maximum flow in an experimental procedure may be based on specific issues to re-modify the
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:38008
    • 提供者:李勤
  1. TSP

    0下载:
  2. 用A星算法解决TSP问题,其中的择优函数选的是最小生成树-A star with the algorithm to solve TSP problems, the merit function is the minimum spanning tree selected
  3. 所属分类:Java Develop

    • 发布日期:2017-03-23
    • 文件大小:24149
    • 提供者:111
  1. matlab

    0下载:
  2. floyd最短路算法&求网络的最小费用最大流&匈牙利算法&求网络的最小费用最大流-Floyd s short for network algorithm and the minimum cost flow and Hungary algorithm for the minimum cost and maximum flow network
  3. 所属分类:Other systems

    • 发布日期:2017-03-23
    • 文件大小:238210
    • 提供者:江奇
  1. mRMRFeatureSelection

    1下载:
  2. mRMR_0.9_compiled最小冗余和最大相关特征选取源代码,-This package is the mRMR (minimum-redundancy maximum-relevancy) feature selection method, whose better performance over the conventional top-ranking method has been demonstrated on a number of data sets in recent pu
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:1021195
    • 提供者:韩华
  1. Minimum-spanning-tree

    0下载:
  2. Kruskal算法和Prim算法 任何只由G的边构成,并包含G的所有顶点的树称为G的生成树(G连通). 加权无向图G的生成树的代价是该生成树的所有边的代码(权)的和. 最小代价生成树是其所有生成树中代价最小的生成树.-Kruskal algorithm and Prim algorithm Any edge of only by G, is composed of all the vertices containing G tree called G of the spannin
  3. 所属分类:Data structs

    • 发布日期:2017-03-26
    • 文件大小:652
    • 提供者:江洋
  1. Prim-minimum-spanning-tree-algorithm

    0下载:
  2. 最小生成树Prim算法的matlab文件,无论是在数据结构还是在图论中都有广泛的应用-Prim minimum spanning tree algorithm matlab file, whether in data structures or graph theory, there are a wide range of applications
  3. 所属分类:matlab

    • 发布日期:2017-03-24
    • 文件大小:872
    • 提供者:小明
  1. K-degree-constrained-minimum-spanning-tree

    0下载:
  2. 本压缩包完整地实现了最小可度限制生成树的算法程序,代码很完整。-The archive can be fully achieved the degree-constrained minimum spanning tree algorithm program, the code is very complete.
  3. 所属分类:Data structs

    • 发布日期:2017-03-24
    • 文件大小:2403
    • 提供者:榔头
  1. Minimum-EnergyAsynchronous

    0下载:
  2. Minimum-Energy Asynchronous Dissemination to Mobile Sinks in Wireless Sensor Networks
  3. 所属分类:Development Research

    • 发布日期:2017-04-03
    • 文件大小:350560
    • 提供者:Roxanne
  1. cut-the-minimum-cut-problem

    0下载:
  2. cut 最小割问题 网络G=(V,E)的割cut(S,T)是将G的顶点集V划分为2个不相交的子集S和T,使s Î S , t Î T ,且cut(S,T) = {(u,v)Î E | u Î S,vÎ T}。设每条边(u,v)的边权为a(u,v),则割 cut(S,T)的权值为cut(S,T)中所有边权之和。最小割问题要求网络G 的权值最小的割。-cut the minimum cut problem network G = (V, E)
  3. 所属分类:Data structs

    • 发布日期:2017-03-23
    • 文件大小:336812
    • 提供者:yjian
  1. function minimum

    0下载:
  2. Finding fuction minimum and maximum
  3. 所属分类:其他

    • 发布日期:2018-01-06
    • 文件大小:32768
    • 提供者:elvin_137
  1. minimum filter

    0下载:
  2. low pass minimum filter
  3. 所属分类:matlab例程

    • 发布日期:2018-01-10
    • 文件大小:24576
    • 提供者:Beny7
  1. 82429-minimum-row-value-and-return-the-row

    0下载:
  2. Minimum row value and return row
  3. 所属分类:其他

    • 发布日期:2018-04-20
    • 文件大小:125952
    • 提供者:sachin
« 12 3 4 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com