代码搜索:Allen

找到约 1,359 项符合「Allen」的源代码

代码结果 1,359
www.eeworm.com/read/107355/6189548

lex expr.lex

/*@A (C) 1992 Allen I. Holub */ %{ #include "yyout.h" %} %% "+" return PLUS; "*" return STAR; "(" return LP; ")" return RP; [0-9]+ return NUM;
www.eeworm.com/read/117119/14939908

txt readme.txt

实在对不住一直用这个黑客小东东的人,这个版本的推出没有实质性的突破。本来打算最后一版叫做海阳顶端网asp木马罗马假日版,最终由<mark>allen</mark>来完成。<mark>allen</mark>打算完全采用ado.stream和xmlhttp来完成现有木马的所有功能,完全不用fso。但是<mark>allen</mark>一直神龙不见首尾,所以在推出终版前,还是我改造了一下,推出2004版吧。 加了以下几个功能: 1、进制转换,用于sql注射 ...
www.eeworm.com/read/366824/9796806

htm msdn_serial.htm

Serial Communications in Win32 Allen Denver Micros
www.eeworm.com/read/101509/15828023

txt readme.txt

实在对不住一直用这个黑客小东东的人,这个版本的推出没有实质性的突破。本来打算最后一版叫做海阳顶端网asp木马罗马假日版,最终由<mark>allen</mark>来完成。<mark>allen</mark>打算完全采用ado.stream和xmlhttp来完成现有木马的所有功能,完全不用fso。但是<mark>allen</mark>一直神龙不见首尾,所以在推出终版前,还是我改造了一下,推出2004版吧。 加了以下几个功能: 1、进制转换,用于sql注射 ...
www.eeworm.com/read/101208/15841456

c yyhook_b.c

/*@A (C) 1992 Allen I. Holub */ void yyhook_b(){} /* entered with a ^B command */
www.eeworm.com/read/101208/15841477

c yywrap.c

/*@A (C) 1992 Allen I. Holub */ int yywrap() /* yylex() halts if 1 is returned */ { return( 1 ); }
www.eeworm.com/read/101208/15841528

lex expr.lex

/*@A (C) 1992 Allen I. Holub */ %{ #include "yyout.h" %} %% "+" return PLUS; "*" return STAR; "(" return LP; ")" return RP; [0-9]+ return NUM;
www.eeworm.com/read/101208/15841562

c dv_scree.c

/*@A (C) 1992 Allen I. Holub */ #define ALLOC #include "video.h" /* This file has no code in it. It just allocates space for the variables * defin
www.eeworm.com/read/101208/15841576

c waddstr.c

/*@A (C) 1992 Allen I. Holub */ #include "cur.h" void waddstr( win, str ) WINDOW *win; char *str; { while( *str ) waddch( win, *str++ ); }
www.eeworm.com/read/101208/15841582

c winch.c

/*@A (C) 1992 Allen I. Holub */ #include "cur.h" int winch( win ) WINDOW *win; { int y, x, c; curpos( &y, &x ); cmove( win->y_org