代码搜索:segment
找到约 10,000 项符合「segment」的源代码
代码结果 10,000
www.eeworm.com/read/148294/6322526
jpg segment.jpg
www.eeworm.com/read/152024/6334037
m segment.m
function [finalMasks, finalConfs]= segment(filename, distances, K, LAB_DIFF, PERCENTAGE, PERCEPTUAL)
CONFIDENCE_THRESHOLD = 0.8;
disp('********************');
disp('Pre-proceesing Image')
disp('**
www.eeworm.com/read/493101/6406587
h segment.h
//// 读取fs 段中指定地址处的字节。
// 参数:addr - 指定的内存地址。
// %0 - (返回的字节_v);%1 - (内存地址addr)。
// 返回:返回内存fs:[addr]处的字节。
extern inline unsigned char
get_fs_byte (const char *addr)
{
unsigned register char _v;
__asm
www.eeworm.com/read/486068/6542942
vhd segment.vhd
library IEEE;
use IEEE.std_logic_1164.all;
entity seven_seg is
generic (inst : string := "1");
port (a, b, c, d, e, f, g, dec, a1, a2, a3 : in std_logic );
end seven_seg;
architecture behavioral
www.eeworm.com/read/409810/11311209
java segment.java
package com.tzh.luceneTest;
import java.io.BufferedReader;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileNotFoundException;
import java.io.IOException;
import java.io.I
www.eeworm.com/read/263039/11378400
cpp segment.cpp
//////////////////////////////////////////////////////////////////////
//ICTCLAS简介:计算所汉语词法分析系统ICTCLAS(Institute of Computing Technology, Chinese Lexical Analysis System),
// 功能有:中文分词;词性标
www.eeworm.com/read/263039/11378405
h segment.h
//////////////////////////////////////////////////////////////////////
//ICTCLAS简介:计算所汉语词法分析系统ICTCLAS(Institute of Computing Technology, Chinese Lexical Analysis System),
// 功能有:中文分词;词性标
www.eeworm.com/read/408453/11387838
cpp segment.cpp
//////////////////////////////////////////////////////////////////////
//ICTCLAS简介:计算所汉语词法分析系统ICTCLAS(Institute of Computing Technology, Chinese Lexical Analysis System),
// 功能有:中文分词;词性标
www.eeworm.com/read/408453/11387840
h segment.h
//////////////////////////////////////////////////////////////////////
//ICTCLAS简介:计算所汉语词法分析系统ICTCLAS(Institute of Computing Technology, Chinese Lexical Analysis System),
// 功能有:中文分词;词性标
www.eeworm.com/read/406786/11435681
h segment.h
extern inline unsigned char get_fs_byte(const char * addr)
{
unsigned register char _v;
__asm__ ("movb %%fs:%1,%0":"=r" (_v):"m" (*addr));
return _v;
}
extern inline unsigned short get_fs_word(co