24h購物
|
|
PChome
|
登入
Morris' Blog
我在摸索我存在的意義、生命的意義、內涵及價值。 沒有真正神手般的厲害,套用模式是大部分的情況。 沒那麼厲害的我存在的意義為何,襯托出神的存在? 有時候不能怪別人不給我機會,我已經開始省思, 為什麼我沒有給別人機會的原因,而是全要靠別人。 有時候我認為我與眾不同,那是因為我做不到很多人能辦到的事情。 我聽不到、玩不起來、說得不夠明瞭、理解得不夠多, 我缺少的語文能力,就是一切一切無能的判定。 為此,我不曉得能做些對別人有幫助的事情。 我知道我自己是個不服輸的性格,但現在我不得不認輸。 我沒有能力,因此我必須認輸。 我到底來這世界作什麼?處處充滿不確定性, 而我總是無法出類拔萃,想當個一般人似乎也回不了頭了。 越強大的挑戰需要越強力的支持,而我的支持是什麼? 最近嘗試與人談話,但都是失敗的結局,沒人能接受, 不需要言語,不需要溝通,一切所想都表達不出來。
49
愛的鼓勵
6
訂閱站台
首頁
活動
2014-04-18 22:56:27
[公告] 搬家至另一個地方
2012-05-12 17:44:39
[UVA][zkw式二維線段樹] 11297 - Census
C. Census Time Limit: 8 sec Description This year, there have been many problems with population calculations, since in some cities, there are many ...
繼續閱讀...
回應(0)
|
推薦(0)
|
收藏(0)
|
UVA
2012-05-12 15:23:33
[UVA][二維線段樹] 11297 - Census
C. Census Time Limit: 8 sec Description This year, there have been many problems with population calculations, since...
繼續閱讀...
回應(0)
|
推薦(0)
|
收藏(0)
|
UVA
2012-05-12 10:34:24
[UVA][path] 11015 - 05-2 Rendezvous
Problem D05-2 Rendezvous Input: Standard InputOutput:Standard Output Our team wants to meet together in one place to doour homework. Our 05-2 team has 22 members. Because of that we are a bit confused...
繼續閱讀...
回應(0)
|
推薦(0)
|
收藏(0)
|
UVA
2012-05-12 09:34:41
[JavaScript] Introduction to Objects II
Privacy Please!function Person(first,last,age) { this.firstname = first; this.lastname = last; this.age = age; var bankBalance = 7500;}// create your Person var john = new Person("A", "B", 5);// try t...
繼續閱讀...
回應(0)
|
推薦(0)
|
收藏(0)
|
[學習]JavaScript
2012-05-12 09:22:10
[JavaScript] Introduction to Objects II
Objects, Objects Everywhere// complete these definitions so that they will have// the appropriate typesvar anObj = { job: "I'm an object!" };var aNumber = 42;var aString = "I'm a string!";console.log(...
繼續閱讀...
回應(0)
|
推薦(0)
|
收藏(0)
|
[學習]JavaScript
2012-05-12 08:47:03
[UVA][ConvexHull] 109 - SCUD Busters
SCUD Busters Background Some problems are difficult to solve but have a simplification that is easy to solve. Rather than deal with the difficulties of constructing a model of the Earth (a so...
繼續閱讀...
回應(0)
|
推薦(0)
|
收藏(0)
|
UVA
2012-05-12 08:09:54
[UVA][String] 10062 - Tell me the frequencies!
Problem H Tell me the frequencies! Input: standard input Output: standard output Given a line of text you will have to find out the frequencies of the ASCII characters present in...
繼續閱讀...
回應(0)
|
推薦(0)
|
收藏(0)
|
UVA
2012-05-12 07:56:36
[UVA][String] 468 - Key to Success
Key to SuccessAny one-to-one mapping, f, of any alphabet to itself can beused to encode text by replacing each occurrence of any letter, c, withf(c).One such mapping could be the mapping of a letter t...
繼續閱讀...
回應(0)
|
推薦(0)
|
收藏(0)
|
UVA
2012-05-12 07:07:39
[UVA][TLE] 1227 - The longest constant gene
#include <stdio.h>#include <stdlib.h>#include <string.h>#define maxL 6000050struct SuffixArray { int sa[maxL], h[maxL], n; int w[maxL], ta[maxL], tb[maxL]; char str[maxL]; void sort(...
繼續閱讀...
回應(0)
|
推薦(0)
|
收藏(0)
|
2012-05-11 20:28:39
[UVA][SA] 1223 - Editor
Mr. Kim is a professional programmer. Recently he wants to design a new editor which has as many functions as possible. Most editors support a simple search function that finds one occurrence (or ...
繼續閱讀...
回應(0)
|
推薦(0)
|
收藏(0)
|
UVA
2012-05-11 19:59:23
Suffix Array,後綴數組+高度數組
詳情請查看百度百科範例題目[UVA]11512 - GATTACA#include <stdio.h>#include <stdlib.h>#include <string.h>struct SuffixArray { int sa[1005], h[1005], n; int w[1005], ta[1005], tb[1005]; ...
繼續閱讀...
回應(0)
|
推薦(0)
|
收藏(0)
|
各類演算法與示範題目
2012-05-11 19:56:13
[UVA][SA] 11512 - GATTACA
GATTACA The Institute of Bioinformatics and Medicine (IBM) of your country has been studying the DNA sequences of several organisms, including the human one. Before analyzing the DNA of an orga...
繼續閱讀...
回應(0)
|
推薦(0)
|
收藏(0)
|
UVA
2012-05-11 07:26:21
[UVA][字串搜尋] 422 - Word-Search Wonder
Word-Search Wonder The Pyrates Restaurant was starting to fill up as Valentine McKee walked in. She scanned the crowd for her sister, brother-in-law, and nephew. Seeing her sister waving from th...
繼續閱讀...
回應(0)
|
推薦(0)
|
收藏(0)
|
UVA
2012-05-11 07:04:45
[UVA][字串搜尋] 10010 - Where's Waldorf?
Where's Waldorf?Given a m by n grid of letters, (), and a listof words, find the location in the grid at which the word can be found.A word matches a straight, uninterrupted line of letters in the gri...
繼續閱讀...
回應(0)
|
推薦(0)
|
收藏(0)
|
UVA
2012-05-11 06:41:49
[UVA][字串處理] 444 - Encoder and Decoder
Encoder and Decoder Being in charge of the computer department of the Agency of International Espionage, you are asked to write a program that will allow a spy to encode and decode their messages...
繼續閱讀...
回應(0)
|
推薦(0)
|
收藏(0)
|
UVA
第一頁
‹上一頁
91
.
92
.
93
.
94
.
95
.
96
.
97
.
98
.
99
.
100
.
下一頁›
最末頁
«上十頁
第 96 / 142 頁 , 共 2116 筆
下十頁»
自我介紹
Morris
有一天我這麼想「是不是自己樹立了自己的敵人」那麻煩請你們把我逼上死路,不要讓我生不如死。 ...
關於本站
留言板
地圖
加入好友
愛的鼓勵:
49
文章篇數:
2,116
站台人氣
累積人氣:
4,020,990
當日人氣:
509
站內搜尋
標題
內容
標籤
本台最新標籤
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,530)
[C/C++][實做] Selection algorithm(69,480)
[JAVA] 實作拖曳功能(62,008)
[演算法][HW3] 習題討論(44,623)
[MIPS] 輸入、輸出數字範例(37,892)
[電腦攻防][作業1] shell code(33,384)
[高等演算法][作業一] 討論(32,334)
[JAVA][作業] 簡易計算機(31,001)
[ZJ][D&C] d847 2D rank finding problem(30,021)
[記錄][2012/9/2] 轉學考結局&近況(29,875)
[資料結構][HW] 走迷宮 STACK 找出所有路徑(24,822)
[JAVA視窗設計][作業] 小畫家-第一階段布局(20,520)
[演算法][程式作業] huffman code 壓縮與解壓縮(19,707)
國立中興、中正、台北、東華大學 資訊工程學系面試(18,598)
[C++][運算式互轉] 前序、中序、後序互轉(15,079)
[組合語言][練習] 九九乘法表(14,840)
[MIPS] 巴斯卡三角形 pascal\'s triangle(14,685)
[MIPS] 泡泡排序 Bubble Sort(14,535)
[JAVA][作業] JList 清單使用(13,709)
[資料結構][作業] 霍夫曼編碼(13,037)
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