有些內容使用中英雙語,有些只有英文或中文。歡迎使用與分享任何內容,但先來信告知並標示此部落格為出處。
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年1月25日 星期六

PKU OJ - 1163 The Triangle

The following program is my ACcepted code for PKU OJ 1163 The Triangle
It's a for everybody to learn and discuss.
If there is any mistake or comment, please let me know.  :D

此乃PKU 1163的AC code!
歡迎一同討論學習,如有錯誤與任何建議請留言 : )

點這裡看題目 Click here to see this Problem!

PKU OJ - 題目記錄 Problem records

簡單記錄一下我過的UVa OJ 題目和我認為的困難度,照月份分開。請點進來看我之前所AC的題目與程式!

This article simply record my Accepted UVa OJ problems and the difficulty I thought.
Please click the "read more" to see my previous AC problems and programs.

2014年 一 ~ 二月  2014 January ~ February
AC problems AC Date Difficulty Clue / Hint
1163 The Triangle 1/25, 2014 ☆☆☆☆ Just Think
1458 Common Subsequence 2/08, 2014 ★★☆☆☆ DP
3122 Pie 2/12, 2014 ★★☆☆☆ Binary Search
1426 Find The Multiple 2/18, 2014 ★★☆☆☆ BFS

2014年1月21日 星期二

Information Security - 密碼學介紹-非對稱式RSA, Non-Symmetric Encryption Algorithm - RSA

This is my presentation PowerPoint for the information security course.
My apology for the viewers don't know Chinese.
The information security series in this blog are almost in Chinese.
The topic is "Non-Symmetric Encryption Algorithm - RSA."

下面是我在大二上資訊安全的課程時所製作的上課報告投影片
這份主題是"密碼學介紹-非對稱式RSA"


Information Security - 密碼學介紹-對稱式金鑰 Introduction to Symmetric-Key Encryption Algorithm

This is my presentation PowerPoint for the information security course.
My apology for the viewers don't know Chinese.
The information security series in this blog are almost in Chinese.
The topic is "Introduction to Symmetric Encryption Algorithm."

下面是我在大二上資訊安全的課程時所製作的上課報告投影片
這份主題是"密碼學介紹-對稱式金鑰"


Information Security - 安全應用系統 Introduction to a Secure Application System

This is my presentation PowerPoint for the information security course.
My apology for the viewers don't know Chinese.
The information security series in this blog are almost in Chinese.
The topic is "Introduction to a Secure Application System."

下面是我在大二上資訊安全的課程時所製作的上課報告投影片
這份主題是"安全應用系統"

2014年1月20日 星期一

Information Security - 什麼是安全的加密系統? What's the Secure Encrypting System?

This is my presentation PowerPoint for the information security course.
My apology for the viewers don't know Chinese.
The information security series in this blog are almost in Chinese.
The topic is "What's the Secure Encrypting System?"

下面是我在大二上資訊安全的課程時所製作的上課報告投影片
這份主題是"什麼是安全的加密系統?"



UVa OJ - 579 ClockHands

The following program is my ACcepted code for UVA-579.
It's a for everybody to learn and discuss.
If there is any mistake or comment, please let me know.  :D

此乃UAV 579的AC code!
歡迎一同討論學習,如有錯誤與任何建議請留言 : )

//This program is for UVA 579 ClockHands

UVa OJ - 477 Points in Figures Rectangles and Circles

The following program is my ACcepted code for UVA-477.
It's a for everybody to learn and discuss.
If there is any mistake or comment, please let me know.  :D

此乃UAV 477的AC code!
歡迎一同討論學習,如有錯誤與任何建議請留言 : )

//This program is for UVA 477  Points in Figures Rectangles and Circles

UVa OJ - 476 Points in Figures Rectangles

The following program is my ACcepted code for UVA-476.
It's a for everybody to learn and discuss.
If there is any mistake or comment, please let me know.  :D

此乃UAV 476的AC code!
歡迎一同討論學習,如有錯誤與任何建議請留言 : )

//This program is for UVA 476 Points in Figures Rectangles