代码搜索:提取技术

找到约 10,000 项符合「提取技术」的源代码

代码结果 10,000
www.eeworm.com/read/219945/14858814

c c.c

/* 对四则混合运算所提取的形式化表达式(生成式) -> { } -> + | - -> { } -> * | / -> ( ) | Number */ #include #
www.eeworm.com/read/219121/14893650

m scriptfeaextract.m

% ScriptFeaExtract % 提取签字图像的特征向量(列向量) % 需要指定划分的strips数量,默认为6 function [FeatureVector]=ScriptFeaExtract(Image,varargin) if(nargin==1) Np=6; else Np=varargin{1}; end [peripheralFeature]
www.eeworm.com/read/214029/15116252

cs sp_question.cs

using System; namespace sp.Model { /// /// 实体类sp_question 。(属性说明自动提取数据库字段的描述信息) /// public class sp_question { public sp_question() {
www.eeworm.com/read/214029/15116256

cs sp_answer.cs

using System; namespace sp.Model { /// /// 实体类sp_answer 。(属性说明自动提取数据库字段的描述信息) /// public class sp_answer { public sp_answer() { }
www.eeworm.com/read/490190/1207329

cs form1.cs

using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Text; using System.Windows.Forms; namespace WinAppTest5_2提取
www.eeworm.com/read/489558/1220963

java webparser.java

/* * 除去html源码中的空格,提取正文存档txt文件 */ package com.catking.webSearcher; import java.net.*; import java.io.*; public class WebParser { /** * @param args */ private static String txtFi
www.eeworm.com/read/466767/1509453

java iurlregexmap.java

/* * FileName IUrlRegexMap.java * Create Date 2006-5-16 * Author shiwei * Descript 存放提取URL使用的所有类型 * Version */ package com.snoics.reptile.regex.url; import java.util.Map; public in
www.eeworm.com/read/331369/3413522

java iurlregexmap.java

/* * FileName IUrlRegexMap.java * Create Date 2006-5-16 * Author shiwei * Descript 存放提取URL使用的所有类型 * Version */ package com.snoics.reptile.regex.url; import java.util.Map; public in
www.eeworm.com/read/315047/3624847

cs form1.cs

using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Text; using System.Windows.Forms; namespace WinAppTest5_2提取
www.eeworm.com/read/286241/4040664

cs logs.cs

using System; namespace DLOA.Model { /// /// 实体类Logs 。(属性说明自动提取数据库字段的描述信息) /// public class Logs { public Logs() {} #region Model private int _id; priva