摘要:
《自動機理論、語言和計算導論》學習第 8 天,p172-p224總結,總計 53 頁。 一、技術總結 1.Context-Free Grammar(CFG) 2.parse tree (1)定義 p183,But perhaps more importantly, the tree, known a 閱讀全文
摘要:
《自動機理論、語言和計算導論》學習第 7 天,p139-p171總結,總計 33 頁。 一、技術總結 1.reversal p139, The reversal of a string a1a2...an is the string written backwards, that is anan-1 閱讀全文
摘要:
《自動機理論、語言和計算導論》學習第 6 天,p115-p138 總結,總計 24 頁。 一、技術總結 1.associativity and comutativity (1)commutativity(交換性): Commutativity is the property of an operat 閱讀全文
摘要:
《自動機理論、語言和計算導論》學習第2天,p5-p27總結,總計23頁。 一、技術總結 1.集合 (1)commutative law of union. (2)distribute law of union. 2.歸納法(induction) & 演繹法(deduction) (1)歸納法:從許多 閱讀全文
摘要:
《Programming Abstractions in C》學習第80天,p338-p346,總計9頁。 一、技術總結 棧的實現包括入棧、出棧、判斷棧是否為滿,判斷棧是否為空等。作者結合RPN計算器來實現,稍顯無聊。 /* * File: rpncalc.c * * This program si 閱讀全文