Circulation pipe
Time Limit: 4 Seconds Memory Limit: 65536 KB
Darkgy is a transport pipe master. One day, due to some strange redstone signal, an Iron pipe changed its direction and make a...
分类:
其他好文 时间:
2014-12-01 10:14:42
阅读次数:
200
转载于:http://www.cnblogs.com/muzongyan/archive/2010/08/05/1793000.html定义:迪米特法则(Law of Demeter,LoD)也称为最少知识原则(Least Knowledge Principle,LKP)。一个对象应该对其他对象有最...
分类:
其他好文 时间:
2014-11-26 18:06:43
阅读次数:
167
Description
You have a piece of iron wire with length of n unit. Now you decide to cut it into several ordered pieces and fold each piece into a triangle satisfying:
*All triangles are integral....
分类:
其他好文 时间:
2014-11-08 23:40:43
阅读次数:
396
里特定律(Little's Law)源自排队理论,是IT系统性能建模中最广为人知的定律。里特定律揭示了前置时间(Lead Time)、在制品数量(Work In Progress, WIP)和吞吐率(Throughput)之间的关系。前置时间 - Lead time:只请求进入到系统 与 请求验收完...
分类:
其他好文 时间:
2014-10-30 01:33:42
阅读次数:
253
The parallelogram law in inner product spacesVectors involved in the parallelogram law.In a normed space, the statement of the parallelogram law is an...
分类:
其他好文 时间:
2014-10-18 11:03:28
阅读次数:
221
多线程程序设计的困难
难以重现失败,bug难以追踪
并发错误难以追踪和消除
独立任务的拆分并不总是那么明朗
线程同步、通信引入的复杂
多线程引发的竞争、死锁、可见性问题(难以调试、追踪)
测试困难,简单的测试并不能覆盖生产环境的问题
设计不当,并不能充分提升性能(不控制线程数量,造成无谓上下文切换和Cache失效)
see Amdahl's law,阿姆达尔定律,...
分类:
编程语言 时间:
2014-09-23 19:25:45
阅读次数:
300
Reference:http://en.wikipedia.org/wiki/Rule_of_three_(C%2B%2B_programming)Therule of three(also known as the Law of The Big Three or The Big Three) is...
分类:
其他好文 时间:
2014-08-09 23:03:59
阅读次数:
331
计算机体系结构的铁律可由以下公式来描述。从programmer的角度来看,处理器的性能就是执行程序的速度,所以用Time/Program来刻画处理器性能。而这个简单的公式背后是有非常丰富的内涵的,具体地说,就是该公式可以继续展开为以下三个简单但有内涵的公式。...
分类:
其他好文 时间:
2014-08-05 00:49:08
阅读次数:
328
Greg A. writes,I enjoyed your post on how to not sort by average rating. I was wondering if you have any experience with sorting based on average vote...
分类:
其他好文 时间:
2014-07-28 15:13:13
阅读次数:
261
了解一个系统的性能通常是参考一些度量值(Metric),而如何计算出这些Metric就是我们要讨论的。Little Law(排队理论:利特儿法则)和Utilization Law是Performance Engineering(System Engineering的一部分)常用的法则,它们都是数学理论,因此可作为性能计算的理论依据。详细分析两个法则超出了我个人的知识范围,因此我将仅仅谈一下如何应用...
分类:
其他好文 时间:
2014-07-20 10:25:28
阅读次数:
290