搜索资源列表
nt1
- mpi 结合vc编程用模拟退火法算一个最小路径的值-MPI programming combined with simulated annealing count path of a minimum value
TSP1
- tsp问题求解,最小权值和回路,可以算到十几个数-tsp problem solving, the minimum value and the right loop, one can calculate the number to more than
n个圆的组合
- 对工作分配进行多次优化,直到找到最优的分配方式。 首先将所有工作交给能力最强的人做,然后找出最低安全值和最高安全值,此时将未分配工作的人的能力值当作安全值参与判断,把安全值最低者分配的仓库数减一,并将这个仓库交给安全值最高者看守,然后进入下次优化,在新一次优化过程中把最低安全值和上次优化时的最低安全值作比较,如果这次最低安全值比上次大,则继续进行优化,若系统最低安全值相比上次下降,则说明上次优化后的结果已经是最优,即得结果。-work on a number of distribution op
tekey4 输出该数组中的最小值
- 要求程序的功能是:把20个随机数存入一个数组,然后输出该数组中的最小值。-Required functionality of the program are: the 20 random numbers into an array, then output the minimum value of the array.
parallel-dijkstra 并行化思路实现dijkstra算法
- 并行化思路实现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
5
- 输入三个整数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
Mathmatics_Analysis
- 计算函数,为求某一函数的最小值。其中自变量的个数为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.
DelDir
- 计算加法 减法 乘法 除法 找出最大值 最小值 计算出总和 -Addition subtraction multiplication division calculate the minimum value calculated to find the maximum sum of
complex-method
- 约束优化的复合型法,寻找优化问题的最优点和最优值-This function offers a function to solve the minimum point and minimum value of a constrained optimization problem by using complex method
Find-the-even-minimum-value
- 用汇编实现寻找偶数中最小值,程序中事先给定偶数序列-Assembly language even find the lowest value in, program given a array for even
small
- 数组中不是0的最小值,亲历亲为,臭毛病很多,越来差劲,不是说我,是谁你知道的。-Minimum value of the array is not 0.
76076324Bellman_Fordautomatique
- bellmanford算法他可以计算网络的最小值-bellmanford algorithm can calculate the minimum value of the network
the-max-and-mimimum--value
- 求一组随机数的最大值和最小值,并显示当前值。-Find the minimum and maximum values of the random number, and displays the current value
com
- 这个程序功能是汇编调用子程序比较数的大小的并输出最大跟最小值!-The function of this program is a compilation of the called subroutine comparison number size and output the maximum and minimum value!
com_max_min
- 这个程序功能是汇编调用子程序比较数的大小的,并输出最大跟最小值!-The function of this program is a compilation of the called subroutine comparison number size and output the maximum and minimum value!
sccz
- 三次插值算法一个小例子,用于计算多元方程的最小值,也就是最优化问题-A small example cubic interpolation algorithm for the calculation of the minimum value of the multi-equation optimization problem, which is the most
minimum-and-maximum-value-of--marray
- 求出数组最大值与最小值,以及最大值索引和最小值索引。-To get the minimum and maximum value of the marray , and the maximum indexes, and the minimum index.
PSO
- 基本粒子群算法,用于计算函数最小值,其中适应度函数fitness可以自定。-PSO function,which used to calculate the minimum value
D7.3y
- 建立一个随机时域函数并自动寻找出最大最小值及其时间点-Create a random time domain function and automatically find the minimum value and its largest point in time
pso61wtl
- 粒子群算法用于优化求解函数最小值,此算法收敛速度快,很快找到最小值。-Particle Swarm Optimization (PSO) is used to optimize the minimum value of the function. The algorithm converges quickly and finds the minimum value.