搜索资源列表
JavaFR_RSA_Source
- 基于java的完整的RSA算法实现 /** * <p>Titre : RSA </p> * <p>Descr iption : Encodage de donn閑s selon le protocole RSA </p> * <p>Copyright : Copyright (c) 2004</p> * @author Fran鏾is Bradette * @version 1.1 * version originale d
my123jianjava
- java的原文件可以在vc下编译 其高级功能包括:管道技术、程序分块、身份验证、事先身份验证、加密、代理支持、 服务器证书验证、连接管理和HTTP 扩展。 ... 例如,使用Net classes 编写的应用程序 可以从任何正确执行了HTTP 1.1 协议的Web 服务器上下载数据。-the original documents can be compiled under the vc its advanced features include : pipeline technica
akerblad.tar
- A Java port of LDC s Champollion sentence aligner (http://champollion.sourceforge.net). Intended audience is Natural Language researchers wishing to sentence-align parallel text. In the future, Akerblad will extend Champollion with such features as r
aescrypt-java-3_0
- 利用java实现文件的AES加密功能 This Java AES Crypt package contains the Java class es.vocali.util.AESCrypt, which provides file encryption and decryption using aescrypt file format. Requirements The Java AES Crypt package only works in Java 6, but can be
filefetch
- java源码,实现断点续传功能,采用http协议,多线程。-java source code, implementation HTTP functionality, using http protocol, multi-threaded.
11912880http_client_2.0
- 在linux平台上的http客户端实现,让你全面了解并掌握http的过程和java 的开发。-it make in linux ,and utime pid void ,that make you feel very good.
proxysource
- 代理服务器的java代码,可以实现把一个http连接通过此程序转发出去,从而在客户端和服务器之间构建一个代理服务器-a proxy server source code
ExeScript_V3.0
- ★ Exescr ipt 3.0.0 汉化版 Exescr ipt 是一款面向高级计算机用户的出色的工具,用户不 需要了解编程知识,就可以创建和编译自己的可执行程序,而 无需写一行代码。它可以将批处理文件(.bat)、Visual Basic 和 Java脚本快速转换为可执行EXE 文件,同时可以保护.bat、 .vbs 和 .js 的内容。 汉化说明: 1、此为汉化破解版,采用语言包形式,安装后即可使用。 2、如果以前使用过英文版,安装汉化后菜
Chukeh
- 基于aspx.net开发的文件断点续传功能 断点续传客户端可以使用 VC、Delphi、Java、VB 等任何技术来实现 基本原理为从大文件中循环取指定大小的块并提交 -Developed based on a document aspx.net HTTP feature HTTP client can use the VC, Delphi, Java, VB, etc. to achieve the basic principle of any technology from
phprpc_3.0
- php rpc 编程接口支持,Java php- P H P R P C What is it? ----------- PHPRPC is a Remote Procedure Calling protocol that works over the Internet. It is secure and fast. It has a smaller overhead. It is power
RSA
- RSA算法的java代码,有界面,需要到http://www.bouncycastle.org下载bcprov-jdk14-123.jar-RSA algorithm java code, there are interfaces, you need to http://www.bouncycastle.org download bcprov-jdk14-123.jar
HTTP-server-program
- 基于Java的HTTP服务器程序实现,本程序是在LINUX环境下实现的-Java-based HTTP server program to achieve really LINUX environment
AES-Rijndael
- Rijndael (pronounced Reindaal) AES算法,由Joan Daemen and Vincent Rijmen设计。-//Rijndael (pronounced Reindaal) is a block cipher, designed by Joan Daemen and Vincent Rijmen as a candidate algorithm for the AES. //The cipher has a variable block length an
YukiSpider
- 基于HttpClient4.0的网络爬虫基本框架(Java实现)-Analog HTTP request: HttpClient 4.0 Target page structure analysis, HTTP request header information analysis: Firefox+ firebug/Chrome (F12 developer mode) HTML parsing: Jsoup
sm3
- SM3密码杂凑算法。java 源码,http://www.oscca.gov.cn/News/201012/News_1199.htm 已与官网示例验证-SM3 cryptographic hash algorithm. java source code, http: //www.oscca.gov.cn/News/201012/News_1199.htm verified with official website example
69159016yckzdm
- org.json包是另一个用来beans,collections,maps,java arrays 和XML和JSON互相转换的包,主要就是用来解析Json数据,在其官网http://www.json.org/上有详细讲解,有兴趣的可以去研究。-beans,collections,maps,java arrays
base64
- Base64是网络上最常见的用于传输8Bit字节码的编码方式之一,Base64就是一种基于64个可打印字符来表示二进制数据的方法。可查看RFC2045~RFC2049,上面有MIME的详细规范。 Base64编码是从二进制到字符的过程,可用于在HTTP环境下传递较长的标识信息。例如,在Java Persistence系统Hibernate中,就采用了Base64来将一个较长的唯一标识符(一般为128-bit的UUID)编码为一个字符串,用作HTTP表单和HTTP GET URL中的参数。在其他