代码搜索:token
找到约 9,902 项符合「token」的源代码
代码结果 9,902
www.eeworm.com/read/100133/6273522
sa token_stream_hidden_token_filter.sa
(*
ANTLR Translator Generator
Project led by Terence Parr at http://www.jGuru.com
Software rights: http://www.antlr.org/RIGHTS.html
$Id: //depot/code/org.antlr/release/antlr-2.7.0/lib/sath
www.eeworm.com/read/240204/4577801
sa token_stream_hidden_token_filter.sa
(*
ANTLR Translator Generator
Project led by Terence Parr at http://www.jGuru.com
Software rights: http://www.antlr.org/RIGHTS.html
$Id: token_stream_hidden_token_filter.sa,v 1.1.1.1
www.eeworm.com/read/292340/8360630
txt token.txt
0 3606440
2
3
0 3606720
4
6
5
0 3607056
4
6
5
6
4
0 3607560
8
1 3607728
5
0 3607840
8
1 3608008
7
0 3622304
9
1 3655632
3
0 3655744
9
1 3622472
5
8
0 3622696
10
1 36228
www.eeworm.com/read/189780/8455270
class token.class
www.eeworm.com/read/189298/8477459
c token.c
/*
** Extract whitespace-delimited tokens from a character array and
** print them one per line.
*/
#include
#include
void
print_tokens( char *line )
{
static char whi
www.eeworm.com/read/390183/8480456
pl token.pl
#!/usr/bin/perl
#
# Generate a test case for token lookup performance
#
@insns = qw(add sub adc sbb and or xor mov);
@regs = qw(eax ebx ecx edx esp ebp esi edi);
srand(0);
sub pickone(@) {
www.eeworm.com/read/389856/8496132
txt token.txt
const ident = number , ident = number ;
var ident , ident ;
procedure ident ;
var ident ;
ident := ident * ( ident + ident )
;
while ident > ident
do
begin
if ident = number
then
www.eeworm.com/read/433219/8539035
cpp token.cpp
#include
#include "Recognize_Token.h"
int main()
{
Recognize_Token TestToke("test.txt","putout.txt");
return 1;
}
www.eeworm.com/read/433219/8539038
obj token.obj
www.eeworm.com/read/433219/8539055