文件名称:Graphjava
- 所属分类:
- JSP源码/Java
- 资源属性:
- [Java] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 5kb
- 下载次数:
- 0次
- 提 供 者:
- seaha*****
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
java图像处理的代码,初学者可以看一看。
1.运行方法:
首先编译好类文件,使用下面的命令:
javac *.java
编译好四个文件之后,由于程序中将所有的类声明在一个包(grapro)里面,所以需要建立一个目录,起名为grapro,然后
将所有的class文件都复制到里面。
做好上面的工作之后,用下面的命令来启动程序:
javaw –classpath "新建的grapro目录的上级目录" grapro.GraphProg
假如class文件都存放在D:\example\grapro中,那么命令就是:
javaw –classpath "D:\example" grapro.GraphProg-java image processing code, beginners can take a look. 1. Running Method: First of all compiled class files, use the following command: javac*. java to compile a good four document, because of all of the classes will be declared in a package (grapro) inside, so need to create a directory named grapro , and then all the class files are copied to the inside. After doing the above work, use the following command to start the program: javaw-classpath " new grapro directory parent directory" grapro.GraphProg If the class files are stored in D: \ example \ grapro in, then the order is: javaw-- classpath " D: \ example" grapro.GraphProg
1.运行方法:
首先编译好类文件,使用下面的命令:
javac *.java
编译好四个文件之后,由于程序中将所有的类声明在一个包(grapro)里面,所以需要建立一个目录,起名为grapro,然后
将所有的class文件都复制到里面。
做好上面的工作之后,用下面的命令来启动程序:
javaw –classpath "新建的grapro目录的上级目录" grapro.GraphProg
假如class文件都存放在D:\example\grapro中,那么命令就是:
javaw –classpath "D:\example" grapro.GraphProg-java image processing code, beginners can take a look. 1. Running Method: First of all compiled class files, use the following command: javac*. java to compile a good four document, because of all of the classes will be declared in a package (grapro) inside, so need to create a directory named grapro , and then all the class files are copied to the inside. After doing the above work, use the following command to start the program: javaw-classpath " new grapro directory parent directory" grapro.GraphProg If the class files are stored in D: \ example \ grapro in, then the order is: javaw-- classpath " D: \ example" grapro.GraphProg
(系统自动生成,下载前可以参看下载内容)
下载文件列表
Graphjava
.........\GraFrame.java
.........\GraphProg.java
.........\JPGFilter.java
.........\PanelPic.java
.........\程序说明.txt
.........\GraFrame.java
.........\GraphProg.java
.........\JPGFilter.java
.........\PanelPic.java
.........\程序说明.txt