代码搜索:Principles
找到约 1,017 项符合「Principles」的源代码
代码结果 1,017
www.eeworm.com/read/131315/5945675
readme
The cal(1) date routines were written from scratch, basically from first
principles. The algorithm for calculating the day of week from any
Gregorian date was "reverse engineered". This was necessar
www.eeworm.com/read/264458/6358241
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/487311/6519106
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/483659/6600405
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/250756/12386033
but udp.but
\# This file is so named for tradition's sake: it contains what we
\# always used to refer to, before they were written down, as
\# PuTTY's `unwritten design principles'. It has nothing to do with
www.eeworm.com/read/213349/15136693
sql control_structures_cursors.sql
# Procedure to find the orderid with the largest amount
# could be done with max, but just to illustrate stored procedure principles
delimiter //
create procedure largest_order(out largest_id int)
www.eeworm.com/read/375427/2724596
java spaceobject.java
// A JavaSpaces Entry class for a space object
// M. Liu, based on code samples provided in:
// JAVASPACES PRINCIPLES, PATTERNS, AND PRACTICE,
// Freeman, et al, Addison-Wesley Publishing Co
//
www.eeworm.com/read/193648/8209872
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/293018/8318439
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/247983/12609466
sql control_structures_cursors.sql
# Procedure to find the orderid with the largest amount
# could be done with max, but just to illustrate stored procedure principles
delimiter //
create procedure largest_order(out largest_id int)