代码搜索:cod
找到约 6,199 项符合「cod」的源代码
代码结果 6,199
www.eeworm.com/read/108574/6181896
cod pcidppublic.cod
TITLE I:\PCI-DP\KERNEL\KERNELNT\pcidppublic.c
.386P
include listing.inc
if @Version gt 510
.model FLAT
else
_TEXT SEGMENT PARA USE32 PUBLIC 'CODE'
_TEXT ENDS
_DATA SEGMENT DWORD USE32 PUBLIC
www.eeworm.com/read/108574/6181907
cod pcidpprotect.cod
TITLE I:\PCI-DP\KERNEL\KERNELNT\pcidpprotect.c
.386P
include listing.inc
if @Version gt 510
.model FLAT
else
_TEXT SEGMENT PARA USE32 PUBLIC 'CODE'
_TEXT ENDS
_DATA SEGMENT DWORD USE32 PUBLI
www.eeworm.com/read/108574/6181941
cod pcidpprivate.cod
TITLE C:\Kernel2000\pcidpprivate.c
.386P
include listing.inc
if @Version gt 510
.model FLAT
else
_TEXT SEGMENT PARA USE32 PUBLIC 'CODE'
_TEXT ENDS
_DATA SEGMENT DWORD USE32 PUBLIC 'DATA'
_D
www.eeworm.com/read/108574/6181944
cod pcidp.cod
TITLE C:\Kernel2000\pcidp.c
.386P
include listing.inc
if @Version gt 510
.model FLAT
else
_TEXT SEGMENT PARA USE32 PUBLIC 'CODE'
_TEXT ENDS
_DATA SEGMENT DWORD USE32 PUBLIC 'DATA'
_DATA END
www.eeworm.com/read/108574/6181945
cod pcidppublic.cod
TITLE C:\Kernel2000\pcidppublic.c
.386P
include listing.inc
if @Version gt 510
.model FLAT
else
_TEXT SEGMENT PARA USE32 PUBLIC 'CODE'
_TEXT ENDS
_DATA SEGMENT DWORD USE32 PUBLIC 'DATA'
_DA
www.eeworm.com/read/101082/6242542
cod mcs.cod
/*
* @(#)MCS.cod 4.1
*
* This file defines the MCS code as used by International UNIX.
*
* As more than one environment may be based on MCS this file is
* given here for inclusion in the approp
www.eeworm.com/read/101082/6242547
cod ascii.cod
/*
* @(#)ASCII.cod 4.1
*
* This is the first part of the International UNIX data base for ASCII.
*
* ISO646 ASCII is equal to the primary set of ISO8859.
*/
#include "ISO646.inc"
/*
* Giving
www.eeworm.com/read/101082/6251176
c cod.c
/************************************************************************
* *
* Copyright (c) 1987,1988 by *
* Digital Equipment Corporation, Maynard, MA *
* Bull, Franc
www.eeworm.com/read/185477/6336894
cod testboard.cod
www.eeworm.com/read/264458/6358205
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: *)