24h購物
|
|
PChome
|
登入
Morris' Blog
我在摸索我存在的意義、生命的意義、內涵及價值。 沒有真正神手般的厲害,套用模式是大部分的情況。 沒那麼厲害的我存在的意義為何,襯托出神的存在? 有時候不能怪別人不給我機會,我已經開始省思, 為什麼我沒有給別人機會的原因,而是全要靠別人。 有時候我認為我與眾不同,那是因為我做不到很多人能辦到的事情。 我聽不到、玩不起來、說得不夠明瞭、理解得不夠多, 我缺少的語文能力,就是一切一切無能的判定。 為此,我不曉得能做些對別人有幫助的事情。 我知道我自己是個不服輸的性格,但現在我不得不認輸。 我沒有能力,因此我必須認輸。 我到底來這世界作什麼?處處充滿不確定性, 而我總是無法出類拔萃,想當個一般人似乎也回不了頭了。 越強大的挑戰需要越強力的支持,而我的支持是什麼? 最近嘗試與人談話,但都是失敗的結局,沒人能接受, 不需要言語,不需要溝通,一切所想都表達不出來。
49
愛的鼓勵
6
訂閱站台
首頁
活動
2014-04-18 22:56:27
[公告] 搬家至另一個地方
2013-04-19 20:44:45
[UVA][dp] 10888 - Warehouse
Problem B Warehouse Input: Standard Input Output: Standard Output A number of boxes is to be moved in a warehouse. The warehouse can be modeled as a grid where each square is the equal ...
繼續閱讀...
回應(1)
|
推薦(0)
|
收藏(0)
|
UVA
2013-04-19 17:41:03
[UVA][數學、N皇后單一快速解] 10094 - Place the Guards
Problem J Place the Guards Input: Standard Input Output: Standard Output The king of Amazing Land has a secret place where he keeps his treasure. No one knows what is the size of...
繼續閱讀...
回應(0)
|
推薦(0)
|
收藏(0)
|
UVA
2013-04-18 22:00:39
[組合語言][練習] Color Matrix
產生 16*16 = 256 種可能的 table 表示一個隨便的可顯示字元。TITLE; Write a program that displays a single character in all; possible combinations of foreground and background; color(16*16 = 256). The co...
繼續閱讀...
回應(0)
|
推薦(0)
|
收藏(0)
|
[學習]組合語言
2013-04-18 21:51:22
[組合語言][練習] 產生20個隨機字串
題目意思:這二十個字串要包含數字或英文字母TITLE ;displays 20 random strings, each consisting of 10 capital;letter {A...Z};call Crlf == '\n'INCLUDE Irvine32.inc.data.codestart PROC mov ecx, 20loopi: pu...
繼續閱讀...
回應(1)
|
推薦(0)
|
收藏(0)
|
[學習]組合語言
2013-04-18 21:43:37
[組合語言] File Ouput 練習
英文題目已經打在程式碼中,便不多說了。中文題目描述:在檔案中寫入費氏數列前 47 項,用 DWORD(32 bit)儲存輸出如下圖:輸出的時候以 binary 方式去寫,因此會亂碼,用 notepad++ 的外掛軟件去看吧。補充:Notepad...
繼續閱讀...
回應(0)
|
推薦(0)
|
收藏(0)
|
[學習]組合語言
2013-04-17 22:06:50
[UVA][組合、JAVA大數] 10516 - Another Counting Problem
Problem H Another Counting Problem Input: Standard Input Output: Standard Output Tree is an important data structure in Computer Science. Of all trees we work with, Binary Tree is probably th...
繼續閱讀...
回應(0)
|
推薦(0)
|
收藏(0)
|
UVA
2013-04-17 11:21:44
[UVA][善用網路] 11028 - Sum of Product
Problem B Sum of Product Time limit: 1 second Given n, there can be n! circular arrangement of the numbers 0 to n-1. Let’s represent eve...
繼續閱讀...
回應(0)
|
推薦(0)
|
收藏(0)
|
UVA
2013-04-17 10:16:34
[UVA][數學] 11027 - Palindromic Permutation
Problem A Palindromic Permutation Time limit: 1 second Given a string of characters, we can permute the individual characters to make new stri...
繼續閱讀...
回應(0)
|
推薦(0)
|
收藏(0)
|
UVA
2013-04-16 21:57:20
[UVA] 11087 - Divisibility Testing
I I U P C 2 0 0 6 Problem D: Divisibility Testing Input: standard input Output: standard output You will be given a list of n in...
繼續閱讀...
回應(0)
|
推薦(0)
|
收藏(0)
|
UVA
2013-04-16 20:52:09
[UVA][高斯消去、期望值] 10828 - Back to Kernighan-Ritchie
Problem I Back to Kernighan-Ritchie Input: Standard Input Output: Standard Output You must have heard the name of Kernighan and Ritchie, the authors of The C Programming Language. Wh...
繼續閱讀...
回應(0)
|
推薦(0)
|
收藏(0)
|
UVA
2013-04-16 19:15:47
[UVA][maxflow] 10092 - The Problem with the Problem Setter
Problem H The Problem with the Problem Setter Input: Standard Input Output: Standard Output The number of students interested to participate in this year's Intra-BUET Programming Cont...
繼續閱讀...
回應(0)
|
推薦(0)
|
收藏(0)
|
UVA
2013-04-16 10:52:30
[UVA][maxflow、黑白染色] 10349 - Antenna Placement
Problem E Antenna Placement Input: standard input Output: standard output Time Limit: 1 second Memory Limit: 32 MB The Global Aerial Research Centre has been allotted the task...
繼續閱讀...
回應(0)
|
推薦(0)
|
收藏(0)
|
UVA
2013-04-16 10:27:29
[UVA][匈牙利匹配] 670 - The dog task
The dog task Hunter Bob often walks with his dog Ralph. Bob walks with a constant speed and his route is a polygonal line (possibly self- intersecting) whose vertices are specified by N pair...
繼續閱讀...
回應(0)
|
推薦(0)
|
收藏(0)
|
UVA
2013-04-14 19:24:23
[編譯器][作業] Run DFA
[程式作業二] 滿分100分Input: a file named DFA and Output:vaild or errorinput範例檔1:DFA1.txt (a,b)(1,2)(*3,4,5)(0)(*3,4,5)(*5)(*4,5)(*4,5)(*5)(*5)(*5)(0)(0)輸入之token:abaab輸出:error --------------...
繼續閱讀...
回應(0)
|
推薦(0)
|
收藏(0)
|
其他題目
2013-04-14 09:29:39
[NPSC][BIT] a641. B. 蚯蚓疊積木
內容 : 還記得老蚯的那些寶物嗎?隨著蚯蚓們挖到的寶物越來越多,蚯蚓的公用倉庫越疊越高,老蚯發現自己竟愛上了疊東西。為了滿足自己疊東西的欲望,老蚯從寶物堆中找出了許多大小不一的積木,不...
繼續閱讀...
回應(0)
|
推薦(0)
|
收藏(0)
|
NPSC
第一頁
‹上一頁
41
.
42
.
43
.
44
.
45
.
46
.
47
.
48
.
49
.
50
.
下一頁›
最末頁
«上十頁
第 48 / 142 頁 , 共 2116 筆
下十頁»
自我介紹
Morris
有一天我這麼想「是不是自己樹立了自己的敵人」那麻煩請你們把我逼上死路,不要讓我生不如死。 ...
關於本站
留言板
地圖
加入好友
愛的鼓勵:
49
文章篇數:
2,116
站台人氣
累積人氣:
4,034,933
當日人氣:
363
站內搜尋
標題
內容
標籤
本台最新標籤
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,597)
[C/C++][實做] Selection algorithm(69,607)
[JAVA] 實作拖曳功能(62,003)
[演算法][HW3] 習題討論(44,639)
[MIPS] 輸入、輸出數字範例(37,927)
[電腦攻防][作業1] shell code(33,412)
[高等演算法][作業一] 討論(32,360)
[JAVA][作業] 簡易計算機(31,062)
[ZJ][D&C] d847 2D rank finding problem(30,051)
[記錄][2012/9/2] 轉學考結局&近況(29,912)
[資料結構][HW] 走迷宮 STACK 找出所有路徑(24,933)
[JAVA視窗設計][作業] 小畫家-第一階段布局(20,573)
[演算法][程式作業] huffman code 壓縮與解壓縮(19,775)
國立中興、中正、台北、東華大學 資訊工程學系面試(18,634)
[C++][運算式互轉] 前序、中序、後序互轉(15,124)
[組合語言][練習] 九九乘法表(14,866)
[MIPS] 巴斯卡三角形 pascal\'s triangle(14,718)
[MIPS] 泡泡排序 Bubble Sort(14,576)
[JAVA][作業] JList 清單使用(13,724)
[資料結構][作業] 霍夫曼編碼(13,059)
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