http://www.cs.stonybrook.edu/~cse371/
I must take some time to make this lecture note into a post...
Sunday, July 27, 2014
Wednesday, July 9, 2014
DOA Kokoro Skill Sheet
中距離攻擊
- 1KKK → 66P → 4P+K [CB]
- 2H+K → K → 9PP-2K-...
- 2H+K → K → 6KP [CB]
- 1KK-P → 6KP → 2KP
- 1KK4K 或 3K4K 或 P4KK [轉身] → K [轉正+浮空]
連續技
- 66P → 1KK [CB]
- (66P) → 9K [小浮空] → 6PK → P2KP
浮空技
- 正面:K → 9PP2KP (高浮空適用) 或 P2K (低浮空適用)
- 正面:6KP → P2KP 或 9PP2KP (注意 6PK 在高浮空時容易 miss )
- 正面:P+K → 9P → P2KP (第一步容易 miss)
- 背面:4P → 9PP2KP (建議使用)
- 背面:P6P → PP2KP 或 9PP2KP (P6P 後要按取消鍵,成功率較低)
特殊攻擊
- 面牆攻擊(9P 避免直接撞牆):P2KP → 9P → P2KP
- 閉肘攻擊:236T → P+K‧P [CB]
- 背摔:4T → 4KP
- 閉肘(P+K)造成進攻時間差,運用得當可增加對方反制的困難度。閉肘後可接 P+K 或 P 或 2P 攻擊,速度夠快或 CH 時有 CB 效果。
- 可接閉肘的招式:8P、2H+K、66P+K‧P+K
- 部分招式可接 T 破壞防守方的平衡,之後再接 P+K 或 P 或 2P 攻擊,速度夠快或 CH 時有 CB 效果。
- 可接 T 的招式:PP、2K、PP2K、4PK、66P+K‧P+K
注意事項
- 連續攻擊時用 6KP 收尾較易造成 CB。
- 被動防守時(即按住 4 不放)較適合的反擊技為 7K 。
- P2K 後可稍停頓,視對手動作採取 P 或 T 二擇。
- 對手在中距離發招時,可趁空檔用 214P 或 1P+K 把對方打飛。
- 以下是同系列的動作,差別在出招速度和破壞力:
快:2KP 中:P2KP 慢:7P2KP
Sunday, July 6, 2014
Continuation Passing Style (CPS)
Papers
- Retrospective: The Essence of Compiling with Continuations
- Overview of the field: Compiling with Continuations, Continued (slides)
- Implementing Java as a CESK machine, in Java
- Writing an interpreter, CESK-style
- How to compile with continuations
- Understand exceptions by implementing them
- By example: Continuation-passing style in JavaScript
- Programming with continuations by example
Discussions
GoLang tutorials and resources
http://www.youtube.com/watch?v=MzYZhh6gpI0
A short talk on the essentials of Golang by its creator Russ Cox
http://tobegit3hub1.gitbooks.io/understanding-linux-processes/
Learning Linux processes with Golang examples
A short talk on the essentials of Golang by its creator Russ Cox
http://tobegit3hub1.gitbooks.io/understanding-linux-processes/
Learning Linux processes with Golang examples
Saturday, July 5, 2014
A History of Haskell: being lazy with class
I recently stumbled across a fascinating paper from the ACM SIGPLAN History of Programming Languages Conference (HOPL’III), 2007:
http://www.scs.stanford.edu/~dbg/readings/haskell-history.pdf
Related materials and talks about this paper can be found at Simon Peyton's page.
A collection of online Haskell tutorials:
Learn you a Haskell http://learnyouahaskell-zh-tw.csie.org/
Write you a Haskell http://dev.stephendiehl.com/fun/
What I wish to know when I learned Haskell http://dev.stephendiehl.com/hask/
http://www.scs.stanford.edu/~dbg/readings/haskell-history.pdf
Related materials and talks about this paper can be found at Simon Peyton's page.
A collection of online Haskell tutorials:
Learn you a Haskell http://learnyouahaskell-zh-tw.csie.org/
Write you a Haskell http://dev.stephendiehl.com/fun/
What I wish to know when I learned Haskell http://dev.stephendiehl.com/hask/
Subscribe to:
Posts (Atom)