CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 控制台(字符窗口)编程 搜索资源 - maximum

搜索资源列表

  1. 随机迷宫解

    0下载:
  2. 输入任意大小的矩阵阶数n,程序将自动产生一个随机矩阵迷宫。本程序可以迅速的找到所有可能的路径,并显示之。代码中故意限制只显示最多30条路径。-arbitrary size of the input matrix order n, the program will automatically generate a random matrix maze. This program can quickly find all possible paths, and Displays. Code inte
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:11367
    • 提供者:aaaa
  1. 最小费用最大流1

    0下载:
  2. 本文用C语言实现了优化算法-最小费用最大流算法,主要用于图论领域-Using C programming language, the optimization algorithm-minimum cost maximum flow algorithm, mainly for the field of graph theory
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:2925
    • 提供者:申辉
  1. ga_model

    0下载:
  2. 关于遗传算法的一个二进制编码的计算函数最大值的实例-on Genetic Algorithms a binary encoding function of the maximum calculated examples
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:992
    • 提供者:光临
  1. circlecutting

    0下载:
  2. 集装箱的装箱问题 给定一个集装箱,其长为L,宽为W和高为H,现有一批圆柱形木材,每根木材的长均为L,但是半径不同,设第i根木材半径为ri。问如何装箱,使得集装箱的空间利用率最高? 本程序要求用贪心算法解决: 贪心算法总是作出在当前看来是最好的选择。也就是说,不从整体最优上加以考虑,它所做出的仅是在某种意义上的局部最优解。 -problem given a container, its long-L, width W and H for high, the existing bat
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:1664
    • 提供者:林茜
  1. baidu0801paidui

    0下载:
  2. 百度之星08年的一道题目,我用数值优化算法实现了最大值问题。-Baidu Star in 2008 together with the topic, I used the numerical optimization algorithm to achieve the maximum problem.
  3. 所属分类:Console

    • 发布日期:2017-04-07
    • 文件大小:16505
    • 提供者:小王
  1. network_flow

    0下载:
  2. 最大流算法,对于给定的有向图,计算出该图上的最大流-Maximum flow algorithm, for a given directed graph is calculated on the graph of maximum flow
  3. 所属分类:Console

    • 发布日期:2017-04-12
    • 文件大小:746
    • 提供者:LS
  1. wendoshidukongzhiqi

    0下载:
  2. 1.具有低温上电和高温断电功能; 2.能够进行温度上限和温度下限设置,并且实时显示温度; 程序内以给出详细注释.-1. With a low temperature and high temperature power-off function 2. To carry out the minimum temperature and maximum temperature settings, and real-time display of temperature proces
  3. 所属分类:Console

    • 发布日期:2017-04-03
    • 文件大小:11981
    • 提供者:任大志
  1. bintree

    0下载:
  2. 对一个二叉树进行各种运算,包括获取节点的子树节点数,节点层数,节点子树的最大值等等。-Various operations on a binary tree, including access to the sub-tree nodes in the node, the node number of layers, so the maximum value of the node subtree.
  3. 所属分类:Console

    • 发布日期:2017-04-03
    • 文件大小:10442
    • 提供者:scorpioc
  1. heapsort

    0下载:
  2. 堆排序(HeapSort)是一树形选择排序。堆排序的特点是:在排序过程中,将R[l..n]看成是一棵完全二叉树的顺序存储结构,利用完全二叉树中双亲结点和孩子结点之间的内在关系(参见二叉树的顺序存储结构),在当前无序区中选择关键字最大(或最小)的记录-Heap Sort (HeapSort) is a tree selection sort. Heap sort is characterized by: the sort process, the R [l.. N] as a complete b
  3. 所属分类:Console

    • 发布日期:2017-03-27
    • 文件大小:678
    • 提供者:马值
  1. prio

    0下载:
  2.   优先队列是0个或多个元素的集合,每个元素都有一个优先权或值,对优先队列执行的操作有1) 查找 2) 插入一个新元素 3) 删除.在最小优先队列(min priorityq u e u e)中,查找操作用来搜索优先权最小的元素,删除操作用来删除该元素 对于最大优先队列(max priority queue),查找操作用来搜索优先权最大的元素,删除操作用来删除该元素.优先权队列中的元素可以有相同的优先权,查找与删除操作可根据任意优先权进行. -Priority queue is 0 or mor
  3. 所属分类:Console

    • 发布日期:2017-04-10
    • 文件大小:1082167
    • 提供者:bob
  1. jiaohuan

    0下载:
  2. 实现了数组最大数所在列与首列进行交换,同时包含了矩阵的行列转置-To achieve the maximum number of the array where the first column out and exchange, also includes the ranks of the matrix transpose
  3. 所属分类:Console

    • 发布日期:2017-03-27
    • 文件大小:833
    • 提供者:王董
  1. SteinerGADlg

    0下载:
  2. Steiner Genetic Algorithm. Genetic Algorithm used to search for maximum/minimum value of a given function using the concept of chromes and genes.
  3. 所属分类:Console

    • 发布日期:2017-04-07
    • 文件大小:7736
    • 提供者:Aseng Zing
  1. jobshedule

    0下载:
  2. 这是学习操作系统时书上让完成的一个作业调度程序,这是纯c写的,所有的作业采取链表的方式保存,所有内容均写到了了一个文件中,实现了短作业优先,先来先到,和最高响应比三种方法,在VC6.0下编译调试通过,仅供参考。-This is a book to learn the operating system to complete a job scheduler, which is written in pure c, all the way to save jobs to list all the c
  3. 所属分类:Console

    • 发布日期:2017-04-03
    • 文件大小:213500
    • 提供者:Xsank
  1. rates

    0下载:
  2. 一个能源供应问题的c++源代码,需要调用CPLEX优化软件。- Assume you run a power supply company. You have several power generators // available, each of which has a minimum and maximum production level and a // cost per unit output. The question is which generators to u
  3. 所属分类:Console

    • 发布日期:2017-04-08
    • 文件大小:1216
    • 提供者:nihong
  1. 1

    0下载:
  2. 五叉路口红绿灯管理,用于计算哪些路口的车辆可以同时通行,从而保证最大通行效率。-The five-way intersection traffic lights management, used to calculate what the junction of the vehicle can pass, thus ensuring maximum traffic efficiency.
  3. 所属分类:Console

    • 发布日期:2017-04-06
    • 文件大小:1613
    • 提供者:runfengfeng
  1. apriori

    0下载:
  2. 本算法用于挖掘最大频繁子集,并且找出所有的关联规则-minning maximum frequency subsets,and associate rules
  3. 所属分类:Console

    • 发布日期:2017-11-11
    • 文件大小:353366
    • 提供者:liuzhihui
  1. red_black_tree

    0下载:
  2. 实现红黑树的所有操作,包括插入、删除、查找、前驱、后继、最大值、最小值,最重要的是能够以树形打印(在控制台下)红黑树-Red-black tree of all operations, including insert, delete, search, precursor and successor, maximum, minimum, and most important to be able to print a tree (red-black tree under the console)
  3. 所属分类:Console

    • 发布日期:2017-11-12
    • 文件大小:69760
    • 提供者:兰武伟
  1. binary_search_tree

    0下载:
  2. 实现二叉检索树的所有操作,包括插入、删除、查找、前驱、后继、最小值、最大值,最重要的是能以树的形式打印(在控制台下)二叉检索树-All binary search tree operations, including insert, delete, search, precursor and successor, minimum, maximum, and most important print in the form of a tree (the console) binary search
  3. 所属分类:Console

    • 发布日期:2017-12-03
    • 文件大小:68921
    • 提供者:兰武伟
  1. Seek-the-max-and-min

    0下载:
  2. 用递归求一个数组中的最大数和最小值,算法思想是从数组的最后一个值向前比较-Recursive number of maximum and minimum values ​ ​ in an array, the algorithm thinking forward from the last value of the array
  3. 所属分类:Console

    • 发布日期:2017-11-05
    • 文件大小:83199
    • 提供者:辛文飞
  1. Minimum-cost-maximum-flow-algorithm

    0下载:
  2. 最大流最小费用算法-Minimum cost maximum flow algorithms. . . . . . . . . . . . . . .
  3. 所属分类:Console

    • 发布日期:2017-11-13
    • 文件大小:922
    • 提供者:叶炳坤
« 12 »
搜珍网 www.dssz.com