搜索资源列表

  1. Min_min-and--Max_min

    0下载:
  2. 任务调度的一篇好文章,比较并分析了经典Max-min和Min-min两种算法的优劣-a good paper of Task scheduling
  3. 所属分类:并行运算

    • 发布日期:2024-05-20
    • 文件大小:107520
    • 提供者:qz
  1. MAXMIN_5

    0下载:
  2. i have uploaded a matlab code on MAX-MIN algorithm
  3. 所属分类:matlab例程

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:moubd
  1. shell.sh

    0下载:
  2. An example of shell scr ipting calculation. Receiving 2 to 10 inputs, and calculate the max,min,average of the marks given.
  3. 所属分类:其他行业

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:JunHao
  1. max-and-min

    0下载:
  2. 输入十个数找到并输出十个书中的最大者和最小者。- input ten number print max and min.
  3. 所属分类:C#编程

    • 发布日期:2024-05-20
    • 文件大小:162816
    • 提供者:toghrak
  1. hc-mmas-ubqp

    0下载:
  2. 在linux下C写的最大最小蚁群算法,用于解决VRP、TSP问题,效果发很好。-A MAX-MIN Ant System (MMAS) implemented in the Hyper-Cube fr a mework for the application to Unconstrained Binary Quadratic Programming (UBQP).
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:318464
    • 提供者:mlon
  1. Max---min-value

    0下载:
  2. 编写一个程序,实现从n个数中找出其中最大值和最小值。-Write a program to implement from the n number to find out the maximum and minimum values
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:鸿雁
  1. array-calculate

    0下载:
  2. 阵列计算程序,主要是对整列的每行最大值最小值之间的关系进行计算,每行最大值中的最小值,最小值之中的最大值差额。-The array calculation program, the relationship between each row of the entire column Max Min calculated the minimum value of the maximum value of each line, the ma
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:955392
    • 提供者:beauty
  1. myStack

    0下载:
  2. 自己写的一个stack类 push pop max min操作均为O(1)复杂度-Himself wrote a stack push pop max min operation are O () complexity
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:~V
  1. jicha

    0下载:
  2. 给定n个正整数数列,进行如下操作:每次删去两个数 a和b,添加1个数 a*b+1,直到只剩1个数N。在所有的这样的N中,有1个最大Max的和最小的Min,M=Max-Min是极差。设计程序计算 M -Given n positive integers, proceed as follows: each time deleting two numbers a and b, add a number of a* b+1 until on
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:yan
  1. LittleMap

    0下载:
  2. 小巧 灵便的地图工具,具有放大 缩小移动 测量距离 定位 GPS轨迹回放 等功能-small map have max,min,move, distance, show Postion, GPS postion ,and so on
  3. 所属分类:GIS编程

    • 发布日期:2024-05-20
    • 文件大小:801792
    • 提供者:wyf
  1. genetic

    0下载:
  2. 遗传算法求解函数极值,适应于一切连续区间分段连续函数-using the genetic algorithm to solve function max/min value
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-20
    • 文件大小:3072
    • 提供者:seeksword
  1. Excel_usin

    0下载:
  2. 简单的excel表在C与内置的功能的剪切、复制、粘贴和提供功能如最大值、最小值、转置、金额。-Simple excel sheet in C with inbuilt functionalities of cut, copy, paste and provides funcitons like max,min,transpose,sum.
  3. 所属分类:Windows编程

    • 发布日期:2024-05-20
    • 文件大小:5120
    • 提供者:柏林的春天
  1. UCAV-Path-Planning-Based-on-MAX-MIN

    0下载:
  2. :为了保证无人作战飞机(UCAV)以最小的被发现概率和最优的航程到达目标点,在敌方防御区域内执 行任务前必须进行航路规划。蚁群优化(ACO)算法的并行实现机制适合于复杂作战环境下的UCAV航路规划,但是基本ACO算法有易陷于局部最优解的缺点-Abstract:To ensure unmanned combat aerial vehicle(UCAV)to reach the destination with an optimal p
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-20
    • 文件大小:282624
    • 提供者:zhangyan
  1. harminv

    0下载:
  2. this file find max & min of a signal in time domain
  3. 所属分类:编程文档

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:ghasem
  1. Max---Min-sharpening---

    0下载:
  2. 最大-最小变换 图像滤波 mathlab-Maximum- Minimum transform image filtering mathlab
  3. 所属分类:波变换

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:孙梦
  1. p313

    0下载:
  2. 求任意的一个m×n矩阵的鞍点——鞍点是指该位置上的元素在该行上为最大、在该列上为最小, 矩阵中可能没有鞍点,但最多只有一个鞍点。m、n(2<=m<=20、2<=n<=20)及 矩阵元素从键盘输入(只考虑int型和每行、每列中没有并列最大/最小的情况)。-Find an arbitrary mn matrix saddle point- saddle point is the element that po
  3. 所属分类:C#编程

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:huangli
  1. max-min-and-sum

    0下载:
  2. 输入一串整数,求出整数最大和最小数之和 输入: 1,2,3,4,最大4,最小1 输出:5 说明:可能会存在负数,输入包含逗号 -Enter a string of integers, find the maximum and minimum number of integer input: 1,2,3,4, maximum 4, minimum 1 Output: 5 Descr iption: There may b
  3. 所属分类:C#编程

    • 发布日期:2024-05-20
    • 文件大小:3072
    • 提供者:崔二兰
  1. max-flow-min-cut

    0下载:
  2. max-flow/min-cut algo
  3. 所属分类:绘图程序

    • 发布日期:2024-05-20
    • 文件大小:15360
    • 提供者:kunaldanger
  1. max-and-min

    0下载:
  2. 输入一串数,以 , 分隔,输出所有数中去掉最大值、最小值之后剩下的个数。(其中最大值与最小值可能有多个) Smple input:3,3,5,3,6,9,7,9 Sample outPut: 3-without max and min Smple input:3,3,5,3,6,9,7,9 Sample outPut: 3
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:899072
    • 提供者:吴少华
  1. Find-Max-Min

    0下载:
  2. 生成随机数字点击查询后自动查找最大值最小值-Automatically find the maximum value of the minimum random number generated after clicking Query
  3. 所属分类:Dephi控件源码

    • 发布日期:2024-05-20
    • 文件大小:201728
    • 提供者:jj
« 1 2 3 4 5 67 8 9 10 11 ... 21 »

源码中国 www.ymcn.org