原创 AI筆記--BFS and DFS

Which one is optimal?(provides an optimal solution) 1 BFS 2 DFS Answer:1 Which one is right? 1 Build the tree in memor

原创 Unix Command

8.1.1光標移動 用來移動光標的組合鍵 Ctrl-A 移動光標到行首 Ctrl-E 移動光標到行尾 Ctrl-F 光標向前移動一個字符(左方向鍵) Ctrl-B 光標向後移動一個字符(右方向鍵) Alt

原创 Algorithm Oct30

Matrix dimension A1 10*20 A2 20*50 A3 50*1 A4 1*100 we want to compute A1*A2*A3*A4 Matrix Ai has Pi-1 rows, Pi column

原创 HTML--Note2--list

有序列表ordered list:<ol> <li></li> <li></li> <li></li> </ol>無序列表unordered list:<ul> <li></li>

原创 HTML--Note5--table

簡單表:<table> <tr> <th></th> <th scope="col"></th>

原创 HTML--Note3--link

鏈接到網站linking to other sites: <a href="http://www.imdb.com" >Empire</a> 鏈接到其他網頁linking to other pages on the same site:

原创 Sept 23 Algorithm

 

原创 AI筆記--簡介

What is Artificial Intelligence ? 什麼是人工智能? “the science and engineering of making intelligent machine” 製作智能機器的科學和工程。- J

原创 HTML--Note1--text

html文件:<html> <head> <title></title> </head> <body> </body> </html> 標題heading: <h1>This is a Main H

原创 Algorithm catalog

Algorithm: August 28 September 2 September 4 September 9 September 11 September 16 September 18 September 23 September

原创 Java讀書筆記--Java異常處理

異常(Exception)是程序在運行過程中由於硬件設備問題、軟件設計錯誤、缺陷等導致的程序錯誤。 (1)想打開的文件不存在。 (2)網絡連接中斷。 (3)操作數超出預定範圍。 (4)正在裝載的類文件丟失。 (5)訪問的數據庫打不開。

原创 HTML--Note4--image

添加圖片:<img src="images/example.jpg" alt="example" /> alt屬性規定圖像的代替文本。 圖像位於段前,段頭,段中: 段中水平排列aligning

原创 HTML--Note6--form

Text Input:<form> <input type="text" name="textinput" size="15" /> </form> Password Input:<fo

原创 AI筆記--Uniform Cost Search

Limited depth Search: gives a limit of how deep of DFS each time. Iterative Deepening Search: Increase the search dep

原创 Computer Graphics-January 12

Graphics Environment : WebGL What isWebGL? # WebGL 1.0 is a JavaScript Implementation of OpenGL ES 2.0 Ø  ES – Embedded