sp1.wikidot.com
系統程式 - 教科書:系統程式
http://sp1.wikidot.com/book
網站 http:/ sp1.wikidot.com. 第 1 章 系統軟體. 第 2 章 電腦的硬體結構. 第 3 章 組合語言. 第 4 章 組譯器. 第 5 章 連結與載入. 第 6 章 巨集處理器. 第 7 章 高階語言. 第 8 章 編譯器. 第 9 章 虛擬機器. 第 10 章 作業系統. 第 11 章 嵌入式系統. 第 12 章 系統軟體實作. 系統程式的教科書已經 20 年沒有改變, 理論與實務已經完全脫節, 如果您需要一本理論清楚、卻又深入實務的教科書, 現在, 您已經找到了. 在理論上, 以簡化後的處理器, 降低組合語言的複雜度, 提升學習成效。 在程式上, 採用 C 語言實作出組譯器、虛擬機與編譯器, 以程式印證理論。 在產業上, 採用 gcc、make、Dev C 等工具, 讓學生熟悉系統軟體的操作。 本書網站 http:/ sp1.wikidot.com. 04 Jun 2010 00:22. 04 Jun 2010 00:22. 07 Mar 2011 07:46. Include stdio.h ;. Double b = 0;. 輸出大小後, 各顯示4與8, 這部分沒問題.
sp1.wikidot.com
Recent Changes - 教科書:系統程式
http://sp1.wikidot.com/system:recent-changes
06 Mar 2015 00:08. 06 Mar 2015 00:04. 06 Mar 2015 00:03. 06 Mar 2015 00:00. 請寫出一個 CPU0 的組合語言副程式 isPrime,可以判斷暫存器 R2當中的值是否為質數,如果是就將 R1 設為 1 傳回,否則就將 R1 設為 0. 11 Apr 2014 02:31. 請寫出一個 CPU0 的組合語言副程式 swap,可以將暫存器 R1 與 R2 的內容交換. 11 Apr 2014 02:29. 11 Apr 2014 02:26. 22 Mar 2013 08:28. 22 Mar 2013 08:27. File code.zip deleted. 22 Mar 2013 08:27. File code noexe.zip deleted. 15 Mar 2013 08:54. Uploaded file spTest1.asm0. 15 Mar 2013 08:54. File spTest1.asm0 deleted. 15 Mar 2013 08:52. Uploaded file spTest1.asm0.
sp1.wikidot.com
第6章、巨集處理器 - 教科書:系統程式
http://sp1.wikidot.com/macro
Add a New Comment. Or Sign in as Wikidot user. Will not be published). Help: wiki text quick reference. 陳鍾誠,於金門大學資訊工程系,電子郵件 wt.ude.uqn ccc#wt.ude.uqn ccc. 網站 http:/ ccckmit.wikidot.com. 本文採用創作共用 (Creative Common) 3.0 版的 姓名標示 非商業性 相同方式分享. 陳鍾誠 ( 1271467126 %Y年%m月%d日. 網頁標題) 第6章、巨集處理器,(網站標題) 教科書 系統程式, 1271467126 %Y年%m月%d日. 取自 http:/ sp1.wikidot.com/macro. Chung-Chen Chen ( 1271467126 %Y,%b%e. Retrieved 1271467126 %b %e,%Y. From http:/ sp1.wikidot.com/macro. Page revision: 2, last edited: 18 May 2010 06:41.
sp1.wikidot.com
第4章、組譯器 - 教科書:系統程式
http://sp1.wikidot.com/assembler
GNU 的 as 組譯器. Add a New Comment. Or Sign in as Wikidot user. Will not be published). Help: wiki text quick reference. 陳鍾誠,於金門大學資訊工程系,電子郵件 wt.ude.uqn ccc#wt.ude.uqn ccc. 網站 http:/ ccckmit.wikidot.com. 本文採用創作共用 (Creative Common) 3.0 版的 姓名標示 非商業性 相同方式分享. 陳鍾誠 ( 1270472793 %Y年%m月%d日. 網頁標題) 第4章、組譯器,(網站標題) 教科書 系統程式, 1270472793 %Y年%m月%d日. 取自 http:/ sp1.wikidot.com/assembler. Chung-Chen Chen ( 1270472793 %Y,%b%e. Retrieved 1270472793 %b %e,%Y. From http:/ sp1.wikidot.com/assembler. Powered by Wikidot.com. View/se...
sp1.wikidot.com
第7章、高階語言 (Programming Language) - 教科書:系統程式
http://sp1.wikidot.com/language
兩種截然不同的語言 C 與 Prolog 之比較. C- 語言的 BNF 語法. C 語言的 BNF 語法. Add a New Comment. Or Sign in as Wikidot user. Will not be published). Help: wiki text quick reference. 陳鍾誠,於金門大學資訊工程系,電子郵件 wt.ude.uqn ccc#wt.ude.uqn ccc. 網站 http:/ ccckmit.wikidot.com. 本文採用創作共用 (Creative Common) 3.0 版的 姓名標示 非商業性 相同方式分享. 陳鍾誠 ( 1270526864 %Y年%m月%d日. 網頁標題) 第7章、高階語言 (Programming Language),(網站標題) 教科書 系統程式, 1270526864 %Y年%m月%d日. 取自 http:/ sp1.wikidot.com/language. Chung-Chen Chen ( 1270526864 %Y,%b%e. Retrieved 1270526864 %b %e,%Y. Someth...
sp1.wikidot.com
第5章、連結與載入 - 教科書:系統程式
http://sp1.wikidot.com/linker
57 實務案例 目的檔格式 a.out. 58 實務案例 Linux 的動態載入技術. Ld,objdump, nm,ar,make). 用Open Source工具開發軟體 (新軟體開發關念) 黃郁熙, 餃子出版社. Http:/ www.study-area.org/cyril/opentools/opentools/book1.html. Add a New Comment. Or Sign in as Wikidot user. Will not be published). Help: wiki text quick reference. 陳鍾誠,於金門大學資訊工程系,電子郵件 wt.ude.uqn ccc#wt.ude.uqn ccc. 網站 http:/ ccckmit.wikidot.com. 本文採用創作共用 (Creative Common) 3.0 版的 姓名標示 非商業性 相同方式分享. 陳鍾誠 ( 1270472881 %Y年%m月%d日. 網頁標題) 第5章、連結與載入,(網站標題) 教科書 系統程式, 1270472881 %Y年%m月%d日. View/set paren...
sp1.wikidot.com
Page Tags - 教科書:系統程式
http://sp1.wikidot.com/system:page-tags-list
It seems you have no tags attached to pages. To attach a tag simply click on the. Button at the bottom of any page. Powered by Wikidot.com. Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License. The World of Metamor Keep. Welcome to Metamor Keep. CUA SLIS Comps Study Wiki. Battlestar.isunlimited.net 3012. Click here to edit contents of this page. Append content without editing the whole page source. A few useful tools to manage this Site.
sp1.wikidot.com
Site Members - 教科書:系統程式
http://sp1.wikidot.com/system:members
Since 21 Sep 2009 02:50. Powered by Wikidot.com. Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License. The World of Metamor Keep. Welcome to Metamor Keep. CUA SLIS Comps Study Wiki. Battlestar.isunlimited.net 3012. Click here to edit contents of this page. Click here to toggle editing of individual sections of the page (if possible). Watch headings for an edit link when available. Append content without editing the whole page source.
sp1.wikidot.com
第1章、系統軟體 - 教科書:系統程式
http://sp1.wikidot.com/introduction
14 實務案例 Dev C 開發環境. 15 實務案例 GNU 開發工具. Add a New Comment. Or Sign in as Wikidot user. Will not be published). Help: wiki text quick reference. 陳鍾誠,於金門大學資訊工程系,電子郵件 wt.ude.uqn ccc#wt.ude.uqn ccc. 網站 http:/ ccckmit.wikidot.com. 本文採用創作共用 (Creative Common) 3.0 版的 姓名標示 非商業性 相同方式分享. 陳鍾誠 ( 1270470733 %Y年%m月%d日. 網頁標題) 第1章、系統軟體,(網站標題) 教科書 系統程式, 1270470733 %Y年%m月%d日. 取自 http:/ sp1.wikidot.com/introduction. Chung-Chen Chen ( 1270470733 %Y,%b%e. Retrieved 1270470733 %b %e,%Y. Powered by Wikidot.com. Something does not...
sp1.wikidot.com
Top Bar Menu - 教科書:系統程式
http://sp1.wikidot.com/nav:top
Page revision: 10, last edited: 03 Aug 2010 02:48. Powered by Wikidot.com. Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License. Click here to edit contents of this page. Click here to toggle editing of individual sections of the page (if possible). Watch headings for an edit link when available. Append content without editing the whole page source. Check out how this page has evolved in the past. A few useful tools to manage this Site.