2014年11月22日

我本应看淡一点,踏踏实实做自己当下的事才是最重要的

摘要: 专心、踏踏实实做好自己当下的事。不去浪费时间考虑那些猜测的莫须有的事,永远记住这一点,好好努力才能让自己有信心。之所以时常地会感到想要的 阅读全文

posted @ 2014-11-22 22:04 Gavin_LIU 阅读(349) 评论(0) 推荐(0)

The Reading-Quartz: A New Design Element for Low-Latency DCNs

摘要: Today, I will start to read the good paper, the first is Quartz: A New Design Element for Low-Latency DCNs(SIGGOM 2014). 阅读全文

posted @ 2014-11-22 16:03 Gavin_LIU 阅读(199) 评论(0) 推荐(0)

2014年8月16日

What is Merkle tree?

摘要: 这是我最近在研究一篇论文的时候发现的,开始不知道是什么,所以查了些资料。What is Merkle tree?Merkle tree是一种树,网上大都称Merkle Hash tree,这是因为它所构造的所有Merkle tree节点都是Hash值。Merkle tree具有以下的特点:1.它是一... 阅读全文

posted @ 2014-08-16 09:42 Gavin_LIU 阅读(701) 评论(0) 推荐(0)

2014年8月14日

What is bisection bandwidth(对分带宽/对半带宽)?

摘要: 1.定义:用一截面将网络划分为对等的两半时(或者两个节点数目都相同的子网时),穿过该截面的最大传输率。 可知:对分带宽越大,网络的通信能力越强。2.计算: 如果每条链路的带宽都已知道的情况下,则以链路带宽计算。否则,假设链路带宽为1。下面的计算都是假设链路带宽为1。1) n个结点的全连接网络(Ful... 阅读全文

posted @ 2014-08-14 11:08 Gavin_LIU 阅读(3741) 评论(0) 推荐(0)

2014年8月4日

The application of the stack—Parentheses Matching(括号匹配)

摘要: The thought of the algorithm is as follows:(1) Initially set up an empty stack, sequentially read in parentheses;(2) If it is a right parentheses, or ... 阅读全文

posted @ 2014-08-04 20:24 Gavin_LIU 阅读(296) 评论(0) 推荐(0)

导航