资源列表

[JSP源码/JavaSecondMax

说明:采用多种方法实现求一个整形数组的第二大数,同时提供了一个求任意大数的函数。有详细代码注释及主要思路、时间复杂度的分析。-Many ways to search the second maximum number of an array of Integer,meantime there is one function can finish searching any maximum number.There are enough comments and the ideas to design
<wangjianbin> 在 2025-06-05 上传 | 大小:1kb | 下载:0

[JSP源码/JavaGet-Saddle-Point

说明:在一个三乘三的矩阵中,计算矩阵中的马鞍点-get Saddle point
<王有华> 在 2025-06-05 上传 | 大小:1kb | 下载:0

[JSP源码/JavaQuestion-1

说明:simple java parking system
<yucel> 在 2025-06-05 上传 | 大小:1kb | 下载:0

[JSP源码/JavaDemo3

说明:给定一个字符串,应用pattern和match进行统计其中匹配的单词数量-give a string ,statistic the number of match string
<Konglei> 在 2025-06-05 上传 | 大小:1kb | 下载:0

[JSP源码/Javamap

说明:google地图实例 可以标注拖动标注 根据地址查询坐标后标注-google map instances can be marked to drag the label to label according to the address lookup coordinates
<汤澈> 在 2025-06-05 上传 | 大小:1kb | 下载:0

[JSP源码/Javaqueens

说明:用回溯法实现N后问题,使用的是JAVA开发环境的说。-Backward Method N
<娃娃> 在 2025-06-05 上传 | 大小:1kb | 下载:0

[JSP源码/JavaWeekDayConverter

说明:一个简单的星期转换器,也就是你输入一个数字,就会输出响应的星期日期。-Write a Java program called WeekDayConverter that reads an integer value between 1 and 7 from the command line and prints out the corresponding day of the week. You may use either if…else statements or a switch
<撒旦> 在 2025-06-05 上传 | 大小:1kb | 下载:1

[JSP源码/JavaBMI

说明:一个健康情况计算器:用你的体重KG除你的身高M的平方,得到BMI数值,在不同范围说明你身体目前状况。-Write a program to calculate your BMI and give weight status. Body Mass Index (BMI) is an internationally used measurement to check if you have a healthy weight for your height. The metric BMI fo
<撒旦> 在 2025-06-05 上传 | 大小:1kb | 下载:0

[JSP源码/JavaRectangle

说明:做一个简单的矩形面积计算器,要求你输入长和宽就可以计算出其面积。- Create a class Rectangle (and store it in a file called Rectangle.java) It should have two instance variables l (the rectangle’s length) and w (the rectangle’s width). It should have one method that cal
<撒旦> 在 2025-06-05 上传 | 大小:1kb | 下载:0

[JSP源码/Javawhile

说明:一个练习DO-WHILE,WHILE循环的程序,你根据它的要求写出对应的循环。- Below is a Java program that uses a while loop: /** * SquaringNumbers: Demonstration of while loop. */ public class SquaringNumbers { public static void main(String[] args) { int i = 1 while
<撒旦> 在 2025-06-05 上传 | 大小:1kb | 下载:0

[JSP源码/Javajavascript

说明:非常简单的javascr ipt 处理机制的应用-A very simple Javascr ipt processing mechanism application
<张澈鉴> 在 2025-06-05 上传 | 大小:1kb | 下载:0

[JSP源码/JavatestFinal1

说明:基于Swing编写一个用户登录的界面程序,用户类型分为学生用户和教师用户,如下图所示。如果用户输入为空,则给出“用户名不可为空”的提示信息,若是教师用户,输入的用户名和密码都是teacher,则显示“教师用户登录成功”的提示信息;若是学生用户,输入的用户名和密码都是student,则显示“学生用户登录成功”的提示信息;否则显示“用户名不存在或者密码不正确”。-A user login interface program written in Swing-based user types into
<sidneyzh> 在 2025-06-05 上传 | 大小:1kb | 下载:0

源码中国 www.ymcn.org