24h購物| | PChome| 登入
2014-04-18 22:56:27
2012-04-24 16:16:44

[UVA][priority_queue] 1203 - Argus

A data stream is a real-time, continuous, ordered sequence of items. Some examples includesensor data, Internet traffic, financial tickers, on-line auctions, and transaction logs such as Webusage logs...

2012-04-23 19:17:40

[UVA][ConvexHull] 1206 - Boundary Points


The convex hull of a set of points Q on a plane is the smallest convex polygon P for which each point in Q is in the boundary or inside P . ``The problem of finding convex hulls finds its practi...

2012-04-23 14:11:06

[HTML] CSS: Coding with Style


Beautifying More with Lessletter-spacing: [normal | 5px]text-decoration: [none | underline | overline | line-through]text-transform: [capitalize | uppercase | lowercase | none]text-align: [left | righ...

2012-04-22 21:22:19

[HTML] CSS: Coding with Style

All about Sean! I like a lot of things, like butterflies, deer eyelashes, and especially DINOSAURS and other things that have scales, like fish and snakes. I am in High School! 最後一題的...

2012-04-22 19:03:04

[JavaScript] Conditionals in JavaScript

If else statementsvar yourName = "Morris";var gender = "male";var result;//Line 10 starts an if statement//Nested in this if statement is an if else statement on lines 11 - 15//This nested if else sta...

2012-04-22 11:26:46

[轉貼] 好文:別人憑什麼教你?

看過日本一個很受歡迎「搶救貧窮大作戰」嗎? 在那個依照案例做不同規劃的單元節目中,總跑不掉幾個公式:貧窮原因的分析、為了擺脫所做的努力、和最後的成功。而不斷上演的樣版中,所謂的大師與料理名 人,總是龜...

2012-04-22 10:58:21

[ZJ] a450. 棒棒糖比身高


內容 : 傳說,棒棒糖也會比身高 ( Candy Candy Girl~~) 輸入說明 : 第一行有兩個正整數 N , Q , 代表有N根棒棒糖和Q筆詢問( 1 <= N,Q <= 1,000,000)再來有N個正整...

2012-04-22 10:17:10

[UVA] 929 - Number Maze

/**********************************************************************************//* Problem: d793 "929 - Number Maze" from UVa ACM 929 *//* Language: C (1909 Bytes) *//* Result: AC judge by zeroser...

2012-04-22 06:47:38

For 網友 majiyenai

隨機產生一個 1~9 的九宮格, 每次產生的擺法都不一樣#include <stdio.h>int main() { srand(time(NULL)); int used[10] = {}; int grid[3][3], i, j; for(i = 0; i < 3; i++) { for(j = 0; j < 3; j++) ...

2012-04-21 21:39:35

[HTML] Make a Recipe Card

Doubling the Chocolate Chip Cookies Recipe Doubling Chocolate Chip Cookies IngredientSingle Batc...

2012-04-21 21:20:05

[HTML] Make a Recipe Card

Chocolate Chip Cookies Chocolate Chip Cookies 1 cup butter, softened 1 cup white sugar ...

2012-04-21 21:09:26

[HTML] More with HTML

Better Tables<html> <head> <title>Table Fable</title> </head> <body> <table border="1px"> <tbody> <tr> <td>Helen Mirren</td> <td&...

2012-04-21 19:56:25

[UVA][map] 755 - 487--3279

487-3279 Businesses like to have memorable telephone numbers. One way to make a telephone number memorable is to have it spell a memorable word or phrase. For example, you can call the Univers...

2012-04-21 18:16:43

[UVA][Math] 11470 - Square Sums

J Square Sums Input: Standard Input Output: Standard Output Do you know that there are squares within a square. This might seem confusing, but take...

2012-04-21 16:10:15

[2012/4/21] 上大學最困惑的事情

同學大部份都是沒有經驗而選擇系的!所以都在忙著其他事情!上大學那麼久了, 困惑的事情還真不少!同學幾乎一個禮拜講不到 3 句話, 如果他開口就是跟你要作業, 或者是資料? 到底要如何抉擇?小考前, 才來問考試範圍及...

第一頁      ‹上一頁       101 .  102 .  103 .  104 .  105 .  106 .  107 .  108 .  109 .  110 .      下一頁›      最末頁
«上十頁      第 101 / 142 頁 , 共 2116 筆       下十頁»      
TOP