搜索资源列表
图书馆ROSE实例
- 这是一个图书馆得管理系统的ROSE实例的论文使用JAVA语言实现-This is a library management system in the Rose examples of the use of paper JAVA
jasperreport+ireport编程实例
- 用户是实现Java的报表处理。
Java信息管理系统
- java信息管理系统开发实例导航
java编程思想英文版
- 很多java实例!
Java安全性编程实例 第2章数据内容的保护加密
- Java安全性编程实例 第2章数据内容的保护加密
JAVA
- java初学者的导航 里面包括了java基础的各个方面 很全面 里面有Applet代码、GUI代码、IO流代码、java类库代码、wong程序实例、多线程代码、讲课PPT和网络编程代码等-beginners java navigation java which includes all aspects of the basis there is a comprehensive Applet code, GUI code, IO flow code, java class library co
kmp
- 给你A,B两个字符串,检查B串是否是A串的子串,类似于Java的String.indexOf("")。找到匹配失败时的最合适的回退位置,而不是简单的回退到子串的第一个字符(常规的枚举查找方式,是简单的回退到子串的第一个字符,KMP算法的性能分析Java实现实例)*此仅供大家参考、交流,希望对大家有所帮助!-Here you are A, B two strings to check whether string B is a sub-string A string, similar to Jav
net_teach
- 用Trufun Plato 2007开发的另一个UML实例,时序图用例图状态图一应俱全,很实用的学习资料~-Trufun Plato 2007 with the development of UML another example, the timing diagram state diagram use case diagram variety, it is useful to study the information ~
JAVA_SX
- 本书通过100多个精选的实例讲解了利用Java进行应用程序开发的各个方面,涵盖了控件、界面、多媒体控制、图像处理、操作系统、磁盘文件、数据库、网络应用、邮件和通信、Java Beans、国际化和本地化等方面的内容。 本书内容突出了实用性,85 以上的实例模仿较常见的优秀软件的相关功能,余下实例大多为帮助读者理解重点、难懂概念所做。本书的另一个特点在于给出了不少实用性很强的“方案实例”(以往的百例图书内容基本上都属于“功能实例”),其内容多为典型或通用的功能模块的解决方案,包括界面设计、
java-case-PPT
- java面向对象案例源码及PPT,有Java的基础课件,还有一些实例讲解!-java source code and object-oriented case of PPT, a Java-based courseware, there are some examples to explain!
Asprise-OCR-Java-Windows_XP_32bit-4.0
- 使用方法: 1、把:AspriseOCR.dll、DevIL.dll、ILU.dll这三个动态链接库文件放到 windows/system32 下面 2、开发用到aspriseOCR.jar组件 3、开发实例代码:(实例代码)ParseJPEG_withOCR.java 4.CloseWin.exe是销毁本sdk调用dll是弹出的Asprise购买提示,在进行批量识别图片时把CloseWin.exe同时运行就好了,这样就解除了弹出购买窗口这个问题 5.文件夹closeWi
java-system
- java实例股票交易系统,欢迎各位朋友提出宝贵意见-java example stock trading system, valuable advice welcome friends
Java
- java经典实例 对于java初学者特别的使用,是初学者最好的学习工具,对于你的学习一定会有帮助的-classic example of Java this example can help you find study is funly.you can use it to learn jvav well and you will like it
Java-Reflection-Cookbook
- Java反射经典实例,Java提供了一套机制来动态执行方法和构造方法,以及数组操作等,这套机制就叫--反射。反射机制是如今很多流行框架的实现基础,其中包括Spring、Hibernate等。-Java Reflection Cookbook, Java provides a set of mechanisms to dynamic executive method and construction method, and array operation, etc, this mechanism
java-Thread-study-summary
- 对多线程进行了由浅入深的讲解,有丰富的实例让初学者更容易上手-Multi-threaded Deep explain, there is a wealth of examples for beginners easier to get started
JAVA
- 研究了MATLAB和JAVA在本地环境和网络环境下的混合编程方法,通过多个实例说明两者混合编程的过程和步骤。 更多还原 -MATLAB and JAVA the hybrid programming methods in the local environment and network environment, through the process and steps of multiple instances of a mixture of both programming. More
the-Java-programming-question-
- 本文详细介绍了Java编程题自动判分软件框架的设计,是基于JAVA语音的应用实例-This paper describes the design of the Java programming question Assessing of the software framework is based on Java voice application examples
java-Programming-Example
- 编程实例,可以自己进行查找相关的实例,促进java初学者的学习。-Programming examples, can find relevant examples, to promote the learning of java beginners.
JAVA-reflection
- java 反射机制简洁和简单实例介绍,适合初学者学习了解,很好的实例-Concise and simple example Java reflection mechanism
Java调用MATLAB完整教程
- 详细介绍了环境配置,MATLAB打包,以及在Eclipse里使用Java调用资源包的全过程。含测试实例