资源列表
juzhengxiangsheng
- 利用java实现矩阵*矩阵,通过输入参数的不同重载,实现不同数据类型的矩阵相乘-The realization of the use of java Matrix* matrix, the different input parameters through overloading, different types of data matrices
accesslink
- 基于Java的数据库查询实例 仅供部分编程爱好者参考-Java-based database query programming examples for some fans refer to
computeBirthDays
- 计算自己出生了多少天的java源程序,还不错,蛮好的。-Calculate the number of days he was born java source code, but also good, just fine for.
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
仿百度商城tp5案例sql文件
- 这是李忠益仿百度商城mall.baidu.com的tp5案例sql数据库文件
SimpleRNG
- This is a windows developed C++ application which can be used to generate random numbers. This should be used to teach beginners the way in which C++ RNGs work.
gongyueshu-gongbeishu
- 输入两个正整数m和n,求其最大公约数和最小公倍数。-Enter the two positive integers m and n to find the greatest common divisor and the least common multiple