有些內容使用中英雙語,有些只有英文或中文。歡迎使用與分享任何內容,但先來信告知並標示此部落格為出處。
Some parts use both Chinese and English, but some parts use only one language. Feel free to share, but please contact me first and list this blog as your reference.

2014年5月9日 星期五

Websites to Learn Programming - 一定要認識的學習程式網站

現在越來越多國家推廣學習程式,除了因為電腦技術的快速發展外,
也因為可以訓練縝密的邏輯思考。(小孩會不會變聰明我就不知道了~)

身為資訊人,一定要用一下網路資源啊!
這邊介紹幾個可以學習寫程式的網站,不過可惜都是英文為主。
學習程式的同時,順便練習英文吧,不會就查單字!
之後我看到其他的網站,會持續更新本篇的!

2014年5月8日 星期四

Management - Introduction and Example for SWOT Analysis

If you read Chinese, please see the Chinese version.
如果你看中文,請看此中文版本!

From the wikipedia:
SWOT analysis (alternatively SWOT Matrix) is a structured planning method used to evaluate the Strengths, Weaknesses, Opportunities and Threats involved in a project or in a business venture.

SWOT is from these 4 words. (Strengths, Weaknesses, Opportunities and Threats)

It can be represented by a simple form:



Helpful to achieving objective
Harmful to achieving objective
internal factors
(organization)
Strengths
Weaknesses
S
W
external factors
(environment)
Opportunities
Threats
O
T

Strengths and Weaknesses are from the internal organization. (ex: person, team, department)
Opportunities and Threats are formed by external environment. (ex: culture, law, market, technology change)


2014年5月4日 星期日

Google Code Jam - Round 1B 2014 - Problem B.New Lottery Game (for small input)

The following program is my ACcepted code for
GCJ-1B 2014 - B.New Lottery Game (for small input)

This program is only correct for the small input.
It's a for everybody to learn and discuss.
If there is any mistake or comment, please let me know.  :D

此乃 GCJ-Round 1B 2014 - Problem B.New Lottery Game 的AC code!
這份程式只在小的測試資料是正確的!
大的我當時沒解出來 ><
歡迎一同討論學習,如有錯誤與任何建議請留言 : )

前往 Google Code Jam!

Google Code Jam - Round 1B 2014 - Problem A.The Repeater (for small input)

The following program is my ACcepted code for
GCJ-1B 2014 - A.The Repeater (small input)

This program is only correct for the small input.
It's a for everybody to learn and discuss.
If there is any mistake or comment, please let me know.  :D

此乃 GCJ- Round 1B 2014 - Problem A.The Repeater 的AC code!
這份程式只在小的測試資料是正確的!
大的我當時沒解出來 ><
歡迎一同討論學習,如有錯誤與任何建議請留言 : )

前往 Google Code Jam!