资源列表
Fushu
- 用复数的实部与虚部分别实现复数的相加和相减-The plural of the real part and imaginary part of another to achieve the sum of the plural and subtract
mton
- 利用JAVA实现M与N进制的转换-JAVA realization of M with the use of N-band conversion
DB
- 连接sql 2000 的封装类 包括select delete update 提供统一的接口 主要未为jsp开发系统使用-Connect sql 2000 package includes select delete update the main interface to provide a unified development system is not used for jsp
JAVA
- 本程序可以通过按钮控制声音和动画的开始和停止操作。动画显示了电闪雷鸣的场面。注意:图像文件要分别表现不同时间段的电闪场面,这样才会有动画效果。-This procedure can control the sound and animation button start and stop operation. Thunder lightning animation shows the scene. Note: image files to different time periods, resp
jdbcconnection
- It java File Which i can use to connect mysql with java
SAX_interfaces_Java_implementation_file_parsing_bo
- Java实现SAX接口解析book.xml文件SAX interfaces Java implementation file parsing book.xml-SAX interfaces Java implementation file parsing book.xml
Jdbc_oracle_statement
- 使用JDBC连接Oracle 1.重新下载、指定驱动程序 2.重新指定驱动名称 3.修改URL,重新指定数据库连接信息 4.创建对象(不变) 5.关闭连接(不变)-Using JDBC to connect Oracle 1. Re-download, specify the driver 2. Reassign drive name 3 modified URL, re-specify the database connection information 4 Create
rldm
- JAVA日历代码,输入年份和月份会输出当月的日历-JAVA calendar code, enter the year and month of the calendar month will be output
HuffmanCoding
- 霍夫曼编码,一旦两颗具有最小频率的数合并后,产生一棵新的树,其频率为合并的两棵树的频率之和-constantly selected two minimum nodes based on greedy principle construct optimal binary tree # then encoding of each element
yonghuziliao
- 用java写的一个填写用户资料的窗口,主要是java图形界面-Using java to write a complete user information window java graphical interface
shizhong
- 很好的美丽的彩色时钟,彩色显示各个指针与时刻,还可有其他更多功能 -Beautiful color clock
static-founction
- 静态变量:由static修饰,静态变量是所有对象共享,唯一。 可以直接使用 类名.变量名 调用。 静态方法:方法中不能使用非静态的变量或对象,除非该变量或对象是在该方法 中申明或定义的。 可以直接使用 类名.方法名() 调用该方法。 不能被子类重写(覆盖 )。 静态代码块: static{你的代码}代码块中不能使用非静态的变量或对象, 除非该变量或对象是在该方法中申明或定义的。 该代码块在类加载的执行一次,不会再执行第二次。-Stat