24h購物
|
|
PChome
|
登入
Morris' Blog
我在摸索我存在的意義、生命的意義、內涵及價值。 沒有真正神手般的厲害,套用模式是大部分的情況。 沒那麼厲害的我存在的意義為何,襯托出神的存在? 有時候不能怪別人不給我機會,我已經開始省思, 為什麼我沒有給別人機會的原因,而是全要靠別人。 有時候我認為我與眾不同,那是因為我做不到很多人能辦到的事情。 我聽不到、玩不起來、說得不夠明瞭、理解得不夠多, 我缺少的語文能力,就是一切一切無能的判定。 為此,我不曉得能做些對別人有幫助的事情。 我知道我自己是個不服輸的性格,但現在我不得不認輸。 我沒有能力,因此我必須認輸。 我到底來這世界作什麼?處處充滿不確定性, 而我總是無法出類拔萃,想當個一般人似乎也回不了頭了。 越強大的挑戰需要越強力的支持,而我的支持是什麼? 最近嘗試與人談話,但都是失敗的結局,沒人能接受, 不需要言語,不需要溝通,一切所想都表達不出來。
49
愛的鼓勵
6
訂閱站台
首頁
活動
2014-04-18 22:56:27
[公告] 搬家至另一個地方
2013-10-08 10:06:01
[UVA] 1163 - The Right Tip
The Right Tip During the recent Football Worldcup, a group of friends worked at a courtyard café to pay for their holidays. Everyday they would collect all the tips given by the customers on...
繼續閱讀...
回應(0)
|
推薦(0)
|
收藏(0)
|
UVA
2013-10-08 09:59:41
[UVA] 12586 - Overlapping Characters
All the uppercase English letters and decimal digits (total 36 characters) can be written in (16*43) grids (16 rows and 43 columns) using dots ('.') and asterisks ('*'). Some such characters are s...
繼續閱讀...
回應(0)
|
推薦(0)
|
收藏(0)
|
UVA
2013-10-08 09:50:02
[UVA] 12516 - Cinema-cola
12516 - Cinema- Cinema-cola A group of Z friends is going to the movies. They have already reserved some specific locations in the theater. As a kind of ritual, every friend likes to drin...
繼續閱讀...
回應(0)
|
推薦(0)
|
收藏(0)
|
UVA
2013-10-08 09:43:59
[UVA][greedy] 12545 - Bits Equalizer
You are given two non-empty strings S and T of equal lengths. S contains the characters `0', `1' and `?', whereas T contains `0' and `1' only. Your task is to convert S into T in minimum number of mov...
繼續閱讀...
回應(1)
|
推薦(0)
|
收藏(0)
|
UVA
2013-10-08 09:35:15
[UVA][遞迴] 12596 - Recursive Texting
Problem E Recursive Texting All of you have typed in mobile phones. In this problem, you will have to do a similar thing. You are given a word. You will have to process it. T...
繼續閱讀...
回應(0)
|
推薦(0)
|
收藏(0)
|
UVA
2013-10-06 21:26:15
[Javascript] 縮放表單
試寫一個點選會將表單收起,另一個則是將表單放出。其核心在於 JQuery 的 hide(), show() 這兩個函數操作。至於送出的 ActionEvent 還沒做。<html> <head> <script src="http://ajax.googleapis.com...
繼續閱讀...
回應(0)
|
推薦(0)
|
收藏(0)
|
[學習]JavaScript
2013-10-06 21:21:52
[Javascript] Action 定時練習
寫一個類似貪吃蛇的模擬動作,無須考慮撞牆、吃到自己,隨著時間身體會增長。預設身體最多 50 節先用 JQuery 對還沒出來的 49 節做隱藏,隨著時間在呼叫 show()。<html><head> <title>JavaScript ...
繼續閱讀...
回應(1)
|
推薦(0)
|
收藏(0)
|
[學習]JavaScript
2013-10-06 21:13:05
[Javascript][簡易] 去除註解
用 JavaScript 寫可以去除程式註解功能 從 C/C++ 下手來看,可能只有 // & /**/,要特別考慮註解中的註解。 此外還要特別小心 format string 中的註解,各種遞迴條件。這是一個非常隨意的版本,當作是 javascrip...
繼續閱讀...
回應(1)
|
推薦(0)
|
收藏(0)
|
[學習]JavaScript
2013-10-06 21:06:28
[UVA][math] 10287 - Gifts in a Hexagonal Box
Problem E Gifts in a Hexagonal Box Input: standard input Output: standard output Time Limit: 2 seconds Memory Limit: 32 MB When we buy gifts for someone, we also try to make sur...
繼續閱讀...
回應(0)
|
推薦(0)
|
收藏(0)
|
UVA
2013-10-06 20:56:49
[UVA][SCC變形] 10510 - Cactus
Problem BCactusInput: standard inputOutput: standard output A directed graph is a set V of vertices and a set of E ∈ {V x V} edges. An edge (u,v) is said to be directed from u to v (the edg...
繼續閱讀...
回應(0)
|
推薦(0)
|
收藏(0)
|
UVA
2013-10-06 20:50:22
[UVA][DLX] 211 - The Domino Effect
The Domino Effect A standard set of Double Six dominoes contains 28 pieces (called bones) each displaying two numbers from 0 (blank) to 6 using dice-like pips. The 28 bones, which are unique, c...
繼續閱讀...
回應(0)
|
推薦(0)
|
收藏(0)
|
UVA
2013-10-06 20:43:53
[UVA][概率DP] 11762 - Race to 1
B Race to 1 Input: Standard Input Output: Standard Output Dilu have learned a new thing about integers, which is - any positive integer greater tha...
繼續閱讀...
回應(0)
|
推薦(0)
|
收藏(0)
|
UVA
2013-10-05 16:50:53
[演算法][HW3] 習題討論
這學期沒修演算法,順道複習一下同學的作業。[演算法B] Homework3: (你必須至少完成二個題目,若完成二個以上的題目則可以取得額外加分)(A) 請展示細節(資料結構及程序)來說明如何利用 presorting改善分而治之 2D ra...
繼續閱讀...
回應(0)
|
推薦(0)
|
收藏(0)
|
亂糟糟筆記
2013-10-04 18:31:09
[C/C++][實做] Selection algorithm
Selection Algorithm算法描述:問題:給定序列中的找到第 k 小數字。一般會使用 sorting algorithm 在 O(n logn) 排序後找到 k-th 小數字。又或者使用一個 heap 維護,在效率 O(n logk) 內找到,但這一算法可以在 O(...
繼續閱讀...
回應(2)
|
推薦(0)
|
收藏(0)
|
演算法
2013-10-04 11:22:27
[UVA][插頭DP] 1214 - Manhattan Wiring
There is a rectangular area containing n x m cells. Two cells are marked with ``2'', and another two with ``3''. Some cells are occupied by obstacles. You should connect the two ``2''s and also t...
繼續閱讀...
回應(0)
|
推薦(0)
|
收藏(0)
|
UVA
第一頁
‹上一頁
11
.
12
.
13
.
14
.
15
.
16
.
17
.
18
.
19
.
20
.
下一頁›
最末頁
«上十頁
第 13 / 142 頁 , 共 2116 筆
下十頁»
自我介紹
Morris
有一天我這麼想「是不是自己樹立了自己的敵人」那麻煩請你們把我逼上死路,不要讓我生不如死。 ...
關於本站
留言板
地圖
加入好友
愛的鼓勵:
49
文章篇數:
2,116
站台人氣
累積人氣:
4,013,760
當日人氣:
242
站內搜尋
標題
內容
標籤
本台最新標籤
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,517)
[C/C++][實做] Selection algorithm(69,425)
[JAVA] 實作拖曳功能(62,002)
[演算法][HW3] 習題討論(44,611)
[MIPS] 輸入、輸出數字範例(37,877)
[電腦攻防][作業1] shell code(33,375)
[高等演算法][作業一] 討論(32,320)
[JAVA][作業] 簡易計算機(30,972)
[ZJ][D&C] d847 2D rank finding problem(29,996)
[記錄][2012/9/2] 轉學考結局&近況(29,870)
[資料結構][HW] 走迷宮 STACK 找出所有路徑(24,769)
[JAVA視窗設計][作業] 小畫家-第一階段布局(20,488)
[演算法][程式作業] huffman code 壓縮與解壓縮(19,670)
國立中興、中正、台北、東華大學 資訊工程學系面試(18,575)
[C++][運算式互轉] 前序、中序、後序互轉(15,063)
[組合語言][練習] 九九乘法表(14,820)
[MIPS] 巴斯卡三角形 pascal\'s triangle(14,677)
[MIPS] 泡泡排序 Bubble Sort(14,524)
[JAVA][作業] JList 清單使用(13,705)
[資料結構][作業] 霍夫曼編碼(13,029)
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