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

搜索资源列表

  1. -Kruskal

    0下载:
  2. 克鲁斯卡尔算法的实现程序,求出最小生成树-Kruskal Algorithm program, find the minimum spanning tree
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:1256
    • 提供者:zhh
  1. fdumi

    0下载:
  2. 本程序实现PIC在双字节数据块中查找无符号数极小值。 入口参数:数据块首址在SADR中,数据个数在W中。 出口参数:极小值在SOUH:SOU中,极小值地址在SADR中。 占用资源:W,STATUS,FSR,020H,024H,025H,028H,一重堆栈。 说 明: 如果有两个或两个以上相等的极小值,则只能给出第一个极小值的地址.- The PIC procedure to achieve double-byte data blocks in an unsigned
  3. 所属分类:SCM

    • 发布日期:2017-04-03
    • 文件大小:682
    • 提供者:linqiaoli
  1. Hamilton

    0下载:
  2. 在n个顶点的带权图G中,一条Hamilton回路是一顶点序列v1,v2,• • • • vn 其中,每个顶点vi由一条边连到vi+1(i=1,2,• • • • • ,n-1),而vn被连到v1。在所有的Hamilton回路中,寻找一条权值和最小的回路,这条回路就是最小Hamilton回路。-N vertices in a weighted graph G, a Hamilton circuit is a
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:6326
    • 提供者:李姿琳
  1. Sjx.java

    0下载:
  2. 编写一个三角形类,能根据3个实数构造三角形对象,如果三个实数不满足三角形的条件,则自动构造以最小值为边的等边三角形。输入任意三个数,求构造的三角形面积。-Preparation of a triangle class, according to three real objects constructed triangle, if the triangle does not meet the three conditions of a real number, is automatically
  3. 所属分类:Ajax

    • 发布日期:2016-01-25
    • 文件大小:1024
    • 提供者:王涛
  1. Program

    0下载:
  2. 实验一: 输入一个高精度的正整数N,去掉其中任意S个数字后剩下的数字按原左右次序组成一个新的正整数。写算法对给定的N和S,寻找一种方案使得剩下的数字组成的新数最小。 实验二: 编程解决带限期的单机作业排序问题。-Test one: Enter a positive integer precision N, to remove any of them left after the S numbers about the number of the original order o
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-01
    • 文件大小:3639
    • 提供者:wzq
  1. PSOalgorithm

    0下载:
  2. 本程序利用粒子群算法(PSO算法),求BANANA函数在(1,1)附近的极小值-This program makes use of particle swarm optimization (PSO algorithm), find BANANA function (1,1) near the minimum
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:2180
    • 提供者:王伟
  1. CalculateTheSummary

    0下载:
  2. 1. 编写一个程序打印数出有10个元素的浮点数组a1中最大值和最小值。 2.将有10个元素的数组a1 拷贝至含有15个元素的数组b1的一段位置。 3.将一个已存入数组中的值45,89,7,6,0,按0,6,7,89,45的次序打印出来。 4. 求一个3*3矩阵对角线元素之和。 5.设某个一维数组中有25个元素,编写一个顺序查找程序,从中查找值为80的元素在数组中的位置。 -1. Write a program that prints out a number of floa
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:2192
    • 提供者:何彦青
  1. zuoye1

    0下载:
  2. 北航数值分析作业第一题 用幂法、反幂法求一个501*501的矩阵的最小特征值、最大特征值、按模最大特征值以及条件数和行列式.-Northern numerical analysis operations with the first question the power method, inverse power law find a matrix of 501* 501 minimum eigenvalue, maximum eigenvalue, maximum eigenvalue,
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:201701
    • 提供者:tongfei
  1. c1

    0下载:
  2. 求出给定的20个数中的最大最小值并显示出来,循环程序与移位显示技术的设计-Find the maximum and minimum number of 20 and shows
  3. 所属分类:assembly language

    • 发布日期:2017-04-10
    • 文件大小:578
    • 提供者:lwhhappy
  1. horse

    0下载:
  2. 问题描述与实验目的 给定8*8方格棋盘,求棋盘上一只马从一个位置到达另一位置的最短路径长。 注意马是走“日”形的。 输入 输入有若干测试数据。 每组测试数据仅1行,每行上有2个方格pos1、pos2,之间用一个空格隔开,每格方格表示棋盘上的一个位置,该位置由表示列的1个字母(a-h)及表示行的一个数字(1-8)构成,如“d7”表示第4列第7行。 输出 对输入中每行上的2个方格pos1、pos2,输出马从位置pos1跳到pos2所需的最短路径长。如“a1==>a2
  3. 所属分类:Data structs

    • 发布日期:2017-03-27
    • 文件大小:870379
    • 提供者:wscnwps
  1. a

    0下载:
  2. 这是一个基于mingw的一个查找输入最大最小值的程序,返回乘积。-This is a mingw based on maximum and minimum input of a program to find and return the product.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-03
    • 文件大小:9901
    • 提供者:anybodys
  1. c-juanji--conv

    0下载:
  2. 求局部最小值与卷积,lmax为MATLAB的历程 工程里是具体的c函数-Find local minimum and convolution, lmax for the project in the history of MATLAB is the specific function of c
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:1682174
    • 提供者:
  1. ga

    0下载:
  2. 利用禁忌遗传算法来求最小支配集,解决物联网的层簇模型的网络拓扑。 C语言编写,linux 开发环境-Using genetic algorithm to find taboo minimum dominating set, the layer of things to solve the cluster model of network topology. C language, linux development environment
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-22
    • 文件大小:6983940
    • 提供者:成伟
  1. hanshuxunyou

    1下载:
  2. 对一个三次函数寻找最优解(最小值),分别使用全局搜索法、二分法、黄金分割法和斐波那契法共四种方法寻优。函数可在程序中自行指定,有gui界面。-A cubic function to find the optimal solution (minimum), respectively, using a global search method, dichotomy, golden section and Fibonacci optimization method a total of four me
  3. 所属分类:matlab

    • 发布日期:2015-07-05
    • 文件大小:18432
    • 提供者:尚凯
  1. Image_Feature_Selection_Method_Based_on_Immune_Enc

    0下载:
  2. 针对目标与背景两类图像模式识别问题,在已有的特征选择方法基础上,提出了一种新颖的基于免疫分子编码机理的图像特征选择方法(IACA). 该方法借鉴生物免疫系统的抗体分 子编码机理,在对样本进行参数估计情况下,提出熵度量单个特征对于目标和背景的识别敏感度 从集合的角度研究并且定义了特征之间的包含和互补关系 并且基于组成抗体分子氨基酸结合能量最小原则,提出了关于图像目标的免疫抗体构建规则 最终实现了寻找最优特征子集的算法IACA ,该特征子集的维数通过算法自动获得无需人为设定,选择结果为目标的“免
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-05
    • 文件大小:593634
    • 提供者:崔冰
  1. pso

    0下载:
  2. The economic load dispatch plays an important role in the operation of power system, and several models by using different techniques have been used to solve these problems. Several traditional approaches, like lambda-iteration and gradient metho
  3. 所属分类:matlab

    • 发布日期:2017-03-23
    • 文件大小:542307
    • 提供者:amijeet
  1. max_or_min_ASM

    0下载:
  2. 在以BUFFER为首址的内存中存放了若干个带符号数, 其个数存放在首单元,寻找出它们最大值放到存储单元MAXVAL中, 最小值放到存储单元MINVAL中。-BUFFER headed to the site in memory storage of a number of a signed, the number stored in the first unit, find out their storage unit MAXVAL put in the maximum, minimum, pu
  3. 所属分类:assembly language

    • 发布日期:2017-04-04
    • 文件大小:1215
    • 提供者:lmz
  1. chengxu

    0下载:
  2. 找出蛋糕的制作方案(适当的Ri和Hi的值),使S最小。 输入 有两行,第一行为N(N<=10000),表示待制作的蛋糕的体积为Nπ;第二行为M(M<=20),表示蛋糕的层数为M。 输出 仅一行,是一个正整数S(若无解则S=0)。-Find recipe program (appropriate value of Ri and Hi), the S minimum. Enter the two lines, first line N (N < = 10000), s
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-08
    • 文件大小:3687
    • 提供者:兰若
  1. danlianbiao

    0下载:
  2. 单链表的相关操作(建立单链表+求长度+显示+查找+插入+删除+排序+就地置逆+求最大最小值+两链表的降序合并)-Single list of related operations (seeking to establish the length of a single linked list+ search+ show++ sort+ insertion+ deletion+ reverse+ find local maximum and minimum set+ merge the two l
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:452605
    • 提供者:anderson
  1. 6

    0下载:
  2. 设计程序利用分治策略求n个数的最大值和最小值。-Divide and conquer strategy design process using the number n find the maximum and minimum.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-05
    • 文件大小:697
    • 提供者:00
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 30 »
搜珍网 www.dssz.com