搜索资源列表
z.java
- 用Java编写程序实现以下功能 (1)从键盘输入学生姓名、学号、成绩,并保存到文本文件中,重复进行直到遇到空字符为之。 (2)从文件读取各学生成绩,并计算所有学生成绩的平均值、最大、最小值-The following functions written in Java programs (1) from the keyboard input student name, student number, grades, and saved to a text file, and repeat unt
Java
- 实现读取TXT文本文件,并统计文本中出现的单词的词频,并讲输出结果存入到另外一个文本文件中。- Achieve read TXT text files, and word frequency statistics appear in the text, and talk to the other output is stored in a text file.
HFUT JAVA 4
- 使用 字符流和和GUI类 编程实现以下功能: (1)设计图形化界面,至少包括文本类控件类。接收从键盘输入姓名、学号、成绩,并保存到文本文件中,重复进行。(2)从文件中读取各学生的成绩,并计算所有学生成绩的平均值、最大值和最小值,排序后输出到另一文本文件。(Use character stream and GUI class programming to achieve the following functions: (1) Design graphical interface, at leas
HFUT JAVA 5
- 说明并尝试通过URL从服务器上读取一个文本文件,并显示该文本文件的内容。 5. 编写程序,用Socket通信机制在服务器和客户端之间传输文件。(Describes and attempts to read a text file from the server through a URL and display the contents of the text file. 5. Write a program and use socket communication mechanism to t