24h購物
|
|
PChome
|
登入
Morris' Blog
我在摸索我存在的意義、生命的意義、內涵及價值。 沒有真正神手般的厲害,套用模式是大部分的情況。 沒那麼厲害的我存在的意義為何,襯托出神的存在? 有時候不能怪別人不給我機會,我已經開始省思, 為什麼我沒有給別人機會的原因,而是全要靠別人。 有時候我認為我與眾不同,那是因為我做不到很多人能辦到的事情。 我聽不到、玩不起來、說得不夠明瞭、理解得不夠多, 我缺少的語文能力,就是一切一切無能的判定。 為此,我不曉得能做些對別人有幫助的事情。 我知道我自己是個不服輸的性格,但現在我不得不認輸。 我沒有能力,因此我必須認輸。 我到底來這世界作什麼?處處充滿不確定性, 而我總是無法出類拔萃,想當個一般人似乎也回不了頭了。 越強大的挑戰需要越強力的支持,而我的支持是什麼? 最近嘗試與人談話,但都是失敗的結局,沒人能接受, 不需要言語,不需要溝通,一切所想都表達不出來。
49
愛的鼓勵
6
訂閱站台
首頁
活動
2014-04-18 22:56:27
[公告] 搬家至另一個地方
2013-05-04 15:41:58
[JAVA][作業] 做一個移動的按鈕
讓按鈕四處以彈性碰撞撞擊視窗四周,並且計數於按鈕上。同時按鈕被點擊的時候,要隨機切換別的方向。package ce1002.A6.s100502205;import javax.swing.JFrame;import javax.swing.JButton;import java.awt.event.Ac...
繼續閱讀...
回應(0)
|
推薦(0)
|
收藏(0)
|
[學習]Java
2013-05-04 15:37:57
[JAVA][作業] 視窗繪圖
印出如上圖的圓,附加讓它自動旋轉。package ce1002.E5.s100502205;import javax.swing.JFrame;import javax.swing.JPanel;import java.awt.Color;import java.awt.Graphics;import java.util.Timer;import java.uti...
繼續閱讀...
回應(0)
|
推薦(0)
|
收藏(0)
|
[學習]Java
2013-05-04 14:35:23
[UVA][math] 10990 - Another New Function
Problem A Another New Function Input: Standard Input Output: Standard Output Time Limit: 4 Second The depth of phi value of a number is denoted by the number of steps required before...
繼續閱讀...
回應(0)
|
推薦(0)
|
收藏(0)
|
UVA
2013-05-04 14:32:45
[UVA][math] 10174 - Couple-Bachelor-Spinster Numbers.
Problem G Couple-Bachelor-Spinster Numbers Input: standard input Output: standard output Time Limit: 2 seconds Can any number be expressed as a subtraction of two squares? The numb...
繼續閱讀...
回應(0)
|
推薦(0)
|
收藏(0)
|
UVA
2013-05-04 14:28:58
[UVA][dp] 10039 - Railroads
Problem A: Railroads Background It's Friday evening and Jill hates two things which are common to all trains: 1. They are always late. 2. The schedule is always wrong. Nevert...
繼續閱讀...
回應(0)
|
推薦(0)
|
收藏(0)
|
UVA
2013-05-04 14:24:43
[UVA][dp] 10029 - Edit Step Ladders
Problem C: Edit Step Ladders An edit step is a transformation from one word x to another word y such that x and y are words in the dictionary, and x can be transformed to y by adding, deleting, ...
繼續閱讀...
回應(0)
|
推薦(0)
|
收藏(0)
|
UVA
2013-05-03 22:42:12
[UVA][極角排序] 1432 - Fire-Control System
A new mighty weapon has just been developed, which is so powerful that it can attack a sector of indefinite size, as long as the center of the circle containing the sector is the location of the w...
繼續閱讀...
回應(0)
|
推薦(0)
|
收藏(0)
|
UVA
2013-05-03 22:28:20
[UVA][大數] 10433 - Automorphic Numbers
Brightness of Brain Contest Problem E Time limit: 1 second Memory: 32 MB Automorphic Numbers The Problem Recreational mathematics is mathematics that is fun and used as eit...
繼續閱讀...
回應(0)
|
推薦(0)
|
收藏(0)
|
UVA
2013-05-03 19:52:05
[組合語言] Visual Studio 環境設置
基本來源:http://kipirvine.com/asm/gettingStartedVS2010/原本想使用 Visual C++ Express, 軟體檔案比較小 (100 MB上下), 但是在執行的時候,跑出如下的錯誤訊息, 一氣之下砍了它。換上 Visual Studio (2 GB 上下),...
繼續閱讀...
回應(0)
|
推薦(0)
|
收藏(0)
|
[學習]組合語言
2013-04-30 11:35:26
[POJ][掃描線] 2489 - Line Segments
DescriptionBackground Line segments are a very common element in computational geometry. A line segment is the set of points forming the shortest path between two points (including those points)....
繼續閱讀...
回應(0)
|
推薦(0)
|
收藏(0)
|
其他題目
2013-04-29 21:21:30
[組合語言][作業] Macros 改寫前一份作業
Problem As for HW#2, replace procedure calls with macro calls. 以作業2的程式碼為基礎,將上次的字串處理procedure改寫為marco的形式 助教提示: MACRO是什麼 ◦用高階語言C++來舉...
繼續閱讀...
回應(0)
|
推薦(0)
|
收藏(0)
|
[學習]組合語言
2013-04-29 08:29:26
[UVA][單調性、二分] 12064 - Count the Points Inside
We know that if three different points are not collinear then there is a unique circle that passes through them. When three points are collinear we get a unique straight line passing through them and...
繼續閱讀...
回應(1)
|
推薦(0)
|
收藏(0)
|
UVA
2013-04-27 19:58:00
[計算機組織] 期中考古題
Midterm Examination Total 100 points1. [20 points] MIPS (1)There are 3 basic formats in MIPS. Fill in the following blanks.(3pts.)R-format:Opcode Rs Rt Rd Shamt Funct___...
繼續閱讀...
回應(0)
|
推薦(0)
|
收藏(0)
|
其他題目
2013-04-27 12:18:35
[UVA][幾何、半平面交] 10084 - Hotter Colder
Problem E: Hotter Colder The children's game Hotter Colder is played as follows. Player A leaves the room while player B hides an object somewhere in the room. Player A re-enters at position...
繼續閱讀...
回應(0)
|
推薦(0)
|
收藏(0)
|
UVA
2013-04-27 12:02:19
[UVA][二分+maxflow二分匹配] 10804 - Gopher Strategy
Problem ? Gopher Strategy Time Limit: 3 seconds Agent Cooper: "Look at that! Ducks... on the lake!" Harley Peyton, "Twin Peaks." Gophers like to feed in the field, but they alwa...
繼續閱讀...
回應(0)
|
推薦(0)
|
收藏(0)
|
UVA
第一頁
‹上一頁
41
.
42
.
43
.
44
.
45
.
46
.
47
.
48
.
49
.
50
.
下一頁›
最末頁
«上十頁
第 46 / 142 頁 , 共 2116 筆
下十頁»
自我介紹
Morris
有一天我這麼想「是不是自己樹立了自己的敵人」那麻煩請你們把我逼上死路,不要讓我生不如死。 ...
關於本站
留言板
地圖
加入好友
愛的鼓勵:
49
文章篇數:
2,116
站台人氣
累積人氣:
4,035,035
當日人氣:
465
站內搜尋
標題
內容
標籤
本台最新標籤
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,934)
[JAVA視窗設計][作業] 小畫家-第一階段布局(20,573)
[演算法][程式作業] huffman code 壓縮與解壓縮(19,775)
國立中興、中正、台北、東華大學 資訊工程學系面試(18,635)
[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