-
用java实现计算器功能的程序,我尽量参照平常的计算器来做的。...
用java实现计算器功能的程序,我尽量参照平常的计算器来做的。
- 2022-03-03 12:45:37下载
- 积分:1
-
java 分词程序,有三个 我是一个学生,
不会特别多的
java 分词程序,有三个 我是一个学生,
不会特别多的-java segmentation procedures, three, I was a student, not a lot more
- 2022-05-29 06:23:17下载
- 积分:1
-
using Java to write a database program, Oracle JDBC driver, patching the JDBC dr...
用JAVA写的数据库程序,Oracle的JDBC驱动程序,SqlServer的JDBC驱动程序,配置数据库连接,可以新增,修改,删除,也可以测试数据库连接是否配置正确-using Java to write a database program, Oracle JDBC driver, patching the JDBC driver, configuration database connectivity, the new, modified, and deleted. the database can also connect test whether the correct configuration
- 2022-11-09 20:30:04下载
- 积分:1
-
码本!
codebook!
- 2022-02-20 16:43:11下载
- 积分:1
-
Congestion control procedures, can be lined up according to certain strategies t...
阻塞控制程序,可以按照一定的排队策略来管理生产和消费-Congestion control procedures, can be lined up according to certain strategies to manage the production and consumption
- 2022-04-08 05:36:07下载
- 积分:1
-
本程序的查询编辑界面是一个简单的修改。
学生成绩修改编辑查询功能界面
此程式是个简单的成绩编辑器
可供读者使用来录入,修改及查询所有学生的成绩
非常的简单-Grade students to amend the inquiry Edit interface of this program is a simple editor for grade readers used to input, modify and query all of the students score very easy
- 2022-11-17 14:35:03下载
- 积分:1
-
音频播放(JAVA)
音频播放(JAVA)(audio broadcasting (JAVA))
- 2005-01-20 09:47:14下载
- 积分:1
-
PicGame
这是一个用JAVA编写的Applet小程序拼图游戏的源代码,能够将一副图片分割为16份,然后随机打乱顺序供你重新组合成源图片。(This is a jigsaw puzzle using JAVA Applet applet source code, a picture can be divided into 16 parts, then randomly disrupt the order for you to re-combined into the source image.
)
- 2012-03-21 08:39:29下载
- 积分:1
-
这是一个web搜索的基本程序,从命令行输入搜索条件(起始的URL、处理url的最大数、要搜索的字符串),
它就会逐个对Internet上的URL进行实时搜索...
这是一个web搜索的基本程序,从命令行输入搜索条件(起始的URL、处理url的最大数、要搜索的字符串),
它就会逐个对Internet上的URL进行实时搜索,查找并输出匹配搜索条件的页面。 这个程序的原型来自《java编程艺术》,
为了更好的分析,站长去掉了其中的GUI部分,并稍作修改以适用jdk1.5。以这个程序为基础,可以写出在互联网上搜索
诸如图像、邮件、网页下载之类的“爬虫”。-This is a web search for the basic procedures, from the command line enter the search terms (the start of the URL, the url handle the maximum number, to search for the string), it will by the URL on the Internet for real-time search, search and output pages matching your search criteria. Prototype of this process from the
- 2022-02-04 17:25:42下载
- 积分:1
-
a Java program that reads in the following values from the standard input device...
a Java program that reads in the following values from the standard input device (i.e.
Keyboard) and writes its result on the standard output device (i.e. Console/Monitor):
Inputs:
A: the loan amount in dollars and cents (e.g. 150000.00).
r: the net annual interest rate, expressed as an integer (e.g. 10 which means 10%)
Y: the number of whole remaining years (for repayment)
M: the number of remaining months
Output:
The program should calculate and output the amount of monthly repayments in dollars and cents as
single value (e.g. $840.55)-a Java program that reads in the following values from the standard input device (ieKeyboard) and writes its result on the standard output device (ie Console/Monitor): Inputs: A: the loan amount in dollars and cents (eg 150000.00). r : the net annual interest rate, expressed as an integer (eg 10 which means 10) Y: the number of whole remaining years (for repayment) M: the number of remaining monthsOutput: The program should calculate
- 2022-03-03 20:52:58下载
- 积分:1