资源列表
CData
- 多功能数据库连接代码(在java中好多人连接数据库的时候常常出错,原因很多这些原因中最主要的原因是连接数据库的代码写错,有么是没注意大小写,有么是关键字写错。。。大家用了我写的代码之后可以避免以上的错误-connect java database multi code(it is very use full)please use it! thanks
MyTriangle
- 画三角形的java程序,高度由命令行参数确定,并带有异常控制,算是入门的小程序,-Java program draw a triangle, the height from the command line parameters to determine, with the exception control, be regarded as the entry procedures,
Triangle-and-cylinder-class-package
- (1)创建一个三角形类Triangle,包含的属性有三条边的长sideA,sideB,sideC,包含的方法有构造方法(两个,一个没有参数,一个给定三条边的长度),求面积方法area(),求周长方法getLength(); 提示:设三角形的三边长为a,b,c,则它的面积为 ,其中S=(a+b+c)/2,开平方的方法为Math.sqrt()。 (2)创建一个圆柱体类YZT,包含的属性有底面半径radius和圆柱体的高heigth,包含的方法有构造方法(两个,一个没有参数,一个给定半径rad
jisuanqi1
- 用java写的简易计算器,有界面,能实现加减乘除的运算-Simple calculator written in java interface to achieve the arithmetic of addition, subtraction
Juzhen
- 实现矩阵连乘算法,求出最优值及一个最优解。-Even realize matrix multiplication algorithm, find the optimal value and an optimal solution.
Degree
- 计算网络图中节点的度,即计算与某一节点相连的节点的个数-Computing nodes in the network map degree, which is a measure associated with a number of nodes connected to the node
ExceptionTest1
- 有一个圆形和长方形。 都可以获取面积。对于面积如果出现非法的数值,视为是获取面积出现问题。 问题通过异常来表示-Has a circular and rectangular. You can get area. To the area if there is an illegal value, as the problem is to obtain the area. Problem through an exception to indicate
Charset_SingleByte_US_ASCII
- Charset Single Byte US ASCII extends Charset Single Byte Abstract Test.
MultiMappingProcessor
- This MappingKeeper delegates all method calls to each MappingProcessor in a given list.
animals
- 这是个JAVA小程序的源码。这个程序是关于“会说话的小动物”的小应用程序。-This is a JAVA applet source code. This program is about "talking animals" applets.
OneEditTextActivityNotSelected
- Activity with non-EditText view selected initially.
ObserverNodeTest
- Observer Node Test extends Android Test Case.