24h購物
|
|
PChome
|
登入
Morris' Blog
我在摸索我存在的意義、生命的意義、內涵及價值。 沒有真正神手般的厲害,套用模式是大部分的情況。 沒那麼厲害的我存在的意義為何,襯托出神的存在? 有時候不能怪別人不給我機會,我已經開始省思, 為什麼我沒有給別人機會的原因,而是全要靠別人。 有時候我認為我與眾不同,那是因為我做不到很多人能辦到的事情。 我聽不到、玩不起來、說得不夠明瞭、理解得不夠多, 我缺少的語文能力,就是一切一切無能的判定。 為此,我不曉得能做些對別人有幫助的事情。 我知道我自己是個不服輸的性格,但現在我不得不認輸。 我沒有能力,因此我必須認輸。 我到底來這世界作什麼?處處充滿不確定性, 而我總是無法出類拔萃,想當個一般人似乎也回不了頭了。 越強大的挑戰需要越強力的支持,而我的支持是什麼? 最近嘗試與人談話,但都是失敗的結局,沒人能接受, 不需要言語,不需要溝通,一切所想都表達不出來。
49
愛的鼓勵
6
訂閱站台
首頁
活動
2014-04-18 22:56:27
[公告] 搬家至另一個地方
2012-10-23 20:24:27
[資料結構][HW] 走迷宮 STACK 找出所有路徑
Homework 2 Data Structures Input: maze.in.txt Output: maze.out.txt Problem description: 此作業為老鼠走迷宮,迷宮配置圖在 maze.in.txt 裡,請同學自行讀入資料,0代表可以走的路...
繼續閱讀...
回應(1)
|
推薦(0)
|
收藏(0)
|
其他題目
2012-10-22 07:18:53
NCPC2012C Matrix
Problem C Matrix Input File: pc.in Time limit: 5 seconds Given k sets, where k >= 2 and each set has n integers, they are said to be compatible if a k×n matrix B can be constructed from them ...
繼續閱讀...
回應(0)
|
推薦(0)
|
收藏(0)
|
資訊競賽
2012-10-21 14:33:06
NCPC2012F Optimal Transformation Cost
Problem F Optimal Transformation Cost Input File: pf.in Time Limit: 3 seconds A mathematician, Professor Lee, is now studying a transformation scheme in Coding Theory. There are 2n n-bit binary s...
繼續閱讀...
回應(0)
|
推薦(0)
|
收藏(0)
|
資訊競賽
2012-10-21 12:52:32
NCPC2012B Integer Partition
Problem B Integer Partition Input File: pb.in Time Limit: 5 seconds A new partition problem is defined as follows. Let the symbol Py,zi be the number of ways to write a positive integer y as a ...
繼續閱讀...
回應(0)
|
推薦(0)
|
收藏(0)
|
資訊競賽
2012-10-20 23:59:12
NCPC2012I Christmas Gifts
Problem I Christmas Gifts Input File: pi.in Time Limit: 3 seconds Children always expect gifts at Christmas Eve. Every child in the community No-Common-Present-Compromise (NCPC for short) can hav...
繼續閱讀...
回應(0)
|
推薦(0)
|
收藏(0)
|
資訊競賽
2012-10-20 23:49:54
NCPC2012G SHA-4
Problem G SHA-4 Input File: pg.in Time Limit: 3 seconds This is a new hash algorithm invented for NCPC 2012, called SHA4 (simple hash algorithm version 4). Given a message string M, the SHA4 will...
繼續閱讀...
回應(0)
|
推薦(0)
|
收藏(0)
|
資訊競賽
2012-10-20 23:48:38
NCPC2012D A Matrix Decipher
Problem D A Matrix Decipher Input File: pd.in Let ZN = {0, 1, 2, …, N-2, N-1}, where N is a positive integer. An integer linear transformation under (mod N) can be defined as f(x) = Hx, where x...
繼續閱讀...
回應(0)
|
推薦(0)
|
收藏(0)
|
資訊競賽
2012-10-20 23:47:42
NCPC2012A String Editer
Sample Input:AK47 is powerful>[2]^[B]>[1]#[48]Sam sings badly>[4]<<>[1]#[u]>[3]^[ i]>[6]![2]Apple is better than Samsung>[3]<<<<<<^[hTC]>[1]![2]Sample O...
繼續閱讀...
回應(0)
|
推薦(0)
|
收藏(0)
|
資訊競賽
2012-10-18 22:35:37
[記錄] 打包 JAR 檔案
本文縮減 自 http://it-easy.tw/java-jar/步驟一:建立一個檔名為 "manifest.mf" 跟 .class 檔放在一起內容「Main-Class: 含有程式進入點(main方法)的Main Class名稱」※ 注意要於下方再空兩行,否則執行JAR檔案的時候...
繼續閱讀...
回應(0)
|
推薦(0)
|
收藏(0)
|
[學習]Java
2012-10-17 19:54:17
[ZJ][塊狀表] d476. 区间查询
內容 : 一个长度为n的序列,支持两种操作:1.输出[A, B]区间第k小的数(从小到大排序后第k个)2.修改第I个数为W 輸入說明 : 第二行N个数A[I](1<=A[I]<=1000000000)以下M行,每行一个操...
繼續閱讀...
回應(0)
|
推薦(0)
|
收藏(0)
|
ZeroJudge
2012-10-17 18:08:55
[ZJ][非遞迴合併排序] d542. 10810 - Ultra-QuickSort
內容 : 在這個問題中你必須去分析一個特別的排序演算法 Ultra-QuickSort。這個演算法要將 n 個不同的整數由小到大排序,所用的動作是在必要的時候將 相鄰 的 2 個數交換。對以下的輸入序列:9 1...
繼續閱讀...
回應(1)
|
推薦(0)
|
收藏(0)
|
ZeroJudge
2012-10-16 21:45:08
[線性代數][作業] Reduced row-echelon form
題 目:從檔案輸入Matrix並轉換成Row Echelon Form後,以檔案輸出結果。加分條件:成功完成”Reduced” Row Echelon Form的Matrix者,此次程式作業成績 加 10分。輸 入:檔名為input.txt的檔案,內容為任意大小...
繼續閱讀...
回應(0)
|
推薦(0)
|
收藏(0)
|
雜言記事
2012-10-16 21:40:05
[資料結構][作業] STACK 實作
前言:以C or C++完成 請以Link list來實作一個大小為5的Stack 必須包含Push Pop(含印出) Isfull Isempty功能 一個功能占25pt 繳交格式 學號_姓名_HW1.cpp (ex: 1005XXXXX_助教_HW1.cpp) 檔案只需要.cpp or .c檔 不需...
繼續閱讀...
回應(0)
|
推薦(0)
|
收藏(0)
|
亂糟糟筆記
2012-10-14 15:31:40
[練習] 打出垃圾碼,以 BrainFuck 為例
Background有一種比賽 IOCCC 國際C語言混亂代碼大賽。/* == Generated by Matrix67.com == */ #include <stdio.h> main(t ,_,a) char*a;{returnt<1?main(*a,a[-t],"=a-1kj3gnm:q\ebh_cf*<r.d>i^+?,()...
繼續閱讀...
回應(0)
|
推薦(0)
|
收藏(0)
|
其他題目
2012-10-13 12:13:18
[UVA][dp][2DLIS] 1196 - Tiling Up Blocks
Michael The Kid receives an interesting game set from his grandparent as his birthday gift. Inside the game set box, there are n tiling blocks and each block has a form as follows: ...
繼續閱讀...
回應(0)
|
推薦(0)
|
收藏(0)
|
UVA
第一頁
‹上一頁
71
.
72
.
73
.
74
.
75
.
76
.
77
.
78
.
79
.
80
.
下一頁›
最末頁
«上十頁
第 72 / 142 頁 , 共 2116 筆
下十頁»
自我介紹
Morris
有一天我這麼想「是不是自己樹立了自己的敵人」那麻煩請你們把我逼上死路,不要讓我生不如死。 ...
關於本站
留言板
地圖
加入好友
愛的鼓勵:
49
文章篇數:
2,116
站台人氣
累積人氣:
4,019,737
當日人氣:
188
站內搜尋
標題
內容
標籤
本台最新標籤
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,527)
[C/C++][實做] Selection algorithm(69,464)
[JAVA] 實作拖曳功能(62,006)
[演算法][HW3] 習題討論(44,615)
[MIPS] 輸入、輸出數字範例(37,891)
[電腦攻防][作業1] shell code(33,379)
[高等演算法][作業一] 討論(32,329)
[JAVA][作業] 簡易計算機(30,998)
[ZJ][D&C] d847 2D rank finding problem(30,020)
[記錄][2012/9/2] 轉學考結局&近況(29,873)
[資料結構][HW] 走迷宮 STACK 找出所有路徑(24,805)
[JAVA視窗設計][作業] 小畫家-第一階段布局(20,515)
[演算法][程式作業] huffman code 壓縮與解壓縮(19,702)
國立中興、中正、台北、東華大學 資訊工程學系面試(18,592)
[C++][運算式互轉] 前序、中序、後序互轉(15,077)
[組合語言][練習] 九九乘法表(14,834)
[MIPS] 巴斯卡三角形 pascal\'s triangle(14,683)
[MIPS] 泡泡排序 Bubble Sort(14,535)
[JAVA][作業] JList 清單使用(13,708)
[資料結構][作業] 霍夫曼編碼(13,034)
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