随笔分类 -  Practice

探索实践:代码是最好的笔记
Distributed Hash Table
摘要:自己设计并实现的 Chord 算法演示程序 阅读全文

posted @ 2015-06-06 19:27 DevinZ 阅读(324) 评论(0) 推荐(0)

Lexical Analyzer Generator
摘要:词法分析器生成程序: RE (binary tree) -> NFA -> DFA 阅读全文

posted @ 2015-04-19 11:35 DevinZ 阅读(404) 评论(0) 推荐(0)

Linear System and Quadratic Form
摘要:高斯消元法解线性方程组,以及曲线曲面方程的标准化变形 阅读全文

posted @ 2015-04-17 21:40 DevinZ 阅读(806) 评论(0) 推荐(0)

External Sorting Model
摘要:自己设计并实现的外部排序模型,用RSA加密的套接字通信模拟磁盘存取 阅读全文

posted @ 2015-04-08 16:52 DevinZ 阅读(358) 评论(0) 推荐(0)

Scoreboard and Tomasulo
摘要:自己设计并实现的记分牌算法与Tomasulo算法演示程序 阅读全文

posted @ 2015-03-23 08:08 DevinZ 阅读(752) 评论(0) 推荐(0)

Critical Section Problems
摘要:Peterson's Algorithm, Spinlocks, and Semaphores 阅读全文

posted @ 2015-03-21 22:12 DevinZ 阅读(450) 评论(0) 推荐(0)

导航