-
test
说明: part1
(1)可以在“请输入文件路径和名称:”后面的文本框中输入文件名和路径。
(2)可以在文本区中写文本。
(3)可以在“请输入需要追加的内容:”后面的文本域中输入内容,按回车键之后,其中的内容会添加到文本区中(添加的内容另起一行)。
(4)单击“将文本区的内容写入文件”按钮,文本区中的内容就会被写到指定的文件中。
part2
(1)窗体的标题是“猜数字小游戏”。
(2)单击“得到一个随机数”按钮,系统会产生一个1~10之间的随机整数(使用Math类的方法random( ))。
(3)在“输入您的猜测:”后面的文本框中输入你要猜测的整数,之后单击“确定”按钮。
(4)对你猜测的整数,图形用户界面的最下面会有提示信息,没有猜的时候,显示“无反馈信息”,如果猜大了,显示“猜大了”,如果猜小了,显示“猜小了”,如果猜对了,显示“猜对了”。(其中,蓝色字体是JLabel类的对象调用方法setForeground(Color.blue)实现的。)(Java Simple Graphic Interface)
- 2020-12-11 15:59:18下载
- 积分:1
-
2597708
本程序用于词法分析:从DOS界面输入一行的C语句,并以#号结尾(注意必须以这个为结束标志,否则出错,要求输出对应的单词的()
- 2017-10-14 22:43:51下载
- 积分:1
-
Java 仿慕课网
完全仿照慕课网开发,前端的课程选择,课程分类等等,后台的课程管理,讲师的管理 ,对网站流量的统计,等等十分精美,基本不需要二次开发就可以满足视频学习类网站的需求(It is completely imitated by Mutu Net development, front-end course selection, course classification, etc., back-end course management, lecturer management, statistics on website traffic, etc. It is very beautiful, and basically can meet the video learning website without secondary development. Demand)
- 2020-06-24 04:40:01下载
- 积分:1
-
AddisonWesley-AlgorithmsinJavaPart1-4ThirdEdition
数据算法(java实现)电子书chm英文版,包括数据结构、各种排序算法、查找算法的接口和实现源码!(Data algorithm (java realize) e-book chm English, including the data structure, the various sorting algorithms, search algorithms realize the interface and source!)
- 2008-05-01 20:28:58下载
- 积分:1
-
WEBJSP
jsp 教程 web 设计简单的上传与下载代码(jsp tutorial web design is simple to upload and download code)
- 2008-12-26 22:49:54下载
- 积分:1
-
math-cordic
Testing left-associativity of the + operator.
- 2014-02-11 10:46:20下载
- 积分:1
-
ConferenceTrackManagementProject
java开发的bin packing, 个人感觉很有用。。。。可以下载学习(The bin packing developed by Java is very useful to me. Downloadable Learning)
- 2020-06-23 22:20:02下载
- 积分:1
-
CourseManagement
基于JSP+JavaBean+Servlet的课程管理系统(JSP+ JavaBean+ Servlet-based course management system)
- 2010-05-10 17:09:45下载
- 积分:1
-
Windows
这是一个最简单的通信软件 里面包含了一些基本的通信知识(dfsffsd)
- 2009-02-19 19:56:30下载
- 积分:1
-
JapaneseVowels
说明: 数据挖掘的应用,对数据集建立决策树,然后利用测试集中的数据判断测试。并给出最终的决策判断的正确率。(The application of data mining, decision tree on the data set, and then use the test to determine the test data set. The final decision making given the correct rate.)
- 2011-04-11 21:55:07下载
- 积分:1