搜索资源列表
MegaMek-v0.32.2
- MegaMek is a networked Java clone of BattleTech, a turn-based sci-fi boardgame for 2+ players. Fight using giant robots, tanks, and/or infantry on a hex-based map.
Cloning
- 用JAVA查看语句CLONE-View with JAVA statement plasmid
FBReaderJ-sources-1.3.7
- FBReaderJ用于Android平台的电子书阅读器,它支持多种电子书籍格式包括:oeb、ePub和fb2。此外还支持直接读取zip、tar和gzip等压缩文档。-FBReader for Android was written in Java as a clone of original (C++) FBReader book reader. It was named FBReaderJ, but now we prefer to write “FBReader for Android”.
Clone
- JAVA CLONE 用于CLASS范式的CLONE-JAVA CLONE for CLASS paradigm CLONE
CloningAClass
- code used to clone an object instead of copying each and every variable in the cla-code used to clone an object instead of copying each and every variable in the class
MyIntTree
- 用java实现的二叉树,实现了add(),contains(),clone(),equals(),someContends()等方法-The realization of the binary tree using java to achieve the add (), contains (), clone (), equals (), someContends (), etc.
bomberman02aug2002
- Java Bomberman is just another multiplayer bomberman clone written in Java.
Clone
- 我刚开始学习java,这是我参照教科书上编辑的对象克隆的源代码 -I just started learning java, this is my reference books on editing the source code of the object cloning
ExtendedAVLTree.java
- 扩展AVLTree,添加克隆,合并和打印方法-extend the AVLTree class to include the following methods: clone(AVLTree<K,V> tree);merge(AVLTree<K,V> tree1, AVLTree<K,V> tree2 );void print(AVLTree<K, V>)
qTRACErEADER.RAR
- A collection of utilities to workaround limitations of Java clone framework.
RARZIP
- a co-founder of Sun Microsystems, the originator of Java, called C# an "imitation" of Java Gosling further said that "[C# is] sort of Java with reliability, productivity and security deleted."[16][17] Klaus Kreft and Angelika Langer (authors of a C++
ByteArrayOStream
- An unsynchronized version of java.io.ByteArrayOutputStream that can expose the underlying byte array without a defensive clone and can also be converted to a ByteArrayIStream without intermediate array copies.
IOCipher-master
- iocipher是一个虚拟磁盘加密应用程序不需要设备 是根。它使用一个API标准的克隆工作 文件。只有密码处理开放的虚拟磁盘是什么站 开发商和完全加密的文件存储在。它是基于libsqlfs和sqlcipher。-IOCipher is a virtual encrypted disk for apps without requiring the device to be rooted. It uses a clone of the standard java.io API for
clone
- java 对象克隆技术代码,基础代码,适合新手学习-Java clone method
bitset
- A simple, limited clone of the java.util.BitSet Source Code for Linux v2.13.6.
darts-clone-java-master
- HMM模型源代码,非常适合新手使用,理解模型原理,若有问题欢迎咨询本人,一起学习学习!-HMM Model source ,very suitable for beginners to use!
tetris-master
- Clone of Tetrisgamewritten on Java.
clonage
- 克隆对象,对克隆方法的说明,如何重写Object.clone()方法,来实现对对象的克隆(The object of cloning, how to rewrite the Object.clone method and how to clone the object)
Hutool_v3.2.0
- Hutool是一个Java基础工具类,对文件、流、加密解密、转码、正则、线程、XML等JDK方法进行封装,组成各种Util工具类,同时提供以下组件: 布隆过滤 缓存 克隆接口 类型转换 日期处理 数据库ORM(基于ActiveRecord思想) 基于DFA有限自动机的多个关键字查找 HTTP客户端 IO和文件 有用的一些数据结构 日志 反射代理类的简化(AOP切面实现) Setting(一种扩展Properties的配置文件) System(JVM和系统信息等) W
clone
- 实现了clone()方法实现对象克隆的基本用法,clone()是受保护的类型,因此在子类中必须覆写此方法。Comparator和Comparator接口用法(The clone () method to realize the basic usage of object cloning, clone() is a type of protected, therefore must override this method in a subclass.Comparator and Comparat