代码搜索:segment
找到约 10,000 项符合「segment」的源代码
代码结果 10,000
www.eeworm.com/read/195889/8124546
c segment(sen).c
#include "segment.h"
#include
#include
#include
char *CC_Find(const char *string, const char *strCharSet)
{
char *cp=strstr(string,strCharSet);
if(cp!=NULL&&(
www.eeworm.com/read/195889/8124556
h segment.h
#ifndef _SEGMENT_H
#define _SEGMENT_H
#include
#include
#include
#include
#include
#include
#include
/*最大文件数目为5*/
www.eeworm.com/read/195889/8124566
obj segment(sentence).obj
www.eeworm.com/read/195889/8124589
obj segment.obj
www.eeworm.com/read/145110/12753696
cpp segment.cpp
// Segment.cpp : implementation file
//
#include "stdafx.h"
#include "wgl_32.h"
#include "Segment.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__
www.eeworm.com/read/145110/12753712
h segment.h
#if !defined(AFX_SEGMENT_H__3F97A582_5B06_11D2_A9B4_C153A6BF3453__INCLUDED_)
#define AFX_SEGMENT_H__3F97A582_5B06_11D2_A9B4_C153A6BF3453__INCLUDED_
#if _MSC_VER >= 1000
#pragma once
#endif // _M
www.eeworm.com/read/143276/12886879
cpp segment.cpp
//////////////////////////////////////////////////////////////////////
//ICTCLAS简介:计算所汉语词法分析系统ICTCLAS(Institute of Computing Technology, Chinese Lexical Analysis System),
// 功能有:中文分词;词性标
www.eeworm.com/read/143276/12886887
h segment.h
//////////////////////////////////////////////////////////////////////
//ICTCLAS简介:计算所汉语词法分析系统ICTCLAS(Institute of Computing Technology, Chinese Lexical Analysis System),
// 功能有:中文分词;词性标
www.eeworm.com/read/243981/12902075
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