代码搜索:Tokenize
找到约 228 项符合「Tokenize」的源代码
代码结果 228
www.eeworm.com/read/273525/4209166
ado _crcbin.ado
*! version 1.0.1 23sep2002
program define _crcbin
tempname bb
mat `bb' = e(b)
local names : colnames(`bb')
tokenize `names'
local dep "`e(depvar)'"
www.eeworm.com/read/273525/4210066
ado hadimvo.ado
*! version 1.2.6 31jul2001
program hadimvo, rclass
version 6, missing
syntax varlist [if] [in], Generate(string) [ P(real .05) ]
tokenize `"`generat'"'
if `"`3'"'!="" { error 198 }
local
www.eeworm.com/read/179335/9360365
tex classtokenizer_3_01graph__pattern_01_4.tex
\section{tokenizer$$ Class Template Reference}
\label{classtokenizer_3_01GRAPH__PATTERN_01_4}\index{tokenizer< GRAPH_PATTERN >@{tokenizer$$}}
Graph tokenize
www.eeworm.com/read/321827/13397764
c wcstok.c
/***
*wcstok.c - tokenize a wide-character string with given delimiters
*
* Copyright (c) 1989-1997, Microsoft Corporation. All rights reserved.
*
*Purpose:
* defines wcstok() - brea
www.eeworm.com/read/10438/185771
c strtok_s.c
/***
*strtok_s.c - tokenize a string with given delimiters
*
* Copyright (c) Microsoft Corporation. All rights reserved.
*
*Purpose:
* defines strtok_s() - breaks string into series of token
www.eeworm.com/read/10438/185808
c wcstok.c
/***
*wcstok.c - tokenize a wide-character string with given delimiters
*
* Copyright (c) Microsoft Corporation. All rights reserved.
*
*Purpose:
* defines wcstok() - breaks wide-cha
www.eeworm.com/read/16273/667319
c wcstok.c
/***
*wcstok.c - tokenize a wide-character string with given delimiters
*
* Copyright (c) 1989-1997, Microsoft Corporation. All rights reserved.
*
*Purpose:
* defines wcstok() - brea
www.eeworm.com/read/273525/4204187
ado kappa.ado
*! version 3.0.10 22sep2004
program define kappa, rclass
version 6, missing
syntax varlist(min=2) [if] [in]
tempvar touse
mark `touse' `if' `in' /* sic, varlist not marked out */
tokenize
www.eeworm.com/read/273525/4207548
ado means.ado
*! version 4.0.13 17mar2005
program define means, rclass byable(recall)
version 6.0, missing
syntax [varlist] [if] [in] [aweight fweight] /*
*/ [, Level(cilevel) Add(real 0) Only]
tokenize `
www.eeworm.com/read/273525/4208813
ado _dots.ado
*! version 1.0.1 24may2004
program _dots
version 8.2
syntax [anything] [, title(string) reps(integer -1) noDOTS ]
tokenize `anything'
args i rc
if "`i'" == "0" {
if `"`title'"' != "" {