Welcome![Sign In][Sign Up]
Location:
Search - java package

Search list

[JSP/Javakaffe-1.0.7-rc1.tar

Description: kaffe是一个java虚拟机的源代码。里面包含了一些java例程和标准的java包。-kaffe is a java virtual machine source code. Which contains some java routines and standards java package.
Platform: | Size: 4241408 | Author: 林楠 | Hits:

[JSP/Javajava-oracle中几十个实用的PLSQL

Description: java-oracle中几十个实用的PLSQL-java-oracle which dozens of practical PLSQL Package
Platform: | Size: 8192 | Author: | Hits:

[Crack HackJCT - java加密解密工具包

Description: java加密解密工具包-Java encrypt and encode tool package
Platform: | Size: 36864 | Author: 单平 | Hits:

[AI-NN-PRbot-package-1.4

Description: < 网络机器人java编程指南>>的配套源程序,研究如何实现具有Web访问能力的网络机器人的书。从Internet编程的基本原理出发,深入浅出、循序渐进地阐述了网络机器人程序Spider、Bot、Aggregator的实现技术,并分析了每种程序的优点及适用场合。本书提供了大量的有效源代码,并对这些代码进行了详细的分析。通过本书的介绍,你可以很方便地利用这些技术,设计并实现网络蜘蛛或网络信息搜索器等机器人程序。-lt; Lt; Java Web Robot Programming Guide gt; Gt; The matching source to study how to achieve the ability to visit the Web network robot book. Internet programming from the basic principles and simple, step by step elaborate procedures of the network robot Spider, Bot, aggregator of technology, and analysis of the merits of each procedure and applicable occasions. The book provides plenty of source code, as well as code for a detailed analysis. Through the book, you can easily take advantage of these technologies, network design and network information spider or other search engine robot procedures.
Platform: | Size: 1437696 | Author: | Hits:

[JSP/JavaSAX与JAVA

Description: JAVA与XML处理一个重要方法是SAX,该包提供了11个常用程序,下载后可以根据具体情况对改进.这11个程序都已调试过.包括对XML的各种处理.建议先下载这个.-Java and XML processing is an important way to SAX, the package provides a 11 common procedures can be downloaded under specific conditions to improve. This 11 procedures have been tuned. Including the various XML. Download the first proposal.
Platform: | Size: 8192 | Author: 邢军 | Hits:

[Crack Hack肖俊.java

Description: ava加密扩展即Java Cryptography Extension,简称JCE。它是Sun的加密服务软件,包含了加密和密匙生成功能。JCE是JCA(Java Cryptography Architecture)的一种扩展。 JCE没有规定具体的加密算法,但提供了一个框架,加密算法的具体实现可以作为服务提供者加入。除了JCE框架之外,JCE软件包还包含了SunJCE服务提供者,其中包括许多有用的加密算法,比如DES(Data Encryption Standard)和Blowfish。 为简单计,在本文中我们将用DES算法加密和解密字节码。下面是用JCE加密和解密数据必须遵循的基本步骤: 步骤1:生成一个安全密匙。在加密或解密任何数据之前需要有一个密匙。密匙是随同被加密的应用一起发布的一小段数据,Listing 3显示了如何生成一个密匙。 【Listing 3:生成一个密匙】 -expansion that Java Cryptography Extension, referred to JCE. It is Sun's encryption software, including encryption and key generation functions. JCE is JCA (Java Cryptography Architecture), an extension. JCE no specific encryption algorithms, but provides a framework, the specific encryption algorithm can achieve as a service provider to join. Apart from the JCE framework, JCE package also includes SunJCE service providers, including many useful encryption algorithms such as DES (Data Encryption Standard) and the Blowfish. For simple terms, in this paper we will use DES encryption and decryption algorithms byte code. Below is JCE encryption and decryption of data must adhere to the basic steps : Step 1 : Generating a security keys. In any encryption or decryption of data is needed befo
Platform: | Size: 3072 | Author: 肖俊 | Hits:

[GUI Develop3.3.4--时钟提高(不同时区的时钟)

Description: 时钟程序--时钟提高(不同时区的时钟),利用java包中的函数,编学属于自己的时钟。-clock procedures-- raising clock (time zone clock), using java package functions, provision learn their own clock.
Platform: | Size: 12288 | Author: 丁如敏 | Hits:

[JSPJava 2 图形设计卷Ⅱ:SWING

Description: SWING包是JAVA 一个重要的包,如何利用好这个包中的类是开发JAVA程序的关键-SWING bread is an important JAVA kits, how to make good use of this type of package is the development of key Java
Platform: | Size: 702464 | Author: 周贵卿 | Hits:

[JSPpoi-bin-2.0-RC1-20031102

Description: java读取和处理office文档的源码的java包-read and handle office document source java package
Platform: | Size: 5131264 | Author: 王小明 | Hits:

[JSPjava系统开发实例导航

Description: 今天买了一本书,见其不错,将其源代码打包上传。1.基于struts的客户资料管理系统2.基于struts的人事管理系统3.办公日志系统4.电子政务管理系统5.餐饮业进销存系统6手机短信数据采集系统。-today bought a book, reflected good to upload source code package. 1. Based on the struts of customer information management system 2. Struts-based personnel management system 3. Office log system 4. E-government management system 5. Food industry Invoicing System 6 SMS Data Acquisition System.
Platform: | Size: 11740160 | Author: 大灰熊 | Hits:

[MultiLanguageclassifier-1.12

Description: 能对从Google中搜索出来的文本进行聚类,提供了Java包,及调用源代码.-can right from the Google Search for the text clustering, a Java package, source code and call.
Platform: | Size: 1423360 | Author: 廖剑 | Hits:

[Email Clientjava mail源码

Description: 用java实现发送邮件,压缩文件中有个j2ee.jar:已经包含了javamail,JAF包,只是Java mail需要的 1)直接拷贝j2ee.jar,将其添加到jbuilder的library中,或系统ClassPath中。 2)压缩文件中还包含一个配置文件MailServer.properties,需要放到工程文件的class目录 3)这个源代码也是在网友的基础上修改的。如有问题,欢迎交流讨论。 -mail, compressed files are 000 j2ee.jar : includes a JavaMail, JAF package, Java is the need to mail a) direct copy j2ee.jar. to add to the library JBuilder, or systems which ClassPath. 2) compressed files also contain a configuration file MailServer.properties. the needs of our engineering documents class Contents 3) The source code is the netizens on the basis of revision. If problems are welcome to discuss the exchange.
Platform: | Size: 6146048 | Author: 炸鱼 | Hits:

[OtherJAVA-OBC

Description: 这一款很棒的JAVA混淆器,它可以帮助生成jar包时,对JAVA程序进行混淆-this paragraph terrific Java obfuscator, it can help generate the jar package, the Java procedures confusion
Platform: | Size: 1884160 | Author: Ben | Hits:

[JSP/Javalaunch4j-2.0.RC3-win32

Description: 一个将JAVA打包成为。exe软件的工具软件 内代源码-a Java package will be. Exe software tool generation source software
Platform: | Size: 2070528 | Author: 靈鳥 | Hits:

[GUI Developjava343kjdfjkj3

Description: 这是用来连接数据库的一个java编写的程序包,包括一个界面-This is used to connect to a database prepared by the java package, including an interface
Platform: | Size: 2048 | Author: 三水 | Hits:

[JSPBeginning.Java.2.JDK.5.Edition

Description: Ivor Horton s Beginning Java 2, JDK 5 Edition (Java 2入门经典:JDK 5)英文原版 本书综合介绍了使用J2SE(Java 2 Standard Edition)5.0或更高版本开发动态程序的过程,阐述了Java语言的各个方面,包括Java语言结构和工作原理的基本知识,用大量的实例讲述如何开发功能齐全的Java应用程序,以期帮助读者掌握Java语言的最新特性和Java类库中主要的功能包,积累Java应用环境的使用经验,并在核心技术领域打下坚实的基础。. 本书系统全面、浅显易懂,非常适合没有任何编程经验的初学者阅读,也可作为软件开发人员和高校师生的必备参考书。 通过阅读本书,你可以借助J2SE 5.0这个最新、最出色的Java平台来学习Java编程。J2SE 5.0拥有强大的新特性和新功能,使Java性能产生了巨大的飞跃。 -Ivor Horton's Beginning Java 2. JDK 5 Edition (Java 2 portal classic : JDK 5) The English version of the original book on the integrated use of J2SE (Java 2 Standard Edit Ion) version 5.0 or higher dynamic program development process, expounded the Java language in all its aspects, including the Java language's structure and working principle of the basic knowledge, with plenty of examples on how to develop fully functional Java applications, to help readers master the latest Java language features and Java class library major functional package, Java application environment accumulation of experience and core technology in the field to lay a solid foundation. . The book system of comprehensive, simple words, not very suitable for any programming experience beginners reading, can a
Platform: | Size: 5924864 | Author: haibing | Hits:

[CA authDigitalSignature2Example

Description: 本程序是用java程序包实现RSA安全认证算法的实现程序,可用于网络安全传输和数字签名-this procedure is used java package to achieve RSA Security Authentication Algorithm procedures, can be used for transmission of network security and digital signature
Platform: | Size: 1024 | Author: 许可 | Hits:

[JSP/JavaB-A-smallworld-java-code

Description: 生成BA 小世界网络java 源程序,里面涉及到结点类RipplePeer可以另行自己实现,主要就是几个成员变量id,neighbors数组(与之连接的结点)和degree度数-BA small-world networks generated java source code, which relates to node can be its own category RipplePeer realize, the main variable is the number of members of id, neighbors array (connected nodes) and degree degrees
Platform: | Size: 1024 | Author: | Hits:

[JSP/Javajava-sdk-2.2.5

Description: 实现msn聊天机器人的java包,附加一个实例-Msn chat robot to achieve the java package, an example of additional
Platform: | Size: 1775616 | Author: jianyongjun | Hits:

[JSP/Javaasterisk-java-0.3.1-javadoc

Description: 关于asterisk的java包,对asterisk系统的开发有很大用处-Asterisk on the java package, on the asterisk system has great usefulness
Platform: | Size: 1521664 | Author: 钟然旭 | Hits:
« 12 3 4 5 6 7 8 9 10 ... 50 »

CodeBus www.codebus.net