搜索资源列表
bin2txt
- 把二进制按制按照DEBUG的形式输出到屏幕或文件。-put by the binary system with DEBUG output in the form of paper or screen.
jasperreports-0.4.5-project
- 开放的Java报告生成库。XML报告模板被用来生成准备打印的文档,这些文档来自指定的数据源,包括JDBC。输出可以传送到屏幕,或者以PDF,HTML或者XML的格式存储-open Java for report generation. XML report templates are used to create print ready files, these files from the specified data sources, including JDBC. Output can b
studentgradeinformationmanagement
- 定义学生类Student,包含学生姓名、学号、3门或更多门课程的成绩以及对这些成员的操作; 2. 定义Student的对象数组,然后录入学生信息并显示到屏幕,同时保存到文件; 3. 从文件读取数据并查询、修改和统计学生成绩。 4. 在录入信息前要有提示信息。 5. 屏幕输出和文件存取时可使用>>、<<运算符重载或用I/O流对象引用作参数的成员函数实现。*/