资源列表
1308060080
- 十进制计算器,能成功进行十进制之间的加减乘除运算。-Decimal calculator that can successfully decimal arithmetic operations between.
Main
- 青蛙跳格问题-Frog jump grid problem
Text4
- 此文件是一个java的图形程序,功能是输入圆的坐标和大小,就能生成相应的圆
StringTest.rar
- 编写一个Java应用程序,实现如下功能: 1)判断两个字符串是否相同,s1=”you are a student”,s2=”how are you”; 2)判断字符串”22030219851022024”的前缀、后缀是否和某个字符串”220302”相同; 3)按字典顺序比较两个字符串”你”和”我”的大小关系; 4)将数字型字符串”100”和”123.678”转换为数字; 5)将字符串”FEDCBA”存放到数组中,调用for循环读出数组数据显示在屏
MenuOut1
- 对自学java的人比较有用,根据书上的例题写的,下来看看吧 -ok
Run
- 实现客户端与服务器的http,程序中也存在错误,望给与改正。-make client and server http,this programs have some distikes,please recorrect it.
Log
- Log the application log
add4
- 该程序实现了往数据库中添加数据行,平时学习时使用的,仅供参考-add sql
Adder
- 简单加法器,实现了任意两个数的相加功能,有友好的功能界面,适合幼儿或小学生使用。-Simple adder
HanAllPY
- 汉语拼音字典生成程序,支持汉语拼音的四个声调。-Pinyin dictionary generator support four tone pinyin
HelloReflection
- HELLO2D的反射,java图形学中的反射,HELLO2D和它的反射成一定角度-the reflection of HELLO2D
Counter.java
- 计数器 找出最大值和最小值并且可以递增-i) Write the Counter class which should have two private instance variables: count and max.Add getters and setters for the two private instance variables. The getter methods should be named getCount() and getMax(), whereas the set