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

搜索资源列表

  1. nt1

    0下载:
  2. mpi 结合vc编程用模拟退火法算一个最小路径的值-MPI programming combined with simulated annealing count path of a minimum value
  3. 所属分类:并行运算

    • 发布日期:2008-10-13
    • 文件大小:969.63kb
    • 提供者:里港
  1. TSP1

    0下载:
  2. tsp问题求解,最小权值和回路,可以算到十几个数-tsp problem solving, the minimum value and the right loop, one can calculate the number to more than
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:8.92kb
    • 提供者:wenzhiwei
  1. n个圆的组合

    0下载:
  2. 对工作分配进行多次优化,直到找到最优的分配方式。 首先将所有工作交给能力最强的人做,然后找出最低安全值和最高安全值,此时将未分配工作的人的能力值当作安全值参与判断,把安全值最低者分配的仓库数减一,并将这个仓库交给安全值最高者看守,然后进入下次优化,在新一次优化过程中把最低安全值和上次优化时的最低安全值作比较,如果这次最低安全值比上次大,则继续进行优化,若系统最低安全值相比上次下降,则说明上次优化后的结果已经是最优,即得结果。-work on a number of distribution op
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:858.67kb
    • 提供者:周驰原
  1. tekey4 输出该数组中的最小值

    0下载:
  2. 要求程序的功能是:把20个随机数存入一个数组,然后输出该数组中的最小值。-Required functionality of the program are: the 20 random numbers into an array, then output the minimum value of the array.
  3. 所属分类:汇编语言

    • 发布日期:2016-12-23
    • 文件大小:656byte
    • 提供者:朱欢
  1. parallel-dijkstra 并行化思路实现dijkstra算法

    0下载:
  2. 并行化思路实现dijkstra算法。假设有p个处理器,N个顶点。给每个处理器分配N/p个顶点,求出局部的最小值,复杂度为O (N/p)。然后后一半的处理器将自己的最小值发送给第前p/2个处理器。前一半处理器接收到传来的值后,与局部的最小值比较,作为新值。继续循环,直到剩下一个处理器为止。-Parallelized dijkstra algorithm. Suppose there is p a processor, N vertex. Give each processor distributi
  3. 所属分类:并行运算

    • 发布日期:2017-03-23
    • 文件大小:726.93kb
    • 提供者:joyce
  1. 5

    0下载:
  2. 输入三个整数x,y,z,请把这三个数由小到大输出。 1.程序分析:我们想办法把最小的数放到x上,先将x与y进行比较,如果x>y则将x与y的值进行交换,然后再用x与z进行比较,如果x>z则将x与z的值进行交换,这样能使x最小。-Enter the three integers x, y, z, please these three the number of small to large output. 1. Program analysis: We think of a way to
  3. 所属分类:assembly language

    • 发布日期:2017-11-22
    • 文件大小:19kb
    • 提供者:
  1. Mathmatics_Analysis

    0下载:
  2. 计算函数,为求某一函数的最小值。其中自变量的个数为2个。可自己设定。-Calculation function, for the sake of the minimum value of a function. In which the number of independent variables for the two. Can be set.
  3. 所属分类:MPI

    • 发布日期:2017-05-07
    • 文件大小:16.14kb
    • 提供者:张妍
  1. DelDir

    0下载:
  2. 计算加法 减法 乘法 除法 找出最大值 最小值 计算出总和 -Addition subtraction multiplication division calculate the minimum value calculated to find the maximum sum of
  3. 所属分类:assembly language

    • 发布日期:2017-03-28
    • 文件大小:12.78kb
    • 提供者:lihuijuan
  1. complex-method

    1下载:
  2. 约束优化的复合型法,寻找优化问题的最优点和最优值-This function offers a function to solve the minimum point and minimum value of a constrained optimization problem by using complex method
  3. 所属分类:MPI

    • 发布日期:2017-04-03
    • 文件大小:1.08kb
    • 提供者:ZXD
  1. Find-the-even-minimum-value

    0下载:
  2. 用汇编实现寻找偶数中最小值,程序中事先给定偶数序列-Assembly language even find the lowest value in, program given a array for even
  3. 所属分类:assembly language

    • 发布日期:2017-03-31
    • 文件大小:2.98kb
    • 提供者:王小文
  1. small

    0下载:
  2. 数组中不是0的最小值,亲历亲为,臭毛病很多,越来差劲,不是说我,是谁你知道的。-Minimum value of the array is not 0.
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-07
    • 文件大小:167.33kb
    • 提供者:zxz
  1. 76076324Bellman_Fordautomatique

    0下载:
  2. bellmanford算法他可以计算网络的最小值-bellmanford algorithm can calculate the minimum value of the network
  3. 所属分类:MPI

    • 发布日期:2017-11-07
    • 文件大小:1.99kb
    • 提供者:yeyewa
  1. the-max-and-mimimum--value

    0下载:
  2. 求一组随机数的最大值和最小值,并显示当前值。-Find the minimum and maximum values ​ ​ of the random number, and displays the current value
  3. 所属分类:MiddleWare

    • 发布日期:2017-11-16
    • 文件大小:13kb
    • 提供者:陈飞
  1. com

    0下载:
  2. 这个程序功能是汇编调用子程序比较数的大小的并输出最大跟最小值!-The function of this program is a compilation of the called subroutine comparison number size and output the maximum and minimum value!
  3. 所属分类:assembly language

    • 发布日期:2017-11-23
    • 文件大小:3.18kb
    • 提供者:黄博
  1. com_max_min

    0下载:
  2. 这个程序功能是汇编调用子程序比较数的大小的,并输出最大跟最小值!-The function of this program is a compilation of the called subroutine comparison number size and output the maximum and minimum value!
  3. 所属分类:assembly language

    • 发布日期:2017-11-10
    • 文件大小:3.22kb
    • 提供者:黄博
  1. sccz

    0下载:
  2. 三次插值算法一个小例子,用于计算多元方程的最小值,也就是最优化问题-A small example cubic interpolation algorithm for the calculation of the minimum value of the multi-equation optimization problem, which is the most
  3. 所属分类:source in ebook

    • 发布日期:2017-12-01
    • 文件大小:707byte
    • 提供者:xm
  1. minimum-and-maximum-value-of--marray

    0下载:
  2. 求出数组最大值与最小值,以及最大值索引和最小值索引。-To get the minimum and maximum value of the marray , and the maximum indexes, and the minimum index.
  3. 所属分类:LabView

    • 发布日期:2017-11-10
    • 文件大小:6.01kb
    • 提供者:王豆豆
  1. PSO

    0下载:
  2. 基本粒子群算法,用于计算函数最小值,其中适应度函数fitness可以自定。-PSO function,which used to calculate the minimum value
  3. 所属分类:assembly language

    • 发布日期:2017-04-07
    • 文件大小:46.95kb
    • 提供者:吴正阳
  1. D7.3y

    0下载:
  2. 建立一个随机时域函数并自动寻找出最大最小值及其时间点-Create a random time domain function and automatically find the minimum value and its largest point in time
  3. 所属分类:LabView

    • 发布日期:2017-04-26
    • 文件大小:8.98kb
    • 提供者:赵一鸣
  1. pso61wtl

    0下载:
  2. 粒子群算法用于优化求解函数最小值,此算法收敛速度快,很快找到最小值。-Particle Swarm Optimization (PSO) is used to optimize the minimum value of the function. The algorithm converges quickly and finds the minimum value.
  3. 所属分类:assembly language

    • 发布日期:2017-04-12
    • 文件大小:1.44kb
    • 提供者:冯利
« 12 3 »
搜珍网 www.dssz.com