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

搜索资源列表

  1. !select

    0下载:
  2. 顺序统计select算法。从s个元素中找出第k个大的元素。- The order counts the select algorithm. Discovers the kth big element from s element.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:964byte
    • 提供者:颜小佳
  1. KShortestPath

    1下载:
  2. kth算法的实现,可找出第k次最短路径,给出优化方案
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:12.27kb
    • 提供者:gs_chen
  1. KSP dijkstra第k条最短路径算法

    1下载:
  2. dijkstra第k条最短路径算法 Dijkstra(迪杰斯特拉)算法是典型的最短路径路由算法,用于计算一个节点到其他所有节点的最短路径。-dijkstra Kth shortest path algorithm
  3. 所属分类:C#编程

    • 发布日期:2017-03-22
    • 文件大小:19.47kb
    • 提供者:
  1. ksp

    0下载:
  2. 求前k条最短路径,本程序可用于求地图的路线安排和前k个最短路径分配问题,十分管用,可用于2000个点的计算-find out the kth shortest path
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:5.32kb
    • 提供者:翟晓宇
  1. select

    0下载:
  2. In computer science, a selection algorithm is an algorithm for finding the kth smallest number in a list (such a number is called the kth order statistic.) This includes the cases of finding the minimum, maximum, and median elements. There are worst-
  3. 所属分类:.net

    • 发布日期:2017-04-27
    • 文件大小:31.82kb
    • 提供者:Lemor
  1. kth_smallest

    0下载:
  2. Kth Largest element in an array in time O(n) without sorting the entire array.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:631byte
    • 提供者:gowdd
  1. DetDTMF1

    0下载:
  2. for K_ind = 1 : length(k) y = goertzel_algo ( dtmf_output,k(K_ind),Num_of_samples) if (K_ind == 1) this appends each Kth array to y1(1 : Num_of_samples) = y( 1 : Num_of_samples) the output array else v_sum = v_sum + Num_of
  3. 所属分类:Editor

    • 发布日期:2017-03-28
    • 文件大小:818byte
    • 提供者:piranaaa
  1. KthSmallestNumber

    0下载:
  2. 求第K个最小数的线性时间算法,采用分组分块计算,算法时间复杂度为O(n)-The algorithm of calculateing the Kth smallest number in an array
  3. 所属分类:Data structs

    • 发布日期:2017-04-09
    • 文件大小:1.82kb
    • 提供者:hertz
  1. theKthNumberInASegment(segmentTree)

    0下载:
  2. 可以快速地查询某段区间的第k元素,是zoj上的Dynamic ranking 的源程序-query the kth number in a segment
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:1.26kb
    • 提供者:唐武
  1. land_rov

    0下载:
  2. In electrical engineering and computer science, image processing is any form of signal processing for which the input is an image, such as a photograph or video frame the output of image processing may be either an image or, a set of characteristics
  3. 所属分类:SCM

    • 发布日期:2017-04-03
    • 文件大小:19.66kb
    • 提供者:raja
  1. Kth_number

    0下载:
  2. 划分树求区间K小数的Pascal源代码, 其建树复杂度为O(nlogn), 回答询问为O(logn)-A kind of tree to answer the kth smallest number in an interval.
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:812byte
    • 提供者:GODlike
  1. Select-the-Kth-number-by-3-methods

    0下载:
  2. 用三种方法实现,随机生成的一堆数中选出Kth个数,包括简单选择排序、冒泡排序、快速排序-Using three methods, the number of randomly generated a bunch of selected Kth number, including the simple selection sort, bubble sort, quicksort
  3. 所属分类:CSharp

    • 发布日期:2017-11-15
    • 文件大小:2.8kb
    • 提供者:吴文珊
  1. LMS_EQ

    0下载:
  2. In practical implementations, the weighting factors for a MRC system are obtained by deriving a signal which has amplitude proportional to the kth branch carrier amplitude and a phase that LMS equalizer
  3. 所属分类:Compiler program

    • 发布日期:2017-11-28
    • 文件大小:7.33kb
    • 提供者:Son
  1. Kth-shortest-path-(1)

    0下载:
  2. 求解最优方案,以及次优方案,旨在为现实生活中的方案选择提供方便-Best plan choosing
  3. 所属分类:transportation applications

    • 发布日期:2017-11-26
    • 文件大小:1.24kb
    • 提供者:杨凌
  1. kth_median

    0下载:
  2. Kth Median efficient algorithm implementation in C.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-15
    • 文件大小:5.19kb
    • 提供者:NS_Noob
  1. AVLTree

    0下载:
  2. AVLTree basic operation: Insert, delete, kth min
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:4.39kb
    • 提供者:SunnyDay
  1. ECE_264_Lopez_Lab_10_Problem_2

    0下载:
  2. /*The purpose of Problem 2 was to read in characters into an array of characters, display a certain number of elements per line, to display the array from the kth element, and lastly to show how many alphabetical characters, digits, whitespaces
  3. 所属分类:software engineering

    • 发布日期:2017-04-04
    • 文件大小:1.39kb
    • 提供者:Emilio Lopez
  1. objectdet

    0下载:
  2. Viola Jones 的目标检测程序,虽然人脸检测已经发展了近十年,但是还有不少学者研究人脸检测。此程序是通过邮件从KTH皇家技术学院的Vahid Kazemi要到的。特意共享出来。-Viola Jones Object Detector ,which can finish adaboost face detection
  3. 所属分类:matlab

    • 发布日期:2017-04-25
    • 文件大小:44.45kb
    • 提供者:
  1. kth-min-mumbers

    0下载:
  2. 用来查询最小最小的k个数,细算法是非常有效和精准的,供参考-to search the kth number in the large numbers,it is very fast and effective
  3. 所属分类:CSharp

    • 发布日期:2017-04-12
    • 文件大小:650byte
    • 提供者:alan
  1. 科泰华KTH-5指纹采集器驱动

    7下载:
  2. 科泰华KTH-5指纹采集器可广泛用于公安、电子政务、学校、酒店等行业领域,符合国家GA/T 1011-2012标准。可采集指纹,该驱动可在win7 32/64环境中安装使用。
  3. 所属分类:电子政务应用

« 12 »
搜珍网 www.dssz.com