资源列表

[JSP源码/JavaProxy

说明:这是java其中的一个设计模式的程序,此设计模式为代理模式,读者可以看看。-This is a Java in one design model of the program, this design pattern for an agency model, readers can see.
<wenwen> 在 2024-10-10 上传 | 大小:1024 | 下载:0

[JSP源码/Javaaddnt

说明:source code to add customer
<archana> 在 2024-10-10 上传 | 大小:1024 | 下载:0

[JSP源码/Javaadminpage

说明:source code to add new customer
<archana> 在 2024-10-10 上传 | 大小:1024 | 下载:0

[JSP源码/Javaadminpage_form

说明:source code to add new customer
<archana> 在 2024-10-10 上传 | 大小:1024 | 下载:0

[JSP源码/JavaLeapYear

说明:个人原创代码:编写Java Application程序,输出1900年到2000年之间的所有润年。(闰年的判断条件:能被4整除且不能被100整除,或能被400整除)。-Personal original code: write Java Application, output all Runnian between 1900 and 2000. (Leap year judgment conditions: divisible by 4
<李瑞> 在 2024-10-10 上传 | 大小:1024 | 下载:0

[JSP源码/JavaNarcissus

说明:个人原创代码:编写Java Appet 程序。打印 “水仙花” 数 (它的个、十、百位数字的立方的和等于该数本身,如:153=1^3+5^3+3^3)。-Personal original code: write Java Appet program prints the number of the "Narcissus" (cubic, ten, one hundred digital and equal to the number
<李瑞> 在 2024-10-10 上传 | 大小:1024 | 下载:0

[JSP源码/JavaPrime

说明:个人原创代码:编写Java Application程序,高效输出100以内的所有素数。-The original code of the individual: write Java Application procedures, efficient output of less than 100 prime numbers.
<李瑞> 在 2024-10-10 上传 | 大小:1024 | 下载:0

[JSP源码/JavaConversion

说明:个人原创代码:编写Java Application程序,进制转换,将所输入之正整数,以二、八、十六进制表示出来。-The original code of the individual: using java application procedures, hexadecimal conversion, will enter a positive integer, expressed in two, eight, hexadecimal
<李瑞> 在 2024-10-10 上传 | 大小:1024 | 下载:0

[JSP源码/JavaComplexTest

说明:个人原创代码:编写Java Application程序,定义一个复数(z=x+iy)类Complex,包含: 两个属性:实部x和虚部y 默认构造函数 Complex(),设置x=0,y=0 构造函数:Complex(int i,int j) 显示复数的方法:showComp()将其显示为如: 5+8i或5-8i 的形式。 求两个复数的和的方法:(参数是两个复数类对象,返回值是复数类对象)public Compl
<李瑞> 在 2024-10-10 上传 | 大小:1024 | 下载:0

[JSP源码/JavaCoordinatesTest

说明:个人原创代码:编写Java Application程序,定义一个类Point,代表一个点,public属性有x和y,方法有显示点坐标show(),构造函数有两个参数分别给x,y赋值,在main方法中构造两个对象,再创建一方法(getMiddle)为取两个点构成线段的中点的坐标,参数为2个点对象,调用此方法后得到一个新的点,编写Application,显示该对象的坐标值。-Personal original code: using jav
<李瑞> 在 2024-10-10 上传 | 大小:1024 | 下载:0

[JSP源码/JavaStudentTest

说明:个人原创代码:编写Java Application程序,定义一个学生类(Student),属性有private的名字(name), public的年龄(age),专业(specialty)和封装name属性的方法:setName(),getName(),getspecialty()编写Application,创建一个学生对象,设置name和age属性值,然后调用一个方法(此方法将对象作为参数传递,在方法中打印出学生的名字name和年龄a
<李瑞> 在 2024-10-10 上传 | 大小:1024 | 下载:0

[JSP源码/JavaPointTest

说明:个人原创代码:编写Java Application程序,构造一个类来描述屏幕上的一个点,该类的构成包括点的x和y两个坐标,以及一些对点进行的操作,包括:取得点的坐标值,对点的坐标进行赋值,编写应用程序生成该类的对象并对其进行操作。-Personal original code: java application program, to construct a class to describe a point on the screen
<李瑞> 在 2024-10-10 上传 | 大小:1024 | 下载:0

源码中国 www.ymcn.org