24h購物| | PChome| 登入
2014-04-18 22:56:27
2013-05-09 08:54:23

[UVA][線段交點、射線法] 10321 - Polygon Intersection

Problem K Polygon intersection Input: standard input Output: standard output Time Limit: 1 second Memory Limit: 32 MB Given any two arbitrary polygons, determine their inters...

2013-05-09 08:49:54

[UVA][最鄰近點對] 11378 - Bey Battle

Problem B Bey Battle Time Limit: 4 Second Dark Blader has returned with new tactics. They are now able to create an energy field around its blade and if any blade enters inside an...

2013-05-08 07:32:48

[UVA][用線段樹建表] 10909 - Lucky Number

4th IIUC Inter-University Programming Contest, 2005 E Lucky Number Input: standard input Output: standard output ...

2013-05-07 11:01:03

[UVA][dijkstra] 11367 - Full Tank?


F: Full Tank? After going through the receipts from your car trip through Europe this summer, you realised that the gas prices varied between the cities you visited. Maybe you could have sa...

2013-05-07 10:54:36

[UVA][dp、BIT] 11368 - Nested Dolls


G: Nested Dolls Dilworth is the world's most prominent collector of Russian nested dolls: he literally has thousands of them! You know, the wooden hollow dolls of different sizes of which t...

2013-05-07 10:44:58

[UVA][最大平均值問題+二分答案] 1392 - DNA Regions


A DNA sequence or genetic sequence is a succession of letters representing the primary structure of a real or hypothetical DNA molecule or strand, with the capacity to carry information. The possi...

2013-05-06 20:23:40

[UVA][線段樹、zkw、BIT] 12086 - Potentiometers

B Potentiometers Input: Standard Input Output: Standard Output A potentiometer, or potmeter for short, is an electronic device with a variable electric resistance....

2013-05-05 20:30:57

[UVA][線段樹] 1232 - SKYLINE

The skyline of Singapore as viewed from the Marina Promenade (shown on the left) is one of the iconic scenes of Singapore. Country X would also like to create an iconic skyline, and it has put up ...

2013-05-05 15:43:10

[UVA][dp、最長共同回文][faster] 12473 - Common Palindrome

A palindrome is a string that reads the same from the left as it does from the right. Given two strings A and B, you need to find the length of longest palindrome which is a subsequence of both A a...

2013-05-05 09:00:37

[UVA][字串處理] 726 - Decode

Decode Any one-to-one mapping f of the alphabet to itself can be used to encode text by replacing each occurence of letter c with f(c). Example: One such mapping could be the ma...

2013-05-05 08:56:47

[UVA][BWT轉換] 632 - Compression (II)

Compression (II) The fast growth of program sizes and amount of stored data raises the need for efficient compression algorithms. They can significantly reduce the amount of storage space. Al...

2013-05-04 22:55:07

[UVA][字串處理] 554 - Caesar Cypher

Caesar Cypher One of the earliest encrypting systems is attributed to Julius Caesar: if the letter to be encrypted is the Nth letter in the alphabet, replace it with the (N+K)th where K is so...

2013-05-04 21:02:07

[組合語言][作業] link 高階語言&中斷點初探


作業內容描述:A main program in C++Declare:unsigned int BitArr[3,16];char StarArr[3,16,16];BitArr are initialized with the last three characters of your Chinese name in bit string format.A masm proced...

2013-05-04 20:35:10

[UVA][2D String matching][KMP、AC自動機] 11019 - Matrix Matcher

Problem H Matrix Matcher Input: Standard Input Output: Standard Output Given an N * M matrix, your task is to find the number of occurences of an X * Y pattern. Input The first...

2013-05-04 15:54:40

[JAVA][作業] 點擊旋轉九十度


讀一個圖片檔,並且以點擊的方式,將圖片做旋轉九十度。package ce1002.A5.s100502205;import java.io.File;import java.awt.Color;import java.awt.Image;import java.awt.image.BufferedImage;import java.awt.Gra...

第一頁      ‹上一頁       41 .  42 .  43 .  44 .  45 .  46 .  47 .  48 .  49 .  50 .      下一頁›      最末頁
«上十頁      第 45 / 142 頁 , 共 2116 筆       下十頁»      
TOP