24h購物
|
|
PChome
|
登入
Morris' Blog
我在摸索我存在的意義、生命的意義、內涵及價值。 沒有真正神手般的厲害,套用模式是大部分的情況。 沒那麼厲害的我存在的意義為何,襯托出神的存在? 有時候不能怪別人不給我機會,我已經開始省思, 為什麼我沒有給別人機會的原因,而是全要靠別人。 有時候我認為我與眾不同,那是因為我做不到很多人能辦到的事情。 我聽不到、玩不起來、說得不夠明瞭、理解得不夠多, 我缺少的語文能力,就是一切一切無能的判定。 為此,我不曉得能做些對別人有幫助的事情。 我知道我自己是個不服輸的性格,但現在我不得不認輸。 我沒有能力,因此我必須認輸。 我到底來這世界作什麼?處處充滿不確定性, 而我總是無法出類拔萃,想當個一般人似乎也回不了頭了。 越強大的挑戰需要越強力的支持,而我的支持是什麼? 最近嘗試與人談話,但都是失敗的結局,沒人能接受, 不需要言語,不需要溝通,一切所想都表達不出來。
49
愛的鼓勵
6
訂閱站台
首頁
活動
2014-04-18 22:56:27
[公告] 搬家至另一個地方
2012-12-31 11:51:37
[ITSA桂冠][方格法] a573. ITSA2012 桂冠 元件計算
內容 : 元件計算 Background由於在賽後無法得到題目描述與測資,小光盡可能地將原本題目描述清楚。 The Problem在平面上給定 N 個相同半徑 R 的圓,如果兩個圓有相交,則它們屬於同一個元件(component),...
繼續閱讀...
回應(0)
|
推薦(0)
|
收藏(0)
|
ZeroJudge
2012-12-31 10:36:20
[C/C++] #define 語法練習
#define 說實在打 ACM 題目是只有常數還蠻常使用的,而在線上賽 code force, top coder ... 等,將會看到堆積如山的 #define 去壓縮打 coding 時間。1. 使用 ... 代表傳入參數,後面使用 __VA_ARGS__ 表示參數位置2....
繼續閱讀...
回應(0)
|
推薦(0)
|
收藏(0)
|
亂糟糟筆記
2012-12-30 20:38:10
[UVA][JAVA] 10113 - Exchange Rates
Problem C: Exchange Rates Source file:exchange.{c, cpp, java, pas} Input file:exchange.in Output file:exchange.out Using money to pay for goods and services usually makes life easier, but...
繼續閱讀...
回應(0)
|
推薦(0)
|
收藏(0)
|
UVA
2012-12-30 17:04:58
[UVA][隨機化] 11055 - Homogeneous squares
2006/2007 ACM International Collegiate Programming Contest University of Ulm Local Contest Homogeneous squares Assume you have a square of size n that is divided into n×n positions just a...
繼續閱讀...
回應(0)
|
推薦(0)
|
收藏(0)
|
UVA
2012-12-30 14:12:49
[VHDL] 垃圾堆積區-移位器除頻器
D1.png除頻器library ieee; use ieee.std_logic_1164.all; use ieee.std_logic_unsigned.all; entity divider is port( Clock: in std_logic := '0'; CLRN: in std_logic := '0'; CC : out std_logic := '0' );end e...
繼續閱讀...
回應(0)
|
推薦(0)
|
收藏(0)
|
亂糟糟筆記
2012-12-30 14:08:13
[VHDL] 垃圾推積區-計數器
RTL viewer.pngJK正反器library ieee; use ieee.std_logic_1164.all; use ieee.std_logic_unsigned.all;entity jkflipflop is port( Clock: in std_logic := '0'; PRN: in std_logic := '1'; CLRN: in std_logic := ...
繼續閱讀...
回應(0)
|
推薦(0)
|
收藏(0)
|
亂糟糟筆記
2012-12-30 13:57:12
[線性代數][作業] 旋轉矩陣
Linear Algebra: Programing Homework 2 2012/11/29 題 目:給定一個三角形,其頂點座標為:(-50,0)、(0,0)、(50,100),,依下列案例要求對三角形做出相對應的向量旋轉運算,並輸出變換後的...
繼續閱讀...
回應(0)
|
推薦(0)
|
收藏(0)
|
其他題目
2012-12-30 13:45:56
[資料結構][作業] Heap Sort
建立一個Max-Heap heap建構方法使用Bottom-Up(使用Top-down而造成level order不同的話視為 輸出錯誤) 輸入格式跟作業3一樣用動態讀取 然後請輸出Level Order和Heap Sort,例如: Sample Input: 3 5 2 7 4 8 6 Sampl...
繼續閱讀...
回應(0)
|
推薦(0)
|
收藏(0)
|
各類演算法與示範題目
2012-12-30 08:28:22
[NPSC][方格法] b256. E. 大風吹
內容 : A 跟他的朋友們很喜歡玩團康遊戲,今天他們玩的遊戲是大風吹。規則是這樣的,假設有N個人編號從1到N,一開始每個人會坐在一張編號與自己相同的椅子上,椅 子的位置在座標 ( xi , yi ...
繼續閱讀...
回應(0)
|
推薦(0)
|
收藏(0)
|
NPSC
2012-12-28 22:13:39
[UVA][dfs] 732 - Anagrams by Stack
Anagrams by Stack How can anagrams result from sequences of stack operations? There are two sequences of stack operators which can convert TROT to TORT: [ i i i i o o o o i o i i o o i...
繼續閱讀...
回應(0)
|
推薦(0)
|
收藏(0)
|
UVA
2012-12-28 22:10:25
[UVA][大數] 12505 - Searching in sqrt(n)
Searching in sqrt(n) In binary, the square root of 2, denoted by sqrt(2), is an infinite number 1.0110101000001001111... Given an integer n and a binary string (i.e. a string consisting of...
繼續閱讀...
回應(0)
|
推薦(0)
|
收藏(0)
|
UVA
2012-12-28 16:17:06
[UVA][DLX][舞鏈] 387 - A Puzzling Problem
A Puzzling Problem The goal of this problem is to write a program which will take from 1 to 5 puzzle pieces such as those shown below and arrange them, if possible, to form a square. An example ...
繼續閱讀...
回應(0)
|
推薦(0)
|
收藏(0)
|
UVA
2012-12-27 18:05:29
[UVA][DLX][舞鏈] 1309 - Sudoku
A Sudoku grid is a 16 x 16 grid of cells grouped in sixteen 4 x 4 squares, where some cells are filled with letters from A to P (the first 16 capital letters of the English alphabet), as shown in ...
繼續閱讀...
回應(0)
|
推薦(0)
|
收藏(0)
|
UVA
2012-12-27 15:50:15
[UVA][dp] 12589 - Learning Vector
題目意思:從 N 個向量挑出 K 個,然後從 (0,0) 開始加,與 X 軸圍成的最大面積為何?解法:很明顯地,假使全部都選,肯定是形成一個凸多邊形,如果不是,把他調成凸多邊形一定更大。由於只能挑 K 個,我們先將斜率由...
繼續閱讀...
回應(0)
|
推薦(0)
|
收藏(0)
|
UVA
2012-12-27 07:50:05
[UVA][殺人遊戲][zkw線段樹] 1394 - And Then There Was One
Let's play a stone removing game. Initially, n stones are arranged on a circle and numbered 1,..., n clockwise (Figure 1). You are also given two numbers k and m . From this state, remo...
繼續閱讀...
回應(0)
|
推薦(0)
|
收藏(0)
|
UVA
第一頁
‹上一頁
61
.
62
.
63
.
64
.
65
.
66
.
67
.
68
.
69
.
70
.
下一頁›
最末頁
«上十頁
第 61 / 142 頁 , 共 2116 筆
下十頁»
自我介紹
Morris
有一天我這麼想「是不是自己樹立了自己的敵人」那麻煩請你們把我逼上死路,不要讓我生不如死。 ...
關於本站
留言板
地圖
加入好友
愛的鼓勵:
49
文章篇數:
2,116
站台人氣
累積人氣:
4,017,950
當日人氣:
191
站內搜尋
標題
內容
標籤
本台最新標籤
Shortest Names
、
12506
、
Flooded!
、
815
、
selection algorithm
、
實做
、
NFA
、
DFA
、
編譯器
、
KD Tree
最新文章
[公告] 搬家至另一個地方
[ZJ][KD Tree] b256. E. 大風吹
[通識心得] 消費文化 (前篇)
[UVA][隨機、亂做] 10715 - Cat
[UVA][塊狀鏈表] 12634 - Pairing Boys and Girls
[UVA][模擬退火] 10228 - Star not a Tree
[POJ][(裸)笛卡爾樹] 1785 - Binary Search Heap Construction
[UVA][笛卡爾樹RMQ] 11235 - Frequent values
[JAVA] 簡易 2D 射擊遊戲(1)
[編譯器][C/C++] simple regex to NFA
最新回應
[UVA] 10701 - Pre, in and post
, (ss)
[UVA] 10701 - Pre, in and post
, (Harrison21)
[UVA] 10701 - Pre, in and post
, (Harrison21)
[UVA] 10701 - Pre, in and post
, (jun88)
[UVA] 10701 - Pre, in and post
, (seo)
[UVA] 10701 - Pre, in and post
, (Harrison21)
[UVA] 10701 - Pre, in and post
, (Harrison21)
[UVA] 10701 - Pre, in and post
, (Harrison21)
[UVA] 10701 - Pre, in and post
, (Harrison21)
[UVA] 10701 - Pre, in and post
, (Harrison21)
熱門文章
[2013/10更新][資料結構] 誰說非遞迴河內塔不好寫的 ?(71,524)
[C/C++][實做] Selection algorithm(69,442)
[JAVA] 實作拖曳功能(62,002)
[演算法][HW3] 習題討論(44,614)
[MIPS] 輸入、輸出數字範例(37,883)
[電腦攻防][作業1] shell code(33,375)
[高等演算法][作業一] 討論(32,325)
[JAVA][作業] 簡易計算機(30,984)
[ZJ][D&C] d847 2D rank finding problem(30,000)
[記錄][2012/9/2] 轉學考結局&近況(29,871)
[資料結構][HW] 走迷宮 STACK 找出所有路徑(24,793)
[JAVA視窗設計][作業] 小畫家-第一階段布局(20,506)
[演算法][程式作業] huffman code 壓縮與解壓縮(19,685)
國立中興、中正、台北、東華大學 資訊工程學系面試(18,586)
[C++][運算式互轉] 前序、中序、後序互轉(15,070)
[組合語言][練習] 九九乘法表(14,826)
[MIPS] 巴斯卡三角形 pascal\'s triangle(14,679)
[MIPS] 泡泡排序 Bubble Sort(14,533)
[JAVA][作業] JList 清單使用(13,708)
[資料結構][作業] 霍夫曼編碼(13,032)
Quote
「能者過勞,不能者徒勞」
訂閱本站
RSS訂閱
(
如何使用RSS
)
加入訂閱
台長抱怨文
「花蓮高中畢業」
國立中興大學 資工系 大一
國立中央大學 資工系 大二
國立中央大學 資工系 大三
[20130608]程式碼備份
[20130608]BLOG備份
morris821028 [at] gmail.com
文章分類
解題區
ZeroJudge(221)
NPSC(40)
資訊競賽(118)
UVA(1411)
其他題目(65)
解題技巧(9)
演算法(10)
各類演算法與示範題目(27)
雜言記事(74)
亂糟糟筆記(27)
[學習]Java(61)
[學習]JavaScript(17)
[學習]HTML(15)
[學習]組合語言(16)
連結書籤
Morris\' blog on Github
摸索C語言
DJWS演算法筆記
Ruby兔的ACM園地
Unfortunate狗的ACM園地
OnlineSyntaxHighlighting
UVa uHunt
PTC 競賽
CPE 考試
ITSA 競賽
更多
>>
TOP