代码搜索结果

找到约 2,120,151 项符合 Copyright 的代码

longgenerator.java

//: com:bruceeckel:util:LongGenerator.java // From 'Thinking in Java, 3rd ed.' (c) Bruce Eckel 2002 // www.BruceEckel.com. See copyright notice in CopyRight.txt. package com.bruceeckel.util; publi

generator.java

//: com:bruceeckel:util:Generator.java // From 'Thinking in Java, 3rd ed.' (c) Bruce Eckel 2002 // www.BruceEckel.com. See copyright notice in CopyRight.txt. package com.bruceeckel.util; public in

mapgenerator.java

//: com:bruceeckel:util:MapGenerator.java // From 'Thinking in Java, 3rd ed.' (c) Bruce Eckel 2002 // www.BruceEckel.com. See copyright notice in CopyRight.txt. package com.bruceeckel.util; public

floatgenerator.java

//: com:bruceeckel:util:FloatGenerator.java // From 'Thinking in Java, 3rd ed.' (c) Bruce Eckel 2002 // www.BruceEckel.com. See copyright notice in CopyRight.txt. package com.bruceeckel.util; publ

simpletestexception.java

//: com:bruceeckel:simpletest:SimpleTestException.java // From 'Thinking in Java, 3rd ed.' (c) Bruce Eckel 2002 // www.BruceEckel.com. See copyright notice in CopyRight.txt. package com.bruceeckel.

contributors.h

/*! \file * contributors.h * \brief * List of contributors and copyright information. * * \par Copyright statements \verbatim H.264 JM coder/decoder Copyright (C)

contributors.h

/*! \file * contributors.h * \brief * List of contributors and copyright information. * * \par Copyright statements \verbatim H.264 JM coder/decoder Copyright (C)

entitycollection.java

package dark.db.entity; import java.sql.ResultSet; import java.sql.SQLException; import java.util.List; /** * Title: * Description: * Copyright:

entityobject.java

package dark.db.entity; import java.sql.SQLException; import dark.db.record.Record; /** * Title: 实体对象接口 * Description: 定义作为实体类必需实现的方法 * Copyright:

applicationexception.java

package dark.web.frame.exception; /** * Title: * Description: * Copyright: Copyright (c) 2004 * Company: DIS * Create Time