资源列表
[JSP源码/Java] list
说明:jsp和mysql做的用户列表,它实现了jsp页面和mysql数据库的连接。-This is my code, jsp and mysql user list,<陈永坡> 在 2025-06-04 上传 | 大小:1kb | 下载:0
[WEB源码] list
说明:If you have not registered, Please [regist first].You should upload at least five sourcecodes/documents. (upload 5 files, you can download 200 files). Webmaster will activate your member account after checking your files. If you do not want to uplo<probe> 在 2025-06-04 上传 | 大小:1kb | 下载:0
[JSP源码/Java] ArraySort
说明:数组排序,包括冒泡排序和直接选择排序,有注释,初学者可以-Sorting an array, including bubble sort and direct selection sort, annotated, and beginners can see<cc> 在 2025-06-04 上传 | 大小:1kb | 下载:0
[JSP源码/Java] Proxy
说明:这是java其中的一个设计模式的程序,此设计模式为代理模式,读者可以看看。-This is a Java in one design model of the program, this design pattern for an agency model, readers can see.<wenwen> 在 2025-06-04 上传 | 大小:1kb | 下载:0
[JSP源码/Java] adminpage_form
说明:source code to add new customer<archana> 在 2025-06-04 上传 | 大小:1kb | 下载:0
[JSP源码/Java] LeapYear
说明:个人原创代码:编写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 and can not be divisible by 1<李瑞> 在 2025-06-04 上传 | 大小:1kb | 下载:0
[JSP源码/Java] Narcissus
说明:个人原创代码:编写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 itself, such as: 153 = 1 ^ 3+5<李瑞> 在 2025-06-04 上传 | 大小:1kb | 下载:0
[JSP源码/Java] Prime
说明:个人原创代码:编写Java Application程序,高效输出100以内的所有素数。-The original code of the individual: write Java Application procedures, efficient output of less than 100 prime numbers.<李瑞> 在 2025-06-04 上传 | 大小:1kb | 下载:0
[JSP源码/Java] Conversion
说明:个人原创代码:编写Java Application程序,进制转换,将所输入之正整数,以二、八、十六进制表示出来。-The original code of the individual: using java application procedures, hexadecimal conversion, will enter a positive integer, expressed in two, eight, hexadecimal.<李瑞> 在 2025-06-04 上传 | 大小:1kb | 下载:0
[JSP源码/Java] ComplexTest
说明:个人原创代码:编写Java Application程序,定义一个复数(z=x+iy)类Complex,包含: 两个属性:实部x和虚部y 默认构造函数 Complex(),设置x=0,y=0 构造函数:Complex(int i,int j) 显示复数的方法:showComp()将其显示为如: 5+8i或5-8i 的形式。 求两个复数的和的方法:(参数是两个复数类对象,返回值是复数类对象)public Complex addComp(Complex C1,Complex<李瑞> 在 2025-06-04 上传 | 大小:1kb | 下载:0