摘要:
package com.Pong; import java.util.ArrayList; import java.util.Iterator; import java.util.logging.Logger; public class ConvertMatrix { /** * @param args */ /* public static void ... 阅读全文
posted @ 2015-07-30 00:42
学习札记
阅读(191)
评论(0)
推荐(0)
摘要:
package KconniePong; // 两个矩形都是平行于X,Y轴,判断是否相交。两种方法,都需要检查特殊情况。 public class RectangleIntersect { // 方法一:矩阵在X,Y轴上的投影都在另一矩形投影的一侧,则矩阵必定无交集;否则,有交集。 boolean isRectIntersect(Rectangle a, Rectangle b) { ... 阅读全文
posted @ 2015-07-30 00:38
学习札记
阅读(848)
评论(0)
推荐(0)
摘要:
# This is a basic configuration file with some examples, for device mapper # multipath. # For a complete list of the default configuration values, see # /usr/share/doc/device-mapper-multipath-0.4.9/mu... 阅读全文
posted @ 2015-07-30 00:21
学习札记
阅读(1688)
评论(0)
推荐(0)

浙公网安备 33010602011771号