代码搜索:Tokenize
找到约 228 项符合「Tokenize」的源代码
代码结果 228
www.eeworm.com/read/112193/15492444
cpp ed2klink.cpp
//this file is part of eMule
//Copyright (C)2002 Merkur ( devs@emule-project.net / http://www.emule-project.net )
//
//This program is free software; you can redistribute it and/or
//modify it und
www.eeworm.com/read/111407/15513657
cpp ed2klink.cpp
//this file is part of eMule
//Copyright (C)2002 Merkur ( devs@emule-project.net / http://www.emule-project.net )
//
//This program is free software; you can redistribute it and/or
//modify it und
www.eeworm.com/read/108712/15578823
cpp ed2klink.cpp
//this file is part of eMule
//Copyright (C)2002 Merkur ( devs@emule-project.net / http://www.emule-project.net )
//
//This program is free software; you can redistribute it and/or
//modify it und
www.eeworm.com/read/346712/11729417
java alphabetictokenizer.java
/*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either vers
www.eeworm.com/read/229834/14315189
pro tokenizer.pro
% Author: Ying Tao, Department of Biomedical Informatics, Columbia University
% Date: 12/7/2005
:-module(tokenizer,[tokenize/2]).
tokenize(Str,List):- scanStr(Str,0,'',[],List),!.
scanStr(Str,
www.eeworm.com/read/222728/14678344
h protocol.h
//---------------------------------------------------------------------------
#ifndef protocolH
#define protocolH
//---------------------------------------------------------------------------
www.eeworm.com/read/222728/14678402
h protocol.h
//---------------------------------------------------------------------------
#ifndef protocolH
#define protocolH
//---------------------------------------------------------------------------
www.eeworm.com/read/222728/14678458
h protocol.h
//---------------------------------------------------------------------------
#ifndef protocolH
#define protocolH
//---------------------------------------------------------------------------
www.eeworm.com/read/108658/15580517
cpp ed2klink.cpp
//this file is part of eMule
//Copyright (C)2002 Merkur ( merkur-@users.sourceforge.net / http://www.emule-project.net )
//
//This program is free software; you can redistribute it and/or
//modify
www.eeworm.com/read/438718/1823057
py test_tok.py
from test_support import verbose, findfile
import tokenize, os, sys
if verbose:
print 'starting...'
file = open(findfile('tokenize_tests.py'))
tokenize.tokenize(file.readline)
if verbose:
pri