• Introduction to computer networking

    Objective: To be acquainted with: The definitions of networking Network topology Network peripherals, hardware and software

    0
    61
    1.04MB
    2012-11-08
    0
  • JAVA五子棋小游戏代码

    import java.awt.*; import java.awt.event.*; import java.applet.Applet; import java.awt.Color; public class GoBang extends Applet implements ActionListener, MouseListener, MouseMotionListener, ItemListener { int color = 0;// 旗子的颜色标识 0:白子 1:黑子 boolean isStart = false;// 游戏开始标志 int bodyArray[][] = new int[16][16]; // 设置棋盘棋子状态 0 无子 1 白子 2 黑子 Button b1 = new Button("游戏开始"); Button b2 = new Button("重置游戏"); Label lblWin = new Label(" "); 。。。。。

    5
    159
    338KB
    2012-11-08
    10
关注 私信
上传资源赚积分or赚钱