文件名称:Graphjava
-
所属分类:
- 标签属性:
- 上传时间:2012-11-16
-
文件大小:5.45kb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
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
Graphjava/GraphProg.java
Graphjava/JPGFilter.java
Graphjava/PanelPic.java
Graphjava/程序说明.txt
Graphjava
Graphjava/GraphProg.java
Graphjava/JPGFilter.java
Graphjava/PanelPic.java
Graphjava/程序说明.txt
Graphjava
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.