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

搜索资源列表

  1. 111

    0下载:
  2. 城市铁路交通路线查询系统,主要用到了图论最短路径的知识,输入起点和终点能够查出对应的路径和最小用时-City rail line inquiry system, the main use of the knowledge of graph theory, shortest path, enter the start and end be able to find corresponding path and minimum use of time
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-06
    • 文件大小:469120
    • 提供者:zhigang
  1. golden

    0下载:
  2. 黄金分割法:机械优化设计,一维搜索中,求最小值-Golden section method: mechanical optimal design, one-dimensional search, find the minimum
  3. 所属分类:CSharp

    • 发布日期:2017-03-31
    • 文件大小:26730
    • 提供者:dazhu
  1. ECGs_automatic_analysis

    0下载:
  2. 对两条心电信号波形数据存储转换成的text文本进行分析,找出这两条心电信号之间的最小DTW(动态规整)距离,用于在心电信号数据库中对样本信号进行匹配,找出相隔距离最小的模版信号,判断样本信号所属种类。-Of the two ECG waveform data stored in the text into text analysis to identify between the two ECG minimum DTW (dynamic warping) distance, for the EC
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:1735421
    • 提供者:wenwen
  1. huichanganpaiwenti

    0下载:
  2. 会场安排问题 Descr iption 假设要在足够多的会场里安排一批活动,并希望使用尽可能少的会场。设计一个有效的 贪心算法进行安排。(这个问题实际上是著名的图着色问题。若将每一个活动作为图的一个 顶点,不相容活动间用边相连。使相邻顶点着有不同颜色的最小着色数,相应于要找的最小 会场数。) 编程任务: 对于给定的k个待安排的活动,编程计算使用最少会场的时间表。 Input 由文件input.txt给出输入数据。第一行有1 个正整数k,表示有k个
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-02
    • 文件大小:1228
    • 提供者:ahangin
  1. apriorics

    0下载:
  2. 算法: 使用根据候选生成的逐行迭代找出频繁项集。   输入:事务数据库 D ;最小支持记数阈值 Vmin_sup 。   输出: D 中的频繁项集 L 。 -Method: Using progressive iteration generated according to the candidate to find frequent itemsets. Input: transaction database D minimum support count
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:78963
    • 提供者:郑程博
  1. pro_sdr

    0下载:
  2. in this code i have implemented the algorithm to find the minimum sampling frequency bandpasss sampling used in Software defined radio
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:1370
    • 提供者:Raunak
  1. listlimite

    0下载:
  2. 循环向量的极值问题,要求在O(log(n))时间内找到最大最小值,用汇编语言实现加速读入,比二分算法的速度更快.-Cyclic vector extremum problem, requires O (log (n)) time to find the maximum and minimum, using assembly language to achieve speed up read more than half of the algorithm faster.
  3. 所属分类:assembly language

    • 发布日期:2017-03-31
    • 文件大小:1496
    • 提供者:L
  1. Pipeline

    0下载:
  2. 程序解决了给定油井位置,求出一条东西向输油管道的位置,使之到各个油井的距离之和达到最小 //程序一次性读入11组测试文件,将油井纵坐标存储在动态开辟的pipey数组里,通过运用在数组中查找第K小个元素的算法找到了管道的最优位置 //最后求得最短距离后,将最终结果一次性存储到11个输出文件中。-Program to solve a given oil well location, find a location east-west pipeline, so that the distanc
  3. 所属分类:source in ebook

    • 发布日期:2017-04-02
    • 文件大小:1955
    • 提供者:秦文煜
  1. ga

    0下载:
  2. 下面的程序是求多项式y=x^6-10x^5-26x^4+344x^3+193x^2-1846x-1680在区间[-8,8]的最小值,误差不超过0.001。对于这个复杂的多项式,可先用matlab绘制函数的大概曲线,确认函数的最小值大概处于[-8,8]之间,再用本程序求出精确解。 -The following procedure is a polynomial y = x ^ 6-10x ^ 5-26x ^ 4+344 x ^ 3+193 x ^ 2-1846x-1680 in the inter
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:2487
    • 提供者:吴浩
  1. VC

    0下载:
  2. 求逆程序、用对话框显示变化值、求数组中最小值位置-Inverse process, with changes in the value of the dialog box displayed, find the location of the minimum array
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-08
    • 文件大小:916
    • 提供者:朱销
  1. MultidimensionalFunctionOptimizationOfComputerProg

    0下载:
  2. 多维函数如何寻找最小值的有效解决方法,vb编写的程序-Multi-dimensional function to find the minimum effective solution
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-17
    • 文件大小:193541
    • 提供者:梁先进
  1. HuffmanCoding

    0下载:
  2. 如何在二叉树中找出权值和最小的路径,赫夫曼编码-How to find the right binary value and the minimum path, Huffman coding
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:2042
    • 提供者:慕何而来
  1. findpks_MinMax

    0下载:
  2. Find peaks in signal. Look for local maxima and minima. In the window of search find the maximum maxima and the minimum minuma. Return two values which are the maximum and the minimum local maximas
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:520
    • 提供者:Gazo
  1. erchashu

    0下载:
  2. 利用c#语言实现了二叉树的构造,并且同时实现了对二叉树的各种操作,例如二叉树排序,查找最大值或最小值。-C# computer language, using the binary tree structure, and simultaneous operation of all kinds of binary tree, such as binary tree sort, find the maximum or minimum value.
  3. 所属分类:CSharp

    • 发布日期:2017-03-30
    • 文件大小:9756
    • 提供者:王东晓
  1. jichuchazhao

    0下载:
  2. 利用c#语言实现数据结构里面的一些基础查找算法,例如顺序查找,最大值最小值查找等等。-Use c# language inside some of the basic data structure search algorithm, such as sequential search, find, etc. Maximum and Minimum Value.
  3. 所属分类:CSharp

    • 发布日期:2017-04-15
    • 文件大小:5827
    • 提供者:王东晓
  1. IntelgentCompuation

    0下载:
  2. matlab语言开发的退火算法,主要用于算法的优化。可以实现寻找运行代价与通讯时间之和的近似最小值的功能,也可用于任务分配问题,本题是求50个任务分配到8台计算机的最优解。源码有详细注释,更便于理解。-matlab language development of the annealing algorithm, mainly used algorithms. Find running costs can be achieved with the communication time and th
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:3569
    • 提供者:黄猛
  1. danchunxingfaVB

    0下载:
  2. 这是用VB编的单纯型法,也就是用单纯型法解线性规划,求最大最小值。-This is the VB series with the simplex method, simplex method is to use linear programming solution, find the maximum and minimum.
  3. 所属分类:assembly language

    • 发布日期:2017-04-16
    • 文件大小:27397
    • 提供者:leila
  1. CoverageGA

    0下载:
  2. This an algorithm that finds the optimal coverage of wireless sensor networks and maintains connectivity between sensor nodes. However, it did not find the minimum number of active sensor nodes.-This is an algorithm that finds the optimal coverage of
  3. 所属分类:Java Develop

    • 发布日期:2017-04-01
    • 文件大小:101361
    • 提供者:Taha
  1. square

    0下载:
  2. 求解 今年puzzleup的第三题 !6个平方数的和,不可以表示为5个平方数的和,求最小的这个和 平方数:0 1 4 9-Solving the third title this year puzzleup! Six square and can not be expressed as the square of the number 5, find the minimum of this and square: 0149 ...
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:4426
    • 提供者:佳佳
  1. 2(2)

    0下载:
  2. 最小生成树之Prim算法 Prim算法用于求无向图的最小生成树 设图G =(V,E),其生成树的顶点集合为U。 ①、把v0放入U。 ②、在所有u∈U,v∈V-U的边(u,v)∈E中找一条最小权值的边,加入生成树。 ③、把②找到的边的v加入U集合。如果U集合已有n个元素,则结束,否则继续执行②。 其算法的时间复杂度为O(n^2) Prim算法实现: (1)集合:设置一个数组set(i=0,1,..,n-1),初始值为 0,代表对
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:875
    • 提供者:杨博文
« 1 2 3 4 5 6 78 9 10 11 12 ... 30 »
搜珍网 www.dssz.com