搜索资源列表
dfgshsjgdsjkl
- 给出3,3,8,8四个数,求一算法,程序通过这一算法,无论加减乘除,每个数用一次,计算四个数结果为24。注:不需要一种计算结果的验证。让计算机替你寻找解决方案,而不仅仅是验证而已。如round(8×8/3)+3
FP-growth-algorithm-implementation
- FP增长算法的实现与测试(Java实现) 1、程序编译运行环境Eclipse3.20+JDK1.60 2、程序参数说明 -F=filename -S=support -C=confidence filename:数据集文件名,必须位于工程根目录下 support:支持度,位于0-100.0之间的任意数 confidence:置信度,位于0-100.0之间的任意数 例如:-F=anonymous-msweb.data -S=10.0 -C
gernralSort
- 继承和多态 实验目的: 1、 掌握继承和多态的概念与实现方法 2、 掌握如何从已有的类中派生子类并继承父类 3、 掌握方法的覆盖和重载 实验内容: 设计一个通用的排序算法,作为验证,自定义学生类、矩形类,可以利用该排序算法对学生按照ID以及Name进行排序;对矩形按照面积排序。 -Inheritance and polymorphism of the experiment was: 1, inheritance and polymorphism to master t
java source
- 里面有5个工程文件,功能分别为搜索引擎建立索引与查询功能、java的MD5算法、HashMap的功能、FileDao文件操作大全、动态生成验证码,可定制字体,图片背景,和干扰线等。-There are five project file, function set up for search engine indexing and query functions, java the MD5 algorithm, HashMap function, FileDao file operations
RoleBased_Privilege_Control_Static_Test
- 自己写了一个角色权限控制的框架,仅仅使用了DOM在html的view层,以及JSP、Struts展现标记在前端控制层,Action多组类在后端控制层,两个biz类在模型层。本上载部分为第一部分,验证了一组递归算法实现checkbox的1种状态变化。-Wrote out a framework for the role based privilege control, which includes static html using javascipt on View layer, JSP& so
MyEclipseGen
- MyEclipse的用户名与验证码算法的JAVA-MyEclipse user name and verification code
tSignature
- 这里以对字符串的签名和验证为例,说明数字签名函数用法。算法为MD5WITHRSA.-Here for the signature and verification of the string as an example to illustrate usage of the digital signature function. Algorithm MD5WITHRSA.
java
- 本文件主要是java安全通信的代码包括:md5 密码加密与验证 对称加密与解密 非对称加密以解密 基于MD5信息摘要算法实现密码加密与验证 凯撒加密算法 数字签名与验证 消息验证码 消息摘要(都经过调试无错误)-java security of communications, including: md5 password encryption and authentication of non-symmetric encryption and decryption based on symme
ValidatePic
- 实现了对验证码复杂算法的实现,提供了一个简单的方法来让开发者简单使用-The complexity of the verification code implements the algorithm, provides a simple way to allow developers to simply use
Java
- 一些有用的编程实例 包括界面美化 算法 使用小工具 验证-Some useful programming examples Including interface beautification algorithm Use small tools validation, etc
Frank-Wolfe
- Frank-Wolfe算法的实现,给出小网络为例子进行验证。-Frank-Wolfe algorithm to verify that the small network is given as an example.
how-to-create-J2EE-license
- 1. 如何制作比较安全完整的J2EE软件的license 或者说License机制。 目前想到的办法是用公钥私玥进行生成一个license,算法是IDEA算法。在每次启动的时候加载读取License信息。进行验证。 但问题是: 1.java的容易被反编译。自己写class loader进行解密难度又不较大。 2. 要进行限制客户端的数量。现在的weblogic有这种功能或者API么 3. 那种算法相对安全,MD5都被破解了。。。。 第一个问题,正如大家说的
tarena_dang
- Struts 2.0技术综合应用,包括上传图片功能,明文加密算法SHA-1和MD5,上传用户头像,根据action随机生成验证码,用链接实现数据的分页处理,以及拦截器和Logger日志框架的引入,总之相当强大,学习Struts 2.0,把这个项目搞清楚了基本上就可以啦-Struts 2.0 technology applications, including upload pictures to plaintext encryption algorithm SHA-1 and MD5, and
GA-java
- 改代码用java语言实现遗传算法编程,并且运用实例进行了验证,对学习遗传算法很有帮助-Change the code using the java language programming of the genetic algorithm, and use examples to validate learning genetic algorithm is helpful
Digital-signature
- 数字签名:产生RSA密钥对(myKeyPair),得到RSA密钥对,产生Signature对象,对用私钥对信息(info)签名,用指定算法产生签名对象,用私钥初始化签名对象,将待签名的数据传送给签名对象(须在初始化之后),用公钥验证签名结果,使用公钥初始化签名对象,用于验证签名。-Digital signature: generate RSA keys (myKeyPair), RSA key pair to produce the Signature object information (i
xindemo
- 关于jsp表单验证的算法 包括了md5加密算法 一个留言板的主要代码-Jsp form validation algorithm including the main code of the the md5 encryption algorithms a message board
Desktop
- LZSS,LZW算法代码。文件传输加密验证工程项目。实现对传前后MD5验证。-LZSS, LZW algorithm code. File transfer encrypted authentication projects. Pass before and after the MD5 authentication.
Floyd
- 实现算法中的floyd算法的小程序。经本人验证可以正确运行。-Realization algorithm floyd algorithm applet. After I can verify correct operation.
java
- 用 Java 编写的对于 IPv6 网络地址的验证方法。此算法可被简单地用其它编程语言仿照重写。-Written in Java for IPv6 network address verification methods. This algorithm can be easily modeled using other programming languages rewritten.
GN
- GN算法是一种经典的web社区发现算法,java语言。可用实例验证-the GN algorithm is a kind of classic web community discovery algorithm