• cmake3-3.6.1-3.el6.src.rpm

    cmake linux 安装包cmake3-3.6.1-3.el6.src.rpm 用于centos

    0
    197
    6.62MB
    2020-08-12
    50
  • oracle 10g exp.exe

    运行导出时提示exp.exe已停止工作,到bin目录下运行也不行,下载覆盖下就好了。

    4
    863
    130KB
    2014-09-10
    48
  • oracle 10g imp.exe文件

    oracle有时被杀后imp.exe不能使用了,一直提示imp.exe已停止工作,所以要下一个文件来覆盖执行就好了

    5
    478
    61KB
    2014-09-10
    50
  • 疯狂java实战演义(光盘代码)

    《疯狂java实战演义》光盘中的代码 各章所讲述的java代码 用于学习研究,内有详细解释 ball-部分代码 package org.crazyit.ball; import java.io.IOException; /** * 道具对象 * * @author yangenxiong yangenxiong2009@gmail.com * @author Kelvin Mak kelvin.mak125@gmail.com * @version 1.0 * <br/>网站: <a href="http://www.crazyit.org">疯狂Java联盟</a> * <br>Copyright (C), 2009-2010, yangenxiong * <br>This program is protected by copyright laws. */ public abstract class Magic extends BallComponent { /** * 提供给子类调用的构造器 * * @param path * String 文件路径 * @param x * int x坐标 * @param y * int y坐标 */ public Magic(String path, int x, int y) throws IOException { super(path, x, y); } /** * 道具的功能 * * @param stitck * Stick * @return void */ public abstract void magicDo(Stick stick); }

    0
    38
    6.51MB
    2013-04-01
    4
  • JDK-6u43 for windows x64

    64位jdk1.6 windows操作系统

    5
    189
    59.83MB
    2013-04-01
    2
  • ocjp考前复习-最新

    QUESTION 3 Given: 11. // insert code here 12. private N min, max; 13. public N getMin() { return min; } 14. public N getMax() { return max; } 15. public void add(N added) { 16. if (min == null || added.doubleValue() < min.doubleValue()) 17. min = added; 18. if (max == null || added.doubleValue() > max.doubleValue()) 19. max = added; 20. } 21. } Which two, inserted at line 11, will allow the code to compile? (Choose two.) A. public class MinMax&lt;?&gt; { B. public class MinMax&lt;? extends Number> { C. public class MinMax<N extends Object> { D. public class MinMax<N extends Number> { E. public class MinMax&lt;? extends Object> { F. public class MinMax<N extends Integer> { Answer: DF Section: (none) Explanation/Reference: Explanation:

    0
    39
    8.87MB
    2012-07-14
    0
  • 分享达人

    成功上传6个资源即可获取
  • 签到新秀

    累计签到获取,不积跬步,无以至千里,继续坚持!
关注 私信
上传资源赚积分or赚钱