中南賽區ACM競賽題 Description Given a two-dimensional array of positive and negative integers, a sub-rectangle is any contiguous sub-array of size 1*1 or greater located within the whole array. The sum of a rectangle is the sum of all the elements in that rectangle. In this problem the sub-rectangle with the largest sum is referred to as the maximal sub-rectangle.
資源簡介:中南賽區ACM競賽題 Description Given a two-dimensional array of positive and negative integers, a sub-rectangle is any contiguous sub-array of size 1*1 or greater located within the whole array. The sum of a rectangle is the sum of all th...
上傳時間: 2013-12-22
上傳用戶:lijianyu172
資源簡介:中南賽區ACM競賽題 這題可以用Dijkstra的算法做,但是dfs的時間加減枝后也只有15ms,我用的是dfs. 就是遍歷每種可行的樹,要求每個棵樹上的節點的地位都在maxdw,mindw,(最大地位,最小地位)的范圍內.
上傳時間: 2016-06-21
上傳用戶:sz_hjbf
資源簡介:Use a one-dimensional array of primitive type boolean to represent the seating chart of the plane. Initialize all the elements of the array to false to indicate that all the seats are empty. As each seat is assigned, set the corresponding...
上傳時間: 2013-12-22
上傳用戶:zhichenglu
資源簡介:Abstract—The contourlet transform is a new two-dimensional extension of the wavelet transform using multiscale and direc- tional fi lter banks. The contourlet expansion is composed of basis images oriented at various directions in ...
上傳時間: 2014-01-18
上傳用戶:水中浮云
資源簡介:The code assumes a two-dimensional computational domain with TMz polarization (i.e., non-zero field Ez, Hx, and Hy). The program is currently written so that the incident field always strikes the lower-left corner of the total-field region ...
上傳時間: 2013-12-13
上傳用戶:cylnpy
資源簡介:A program to demonstrate the optimization process of particle swarm optimization. A two-dimensional objective function is visualized by level of grey: the lighter the color, the higher the function value. The particles are shown as red circ...
上傳時間: 2013-12-22
上傳用戶:Andy123456
資源簡介:reads a set of C-source files and generates a two-column listing of those sources
上傳時間: 2013-12-19
上傳用戶:qoovoop
資源簡介:CarSim is an application for the simulating the (simplified) movement of cars on a two-dimensional surface. Package ope.carsim contains classes that represent the problem domain: cars and locations. Package ope.carsim.gui contains a ...
上傳時間: 2013-12-22
上傳用戶:gaome
資源簡介:FuncPlotter is a combined Java application and applet for displaying two-dimensional plots of explicit functions in one variable (ie, FuncPlotter plots functions of the form y = f(x), where f(x) is composed from common mathematical operator...
上傳時間: 2015-12-16
上傳用戶:妄想演繹師
資源簡介:Displays a two-dimensional table showing how interest rates affect bank balances.
上傳時間: 2016-08-11
上傳用戶:wang5829
資源簡介:This program take a two sequences with differents lengths and transform in two sequences with same length with use zero padding method.
上傳時間: 2017-05-27
上傳用戶:kikye
資源簡介:With a worldwide community of users and more than a million dedicated programmers, Perl has proven to be the most effective language for the latest trends in computing and business. Every programmer must keep up with the latest tools an...
上傳時間: 2014-10-27
上傳用戶:zhoujunzhen
資源簡介:The main purpose of this project is to add a new scheduling algorithm to GeekOS and to implement a simple synchronization primitive (semaphore). As you might have already noticed, GeekOS uses a simple priority based preemptive Round Robin a...
上傳時間: 2013-11-27
上傳用戶:Late_Li
資源簡介:Sensing in autonomous vehicles is a growing field due to a wide array of military and reconnaissance applications. The Adaptive Communications and Signals Processing Group (ACSP) research group at Cornell specializes in studying various asp...
上傳時間: 2016-06-29
上傳用戶:chens000
資源簡介:With a worldwide community of users and more than a million dedicated programmers, Perl has proven to be the most effective language for the latest trends in computing and business. Every programmer must keep up with the latest tools and te...
上傳時間: 2014-01-16
上傳用戶:磊子226
資源簡介:The literature of cryptography has a curious history. Secrecy, of course, has always played a central role, but until the First World War, important developments appeared in print in a more or less timely fashion and the field moved for...
上傳時間: 2016-12-08
上傳用戶:fxf126@126.com
資源簡介:FileZilla is a cross-platform graphical FTP, FTPS and SFTP client a lot of features, supporting Windows, Linux, Mac OS X and more. FileZilla Server is a reliable FTP server for Windows. it is a Client App,and a linux gnu version. import...
上傳時間: 2013-12-19
上傳用戶:weiwolkt
資源簡介:a MATLAB program which reads files defining a piecewise constant triangulation of data, and displays a corresponding 3D surface.
上傳時間: 2014-11-14
上傳用戶:黃華強
資源簡介:spoj CCOST . Usage of a 2 dimensional fenwick tree.Querying (log(n)^2) a 2 dimensional matrix for sub sum and updating a cell in O(logn)
上傳時間: 2017-03-02
上傳用戶:chfanjiang
資源簡介:A guide to Matlab for Beginners and experienced users, A Guide to MATLAB Object Oriented Programming, The Handbook Of Data Mining, Matlab - Creating Graphical User Interfaces,
上傳時間: 2017-06-12
上傳用戶:cccole0605
資源簡介:some dummy reverse of colors and forms in a live video capture made in processing (based on java) from processing.org (free) it s funny and opens up your horizon
上傳時間: 2014-03-02
上傳用戶:tonyshao
資源簡介:杭電 ACM 1002 I have a very simple problem for you. Given two integers A and B, your job is to calculate the Sum of A + B.
上傳時間: 2014-01-12
上傳用戶:dave520l
資源簡介:ACM試題Problem K:Ones Description Given any integer 0 <= n <= 10000 not divisible by 2 or 5, some multiple of n is a number which in decimal notation is a sequence of 1 s. How many digits are in the smallest such a multiple of n?
上傳時間: 2015-08-23
上傳用戶:zhenyushaw
資源簡介: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
資源簡介:% Train a two layer neural network with the Levenberg-Marquardt % method. % % If desired, it is possible to use regularization by % weight decay. Also pruned (ie. not fully connected) networks can % be trained. % % Given a se...
上傳時間: 2016-12-27
上傳用戶:jcljkh
資源簡介:Addfilter is a command-line application which adds and removes filter drivers for a given drive or volume. It is intended to demonstrate how to insert a filter driver into the driver stack of a device. The sample illustrates how to do this ...
上傳時間: 2013-12-30
上傳用戶:天誠24
資源簡介:Description: FASBIR(Filtered Attribute Subspace based Bagging with Injected Randomness) is a variant of Bagging algorithm, whose purpose is to improve accuracy of local learners, such as kNN, through multi-model perturbing ensemble. Refe...
上傳時間: 2015-04-10
上傳用戶:ynzfm
資源簡介:這是一道acm競賽題 是利用c語言來逐步求e精確值的大小
上傳時間: 2013-11-26
上傳用戶:hn891122
資源簡介:This zip describes how two SSCs in I2S mode play and record wave files through a two-input data method. Includes main.html file for help.
上傳時間: 2013-12-23
上傳用戶:lhw888
資源簡介:two Matlab functions for initializing and training a recurrent neural network
上傳時間: 2013-12-17
上傳用戶:yzy6007