搜索资源列表
spider_v1.2
- 网络蜘蛛1.3版, 功能变更: 1. 关于对处理过URL和待处理URL的存储检索。 利用文件系统存储这些信息,利用Hash碰撞分页算法,加上最新数据的内存缓存,实现高效的信息检索。平均检索的效率0.01s 2. 修改前面版本URL替换产生的中文问题。 -network spider version 1.3, the functional changes : 1. On the right URL and processed pending the URL stora
java_ball
- 碰撞的小球,JAVA程序,共有两个类,涉及到画图类,算法比较简单-Collision of the ball, JAVA procedure
bounce
- java写的双缓冲例子程序 小球的碰撞算法-double buffer bounce ball
Java_MD5
- 分析了MD5加密算法和碰撞的原理,对目前常规MD5算法加密结果容易被破解的问题,利用JDK的ja-va.security包中的MD5算法给出了JavaBeans形式的变换算法,以期进一步减小破解时碰撞的概率,增强系统加密的安全性。-Analysis of the MD5 encryption algorithm and the collision theory, the current results of conventional MD5 algorithm for encryption ea
47278418ssdaquare
- java开放的小游戏,代码量500行,地图生成的简单算法,和播放动画的简单算法!有矩形碰撞-500 lines of code size, map generation simple algorithm, and the simple algorithm animation! A rectangular collision
youxingo
- Java代码量500行,地图生成的简单算法,和播放动画的简单算法!有矩形碰撞。-500 lines of Java code size, map generation simple algorithm, and the simple algorithm animation! A rectangular collision.
how-to-create-J2EE-license
- 1. 如何制作比较安全完整的J2EE软件的license 或者说License机制。 目前想到的办法是用公钥私玥进行生成一个license,算法是IDEA算法。在每次启动的时候加载读取License信息。进行验证。 但问题是: 1.java的容易被反编译。自己写class loader进行解密难度又不较大。 2. 要进行限制客户端的数量。现在的weblogic有这种功能或者API么 3. 那种算法相对安全,MD5都被破解了。。。。 第一个问题,正如大家说的
Billiard
- java版的台球游戏源码。碰撞算法可供参考-source java version of the game of billiards. Collision algorithm available
pengzhuangduobi
- 模仿游戏中碰撞及躲避,包含相关的算法之类等等源码,供参考-Imitation game and avoid the collision, including the related algorithms and the like, and so source for information
CAR-Box2d
- 拉货小车,使用BOX2D技术,包含详细的弹性碰撞算法-Pull goods trolley, use BOX2D technology, includes the elastic collision algorithm in detail
processing-penner-easing-master
- Penner的经典easing动画算法.分为多个java文件。每个文件代表一种动画效果。例如:弹性,碰撞等等。-easing animation algorithms by Penner