代码搜索:Principles
找到约 1,017 项符合「Principles」的源代码
代码结果 1,017
www.eeworm.com/read/105622/15663724
y expr.y
/* Sample Yacc grammar for a simple desktop calculator; derived from a
grammar in Aho et al: Compilers. Principles, Techniques and Tools (Sect.
4.9).
Lexical analyzer is in Lex program
www.eeworm.com/read/130824/14173289
c cgen.c
/* cgen.c
* The code generator implementation to the TINY compiler
* (generates code for TM machine)
*
* Compiler Construction: Principles and Practice
* Kenneth C. Louden
* 编译原理及实践
* (美
www.eeworm.com/read/283334/4082966
tex hworld.tex
\section{wxWidgets Hello World sample}\label{helloworld}
As many people have requested a mini-sample to be published here
so that some quick judgment concerning syntax
and basic principles can be
www.eeworm.com/read/375427/2724594
java helloworld.java
// A program which initaties a JavaSpaces entry.
// M. Liu, based on an code samples provided in:
// JAVASPACES PRINCIPLES, PATTERNS, AND PRACTICE,
// Freeman, et al, Addison-Wesley Publishing Co
www.eeworm.com/read/375427/2724595
java helloworldclient.java
// A client program which accesses a JavaSpaces entry.
// M. Liu, based on code samples provided in:
// JAVASPACES PRINCIPLES, PATTERNS, AND PRACTICE,
// Freeman, et al, Addison-Wesley Publishing
www.eeworm.com/read/172783/9690828
h corona.h
/**
* Corona Image I/O Library
* Version 1.0.2
* (c) 2003 Chad Austin
*
* This API uses principles explained at
* http://aegisknight.org/cppinterface.html
*
* This code licensed under
www.eeworm.com/read/172783/9691050
h corona.h
/**
* Corona Image I/O Library
* Version 1.0.2
* (c) 2003 Chad Austin
*
* This API uses principles explained at
* http://aegisknight.org/cppinterface.html
*
* This code licensed under
www.eeworm.com/read/264458/6358203
pas yacclr0.pas
{
LR(0) set construction. For an explanation of this algorithm, see
Aho/Sethi/Ullman, "Compilers : Principles, Techniques and Tools,"
1986, Section 4.7.
Copyright (c) 1990-92 Albert G
www.eeworm.com/read/130824/14173308
h code.h
/* code.h
* TM code emitting utilities for the TINY compiler
* and interface to the TM machine
*
* Compiler Construction: Principles and Practice
* Kenneth C. Louden
* 编译原理及实践
* (美) Kenn
www.eeworm.com/read/194563/5127595
tex hworld.tex
\section{wxWidgets Hello World sample}\label{helloworld}
As many people have requested a mini-sample to be published here
so that some quick judgment concerning syntax
and basic principles can be mad