代码搜索:Identify
找到约 1,886 项符合「Identify」的源代码
代码结果 1,886
www.eeworm.com/read/301804/3835673
java identify.java
package org.wfp.vam.intermap.services.map;
import java.util.*;
import org.jdom.*;
import jeeves.interfaces.*;
import jeeves.server.*;
import jeeves.server.context.*;
import org.wfp.vam.intermap.ke
www.eeworm.com/read/300475/3846842
java identify.java
package com.identify;
public class Identify {
//此方法用于把上传的图片读进来,并且根据提提供的分析图片方法进行 解析,同时返回解析后的字符串
public String readimage(){
String result=null;
return result;
}
//此方法把解析后的字符串显示在j
www.eeworm.com/read/300475/3846844
java identify.java
package com.inter;
//识别图像的接口
public interface Identify {
//根据图片进行识别的接口,并且返回识别结果字符串
public String ident();
}
www.eeworm.com/read/294038/3920897
c identify.c
/*
* identify.c: identify machine by looking up system identifier
*
* Copyright (C) 1998 Thomas Bogendoerfer
*
* This code is based on arch/mips/sgi/kernel/system.c, which is
*
* Copyright (C
www.eeworm.com/read/294038/3921047
c identify.c
/*
* identify.c: machine identification code.
*
* Copyright (C) 1998 Harald Koerfgen and Paul M. Antoine
*
* $Id: identify.c,v 1.2 1999/10/09 00:00:58 ralf Exp $
*/
#include
#incl
www.eeworm.com/read/294038/3922464
c identify.c
/*
* This file is subject to the terms and conditions of the GNU General Public
* License. See the file "COPYING" in the main directory of this archive
* for more details.
*
* identify.c: identi
www.eeworm.com/read/292705/3942568
c identify.c
/*
* identify.c: identify machine by looking up system identifier
*
* Copyright (C) 1998 Thomas Bogendoerfer
*
* This code is based on arch/mips/sgi/kernel/system.c, which is
*
* Copyright (C
www.eeworm.com/read/292705/3942725
c identify.c
/*
* identify.c: machine identification code.
*
* Copyright (C) 1998 Harald Koerfgen and Paul M. Antoine
*
* $Id: identify.c,v 1.2 1999/10/09 00:00:58 ralf Exp $
*/
#include
#incl
www.eeworm.com/read/292705/3944317
c identify.c
/*
* This file is subject to the terms and conditions of the GNU General Public
* License. See the file "COPYING" in the main directory of this archive
* for more details.
*
* identify.c: identi
www.eeworm.com/read/275891/4171696
cs identify.cs
using System;
using System.Data;
using System.Data.SqlClient;
using Model;
namespace Data_Access
{
///
/// 数据访问层。
///
public class Identify
{
public Identify()