资源列表
java.txt
- jsp连接Sql Server7.0/2000数据库-jsp Server7.0/2000 SQL database connectivity
java1.txt
- jsp连接DB2数据库-jsp connect DB2 database
FinalData
- FinalData 自己学习的东西,保存一下-FinalData you learn things about preservation
JavaPainter
- 一个用JAVA编写的随意画图的程序, 需要的朋友欢迎下载。-a prepared with JAVA the random drawing process, the need to download friends.
bubble
- 双向冒泡排序,加符号标志位!大大减少了排序时间。
CPU_MAC_inf
- c#读取cpu、硬盘、网卡等信息,经过测试,完全可使用的代码。
Bank
- 该源码实现了一个银行类,当取钱数目大于卡中的余额时,会触发一个异常.-The source code to achieve a bank, when the money is greater than the number of card balances, it will trigger an exception.
GoatMVC
- MVC模式开发Java应用程序的一些代码原程序,希望你们会喜欢会很有帮助的哦。 -MVC pattern of development of Java applications that some of the original program code, I hope you will enjoy the oh it would be helpful.
Server
- 简单的socket程序,此文件是server端,发送应前先被执行-Simple socket program, this file is server-side, sending should be executed before
SetTimeZonePermissionsTest
- Set Time Zone Permissions Test extends Android Test Case.
CalendarUtil
- 日期工具类,可以找到需要的各种日期转换格式,包括年月日,时分秒-Date of tools, you can find a variety of date conversion required format, including the date, hour and so on
MainClass
- 汉诺塔(又称河内塔)问题是源于印度一个古老传说的益智玩具。大梵天创造世界的时候做了三根金刚石柱子,在一根柱子上从下往上按照大小顺序摞着64片黄金圆盘。大梵天命令婆罗门把圆盘从下面开始按大小顺序重新摆放在另一根柱子上。并且规定,在小圆盘上不能放大圆盘,在三根柱子之间一次只能移动一个圆盘。 后来,这个传说就演变为汉诺塔游戏,玩法如下: 1.有三根杆子A,B,C。A杆上有若干碟子 2.每次移动一块碟子,小的只能叠在大的上面 3.把所有碟子从A杆全部移到C杆上 以下实例演示了汉诺塔算