搜索资源列表
JudgePaper
- 上机考试答卷在软盘上,盘上,盘上有加密的准考证号和存放答题结果的文件。与本程序配套的还有一解密程序,负责将加密的准考证号解密到C:\\zkz\\test20.txt文件中。当阅卷者点击“判新卷”时,本程序就从上述文件读取准考证号并显示到准考证号的文本域中。 附带有详尽的文档说明。-plane examination of the respondents on the floppy, disk, the disk is encrypted and stored ticket Examinati
文件读取进度Bean
- 使用EJB读取文件,并显示读取进度-use EJB read documents, which showed that reading progress
SourceModeling
- SourceModeling 这个java程序可以统计出给出的txt文本中所有的英文字母和使用的字符出现的字数并显示出来,使用ASCII码读取。(之后可以使用这个代码进行Huffman编码的基础) 2.2 DecOfInd.txt 为被统计的文档。SM.java为统计的java程序。 SM.class是SM.java生成的类文件。 compute.txt是输出结果到屏幕后的信息text复制。
ReadFile
- 对超大文件进行分段读取并显示,100G以下都没问题,自己用来分析日志文件用的,献了!-Section of the large file reads and displays, 100G the following no problem, their use to analyze log files, and offer it!
ReadFile
- 使用FileInputStream类,实现从磁盘读取本应用程序源代码文件,并将文件内容显示在屏幕上-Using the FileInputStream class, reading from a disk in this application program source code files, and contents of the file displayed on the screen
student_management
- 本项目的目的为设计一个学生成绩管理系统,能够对学生成绩实行动态管理。 其要求如下: 1、 系统具有输入、显示、查询、删除、添加、修改、排序、保存、读取等基本功能。 输入功能:可以一次完成无数条记录的输入。 显示功能:完成全部学生记录的显示。 查询功能:完成按姓名查找学生记录,并显示各科成绩。 删除功能:删除一条学生记录或一门课程。 添加功能:添加一条学生记录或一门课程。 修改功能:可对某条记录进行修改。 排序功能:按学生总成绩或平均成绩进行排
StudentData
- /*学生类包括姓名、院系、年龄和平均成绩。要求编程实现: 输入两个学生的信息; 用数据流存入文件; 读取并显示该文件中的数据。*/-/* Class, including the names of students, faculty, age and grade point average. Requires programming: two students entered information with the data stream into the file re
StudentObject
- /*学生类包括姓名、院系、年龄和平均成绩。要求编程实现: 1)创建两个学生对象,并序列化保存到文件中; 2)从文件中读取并显示学生信息。 */-/* Class, including the names of students, faculty, age and grade point average. Programming requirements: 1) Create two students object, and serialize to a file 2) read f
ziyuanguanliqi
- 项目的目的是练习高级Swing的组件的使用: 同时掌握java编译器与VM的工作机理 为了区别于MS的资源管理器,我们设计成初级Java练习者的java,class,mf文件等资源文件管理器 功能如下: 设置类路径。 设置扩展路径。 过滤显示*.java,*.class,*.mf,*.jar,*.war,*.ear,*.properties等文件。 能察看编辑保存*.java,*.mf,*.properties等文件。 能编译运行*.class,*
Ccontrol
- java读取配置文件,并以图表及其他形式显示,并对配置文件进行修改和保存-Java for reading configuration files, and to chart and other forms of display, and modify the configuration files and save
JAVA_WordSalaryBill
- PageOffice开发平台下,以动态生成工资条为例,演示了从数据库读取数据动态填充Word模版中的表格和数据区域,实现在线打开、编辑和保存Word文档,并动态将多个Word文件插入一个Word文件中,显示多人的工资信息-Under the PageOffice development platform to dynamically generate pay slips, for example, demonstrates the area of the form a
HowManyTimes
- 1. 使用文件howmanytimes.dat来记录程序HowManyTimes.java的运行次数。编一个程序HowManyTimes.java,它先检查文件howmanytimes.dat是否存在,如果文件不存在,则显示“第1次运行”,创建该文件,在文件中写进整数1,关闭文件;如果文件已存在,则从文件中读取已运行的次数k,显示当前是第k+1次运行,从文件的File对象读取文件上次修改的时间并显示,用seek方法把文件读写位置移到文件头,写进整数k+1,关闭文件。要求运行效果如下图所示:-1
Student-Mangement
- 对学生管理系统, 引入通过键盘输入学生信息、使用学号和姓名查找学生、及至少提供两种方法将学生信息(至少两位同学)写入文件,然后从文件中读取并显示信息的功能。 具体要求为: 1)键盘输入类StuKeyInput(至少支持Scanner方法,采用一行输入一个学生完整信息)2)对象序列化方法文件读写:写文件类StuSerialWrite;读文件类StuSerialRead 3)其他方法文件读写:写文件类StuWrite;读文件类StuRead 4)对2)和3)中所需的文件名通过
Javafiles
- 获取目录文件属性信息,Java源代码。先读取文件的属性信息,类似只读、存档、隐藏等这类文件固有的属性信息,然后将这些信息输送到预先准备好的文本框内并显示给用户看。-Get directory file attribute information, Java source code. First read the file attribute information, similar to the read-only, archive, hidden, etc. inherent in this
PropertyFile
- 读取并正常显示配置文件(.propertites),保存修改之后的配置文件-Read the Property File(.propertites),Modity and Save Property File
XML-read
- jsp+java读取xml数据并动态展示。实现数据显示的动态滚动效果,具体样式如文件内的“显示效果.png”所示,数据会向上滚动,每行数据有不同颜色标注,内附有使用说明,数据动态无限循环展示。可通过修改xml文件中的内容,改变数据。 -jsp+java read xml data and dynamic show. Dynamic data display scrolling effect, specific styles such as the file " display. Pn
UserInfomation
- 1.GUI要求:自行设计界面,供用户输入学生的姓名、学号、性别(下拉框)、班级和兴趣爱好(多行文本),并提供“录入”、“查询”按钮。 2.若用户单击“录入”按钮,则检查用户的输入是否存在问题,若无问题则将该学生信息存入文件;若有错,则提示用户修改。 输入需满足的条件为:姓名不能大于多于8个字符(getColums());学号为7位的数字(getColums());班级只能取值“1”、“2”、“3”或“4” paramString();兴趣爱好无特殊要求。 3.若用户单击“查询”按钮,
duwenjian
- 该程序实现指定txt文件每一行的读取,当输入你要读取的行数后,系统会自动帮你把该行的信息读取并显示-The program to achieve the specified TXT file to read each line of input, when you want to read the row number, the system will automatically help you to read and display the line information
ReadFile
- 利用Java读取文件并显示其内容,若文件不存在则重新选择文件-Using Java to read the file and display its contents, if the file does not exist, re- the file
RSSReader
- 一款可以将从网站上获得xml文件进行格式读取并显示给用户看的软件(A software that reads and displays the XML files from a web site and displays it to the user.)