代码搜索结果

找到约 10,000 项符合 C 的代码

0832锯.lst

C51 COMPILER V7.06 0832_

setup.def

LIBRARY C0CSETUP EXPORTS RunDllA

说明.txt

本例是生成C语言子集的例子,其中C语言子集的词法文件(cminus.l)与语法文件(cminus.yy)为手动构造。 该C语言子集只能分析最简单的语法,具体请看cminus.yy文件中的产生式定义。

readme

SGA-C: A C-language Implementation of a Simple Genetic Algorithm Robert E. Smith The University of Alabama David E. Goldberg The University of Illinois and Jeff A. Earickson Alabama S

sga-c.tex

\documentstyle[apaua]{article} \pagestyle{empty} \oddsidemargin=0in \evensidemargin=0in \topmargin=0.5in \textheight=9in \textwidth=6.5in \footheight=0in \columnsep=0.25in \headsep=0in \h

rfc827.txt

RFC 827 EXTERIOR GATEWAY PROTOCOL (EGP) Eric C. Rosen

read.me

Coronado Enterprises Turbo-C TUTOR Feb 1, 1988 READ.ME File Getting Started with the Turbo-C tutorial The first thing you should do is to backup the distribution disket

rfc827.txt

RFC 827 EXTERIOR GATEWAY PROTOCOL (EGP) Eric C. Rosen

mr.dir

OS_CPU_C.C OS_CPU.H

a_func.c

extern void c_func (void); void a_func (void) { c_func (); }