搜索资源列表
coursework3.rar
- a Java program that reads a file containing instructions written in self-defined file (TPL in this case), and executes those instructions. This program should take the name of the TPL file as a command line parameter, and write its output to the co
程序实现任意文件的拷贝功能
- 编写一程序实现任意文件的拷贝功能,源文件名和目的文件名由命令行参数提供。 2.创建一个学生对象,并把它输入到一个文件(mytext.txt)中,然后再把该对象读出来,将其还原后打印出来。 ,Write a program to achieve any file copy function, source file name and destination file name from the command line parameter. 2. To create a student obj
coursework3
- a Java program that reads a file containing instructions written in self-defined file (TPL in this case), and executes those instructions. This program should take the name of the TPL file as a command line parameter, and write its output to the cons
java1
- java语言编程实现:利用命令行参数解一元三次方程。 包含相关代码和运行结果 -java programming language: the use of command-line parameter cubic equation solution of one dollar. Contains the relevant code and operating results
2008010
- 编写一个线段类 MyLine,要求如下: 主要属性有: x ,y ;类型为Point (查看API) 编写构造方法,如 MyLine(Point p1 , Point p2) 编写5个成员方法。如: 检查线段是否位于第一象限check()… 求线段的长度 length() … 判断两条直线是否相交(另一线段作为参数)。 编写一点到该线段(或延长线)的距离 其他方法。 注:编写方法时,考虑利用Point类的方法 编写测试程序-Write a segment
wangluobianchengshiyan(3)
- 1.编写一程序实现任意文件的拷贝功能,源文件名和目的文件名由命令行参数提供。 2.创建一个学生对象,并把它输入到一个文件(mytext.txt)中,然后再把该对象读出来,将其还原后打印出来。-1. To write a program to achieve any file copy function, source file name and destination file name from the command line parameter. 2. To create a stud
VJ-to-read-image-gray--code
- 源程序为ImageProcess.zip,包括imageGray.vjp工程的全部文件。同时提供了一个测试用的seashore.bmp位图文件。 如果要读取并处理其它图像(jpg,pcx等),请在visual J++6.0中打开imageGray.vjp工程文件,打开imageGray.java,在public void initParameters()初始化参数函数中有一行装载图像文件的语句: imageTest = loadingImage( "seashore.bmp", "Loa
GetInputTest
- 个人原创代码:编写Java Application程序,将命令行第一个参数每个字符放入一字符数组,然后逆序输出。-The original code of the individual: to write a java application program, the first parameter of the command line for each character in a character array, and then reverse output.
MyLine
- 编写一个线段类 MyLine,要求如下: 主要属性有: e1,e2 端点,类型为Point 编写构造方法,如(Point p1 , Point p2) 编写成员方法。如: 检查线段是否位于第一象限check… 求线段的长度 length() … 判断两条线段(非延长线)是否相交(另一线段作为参数)。 求一点到该线段(或延长线)的距离 编写测试程序 用户输入线段的两点坐标构造一个线段 用户选择需要执行已编写的哪种方法(判断是否相交) 根据用户选择的方法要
JavaFileSmasher
- Java文件粉碎工具,使用命令行启动,支持粉碎文件夹,支持多参数,支持递归粉碎。-Java File Shredder tool, use the command line to start support to crush the folder, and support for multi-parameter, support recursive crushed.
Student-Mangement
- 对学生管理系统, 引入通过键盘输入学生信息、使用学号和姓名查找学生、及至少提供两种方法将学生信息(至少两位同学)写入文件,然后从文件中读取并显示信息的功能。 具体要求为: 1)键盘输入类StuKeyInput(至少支持Scanner方法,采用一行输入一个学生完整信息)2)对象序列化方法文件读写:写文件类StuSerialWrite;读文件类StuSerialRead 3)其他方法文件读写:写文件类StuWrite;读文件类StuRead 4)对2)和3)中所需的文件名通过
yjt
- 后台页面设置终端设备参数,参数默认值,能延时生效。对票价,时间,限乘,线路设置- Background Page Setup terminal device parameters, parameter default values, can delay effect. Fares, time limit by the line set
hello
- 逐行比较两份文件,以下条件视为匹配: 1 每行头尾有数量不等的空格或制表符 2 每行中间有数量不等的空格或制表符 3 有大小写区别 提示: 写一个类继承BasicFileIo类,它至少包含两个方法 一 public String getCanonicalLine() 方法, 该方法的功能: 1 删除每行头尾得空格或制表符 2 用一个空格符代替一个以上的空格符 3 用一个制表符代替一个以上的制表符 4 把所有的字符转换成小写 (用Character.toLo