搜索资源列表
肖俊.java
- ava加密扩展即Java Cryptography Extension,简称JCE。它是Sun的加密服务软件,包含了加密和密匙生成功能。JCE是JCA(Java Cryptography Architecture)的一种扩展。 JCE没有规定具体的加密算法,但提供了一个框架,加密算法的具体实现可以作为服务提供者加入。除了JCE框架之外,JCE软件包还包含了SunJCE服务提供者,其中包括许多有用的加密算法,比如DES(Data Encryption Standard)和Blowfish。 为简单
TrippleDES_java.rar
- java实现的3des加密算法,本算法是按照VC的算法实现的。本源代码只是用来学习3des,如果要完全实现微软的3des加密功能,还有许多工作去做。,3des encryption algorithm java implementation, this algorithm is implemented in accordance with VC algorithm. Origin code is only used to study 3des, if we are to achieve Micr
QQ_password
- QQ加密原理及其解密。大家学习一下,共同交流-QQ encryption and decryption principle. U.S. to learn about common exchange
MASTERMIND
- Applet Name: Mastermind Applet Source: mastermind.java Import(s): java.awt, java.net, java.awt.image Feature(s): image, mouse-Applet Name: Mastermind Applet Source: mastermind.java Import (s): java.awt, java.net, java.awt.image Feature (s):
adito-0.9.1-bin.tar
- Adito是一个基于网络的SSL VPN的服务器上。 Adito的是用Java编写的,并有一个基于浏览器的AJAX界面。 只通过一个网络浏览器,Adito可以轻松地和安全地得到最内联网服务。Adito最初是从SSL的浏览器继承来的。-Adito is a web-based SSL VPN server. Adito s is written in Java and has a browser-based AJAX interface. Adito allows easy and safe ac
CAA7Y329
- Android平台对应的高欢堂所编写的书籍的对应源代码 可以不用敲键盘了,非常有用 哦-source code for Gao Huantang s Android book
Cryptography
- 该程序包提供了三种加解密算法的源代码:DES、AES和RSA。程序没有使用Java的security库,完全是自己根据加解密算法流程手工编写的。适用于密码学加解密算法的学习和研究。 由于运行速度慢,不推荐用于实用项目。-The package offers three encryption algorithm source code: DES, AES and RSA. Procedures did not use Java' s security database is entirely
commons-math-1.2-sources
- Apache的common math数学软件包-Apache' s common math mathematics software package
owlsmx_1_1c
- 外国做的关于语义web服务匹配器OWL-S MX 很好用-Foreign countries to do about the semantic web service matching OWL-S MX devices with good
AES-Crypto-SN-Generator
- AES 是一种使用安全码进行信息加密的标准。 它支持 128 位、192 位和 256 位的密匙。 加密算法的实现在 ElAES.pas 单元中。 本人将其加密方法封装在 AES.pas 单元中, 只需要调用两个标准函数就可以完成字符串的加密和解密。 (* 密匙长度 *) 128 位支持长度为 16 个字符 192 位支持长度为 24 个字符 256 位支持长度为 32 个字符 所有加密和解密操作在默认情况下为 128 位密匙。-
jeecms-2.4.2-final-src
- JEECSM是JavaEE版网站管理系统(Java Enterprise Edition Content Manage System)的简称。 基于java技术开发,继承其强大、稳定、安全、高效、跨平台等多方面的优点 -JEECSM is the version of JavaEE web site management system (Java Enterprise Edition Content Manage System) short. Based on java techno
DrugsForYou
- 这是一个药房的自动处方跟踪系统(PTS)。(1)系统用于跟踪每个客户的一下信息: 1.客户姓名; 2.电话号码; 3.出生日期; 4.承保公司; 5.处方历史记录,详情如下。 (2) 每个客户的处方历史记录会记录每个处方的以下信息: 1.药房指定的唯一处方ID号; 2.处方开出的药物; 3.开处方的医师姓名和电话; 4.处方日期; 5.处方终止日期; 6.批准的再次给药次数; 7.每次按照药方抓药的“单位”数量, 其 中
banker
- 共享资源分配与银行家算法 [问题描述] 本题主要内容是模拟实现资源分配。银行家算法是避免死锁的一种重要方法,本实验要求用高级语言编写和调试一个简单的银行家算法程序。加深了解有关资源申请、避免死锁等概念,并体会和了解死锁和避免死锁的具体实施方法。 通过对这个算法的设计,让学生能够对书本知识有更深的理解,在操作和其它方面有更高的提升。 -Share resource allocation algorithm with bankers [Problem Descr iption] T
simpleecdsa-1.0.0.tar
- it s about authentication msg using ECDSA
OReilly---Java-Programming-On-Linux
- This book is neither a course in Java programming nor a manual for the Linux OS. While the well-written text provides overviews of both Java and Linux, it s really a compendium of information you ll want on hand once you ve chosen Java-on-Linux
GetUserDataResponseType.java.txt
- 网络扫描程序,用于用户类型识别,端口分析,对PING的数据反映,操作系统状态等-Network scanning procedures for the identification of the type of user, port analysis, PING' s data reflect the state of the operating system
Escape.java
- Java Escape算法编码示例,包括解码类文件源码,解码说明:本方法保证 不论参数s是否经过escape()编码,均能得到正确的“解码”结果。-Java Escape arithmetic coding examples, including the decoding class source files, decode Note: This method ensures that regardless of whether the parameter s through the escap
java
- From Sun s Java VM Specification, as tag entries in the constant pool.
java
- 是由 Richard Bellman 和 Lester Ford 創立的,求解單源最短路徑問題的一種演算法. 常見的最短路徑問題演算法還有 Dijkstra s algorithm, 且 Dijkstra 演算法不允許路徑的 cost 是負值, 但此演算法不受此限制. 但是如果圖形中有包含 cycle, 且 cycle 上面的 cost 的合為負值, 則此演算法不適合用於此種圖形-By Richard Bellman and Lester Ford founded, single-source
xt_mark
- C++ equivalent to Java s OutputStream class.Make gcc -Wnon-virtual-dtor happy.