Skip to content

Commit

Permalink
remove tail
Browse files Browse the repository at this point in the history
Former-commit-id: 8668cac
Former-commit-id: 7e10d9d
  • Loading branch information
aleen42 committed Aug 5, 2016
1 parent 7680735 commit 1dc91ab
Show file tree
Hide file tree
Showing 169 changed files with 1 addition and 545 deletions.
2 changes: 0 additions & 2 deletions Algorithmn/Analysis/DP/Assembly/Assembly.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,3 @@
### Solution
- 最優解: 通過反向遍曆<img src="./sij_array.png">, 找到最優解.
- 最優解的值: <img src="./optimal_value.png">

<a href="http://aleen42.github.io/" target="_blank" ><img src="./../../../../pic/tail.gif"></a>
1 change: 0 additions & 1 deletion Algorithmn/Analysis/DP/Bellman/Bellman.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,3 @@
### Solution
- <img src="./solution.png">

<a href="http://aleen42.github.io/" target="_blank" ><img src="./../../../../pic/tail.gif"></a>
2 changes: 0 additions & 2 deletions Algorithmn/Analysis/DP/DP.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,3 @@
- **All-Pairs Shortest Path Problem**
- **DP Algorithm** [[**details**](./DP/DP.md)]
- **Floyd-Warshall Algorithm** [[**details**](./Floyd/Floyd.md)]

<a href="http://aleen42.github.io/" target="_blank" ><img src="./../../../pic/tail.gif"></a>
2 changes: 0 additions & 2 deletions Algorithmn/Analysis/DP/DP/DP.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,3 @@

### Solution
- <img src="./solution.png">

<a href="http://aleen42.github.io/" target="_blank" ><img src="./../../../../pic/tail.gif"></a>
2 changes: 0 additions & 2 deletions Algorithmn/Analysis/DP/Floyd/Floyd.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,3 @@

### Solution
- <img src="./solution.png">

<a href="http://aleen42.github.io/" target="_blank" ><img src="./../../../../pic/tail.gif"></a>
2 changes: 0 additions & 2 deletions Algorithmn/Analysis/DP/Knapsack/Knapsack.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,3 @@

### Solution
- 最優解的值: <img src="./cnw.png">

<a href="http://aleen42.github.io/" target="_blank" ><img src="./../../../../pic/tail.gif"></a>
2 changes: 0 additions & 2 deletions Algorithmn/Analysis/DP/LCS/LCS.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,3 @@
### Solution
- 最優解: 通過反向遍曆<img src="./bij.png">, 找到最優解.
- 最優解的值: <img src="./cmn.png">

<a href="http://aleen42.github.io/" target="_blank" ><img src="./../../../../pic/tail.gif"></a>
2 changes: 0 additions & 2 deletions Algorithmn/Analysis/DP/Matrix/Matrix.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,3 @@
### Solution
- 最優解: 通過反向遍曆<img src="./sij.png">, 找到最優解.
- 最優解的值: <img src="./m1n.png">

<a href="http://aleen42.github.io/" target="_blank" ><img src="./../../../../pic/tail.gif"></a>
2 changes: 0 additions & 2 deletions Algorithmn/Analysis/DP/MaxSum/MaxSum.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,3 @@
### Solution
- 最優解: 通過求解時指針指向i和j來找到最優解.
- 最優解的值: <img src="./bn.png">

<a href="http://aleen42.github.io/" target="_blank" ><img src="./../../../../pic/tail.gif"></a>
2 changes: 0 additions & 2 deletions Algorithmn/Analysis/Greedy/Activity/Activity.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,3 @@
### Greedy Solution
- 每次我們都選擇剩下最快完成的事件
- 上面情況的最優解: 1, 4, 8, 11

<a href="http://aleen42.github.io/" target="_blank" ><img src="./../../../../pic/tail.gif"></a>
2 changes: 0 additions & 2 deletions Algorithmn/Analysis/Greedy/Dijkstra/Dijkstra.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,3 @@
### Greedy Solution
- 根據S集合的節點來鬆弛非S集合的節點
- 每次選擇該趟中最小路徑值的非S集合節點並把其加入到S集合

<a href="http://aleen42.github.io/" target="_blank" ><img src="./../../../../pic/tail.gif"></a>
2 changes: 0 additions & 2 deletions Algorithmn/Analysis/Greedy/Greedy.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,3 @@
- **Fractional Knapsack Problem** [[**details**](./Knapsack/Knapsack.md)]
- **Single-source Shortest Path Problem**
- **Dijkstra Algorithm** [[**details**](./Dijkstra/Dijkstra.md)]

<a href="http://aleen42.github.io/" target="_blank" ><img src="./../../../pic/tail.gif"></a>
2 changes: 0 additions & 2 deletions Algorithmn/Analysis/Greedy/Knapsack/Knapsack.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,3 @@
### Greedy Solution
- 每次選擇**value/weight**最大的物品放入包裏直到無法完全放入, 最後分割物品填滿包則會得到最優解
- 上面情況的最優解: 取item1 10, item2 20 和 item3 20則會得到最大價值240.

<a href="http://aleen42.github.io/" target="_blank" ><img src="./../../../../pic/tail.gif"></a>
2 changes: 0 additions & 2 deletions Algorithmn/Analysis/Random/Random.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,3 @@
### 典型問題及算法
- **Genetic Algorithm**
- **Simulated Annealing Algorithm**

<a href="http://aleen42.github.io/" target="_blank" ><img src="./../../../pic/tail.gif"></a>
2 changes: 0 additions & 2 deletions Algorithmn/Analysis/Search/15Puzzle/15Puzzle.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,3 @@
<img src="./lc_function.png">

<img src="./state_tree_lc_search.png">

<a href="http://aleen42.github.io/" target="_blank" ><img src="./../../../../pic/tail.gif"></a>
2 changes: 0 additions & 2 deletions Algorithmn/Analysis/Search/NQueen/NQueen.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,3 @@
-**活節點**不符合**限界條件**時, 則把其變成**死節點**
- **回溯**過程就是當遍曆所有子節點後, 回溯到父親節點的兄弟節點繼續遍曆
- 當訪問到某葉子節點則表示有一可行解

<a href="http://aleen42.github.io/" target="_blank" ><img src="./../../../../pic/tail.gif"></a>
2 changes: 0 additions & 2 deletions Algorithmn/Analysis/Search/Search.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,3 @@
- **N-Queen Problem** [[**details**](./NQueen/NQueen.md)]
- **Branch & Bound**
- **15-Puzzle Problem** [[**details**](./15Puzzle/15Puzzle.md)]

<a href="http://aleen42.github.io/" target="_blank" ><img src="./../../../pic/tail.gif"></a>
5 changes: 0 additions & 5 deletions Architecture/ATAM/ATAM.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,3 @@
- analyse maintainability using scenarios, called **change scenarios**, which represent **maintenance** tasks.
- Software Architecture Evaluation Model(SAEM)
- is based on **formal** and **rigorous** quality requirments.


<a href="#" style="left:200px;"><img src="./../../pic/gotop.png"></a>
=====
<a href="http://aleen42.github.io/" target="_blank" ><img src="./../../pic/tail.gif"></a>
4 changes: 1 addition & 3 deletions Architecture/Architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,4 @@
* [**Style**](./Style/Style.md)
* [**Quality Attributes**](./QA/QA.md)
* [**Modeling and Documenting**](./document/document.md)
* [**Architecture Tradeoff Analyse Method**](./ATAM/ATAM.md)

<a href="http://aleen42.github.io/" target="_blank" ><img src="./../pic/tail.gif"></a>
* [**Architecture Tradeoff Analyse Method**](./ATAM/ATAM.md)
4 changes: 0 additions & 4 deletions Architecture/QA/QA.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,3 @@
- 考點:
- 判定某功能需求屬於哪個質量屬性
- 判斷出策略或列舉策略

<a href="#" style="left:200px;"><img src="./../../pic/gotop.png"></a>
=====
<a href="http://aleen42.github.io/" target="_blank" ><img src="./../../pic/tail.gif"></a>
4 changes: 0 additions & 4 deletions Architecture/QA/availability/availability.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,3 @@
- Removal from Service: 惹不起躲得起, 避開攻擊
- Transaction: 通過事務來防止錯誤產生
- Process Monitor: 通過任務管理器來重新運行進程

<a href="#" style="left:200px;"><img src="./../../../pic/gotop.png"></a>
=====
<a href="http://aleen42.github.io/" target="_blank" ><img src="./../../../pic/tail.gif"></a>
4 changes: 0 additions & 4 deletions Architecture/QA/modifiability/modifiability.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,3 @@
- Polymorphism: 動態綁定, 只有運行時才知道具體的實現
- Component Replacement: 用現成的框架去替換
- Adherence to defined protocols: 堅守已經定義的協議來修改

<a href="#" style="left:200px;"><img src="./../../../pic/gotop.png"></a>
=====
<a href="http://aleen42.github.io/" target="_blank" ><img src="./../../../pic/tail.gif"></a>
4 changes: 0 additions & 4 deletions Architecture/QA/performance/performance.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,3 @@
- Round-robin
- Fixed-priority scheduling
- Changed-priority scheduling

<a href="#" style="left:200px;"><img src="./../../../pic/gotop.png"></a>
=====
<a href="http://aleen42.github.io/" target="_blank" ><img src="./../../../pic/tail.gif"></a>
4 changes: 0 additions & 4 deletions Architecture/QA/security/security.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,3 @@
- Restoring state: 修復狀態
- Attacker identification: 識別攻擊者的身份
- audit trail = copy of transaction + identifying information

<a href="#" style="left:200px;"><img src="./../../../pic/gotop.png"></a>
=====
<a href="http://aleen42.github.io/" target="_blank" ><img src="./../../../pic/tail.gif"></a>
4 changes: 0 additions & 4 deletions Architecture/QA/testability/testability.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,3 @@

### 2. Internal Monitoring
- Built-in Monitors: 在IDE中設置斷點

<a href="#" style="left:200px;"><img src="./../../../pic/gotop.png"></a>
=====
<a href="http://aleen42.github.io/" target="_blank" ><img src="./../../../pic/tail.gif"></a>
4 changes: 0 additions & 4 deletions Architecture/QA/usability/usability.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,3 @@

### 3. Separate User Interface(Design-time)
- 業務邏輯與介面設計分開 (MVC)

<a href="#" style="left:200px;"><img src="./../../../pic/gotop.png"></a>
=====
<a href="http://aleen42.github.io/" target="_blank" ><img src="./../../../pic/tail.gif"></a>
4 changes: 0 additions & 4 deletions Architecture/Style/Style.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,3 @@
- [Data centric/Shared data](./centric/centric.md)
- [Virtual Machine](./virtualmachine/virtualmachine.md)
- [Independent Components](./independent/independent.md)

<a href="#" style="left:200px;"><img src="./../../pic/gotop.png"></a>
=====
<a href="http://aleen42.github.io/" target="_blank" ><img src="./../../pic/tail.gif"></a>
4 changes: 0 additions & 4 deletions Architecture/Style/callandreturn/callandreturn.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,3 @@
- 兩層C/S: **Workstation**(顯示層, 業務層) - **Server**(數據訪問層)
- 三層C/S: **Client**(顯示層) - **Application Server**(應用服務器業務層, 處理客戶端訪問數據庫的操作以保證安全性) - **Server**(數據訪問層)
- B/S: 三層C/S的一個特例, 即顯示層是一個Browser而不是客戶端

<a href="#" style="left:200px;"><img src="./../../../pic/gotop.png"></a>
=====
<a href="http://aleen42.github.io/" target="_blank" ><img src="./../../../pic/tail.gif"></a>
4 changes: 0 additions & 4 deletions Architecture/Style/centric/centric.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,3 @@
- 黑板: 顯示**當前問題狀態**的數據結構
- 知識源: 不斷**更新黑板狀態**的事物(之間並無關係)
- 連接件: 三者之間的消息傳遞

<a href="#" style="left:200px;"><img src="./../../../pic/gotop.png"></a>
=====
<a href="http://aleen42.github.io/" target="_blank" ><img src="./../../../pic/tail.gif"></a>
6 changes: 0 additions & 6 deletions Architecture/Style/dataflow/dataflow.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,3 @@
- Close Loop Control(閉環控制): 由系統自身根據當前狀態來決定處理方法.
- 反饋閉環: 測量**受控變量**, 通過**預測值**與**實際值**的差異來決定控制
- 前饋閉環: 測量其他變量進行**事先預測**



<a href="#" style="left:200px;"><img src="./../../../pic/gotop.png"></a>
=====
<a href="http://aleen42.github.io/" target="_blank" ><img src="./../../../pic/tail.gif"></a>
4 changes: 0 additions & 4 deletions Architecture/Style/independent/independent.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,3 @@
- 連接件: 基於事件的隱式調用
- 優點: reconfigurable on fly(動態事件發送)
- 缺點: 構件放棄了對系統計算的控制, 從而存在計算正確性問題

<a href="#" style="left:200px;"><img src="./../../../pic/gotop.png"></a>
=====
<a href="http://aleen42.github.io/" target="_blank" ><img src="./../../../pic/tail.gif"></a>
4 changes: 0 additions & 4 deletions Architecture/Style/virtualmachine/virtualmachine.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,3 @@
- 解釋器內部狀態引擎(業務選擇)
- 程序執行的當前狀態(工作儲存)
- 連接件: 數據訪問, 函數調用

<a href="#" style="left:200px;"><img src="./../../../pic/gotop.png"></a>
=====
<a href="http://aleen42.github.io/" target="_blank" ><img src="./../../../pic/tail.gif"></a>
4 changes: 0 additions & 4 deletions Architecture/document/activity/activity.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,3 @@
- example:

<img src="./example.png">

<a href="#" style="left:200px;"><img src="./../../../pic/gotop.png"></a>
=====
<a href="http://aleen42.github.io/" target="_blank" ><img src="./../../../pic/tail.gif"></a>
4 changes: 0 additions & 4 deletions Architecture/document/class/class.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,3 @@
- example:

<img src="./example.png">

<a href="#" style="left:200px;"><img src="./../../../pic/gotop.png"></a>
=====
<a href="http://aleen42.github.io/" target="_blank" ><img src="./../../../pic/tail.gif"></a>
4 changes: 0 additions & 4 deletions Architecture/document/communication/communication.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,3 @@
- example:

<img src="./example.png">

<a href="#" style="left:200px;"><img src="./../../../pic/gotop.png"></a>
=====
<a href="http://aleen42.github.io/" target="_blank" ><img src="./../../../pic/tail.gif"></a>
4 changes: 0 additions & 4 deletions Architecture/document/component/component.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,3 @@
- example:

<img src="./example.png">

<a href="#" style="left:200px;"><img src="./../../../pic/gotop.png"></a>
=====
<a href="http://aleen42.github.io/" target="_blank" ><img src="./../../../pic/tail.gif"></a>
4 changes: 0 additions & 4 deletions Architecture/document/deployment/deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,3 @@

<img src="./composite_structure.png">
<img src="./composite_structure1.png">

<a href="#" style="left:200px;"><img src="./../../../pic/gotop.png"></a>
=====
<a href="http://aleen42.github.io/" target="_blank" ><img src="./../../../pic/tail.gif"></a>
4 changes: 0 additions & 4 deletions Architecture/document/document.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,3 @@
- UML(Unified Modeling Language, 統一建模語言)
- No Concept of **Layer**
- the **De Facto** standard language

<a href="#" style="left:200px;"><img src="./../../pic/gotop.png"></a>
=====
<a href="http://aleen42.github.io/" target="_blank" ><img src="./../../pic/tail.gif"></a>
4 changes: 0 additions & 4 deletions Architecture/document/interaction/interaction.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,3 @@
- example:

<img src="./example.png">

<a href="#" style="left:200px;"><img src="./../../../pic/gotop.png"></a>
=====
<a href="http://aleen42.github.io/" target="_blank" ><img src="./../../../pic/tail.gif"></a>
4 changes: 0 additions & 4 deletions Architecture/document/object/object.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,3 @@
- example:

<img src="./example.png">

<a href="#" style="left:200px;"><img src="./../../../pic/gotop.png"></a>
=====
<a href="http://aleen42.github.io/" target="_blank" ><img src="./../../../pic/tail.gif"></a>
4 changes: 0 additions & 4 deletions Architecture/document/package/package.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,3 @@
- example:

<img src="./example.png">

<a href="#" style="left:200px;"><img src="./../../../pic/gotop.png"></a>
=====
<a href="http://aleen42.github.io/" target="_blank" ><img src="./../../../pic/tail.gif"></a>
4 changes: 0 additions & 4 deletions Architecture/document/sequence/sequence.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,3 @@
- example:

<img src="./example.png">

<a href="#" style="left:200px;"><img src="./../../../pic/gotop.png"></a>
=====
<a href="http://aleen42.github.io/" target="_blank" ><img src="./../../../pic/tail.gif"></a>
4 changes: 0 additions & 4 deletions Architecture/document/state/state.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,3 @@
- example:

<img src="./example.png">

<a href="#" style="left:200px;"><img src="./../../../pic/gotop.png"></a>
=====
<a href="http://aleen42.github.io/" target="_blank" ><img src="./../../../pic/tail.gif"></a>
4 changes: 0 additions & 4 deletions Architecture/document/timing/timing.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,3 @@
- example:

<img src="./example.png">

<a href="#" style="left:200px;"><img src="./../../../pic/gotop.png"></a>
=====
<a href="http://aleen42.github.io/" target="_blank" ><img src="./../../../pic/tail.gif"></a>
4 changes: 0 additions & 4 deletions Architecture/document/usecase/usecase.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,3 @@
- example:

<img src="./example.png">

<a href="#" style="left:200px;"><img src="./../../../pic/gotop.png"></a>
=====
<a href="http://aleen42.github.io/" target="_blank" ><img src="./../../../pic/tail.gif"></a>
2 changes: 0 additions & 2 deletions Database/Database.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
## Database [Back](./../README.md)
* [Optimistic Lock & Pessimistic Lock](./乐观锁与悲观锁/乐观锁与悲观锁.md)

<a href="http://aleen42.github.io/" target="_blank" ><img src="./../pic/tail.gif"></a>
4 changes: 0 additions & 4 deletions Database/乐观锁与悲观锁/乐观锁与悲观锁.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
## Optimistic Lock & Pessimistic Lock [Back](./../Database.md)
- Optimistic Lock(樂觀鎖): 指的是數據庫樂觀認為你取數據時不會修改數據,因此不會在你讀取數據的時候對關鍵區上鎖. 當你讀取數據後,數據庫會判斷數據是否產生更改.
- Pessimistic Lock(悲觀鎖): 指的是數據庫悲觀認為你取數據時會修改數據,因此會在你讀取數據時對關鍵區上鎖,保證其他用戶讀取數據時不會進入關鍵區讀取錯誤數據.

<a href="#" style="left:200px;"><img src="./../../pic/gotop.png"></a>
=====
<a href="http://aleen42.github.io/" target="_blank" ><img src="./../../pic/tail.gif"></a>
2 changes: 0 additions & 2 deletions Embedded_System/Embedded_System.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,3 @@
- [**DSP**](./dsp/dsp.md)
- [**Autogen**](./autogen/autogen.md)
- [**Store Resource**](./store/store.md)

<a href="http://aleen42.github.io/" target="_blank" ><img src="./../pic/tail.gif"></a>
4 changes: 0 additions & 4 deletions Embedded_System/PARWAN/PARWAN.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,3 @@
- S7<a href="https://raw.githubusercontent.com/aleen42/PersonalWiki/master/Embedded_System/PARWAN/S7.png" target="_blank" alt="PARWAN_S7" title="點擊原圖"><img src="./S7.png"></a>
- S8<a href="https://raw.githubusercontent.com/aleen42/PersonalWiki/master/Embedded_System/PARWAN/S8.png" target="_blank" alt="PARWAN_S8" title="點擊原圖"><img src="./S8.png"></a>
- S9<a href="https://raw.githubusercontent.com/aleen42/PersonalWiki/master/Embedded_System/PARWAN/S9.png" target="_blank" alt="PARWAN_S9" title="點擊原圖"><img src="./S9.png"></a>

<a href="#" style="left:200px;"><img src="./../../pic/gotop.png"></a>
=====
<a href="http://aleen42.github.io/" target="_blank" ><img src="./../../pic/tail.gif"></a>
4 changes: 0 additions & 4 deletions Embedded_System/assembly/assembly.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,3 @@ MUL R0, R1, R2| R1乘以R2後, 值放入R0
MULS R0, R1, R2| R1乘以R2後, 值放入R0並更新狀態標誌位
MLA R0, R1, R2, R3| R1乘以R2再加上R3後, 值放入R0
MLAS R0, R1, R2, R3| R1乘以R2再加上R3後, 值放入R0並更新狀態標誌位

<a href="#" style="left:200px;"><img src="./../../pic/gotop.png"></a>
=====
<a href="http://aleen42.github.io/" target="_blank" ><img src="./../../pic/tail.gif"></a>
4 changes: 0 additions & 4 deletions Embedded_System/autogen/autogen.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,3 @@ category = {
- case: the switch statement in C. A procedure will be emitted that contains a giant switch statement. Each case element will have stylized comments that will enable any code that has been inserted there to be carried forward to new generations of the code.
- call: Instead of containing a transition enumeration, the transition table will contain pointers to transition procedures. The main FSM processing routine will indirectly call the proper procedure for handling each transition. The called procedure will be stubbed out and contain the same type of stylized comments that the case version, above.
- none: No implementation code will be emitted. However, the state, event, transition enumerations and the transition table are all emitted. The emitted header file will contain external declarations for the transition table and transition error procedure.

<a href="#" style="left:200px;"><img src="./../../pic/gotop.png"></a>
=====
<a href="http://aleen42.github.io/" target="_blank" ><img src="./../../pic/tail.gif"></a>
4 changes: 0 additions & 4 deletions Embedded_System/cache/cache.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,3 @@
1. CPU更新數據
2. Cache寫回內存
3. 外部master讀到更新的數據

<a href="#" style="left:200px;"><img src="./../../pic/gotop.png"></a>
=====
<a href="http://aleen42.github.io/" target="_blank" ><img src="./../../pic/tail.gif"></a>
4 changes: 0 additions & 4 deletions Embedded_System/concept/concept.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,3 @@
- TCK: 用於測試時鐘輸入
- TDI: 用於測試數據輸入
- TDO: 用於測試數據輸出

<a href="#" style="left:200px;"><img src="./../../pic/gotop.png"></a>
=====
<a href="http://aleen42.github.io/" target="_blank" ><img src="./../../pic/tail.gif"></a>
6 changes: 0 additions & 6 deletions Embedded_System/dma/dma.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,3 @@
- EDMA3數據排序搬移 (倒置搬移)

<img src="./ordered_transfer.png">



<a href="#" style="left:200px;"><img src="./../../pic/gotop.png"></a>
=====
<a href="http://aleen42.github.io/" target="_blank" ><img src="./../../pic/tail.gif"></a>
Loading

0 comments on commit 1dc91ab

Please sign in to comment.