merge sort give a set S of n integers and another integer x, determine whether or not there exits two elements in S whose sum is exactly x.
資源簡介:merge sort give a set S of n integers and another integer x, determine whether or not there exits two elements in S whose sum is exactly x.
上傳時間: 2013-12-23
上傳用戶:xmsmh
資源簡介:Input : A set S of planar points Output : A convex hull for S Step 1: If S contains no more than five points, use exhaustive searching to find the convex hull and return. Step 2: Find a median line perpendicular to the X-axis which divid...
上傳時間: 2017-02-19
上傳用戶:wyc199288
資源簡介:markov matlab code, give a detail impletation of markov procedure
上傳時間: 2016-10-15
上傳用戶:stella2015
資源簡介:markov matlab code, give a detail impletation of markov procedure
上傳時間: 2014-07-18
上傳用戶:songyue1991
資源簡介:This will give a clear description of MPLS.
上傳時間: 2017-03-24
上傳用戶:凌云御清風
資源簡介:merge sort is a sorting algorithm used for sorting data it uses divide and conquer approach
上傳時間: 2017-09-11
上傳用戶:ommshaggar
資源簡介:The Java Cookbook is a comprehensive collection of problems, solutions, and practical examples for anyone programming in Java. Developers will find hundreds of tried-andtrue Java "recipes" covering all of the major APIs as well as some AP...
上傳時間: 2014-01-16
上傳用戶:ukuk
資源簡介:DETRIN is a C++ library of classification algorithms and other utilities in the field of data mining. We will use standard ISO C++ programming language to develop our project. The goal of DETRIN is to facilitate researchers in the related f...
上傳時間: 2015-09-11
上傳用戶:l254587896
資源簡介:A fusion model of HMM, ANN and GA for stock market forecasting.pdf 股票預測,使用方法:HMM,ANN(神經網(wǎng)絡),GA(遺傳算法)等!
上傳時間: 2014-01-20
上傳用戶:qwe1234
資源簡介:xyzzy is a program for the Nintendo Wii which will read a console s OTP key storage and dump out the private encryption keys to screen and to SD card. This is useful information in case your Wii ever gets bricked and you need to re-initial...
上傳時間: 2013-12-19
上傳用戶:清風冷雨
資源簡介:WiiFuse is a FUSE filesystem module for Linux and Mac OS X. It will let you mount a Wii disc ISO and browse its contents, and it contains a server which may be run on the Wii so you can browse the contents of the Wii s internal filesystem.
上傳時間: 2013-12-18
上傳用戶:rocketrevenge
資源簡介:A usefull introduction of basic usage, and problems solving in prolog
上傳時間: 2017-03-10
上傳用戶:liansi
資源簡介:This document contains a detailed description of the usage and configuration of the JSVM [Joint Scalable Video Model] software for the Scalable Video Coding [SVC] project of the Joint Video Team [JVT] of the ISO/IEC Moving Pictures Experts ...
上傳時間: 2017-03-26
上傳用戶:sz_hjbf
資源簡介:RX Library contains a large number of components, objects and routines for Borland Delphi with full source code. This library is compatible with Borland Delphi 1, 2, 3, 4 and Borland C++ Builder 1 and 3.
上傳時間: 2013-12-30
上傳用戶:daguda
資源簡介:A DirectX Checker to check whether your hardware of display card is supported by H.264 / AAC3 or not
上傳時間: 2013-12-25
上傳用戶:tuilp1a
資源簡介:2^x mod n = 1 acm競賽題 Give a number n, find the minimum x that satisfies 2^x mod n = 1. Input One positive integer on each line, the value of n. Output If the minimum x exists, print a line with 2^x mod n = 1. Print 2^?...
上傳時間: 2015-06-02
上傳用戶:qlpqlq
資源簡介:1.Describe a Θ(n lg n)-time algorithm that, given a set S of n integers and another integer x, determines whether or not there exist two elements in S whose sum is exactly x. (Implement exercise 2.3-7.) #include<stdio.h> #include<stdlib...
上傳時間: 2017-04-01
上傳用戶:糖兒水嘻嘻
資源簡介:1.Describe a Θ(n lg n)-time algorithm that, given a set S of n integers and another integer x, determines whether or not there exist two elements in S whose sum is exactly x. (Implement exercise 2.3-7.)
上傳時間: 2017-04-01
上傳用戶:糖兒水嘻嘻
資源簡介:Sherwood算法消除最壞實例,以達到對任何實例都能有好的性能的效果 文件: rd_list.c --> create a random sequence of n integers not equal to each other list.c --> create a descending sequence of n integers not equal to each other sherwoo...
上傳時間: 2016-01-20
上傳用戶:ainimao
資源簡介:Eclipse is the leading Integrated Development Environment (IDE) for Java, with a rich ecosystem of plug-ins and an open source framework that supports other languages and projects. You’ll fnd this reference card useful for getting st...
上傳時間: 2013-12-18
上傳用戶:wangchong
資源簡介:快速排序! 經典的算法。 provides methods to sort a set of objects with quicksort algorithm.
上傳時間: 2014-01-08
上傳用戶:ryb
資源簡介:A Convex Hull is the smallest convex polygon that contains every point of the set S. A polygon P is convex if and only if, for any two points A and B inside the polygon, the line segment AB is inside P. One way to visualize a convex hull i...
上傳時間: 2013-12-23
上傳用戶:it男一枚
資源簡介:A set of functions to calculate Hu s seven invariant moments. Good accuracy. Written for my Project work
上傳時間: 2017-05-02
上傳用戶:yangbo69
資源簡介:Sha256 Algorithm. The SHA hash functions are a set of cryptographic hash functions designed by the National Security Agency (NSA) and published by the NIST as a U.S. Federal Information Processing Standard. SHA stands for Secure Hash Algori...
上傳時間: 2014-11-09
上傳用戶:1109003457
資源簡介:a function for fitting a set of data by a curve with degree n
上傳時間: 2017-09-21
上傳用戶:lacsx
資源簡介:Huffman codes 􀂄 In telecommunication, how do we represent a set of messages, each with an access frequency, by a sequence of 0’s and 1’s? 􀂄 To minimize the transmission and decoding costs, we may use short strings to ...
上傳時間: 2014-01-04
上傳用戶:x4587
資源簡介:Huffman codes 1.In telecommunication, how do we represent a set of messages, each with an access frequency, by a sequence of 0 s and 1 s? 2.To minimize the transmission and decoding costs, we may use short strings to represent more freque...
上傳時間: 2013-12-22
上傳用戶:ztj182002
資源簡介:The code performs a number (ITERS) of iterations of the Bailey s 6-step FFT algorithm (following the ideas in the CMU Task parallel suite). 1.- Generates an input signal vector (dgen...
上傳時間: 2014-01-05
上傳用戶:libenshu01
資源簡介:a set of cross-platform tools that is useful for programming the GBA written in Java.
上傳時間: 2015-01-06
上傳用戶:yd19890720
資源簡介:This a wonderful reference on the In s and Out s of using Global JavaScript Variables within Brio Intelligence BQY s. 這是一個關于 Brio Intelligence BQY中使用全局 JavaScript 變量進行輸入輸出的好參考
上傳時間: 2013-12-20
上傳用戶:thuyenvinh