24h購物| | PChome| 登入
2014-04-18 22:56:27
2012-05-28 21:59:00

[UVA][模擬] 10116 - Robot Motion


Problem F: Robot Motion Source file:robot.{c, cpp, java, pas} Input file:robot.in Output file:robot.out A robot has been programmed to follow the instructions in its path. Instru...

2012-05-28 13:31:12

[UVA][BFS] 10946 - You want what filled?


Problem D: You want what filled? Now that Ryan and Larry infuriated the bear, they're now forced to do menial tasks for food, one such task is filling in potholes on this deserted island. But...

2012-05-27 21:24:53

[UVA] 11244 - Counting Stars

A Counting Stars Input: Standard Input Output: Standard Output People generally don’t care to give attention to stars in a moonlit night. I...

2012-05-27 18:25:39

[UVA][MST] 1235 - Anti Brute Force Lock


Lately, there is one serious problem with Panda Land Safe Box: several safes have been robbed! The safes are using old 4-digits rolling lock combination (you only have to roll the digit, either up...

2012-05-27 11:50:35

[UVA] 402 - M*A*S*H


M*A*S*H Corporal Klinger is a member of the 4077th Mobile Army Surgical Hospital in the Korean War; and he will do just about anything to get out. The U.S. Army has made an offer for a lottery...

2012-05-27 11:22:49

[名詞學習] 可能有誤


以下皆為網路搜出來的, 非常感謝網路, 為應付考試與學習, 只截取部分內容4GL:即第四代語言(Fourth-Generation Language), 4GL具有简单易学,用户界面良好,非过程化程度高,面向问题,用户只需告知系统做什么,而无...

2012-05-27 07:23:28

[UVA][MST] 10369 - Arctic Network


Problem C: Arctic Network The Department of National Defence (DND) wishes to connect several northern outposts by a wireless network. Two different communication technologies are to be used in est...

2012-05-26 20:24:30

[UVA] 412 - Pi


Pi Professor Robert A. J. Matthews of the Applied Mathematics and Computer Science Department at the University of Aston in Birmingham, England has recently described howthe positions of stars a...

2012-05-26 20:09:21

[UVA][LIS] 231 - Testing the CATCHER

Testing the CATCHER A military contractor for the Department of Defense has just completed a series of preliminary tests for a new defensive missile called the CATCHER which is capable of inter...

2012-05-26 18:17:29

[UVA][Math] 10161 - Ant on a Chessboard

Problem A.Ant on a Chessboard Background One day, an ant called Alice came to an M*M chessboard. She wanted to go around all the grids. So she began to walk along the ches...

2012-05-25 07:32:13

[UVA][幾何] 438 - The Circumference of the Circle


The Circumference of the Circle To calculate the circumference of a circle seems to be an easy task - provided you know its diameter. But what if you don't? You are given the cartesian coordin...

2012-05-24 07:06:03

[UVA][字串處理] 392 - Polynomial Showdown

Polynomial Showdown Given the coefficients of a polynomial from degree 8 down to 0, you are to format the polynomial in a readable format with unnecessary characters removed. For instance, given...

2012-05-23 20:43:29

[JAVA] Applet 圖片嵌入實驗


import java.applet.*;import java.awt.*;import java.io.*;public class Lab9 extends Applet { Image icon; public void init() { try { InputStream in = getClass().getResourceAsStream("icon.jpg"); if(i...

2012-05-23 19:03:20

[JAVA][作業] Lab8 遞迴

Write a recursive method definition for a static method that has one parameter n of type int and that returns the nth Fibonacci number. F0 is 1, F2 is 2, F3 is 3, F4 is 5. And in general Fi+2 = Fi ...

2012-05-23 18:57:56

[JAVA][作業] Lab7 讀檔練習

The textfiles boynames.txt and girlnames.txt, which are included in the source code for this book, contain lists of the 1000 most popular boy and girl names in the United States for the year 2005, ...

第一頁      ‹上一頁       91 .  92 .  93 .  94 .  95 .  96 .  97 .  98 .  99 .  100 .      下一頁›      最末頁
«上十頁      第 92 / 142 頁 , 共 2116 筆       下十頁»      
TOP