在Java中请求代码 [英] requesting code in java

查看:62
本文介绍了在Java中请求代码的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我打算在java中做一个小型项目.我的领域是图像处理.我决定从图像中查找数值..pls帮助我完成了这个项目..

i am planning to do a mini project in java.my domain is image processing.i have decided to find numerical values from an image..pls help me in doing this project..

推荐答案

我已经为您启动了它,其余的将作为OP的练习:
I''ve started it for you, I''ll leave the rest as an exercise for the OP:
/*
 * ImageApp.java
 */

package com.image;

/**
 * The main class of the application.
 */
public class ImageApp {

    /**
     * Main method launching the application.
     */
    public static void main(String[] args) {
        // logic goes here
    }
}


此处 [ ^ ].


这篇关于在Java中请求代码的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆