资源列表
2012.user
- 文明帝国自动刷学术,在opera浏览器首选项,高级,内容中安装即可使用。-Civilization automatic brush academic
CRC16
- java CRC16校验自己实现的方法,通过移位算法-java CRC16
2D-barcode-java
- 利用java编程实现二维码的产生,结果以图片形式输出-To create a new 2D barcode through java
java-udp
- java socket udp网络通讯小例子-java socket udp
nodeelementnodetype
- The "getNodeType()" method for an Element Node returns the constant value 1.
Test_div_int_2addr
- Test_div_int_2addr extends DxTestCase for Andriod.
MimeMultipart
- Mime Multipart extends Multipart Source Code for Andriod.
ResourceCategory
- Web Inspector Resource Category for Java scr ipt.
hc_nodeelementnodetype
- The "getNodeType()" method for an Element Node returns the constant value 1.
IndexUtil
- lucene建立索引与lucene检索功能实现的简单实现-lucene build indexing and retrieval functions to achieve
Heartdraw
- Heart drawing //构造函数 public Cardioid(){ //设置窗口标题 super("❤ 形线") //设置背景色 this.setBackground(Color.BLACK) //设置窗口位置 this.setLocation((WINDOW_WIDTH - WIDTH)/2, (WINDOW_HEIGHT - HEIGHT)/2) //设置窗口大小 this.setSiz
HitDetection
- Typescr ipt Helper class implementation of hit detection for polygonal shapes/path using Fast Winding Number Algorithm