代码搜索结果
找到约 10,000 项符合
Y 的代码
pas.y
%{
//
// **********************************************************************
// * Bison Grammar for ISO Pascal
// * --------------------------------------------------------------
y.m
%对偶单纯形法
function result=y(A,B,C)
a=-1*A;
[row line]=size(A);
a=[a eye(row,row)];
b=-1*B;
c=[C zeros(1,row)];
dex=c; %dex为判别数
tiny.y
/****************************************************/
/* File: tiny.y */
/* The TINY Yacc/Bison specification file */
/* Compiler Construction: Princi
y_out
0 0.000000
0.000125 0.000000
0.00025 0.010000
0.000375 0.006930
0.0005 -0.020148
0.000625 -0.035000
0.00075 -0.019010
0.000875
mglyac.y
%{
#include
#include
#include
int screen_done = 1; /* 1 if done, 0 otherwise */
char *act_str; /* extra argument for an action */
char *cmd_str; /* extra argum
pas.y
/* PAS.Y: ISO Level 0 Pascal grammar, adapted to TP Yacc 2-28-89 AG
To compile: yacc pas
lex paslex
tpc pas */
%{
(*
*
* Pascal grammar in Yacc format, ba
yref.y
/* YREF.Y: YREF cross reference utility, V1.1 5-1-91 AG
This is a sample Yacc program which produces complete cross reference
listings of Yacc source (.y) files. It is based on the same gr
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