-
databaseApplication
基于java的mysal数据库应用,学生选课系统。工程文件,包含mysql建表文件(Mysal java-based applications, student elective system. Project file that contains the file mysql built table)
- 2014-12-08 22:10:56下载
- 积分:1
-
mp3
只是简单的功能。
1.播放功能
2.暂停功能
3.停止播放功能
(Just a simple function.1playing function2pause function3stop playing function)
- 2012-05-18 22:47:30下载
- 积分:1
-
java_wavelet
java 实现的小波压缩库代码,内部包含了分析器(java wavelet compression to achieve the code contained within the analyzer)
- 2007-06-24 13:34:06下载
- 积分:1
-
NewApplet
这个程序主要是用来显示日历的,可根据面板改变显示(This procedure is mainly used to display the calendar can be changed under the panel show)
- 2008-01-12 16:24:25下载
- 积分:1
-
hello-bank
异常的应用示例
throws, throw, try, catch, finally
异常链的传递(exception demo
throws, throw, try, catch, finally)
- 2020-06-15 23:00:02下载
- 积分:1
-
aopalliance-1.0
说明: 在软件业,AOP为Aspect Oriented Programming的缩写,意为:面向切面编程,通过预编译方式和运行期动态代理实现程序功能的统一维护的一种技术。AOP是OOP的延续,是软件开发中的一个热点,也是Spring框架中的一个重要内容,是函数式编程的一种衍生范型。利用AOP可以对业务逻辑的各个部分进行隔离,从而使得业务逻辑各部分之间的耦合度降低,提高程序的可重用性,同时提高了开发的效率(In the software industry, AOP is the abbreviation of Aspect Oriented Programming, which means: Face-Oriented Programming, a technology to achieve unified maintenance of program functions through pre-compiling and run-time dynamic proxy. AOP is the continuation of OOP, a hotspot in software development, an important content in Spring framework, and a derivative paradigm of functional programming. Using AOP can isolate all parts of business logic, which reduces the coupling between the parts of business logic, improves the reusability of programs, and improves the efficiency of development.)
- 2020-06-23 01:20:02下载
- 积分:1
-
Chapter-17.-MyEclipse.-UML.-Modeling
这是关于uml,模式设计,开发应用开发的书籍,希望对大家有所帮助(This is about uml, model design, application development development of books, and I hope to help
)
- 2011-12-03 13:36:17下载
- 积分:1
-
第六章程序代码
C++程序设计源代码例(C programming source code cases)
- 2004-10-17 21:32:48下载
- 积分:1
-
JiSuanQi
java实现计算器,import java.awt.*
import java.awt.event.*
import javax.swing.*
public class JiSuanQi
{
Frame f
Label lab
Button[] bt=new Button[29]
JTextField t
StringBuffer str //显示屏所显示的字符串
double x,y //x和y都是运算数
int z //Z表示单击了那一个运算符.0表示"+",1表示"-",2表示"*",3表示"/"
static double m //记忆的数字
JiSuanQi()
{(java implementation calculator, import java.awt.* import java.awt.event.* import javax.swing.* public class JiSuanQi {Frame f Label lab Button [] bt = new Button [29] JTextField t StringBuffer str //display character string displayed double x, y //x and y are the operands int z //Z represents an operator clicks that 0 means " +" , 1 indicates " -" , 2 is " *" , 3 is " /" static double m //number in memory JiSuanQi () {)
- 2013-05-24 19:03:04下载
- 积分:1
-
TREE_INT
Tree AVL
In an AVL tree, the heights of the two child subtrees of any node differ by at most one if at any time they differ by more than one, rebalancing is done to restore this property. Lookup, insertion, and deletion all take O(log n) time in both the average and worst cases, where n is the number of nodes in the tree prior to the operation. Insertions and deletions may require the tree to be rebalanced by one or more tree rotations.
- 2014-12-05 02:27:12下载
- 积分:1