CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 其他小程序 搜索资源 - minimum

搜索资源列表

  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. 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. graph_

    2下载:
  2. //有向图:有向图,无向图基本操作 //运行环境:VC //有向图,无向图基本操作,包括: //1、邻接矩阵 //2、邻接表 //3、深度优先遍历 //4、广度优先遍历 //5、最小生成树 //6、拓扑排序 //7、每一对顶点之间的最短路径(Dijkstra,Floyd两种算法)-//Directed graph: directed graph, undirected graph basic operation// Operating Environme
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:2853
    • 提供者:atom
  1. mst

    0下载:
  2. 最小生成树 MST的四种算法实现。 包括普通的Kruskal算法和Prim算法,用Disjoint-Set优化的Kruskal算法和用Heap优化的堆算法。 复杂度分别为O(mn), O(n^2), O(m log n), O(m log n)-Minimum Spanning Tree Algorithm
  3. 所属分类:Other systems

    • 发布日期:2017-05-15
    • 文件大小:3918445
    • 提供者:黄劲松
  1. chap4

    0下载:
  2. 多步Diophantine方程递推,最小方差自校正程序,广义预测控制程序等-Multi-step recursive Diophantine equation, the minimum variance self-tuning procedures, generalized predictive control procedures,
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:16653
    • 提供者:吴昊
  1. minimum

    0下载:
  2. 取逐个接收的数据序列的最小值,并予以显示-get the minimum of a series of data
  3. 所属分类:Other systems

    • 发布日期:2017-04-09
    • 文件大小:17638
    • 提供者:邵浦东
  1. minimum-spanning-tree

    0下载:
  2. 一个最小生成树的算法,用C语言写的。初学者,请多多指教,谢谢!-A minimum spanning tree algorithm, written in C language. Beginners, a lot of advice, thank you!
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-11
    • 文件大小:149916
    • 提供者:yangmane
  1. Minimum-error-method-

    0下载:
  2. 最小误差法阈值分割,可用于图像中目标和背景的分割,从而识别目标物。-Minimum error thresholding method extended to minimum error segmentation algorithm for one-dimensional and two-dimensional space, which many complex formulas, to be slowly understanding
  3. 所属分类:Other systems

    • 发布日期:2017-04-16
    • 文件大小:453758
    • 提供者:chenjiage
  1. Minimum-path

    0下载:
  2. 数学建模中用来解决最小路径的问题的matlab程序-Mathematical modeling is used to solve the problem of the minimum path matlab program
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:2955
    • 提供者:baoping chen
  1. Minimum-realization

    0下载:
  2. 最小化实现基础知识,希望能给大家带来帮助-Minimum realization
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:852
    • 提供者:frj
  1. function-get-the-minimum-

    0下载:
  2. 一维函数最小值搜索 6种不同方法 适用于优化设计课程作业-Minimum of one-dimensional search function applies to optimized design courses
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:1913
    • 提供者:11
  1. Minimum-spanning-tree

    0下载:
  2. 最小生成树,可以实现构建最小生成树的目的。-Minimum spanning tree, you can achieve the purpose of constructing a minimum spanning tree.
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:876
    • 提供者:liudingting
  1. kruskal-Minimum-Spanning-Tree

    0下载:
  2. 普里母和kruskal 生成最小生成树 普里母和kruskal 生成最小生成树 -Minimum Spanning Tree
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-26
    • 文件大小:256459
    • 提供者:xiangyu
  1. the-minimum-cost-of-a-binary-tree

    0下载:
  2. 在二分检索树中,为了把动态规划应用于得到一颗最优二分检索树的问题,需要把构造这样的一个数看成是一系列决策的结果,而且要能列出求取最优决策序列的递推式,可以帮助你了解最优成本二叉树的实现-In a binary search tree, dynamic programming is applied in order to get the best question a binary search tree, we need to construct a number such as a resul
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-25
    • 文件大小:55599
    • 提供者:wanyang
  1. minimum-common-sequence

    0下载:
  2. 算法设计,动态规划算法求最小公共子序列,包括c程序及exe程序-Algorithm design,Dynamic programming algorithm for finding minimum common sequence,Including the C program and exe program
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-04
    • 文件大小:7785
    • 提供者:ZUOZUO
  1. Minimum-Spanning-Tree

    0下载:
  2. 该源码为图的最小生成树的C++实现,在与图相关的问题中,最小生成树也一直是一个比较热门的话题,该源码能够为对此话题感兴趣的朋友一些参考。-The source code for the minimum spanning tree diagram of the C++ implementation, the problems associated with the FIG, the minimum spanning tree has been a hot topic, the source cod
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:1452
    • 提供者:秦志坚
  1. The-minimum-number-of-some-Numbers

    0下载:
  2. 求出一些数的最小数,如果读者有需求,可以自行更改。-The minimum number of some Numbers
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:656
    • 提供者:白云
  1. Minimum-coverage-circle

    0下载:
  2. 可用于解决最小点覆盖圆问题,在几何的算法中很有用。-It can be used to solve the minimum point covering circle problem and is useful in geometric algorithms.
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-17
    • 文件大小:2048
    • 提供者:周福南
  1. function minimum

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

    • 发布日期:2018-01-06
    • 文件大小:32768
    • 提供者:elvin_137
  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 ... 45 »
搜珍网 www.dssz.com