CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 搜索资源 - 最小值

搜索资源列表

  1. ArraySubAtAdd

    0下载:
  2. 有两个数组a,b,大小都为n,数组元素的值任意,无序; 要求:通过交换a,b中的元素,使数组a元素的和与数组b元素的和之间的差最小
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:6.21kb
    • 提供者:jacky
  1. singers and scores 歌手投票打分系统

    0下载:
  2. 为歌手投票:1、检测出最高分和最低分,然后求出平均分 2、计算各个评委的打分与平均分的差的绝对值,绝对值大的为“差评委”,小的为“好评委”。 在求出最大值和最小值时还要捕获数组b的下标,即得到评委的序号
  3. 所属分类:加密解密

    • 发布日期:2011-12-30
    • 文件大小:1.06kb
    • 提供者:张超
  1. SGA

    0下载:
  2. 自编的基于实数编码的遗传算法源程序(fortran) ,用于搜索最小值-Self-based real-coded genetic algorithm source code (fortran), used to search for the minimum
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-29
    • 文件大小:2.15kb
    • 提供者:wangrubin
  1. PERFMONDEMO

    0下载:
  2. cpu和内存的监控程序,能显示最大值和最小值,平均值-cpu and memory of the monitoring program, to show the maximum and minimum values, average
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-09
    • 文件大小:1.81mb
    • 提供者:廖展伸
  1. DivideConquer

    0下载:
  2. 使用C使用分治法实现了在一个乱序集合中求最大值,最小值的算法,运行环境:linux,g-The use of C using the divide and conquer to achieve an out of order in order to set the maximum, minimum algorithm, operating environment: linux, gcc
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-08
    • 文件大小:4.2kb
    • 提供者:ajaxhe
  1. CandM

    0下载:
  2. 模拟退火程序。f(x,y) = 5sin(xy) + x^2 + y^2的最小值,对理解模拟退火算法是一个很好的程序示例。-to a simple example illustrates the simulated annealing algorithm thinking. Simulated Annealing for the function f (x, y) = 5sin (xy) x ^ 2 y ^ 2 minimum, the right understanding of simula
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-15
    • 文件大小:17.89kb
    • 提供者:刘育江
  1. m_build

    0下载:
  2. 详细说明:以一个简单的例子说明模拟退火算法的思想。 模拟退火法求函数f(x,y) = 5sin(xy) + x^2 + y^2的最小值,对理解模拟退火算法是一个很好的程序示例。-to a simple example illustrates the simulated annealing algorithm thinking. Simulated Annealing for the function f (x, y) = 5sin (xy) x ^ 2 y ^ 2 minimum, the ri
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-03
    • 文件大小:4.37kb
    • 提供者:刘育江
  1. test

    0下载:
  2. 详细说明:以一个简单的例子说明模拟退火算法的思想。 模拟退火法求函数f(x,y) = 5sin(xy) + x^2 + y^2的最小值,对理解模拟退火算法是一个很好的程序示例。-to a simple example illustrates the simulated annealing algorithm thinking. Simulated Annealing for the function f (x, y) = 5sin (xy) x ^ 2 y ^ 2 minimum, the ri
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-31
    • 文件大小:37.22kb
    • 提供者:刘育江
  1. pso

    0下载:
  2. 标准PSO算法代码采用C++编制;注释丰富;带有测试函数;测试函数在(0,-1)处取得最小值3。-Standard PSO algorithm code using C++ preparation Notes rich with test function test function in (0,-1) obtained at the minimum three.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-30
    • 文件大小:10.12kb
    • 提供者:
  1. pso

    0下载:
  2. 标准PSO算法代码采用C++编制;注释丰富;带有测试函数;测试函数在(0,-1)处取得最小值3。-Standard PSO algorithm code using C++ preparation Notes rich with test function test function in (0,-1) obtained at the minimum three.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-18
    • 文件大小:10.43kb
    • 提供者:汤德琴
  1. prim

    0下载:
  2. 假设G=(V,E)是连通的,TE是G上最小生成树中边的集合。算法从U={u0}(u0∈V)、TE={}开始。重复执行下列操作: 在所有u∈U,v∈V-U的边(u,v)∈E中找一条权值最小的边(u0,v0)并入集合TE中,同时v0并入U,直到V=U为止。-Suppose G = (V, E) is connected, TE minimum spanning tree of G on the set of edges. Algorithm from U = {u0} (u0 ∈ V), TE
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-18
    • 文件大小:1.69kb
    • 提供者:张鹏
  1. The-iterative-minimization-by-gsl

    0下载:
  2. 用gsl通过迭代求最小值,用makefile脚本在GCC环境下编译运行。-Get the iterative minimization by gsl
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-24
    • 文件大小:2.45kb
    • 提供者:戴建强
  1. list

    0下载:
  2. linux下简单的list程序 参数 r 递归方式列出子目录 a 列出所有文件 l 后跟一整数,限定文件大小的最小值(字节) h 后跟一整数,限定文件大小的最大值(字节) m 后跟一整数n,限定文件的最近修改时间-simple list program parameters r recursively lists subdirectories under linux followed by a list of all files l an integer defining
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-06
    • 文件大小:1.7kb
    • 提供者:yingkkk
  1. Two-insert-search-tree

    0下载:
  2. 包含查找最大值、最小值的二叉搜索树方法,程序简洁明了-Binary search tree method comprising find the maximum, minimum, clear and concise program
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-12
    • 文件大小:802byte
    • 提供者:baizongyao
  1. Linux

    0下载:
  2. 从键盘上输入若干两位十进制数,寻找其中的最小值,然后在屏幕上显示出来.-Enter a number the keyboard two decimal digits, look for the lowest value, and then displayed on the screen.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-12
    • 文件大小:1.09kb
    • 提供者:gary
  1. xnzminimuf

    0下载:
  2. Demonstration 如何设置窗口的最大,最小值-Individual how to set up a window of the maximum and minimum value
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-13
    • 文件大小:1.49kb
    • 提供者:lieecakb
  1. 最小二乘法拟合曲线C语言代码

    0下载:
  2. 用最下二乘法多项式进行曲线拟合进而插值。(With the least two multiplicative polynomial for curve fitting, and then interpolation.)
  3. 所属分类:Linux/Unix编程

  1. lncRNA_antisen_target

    0下载:
  2. 用来做lncRNA的靶基因预测,利用自由能结合最小值预测,并对预测结果做简化处理(lncRNA target prediction)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2017-12-26
    • 文件大小:3kb
    • 提供者:zfc947433815
  1. code

    0下载:
  2. 最值计算是常见的数学问题,但是传统的求解方法对于多变量复杂算式的最值计算问题具有一定的局限性。我们使用多路复用技术,实现服务器端与客户端的一对多通信,完成了客户端对计算任务的提交,服务器端对计算任务的划分与分配,以及多客户端对计算任务的解析与处理。最终实现了基于多变量可选区间的复杂算式最小值分布式计算系统。(The most valued calculation is a common mathematical problem, but the traditional solution meth
  3. 所属分类:Linux/Unix编程

    • 发布日期:2018-04-23
    • 文件大小:9kb
    • 提供者:张了个艺
  1. lab

    1下载:
  2. 编写一个shell脚本程序,它带一个命令行参数,这个参数是一个文件。如果这个文件是一个普通文件,则打印文件所有者的名字和最后的修改日期。如果程序带有多个参数,则输出出错信息。 编写shell程序,统计指定目录下的普通文件、子目录及可执行文件的数目,目录的路径名字由参数传入。 用bash编写程序,该程序从键盘输入的n个整数,计算其总和、最大值和最小值并输出,从小到大排序并输出。(Write a shell scr ipt program, which takes a command line
  3. 所属分类:Linux/Unix编程

    • 发布日期:2018-06-30
    • 文件大小:1kb
    • 提供者:berry20
« 12 »
搜珍网 www.dssz.com