搜索资源列表
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.
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”.
bomberman02aug2002
- Java Bomberman is just another multiplayer bomberman clone written in Java.
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>)
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!
Hutool_v3.2.0
- Hutool是一个Java基础工具类,对文件、流、加密解密、转码、正则、线程、XML等JDK方法进行封装,组成各种Util工具类,同时提供以下组件: 布隆过滤 缓存 克隆接口 类型转换 日期处理 数据库ORM(基于ActiveRecord思想) 基于DFA有限自动机的多个关键字查找 HTTP客户端 IO和文件 有用的一些数据结构 日志 反射代理类的简化(AOP切面实现) Setting(一种扩展Properties的配置文件) System(JVM和系统信息等) W