代码搜索:cod
找到约 6,199 项符合「cod」的源代码
代码结果 6,199
www.eeworm.com/read/487311/6519107
cod yylex.cod
(* lexical analyzer template (TP Lex V3.0), V1.0 3-2-91 AG *)
(* global definitions: *)
%%
function yylex : Integer;
procedure yyaction ( yyruleno : Integer );
(* local definitions: *)
www.eeworm.com/read/486508/6533724
cod keyscan.cod
www.eeworm.com/read/483659/6600397
cod kwtbl.cod
(* KWTBL keyword table lookup procedure V1.0 6-7-91 AG *)
function kwlookup( kw : String; var code : Integer ) : Boolean;
(* checks whether kw is in the keyword table; if so, returns the
www.eeworm.com/read/483659/6600399
cod yyparse.cod
(* Yacc parser template (TP Yacc V3.0), V1.2 6-17-91 AG *)
(* global definitions: *)
%%
var yylval : YYSType;
function yylex : Integer; forward;
function yyparse : Integer;
var yysta
www.eeworm.com/read/483659/6600406
cod yylex.cod
(* lexical analyzer template (TP Lex V3.0), V1.0 3-2-91 AG *)
(* global definitions: *)
%%
function yylex : Integer;
procedure yyaction ( yyruleno : Integer );
(* local definitions: *)
www.eeworm.com/read/483099/6609597
cod mscomm.cod
TITLE E:\VC++\Visual C++\Microsoft Visual C++ 6.0\WORKS\MSCommV1\mscomm.cpp
.386P
include listing.inc
if @Version gt 510
.model FLAT
else
_TEXT SEGMENT PARA USE32 PUBLIC 'CODE'
_TEXT ENDS
_D
www.eeworm.com/read/483099/6609603
cod stdafx.cod
TITLE E:\VC++\Visual C++\Microsoft Visual C++ 6.0\WORKS\MSCommV1\StdAfx.cpp
.386P
include listing.inc
if @Version gt 510
.model FLAT
else
_TEXT SEGMENT PARA USE32 PUBLIC 'CODE'
_TEXT ENDS
_D
www.eeworm.com/read/483099/6609609
cod mschart.cod
TITLE E:\VC++\Visual C++\Microsoft Visual C++ 6.0\WORKS\MSCommV1\mschart.cpp
.386P
include listing.inc
if @Version gt 510
.model FLAT
else
_TEXT SEGMENT PARA USE32 PUBLIC 'CODE'
_TEXT ENDS
_
www.eeworm.com/read/480770/6661411
cod clock.cod
www.eeworm.com/read/479794/6679027