代码搜索:Simple
找到约 10,000 项符合「Simple」的源代码
代码结果 10,000
www.eeworm.com/read/116793/6112264
test 01.test
#
# Table creation testing
#
# OK : normal, simple table covering simple types
create table staff (
first_name char(10),
last_name char(10),
dept char(10),
staff_id int,
height real
)\p\g
www.eeworm.com/read/100133/6273593
g idl.g
options {
language = "Sather";
}
/*
* This is a complete parser for the IDL language as defined
* by the CORBA 2.0 specification. It will allow those who
* need an IDL parser to get up
www.eeworm.com/read/100133/6273679
g idl.g
header {
import java.io.*;
import java.util.Vector;
import java.util.Hashtable;
}
/**
* This is a complete parser for the IDL language as defined
* by the CORBA 2.0 specification.
www.eeworm.com/read/100133/6273810
g idl.g
options {
language="Cpp";
}
/**
* This is a complete parser for the IDL language as defined
* by the CORBA 2.0 specification. It will allow those who
* need an IDL parser to get up-and-runnin
www.eeworm.com/read/218797/6303331
m inverter_gain.m
function gain = inverter_gain(vdd, wn, ln, wp, lp)
% analysis of inverter threshold for 0.25 micron CMOS process
techn = [0.43, 0.4, 115e-6, 0.06, 0.63, 0.005, 0.015];
techp = [-0.40, -0.4, -30e-6,
www.eeworm.com/read/491941/6428754
y tiny.y
/****************************************************/
/* File: tiny.y */
/* The TINY Yacc/Bison specification file */
/* Compiler Construction: Princi
www.eeworm.com/read/487311/6519064
y ch1-06.y
%{
#include
/* we found the following required for some yacc implementations. */
/* #define YYSTYPE int */
%}
%token NOUN PRONOUN VERB ADVERB ADJECTIVE PREPOSITION CONJUNCTION
%%
sentence