24h購物
|
|
PChome
|
登入
Morris' Blog
我在摸索我存在的意義、生命的意義、內涵及價值。 沒有真正神手般的厲害,套用模式是大部分的情況。 沒那麼厲害的我存在的意義為何,襯托出神的存在? 有時候不能怪別人不給我機會,我已經開始省思, 為什麼我沒有給別人機會的原因,而是全要靠別人。 有時候我認為我與眾不同,那是因為我做不到很多人能辦到的事情。 我聽不到、玩不起來、說得不夠明瞭、理解得不夠多, 我缺少的語文能力,就是一切一切無能的判定。 為此,我不曉得能做些對別人有幫助的事情。 我知道我自己是個不服輸的性格,但現在我不得不認輸。 我沒有能力,因此我必須認輸。 我到底來這世界作什麼?處處充滿不確定性, 而我總是無法出類拔萃,想當個一般人似乎也回不了頭了。 越強大的挑戰需要越強力的支持,而我的支持是什麼? 最近嘗試與人談話,但都是失敗的結局,沒人能接受, 不需要言語,不需要溝通,一切所想都表達不出來。
49
愛的鼓勵
6
訂閱站台
首頁
活動
2014-04-18 22:56:27
[公告] 搬家至另一個地方
2012-04-14 09:05:15
[JavaScript] Return
var identity = function (x) { return x;};identity(50);var identity = function (x) { return square(x);};var square = function (x) { return x*x;}var identity = function (x) { return x;};var isOdd = func...
繼續閱讀...
回應(0)
|
推薦(0)
|
收藏(0)
|
[學習]JavaScript
2012-04-14 08:55:14
[JavaScript] Variables in functions
var greeting = "Ahoy";var greeting = "Ahoy";var greet = function() { console.log(greeting);};greet();var greeting = "Ahoy";var greet = function () { // Local greeting variable. var greeting = "Hello";...
繼續閱讀...
回應(0)
|
推薦(0)
|
收藏(0)
|
[學習]JavaScript
2012-04-14 08:44:00
[JavaScript] Defining Functions
var hello = function () { // Print hello on the console. console.log("i am saying hello");};hello();hello();var hi = function () { console.log("hi");};hi();var myFirstFunction = function() { console.l...
繼續閱讀...
回應(0)
|
推薦(0)
|
收藏(0)
|
[學習]JavaScript
2012-04-13 21:46:44
[UVA][DP] 12063 - Zeros and Ones
Binary numbers and their pattern of bits are always very interesting to computer programmers. In this problem you need to count the number of positive binary numbers that have the following properti...
繼續閱讀...
回應(0)
|
推薦(0)
|
收藏(0)
|
UVA
2012-04-13 17:20:47
[UVA][Math] 11428 - Cubes
Problem B Cubes Input: Standard Input Output: Standard Output Given a positive integer N you will have to find two positive integers x and y such that: Input The ...
繼續閱讀...
回應(0)
|
推薦(0)
|
收藏(0)
|
UVA
2012-04-13 11:39:17
[UVA][SPFA&DP][C++] 11813 - Shopping
Problem A: Shopping You have just moved into a new apartment and have a long list of items you need to buy. Unfortunately, to buy this many items requires going to many different stores. You ...
繼續閱讀...
回應(0)
|
推薦(0)
|
收藏(0)
|
UVA
2012-04-13 06:58:28
[UVA] 10871 - Primed Subsequence
Problem B Primed SubsequenceInput: standard input Output: standard output Primed Sequences Given a sequence of positive integers of length n, we define a primed subsequence as a conse...
繼續閱讀...
回應(0)
|
推薦(0)
|
收藏(0)
|
UVA
2012-04-12 21:55:40
[UVA][DP] 967 - Circular
A - Circular Problem A circular prime is a prime number that remains prime as each leftmost digit (most significant digit), in turn, is moved to the right hand side. For instance,...
繼續閱讀...
回應(0)
|
推薦(0)
|
收藏(0)
|
UVA
2012-04-12 20:05:43
[UVA][Math] 11909 - Soya Milk
On the dining table we have a packet of soya milk. We can look at the packet as a rectangular box with height h, length l and width w. We tilt it against a base edge, as shown in the picture. Soya...
繼續閱讀...
回應(0)
|
推薦(0)
|
收藏(0)
|
UVA
2012-04-12 19:38:31
[UVA][Math] 920 - Sunny Mountains
Problem A Sunny Mountains During their honeymoon, Mrs and Mr Smith went to the Himalayas. How they were surprised when they observed that, during the sunset, all the snow touched ...
繼續閱讀...
回應(0)
|
推薦(0)
|
收藏(0)
|
UVA
2012-04-12 15:46:10
[UVA] 270 - Lining Up
Lining Up ``How am I ever going to solve this problem?" said the pilot. Indeed, the pilot was not facing an easy task. She had to drop packages at specific points scattered in a dangerous are...
繼續閱讀...
回應(0)
|
推薦(0)
|
收藏(0)
|
UVA
2012-04-12 08:18:53
[UVA][LIS&LDS] 10534 - Wavio Sequence
Problem D Wavio Sequence Input: Standard Input Output: Standard Output Time Limit: 2 Seconds Wavio is a sequence of integers. It has some interesting properties. · Wavio is of...
繼續閱讀...
回應(0)
|
推薦(0)
|
收藏(0)
|
UVA
2012-04-12 07:30:09
[UVA][Math] 10642 - Can You Solve It?
Can You Solve It?Input: standard inputOutput: standard outputTime Limit: 1 second First take a look at the following picture. In this picture, each circle has a coordinate according to Car...
繼續閱讀...
回應(0)
|
推薦(0)
|
收藏(0)
|
UVA
2012-04-11 22:04:11
[UVA][LIS] 437 - The Tower of Babylon
The Tower of Babylon Perhaps you have heard of the legend of the Tower of Babylon. Nowadays many details of this tale have been forgotten. So now, in line with the educational nature of this conte...
繼續閱讀...
回應(0)
|
推薦(0)
|
收藏(0)
|
UVA
2012-04-09 15:04:13
[UVA][DP] 10313 - Pay the Price
Problem B Pay the Price Input: standard input Output: standard output Time Limit: 2 seconds Memory Limit: 32 MB In ancient days there was a country whose people had very intere...
繼續閱讀...
回應(0)
|
推薦(0)
|
收藏(0)
|
UVA
第一頁
‹上一頁
101
.
102
.
103
.
104
.
105
.
106
.
107
.
108
.
109
.
110
.
下一頁›
最末頁
«上十頁
第 104 / 142 頁 , 共 2116 筆
下十頁»
自我介紹
Morris
有一天我這麼想「是不是自己樹立了自己的敵人」那麻煩請你們把我逼上死路,不要讓我生不如死。 ...
關於本站
留言板
地圖
加入好友
愛的鼓勵:
49
文章篇數:
2,116
站台人氣
累積人氣:
4,027,658
當日人氣:
134
站內搜尋
標題
內容
標籤
本台最新標籤
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,578)
[C/C++][實做] Selection algorithm(69,543)
[JAVA] 實作拖曳功能(62,001)
[演算法][HW3] 習題討論(44,630)
[MIPS] 輸入、輸出數字範例(37,913)
[電腦攻防][作業1] shell code(33,408)
[高等演算法][作業一] 討論(32,346)
[JAVA][作業] 簡易計算機(31,033)
[ZJ][D&C] d847 2D rank finding problem(30,036)
[記錄][2012/9/2] 轉學考結局&近況(29,905)
[資料結構][HW] 走迷宮 STACK 找出所有路徑(24,892)
[JAVA視窗設計][作業] 小畫家-第一階段布局(20,549)
[演算法][程式作業] huffman code 壓縮與解壓縮(19,756)
國立中興、中正、台北、東華大學 資訊工程學系面試(18,624)
[C++][運算式互轉] 前序、中序、後序互轉(15,101)
[組合語言][練習] 九九乘法表(14,858)
[MIPS] 巴斯卡三角形 pascal\'s triangle(14,709)
[MIPS] 泡泡排序 Bubble Sort(14,553)
[JAVA][作業] JList 清單使用(13,716)
[資料結構][作業] 霍夫曼編碼(13,047)
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