中南賽區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.
標簽: two-dimensional Description negative integers
上傳時間: 2013-12-22
上傳用戶:lijianyu172
Make Text-Overflow work on both IE and Firefox If the text inside each line exceed the width of each line, then you will see "..." (ellipsis) shows up at the end of each line. Try to resize the window or change the font size to see if "..." (ellipsis) will show up or disappear. Demo - Listing
標簽: Text-Overflow the Firefox inside
上傳時間: 2013-12-18
上傳用戶:lgnf
The Ruby Way takes a "how-to" approach to Ruby programming with the bulk of the material consisting of more than 400 examples arranged by topic. Each example answers the question "How do I do this in Ruby?" Working along with the author, you are presented with the task description and a discussion of the technical constraints. This is followed by a step-by-step presentation of one good solution. Along the way, the author provides detailed commentary and explanations to aid your understanding.
標簽: Ruby programming consisting the
上傳時間: 2013-12-13
上傳用戶:yoleeson
8puzzle game by Java This program can automatically solve 8 puzzle games with Manhattan approach and show each step.
標簽: automatically Manhattan approach 8puzzle
上傳時間: 2016-07-24
上傳用戶:change0329
首先從起始點開始看它的八個方向中有幾個方向可以走,假如有5個方向可走,再看這5個位置下一步分別有幾步可走,把這個值賦給一個數組s[],再對數組進行從小到大排序,然后從5步中s[]值最小的走,依次遞歸,每次從s[]值最小的走,如果步驟號step等于棋盤規格m*n,則說明全部走完了;如果遇到無路可走的情況,step--,退回到上一步,當一直退到起始點時候,說明無法全部遍歷。
上傳時間: 2016-07-25
上傳用戶:cursor
This is the source for a C compiler that generates 386 or m68K code. Code generation is fairly good although the optimizer is a little naive... the code itself should be highly portable although there are some issues involved with porting from MSDOS that have to be resolved for example the size of LONG on unix machines is so big some of the code generated gets messed up. Code generation requires TASM to assemble the compiler output you can use the borland TLINK to produce executables, or the Watcom WLINK can also be used. PMODE systems written by TRAN are used for the DPMI interface.
標簽: generation generates compiler fairly
上傳時間: 2016-08-01
上傳用戶:sxdtlqqjl
NIST Net – A Linux-based Network Emulation Tool, It is a raw IP packet filter with many controllable channel parameters such as packet loss ratio, jitter, bandwidth variation, delay, and network buffer size. To simulate different network environments
標簽: controllable Linux-based Emulation Network
上傳時間: 2014-01-26
上傳用戶:xauthu
D169 Demo - DMA0 Repeated Burst to-from RAM, Software Trigger Description A 32 byte block from 220h-240h is transfered to 240h-260h using DMA0 in a burst block using software DMAREQ trigger. After each transfer, source, destination and DMA size are reset to inital software setting because DMA transfer mode 5 is used. P1.0 is toggled durring DMA transfer only for demonstration purposes. ** RAM location 0x220 - 0x260 used - always make sure no compiler conflict ** ACLK= n/a, MCLK= SMCLK= default DCO ~ 800k
標簽: Description Repeated Software to-from
上傳時間: 2014-01-09
上傳用戶:thinode
這份源碼由MapX5.02所附的C++源碼改寫而來。其獨特之處在于,源碼中還包含一份Step by Step 的開發文檔。非常有助于初次在VC6下使用MapX開發GIS的入門者。
上傳時間: 2013-12-08
上傳用戶:youmo81
This the source for a C compiler that generates 386 or m68K code. Code generation is fairly good although the optimizer is a little naive... the code itself should be highly portable although there are some issues involved with porting from MSDOS that have to be resolved for example the size of LONG on unix machines is so big some of the code generated gets messed up.
標簽: generation generates compiler source
上傳時間: 2013-12-18
上傳用戶:海陸空653