91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

  • 大小: 774KB
    文件類型: .rar
    金幣: 2
    下載: 0 次
    發布日期: 2021-07-03
  • 語言: 其他
  • 標簽: 編譯原理??

資源簡介

這是中國海洋大學2020年春季學期編譯原理課程實驗的源代碼,所有源碼都可以編譯運行,大家可以下載進行參考,里面總共有8個實驗的代碼,加一份實驗要求。

資源截圖

代碼片段和文件信息


#line?2?“lex.yy.c“

#define??YY_INT_ALIGNED?short?int

/*?A?lexical?scanner?generated?by?flex?*/

#define?FLEX_SCANNER
#define?YY_FLEX_MAJOR_VERSION?2
#define?YY_FLEX_MINOR_VERSION?6
#define?YY_FLEX_SUBMINOR_VERSION?4
#if?YY_FLEX_SUBMINOR_VERSION?>?0
#define?FLEX_BETA
#endif

/*?First?we?deal?with??platform-specific?or?compiler-specific?issues.?*/

/*?begin?standard?C?headers.?*/
#include?
#include?
#include?
#include?

/*?end?standard?C?headers.?*/

/*?flex?integer?type?definitions?*/

#ifndef?FLEXINT_H
#define?FLEXINT_H

/*?C99?systems?have?.?Non-C99?systems?may?or?may?not.?*/

#if?defined?(__STDC_VERSION__)?&&?__STDC_VERSION__?>=?199901L

/*?C99?says?to?define?__STDC_LIMIT_MACROS?before?including?stdint.h
?*?if?you?want?the?limit?(max/min)?macros?for?int?types.?
?*/
#ifndef?__STDC_LIMIT_MACROS
#define?__STDC_LIMIT_MACROS?1
#endif

#include?
typedef?int8_t?flex_int8_t;
typedef?uint8_t?flex_uint8_t;
typedef?int16_t?flex_int16_t;
typedef?uint16_t?flex_uint16_t;
typedef?int32_t?flex_int32_t;
typedef?uint32_t?flex_uint32_t;
#else
typedef?signed?char?flex_int8_t;
typedef?short?int?flex_int16_t;
typedef?int?flex_int32_t;
typedef?unsigned?char?flex_uint8_t;?
typedef?unsigned?short?int?flex_uint16_t;
typedef?unsigned?int?flex_uint32_t;

/*?Limits?of?integral?types.?*/
#ifndef?INT8_MIN
#define?INT8_MIN???????????????(-128)
#endif
#ifndef?INT16_MIN
#define?INT16_MIN??????????????(-32767-1)
#endif
#ifndef?INT32_MIN
#define?INT32_MIN??????????????(-2147483647-1)
#endif
#ifndef?INT8_MAX
#define?INT8_MAX???????????????(127)
#endif
#ifndef?INT16_MAX
#define?INT16_MAX??????????????(32767)
#endif
#ifndef?INT32_MAX
#define?INT32_MAX??????????????(2147483647)
#endif
#ifndef?UINT8_MAX
#define?UINT8_MAX??????????????(255U)
#endif
#ifndef?UINT16_MAX
#define?UINT16_MAX?????????????(65535U)
#endif
#ifndef?UINT32_MAX
#define?UINT32_MAX?????????????(4294967295U)
#endif

#ifndef?SIZE_MAX
#define?SIZE_MAX???????????????(~(size_t)0)
#endif

#endif?/*?!?C99?*/

#endif?/*?!?FLEXINT_H?*/

/*?begin?standard?C++?headers.?*/

/*?TODO:?this?is?always?defined?so?inline?it?*/
#define?yyconst?const

#if?defined(__GNUC__)?&&?__GNUC__?>=?3
#define?yynoreturn?__attribute__((__noreturn__))
#else
#define?yynoreturn
#endif

/*?Returned?upon?end-of-file.?*/
#define?YY_NULL?0

/*?Promotes?a?possibly?negative?possibly?signed?char?to?an
?*???integer?in?range?[0..255]?for?use?as?an?array?index.
?*/
#define?YY_SC_TO_UI(c)?((YY_CHAR)?(c))

/*?Enter?a?start?condition.??This?macro?really?ought?to?take?a?parameter
?*?but?we?do?it?the?disgusting?crufty?way?forced?on?us?by?the?()-less
?*?definition?of?BEGIN.
?*/
#define?BEGIN?(yy_start)?=?1?+?2?*
/*?Translate?the?current?start?state?into?a?value?that?can?be?later?handed
?*?to?BEGIN?to?return?to?the?state.??The?YYSTATE?alias?is?for?lex
?*?compatibility.
?*/
#define?YY_START?(((yy_start)?-?1)?/?2)
#define?YYSTATE?YY_START
/*?Action?number?for?EOF?rule?of?a?given?start?state.?*/
#define

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----

?????文件?????176005??2020-04-25?11:30??編譯原理全部實驗\實驗e1\e1.exe

?????文件???????3195??2020-04-27?08:38??編譯原理全部實驗\實驗e1\e1.l

?????文件?????176517??2020-04-25?19:55??編譯原理全部實驗\實驗e1\e2.exe

?????文件??????50749??2020-04-25?19:55??編譯原理全部實驗\實驗e1\lex.yy.c

?????文件????????278??2019-04-22?14:48??編譯原理全部實驗\實驗e1\test-e1.i

?????文件?????161474??2020-05-21?21:02??編譯原理全部實驗\實驗e4\a.exe

?????文件???????4497??2020-05-21?21:02??編譯原理全部實驗\實驗e4\sum.c

?????文件?????176005??2020-04-25?10:18??編譯原理全部實驗\實驗一\exper1.exe

?????文件???????2937??2020-04-25?12:08??編譯原理全部實驗\實驗一\experiment1.l

?????文件??????49883??2020-04-25?10:18??編譯原理全部實驗\實驗一\lex.yy.c

?????文件????????295??2019-04-22?15:08??編譯原理全部實驗\實驗一\test1.i

?????文件?????177752??2020-04-29?14:27??編譯原理全部實驗\實驗三\a.exe

?????文件???????4996??2020-04-29?14:56??編譯原理全部實驗\實驗三\experiment3.l

?????文件??????53693??2020-04-29?14:27??編譯原理全部實驗\實驗三\lex.yy.c

?????文件????????344??2009-11-09?23:06??編譯原理全部實驗\實驗三\test1.p

?????文件?????178071??2020-05-11?22:05??編譯原理全部實驗\實驗二\a.exe

?????文件?????177029??2020-04-26?16:58??編譯原理全部實驗\實驗二\e2.exe

?????文件???????5002??2020-05-11?22:03??編譯原理全部實驗\實驗二\experiment2.l

?????文件??????54023??2020-05-11?22:05??編譯原理全部實驗\實驗二\lex.yy.c

?????文件????????344??2009-11-09?23:06??編譯原理全部實驗\實驗二\test1.p

?????文件????????131??2020-04-26?15:45??編譯原理全部實驗\實驗二\需要分析的記號名.txt

?????文件?????189258??2020-05-30?16:15??編譯原理全部實驗\實驗五\a.exe

?????文件????????343??2020-05-22?22:55??編譯原理全部實驗\實驗五\ans.txt

?????文件???????1542??2020-05-28?22:54??編譯原理全部實驗\實驗五\exp5.l

?????文件??????47732??2020-05-30?16:15??編譯原理全部實驗\實驗五\exp5.tab.c

?????文件???????2671??2020-05-30?16:15??編譯原理全部實驗\實驗五\exp5.tab.h

?????文件???????1615??2020-05-30?16:12??編譯原理全部實驗\實驗五\exp5.y

?????文件??????49882??2020-05-30?16:15??編譯原理全部實驗\實驗五\lex.yy.c

?????文件????????244??2020-04-29?15:46??編譯原理全部實驗\實驗五\makefile

?????文件?????????68??2009-12-07?13:18??編譯原理全部實驗\實驗五\test0.p

............此處省略59個文件信息

評論

共有 條評論