-
需求梳理1.0
说明: Java后端接口规范,公司使用的,以上参考,尽自己使用(Java back-end interface specification, the company uses, the above reference, do your best to use)
- 2020-06-17 14:00:01下载
- 积分:1
-
11
说明: 一只青蛙一次可以跳上1级台阶,也可以跳上2级。求该青蛙跳上一个n级的台阶总共有多少种跳法。要求:分别用普通方法和递归方法实现(A frog can jump up a step or two at a time. Find out how many jumping methods the frog can use to jump up an n-step. Requirements: Implemented by common method and recursive method respectively)
- 2019-03-10 16:48:12下载
- 积分:1
-
JiSuanQi
java实现计算器,import java.awt.*
import java.awt.event.*
import javax.swing.*
public class JiSuanQi
{
Frame f
Label lab
Button[] bt=new Button[29]
JTextField t
StringBuffer str //显示屏所显示的字符串
double x,y //x和y都是运算数
int z //Z表示单击了那一个运算符.0表示"+",1表示"-",2表示"*",3表示"/"
static double m //记忆的数字
JiSuanQi()
{(java implementation calculator, import java.awt.* import java.awt.event.* import javax.swing.* public class JiSuanQi {Frame f Label lab Button [] bt = new Button [29] JTextField t StringBuffer str //display character string displayed double x, y //x and y are the operands int z //Z represents an operator clicks that 0 means " +" , 1 indicates " -" , 2 is " *" , 3 is " /" static double m //number in memory JiSuanQi () {)
- 2013-05-24 19:03:04下载
- 积分:1
-
user_management
用户管理系统,可以从文件中读取,也可以从数组中读取。DB的读取方式没写全(User management system that can read from the document can also be read from the array. DB did not write the way of reading the entire)
- 2009-05-03 17:20:33下载
- 积分:1
-
RadixTransfer
byte,int,String等各种类型数据相互转换。(byte, int, String and other types of data conversion.)
- 2016-09-15 09:40:58下载
- 积分:1
-
jAva
这是一个关于JAVA基础知识的介绍,如果你是一个学习JAVA的新手,它是非常适合你的。
(primary konwledge about java,
if you fresh-man who want to learn java
you should have a look at it,please bleive in me)
- 2012-04-28 22:27:10下载
- 积分:1
-
ExamOne
说明: 字符串数组中的某个字符进行替换
统计每个数字出现的个数(A string array of characters in the replacement of Statistics figures for each number of)
- 2008-11-02 00:07:41下载
- 积分:1
-
Calculator
java编译的简单计算器的代码,无须导入新包(simple calculator java code compiled without adding a new package)
- 2010-06-22 10:03:35下载
- 积分:1
-
myshiro
说明: 使用shiro框架进行权限设置,该框架提供权限、安全、过滤等功能(Use Shiro framework to set permissions, which provides permissions, security, filtering and other functions)
- 2019-05-28 11:15:43下载
- 积分:1
-
Cal_Viewable
一个javaGUI计算器,可以计算多项式(A java GUI calculator that can solving polynomials)
- 2019-01-03 19:29:00下载
- 积分:1