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

  • 大小: 138KB
    文件類型: .zip
    金幣: 2
    下載: 0 次
    發(fā)布日期: 2021-05-12
  • 語言: 其他
  • 標(biāo)簽: c0編譯器??

資源簡介

C0編譯器編譯原理實(shí)驗(yàn) C0編譯器的 設(shè)計(jì)與實(shí)現(xiàn)原創(chuàng)-當(dāng)年我們交的作業(yè)被評為優(yōu)秀作業(yè)!!!要不是畢業(yè)好幾年我都不舍得分享出來!!!還有配套代碼在我的博客 CTRL+D收藏一下或者關(guān)注走一波-有你所需!不斷更新! 其他相關(guān)下載,配套代碼以及PPT。穩(wěn)妥的小老弟 https://me.csdn.net/download/qq_27500493

資源截圖

代碼片段和文件信息

package?cn.chen;

import?cn.chen.compiler.Block;
import?cn.chen.entity.Instruction;
import?cn.chen.entity.TableStruct;
import?cn.chen.interprter.Interpreter;

import?java.util.ArrayList;
import?java.util.List;
import?java.util.Scanner;

/**
?*?Created?by?chen?on?2016/11/28?0028.
?*/
public?class?Main?{
????public?static?List?tableStructs?=?new?ArrayList();//名字表的數(shù)組
????public?static?ArrayList?aimCode?=?new?ArrayList();//存放虛擬機(jī)生成的代碼
????//?public?static?int?aim_codePos?=?0;
????public?static?void?main(String[]?args)?{
????????System.out.println(“請輸入文件名“);
????????Scanner?sc?=?new?Scanner(System.in);
????????String?s?=?sc.nextLine();
????????Block?block?=?new?Block(s);
????????block.doBlock();
????????Interpreter?interpreter?=?new?Interpreter(aimCode);
????????System.out.println(“名字表:“);
????????for?(TableStruct?t?:?tableStructs)?{
????????????System.out.println(t);
????????}
????????System.out.println();
????????System.out.println(“虛擬機(jī)代碼:“);
????????int?j=0;
????????for?(Instruction?i?:?aimCode)?{
????????????System.out.print(“第“+j+“個(gè)?“);
????????????System.out.println(i);
????????????j++;
????????}
????????interpreter.paser();
????}
}

?屬性????????????大小?????日期????時(shí)間???名稱
-----------?---------??----------?-----??----
?????文件?????????285??2018-11-19?23:11??友情提醒一下吧,看看.txt
?????目錄???????????0??2016-12-19?21:43??C0Compiler\
?????目錄???????????0??2016-12-19?21:43??C0Compiler\.git\
?????文件??????????75??2016-12-13?23:13??C0Compiler\.git\COMMIT_EDITMSG
?????文件?????????441??2016-12-13?23:18??C0Compiler\.git\config
?????文件??????????73??2016-11-02?14:07??C0Compiler\.git\description
?????文件??????????94??2016-12-13?23:12??C0Compiler\.git\FETCH_HEAD
?????文件??????????23??2016-11-02?14:07??C0Compiler\.git\HEAD
?????目錄???????????0??2016-12-19?21:43??C0Compiler\.git\hooks\
?????文件?????????478??2016-11-02?14:07??C0Compiler\.git\hooks\applypatch-msg.sample
?????文件?????????896??2016-11-02?14:07??C0Compiler\.git\hooks\commit-msg.sample
?????文件?????????189??2016-11-02?14:07??C0Compiler\.git\hooks\post-update.sample
?????文件?????????424??2016-11-02?14:07??C0Compiler\.git\hooks\pre-applypatch.sample
?????文件????????1642??2016-11-02?14:07??C0Compiler\.git\hooks\pre-commit.sample
?????文件????????1348??2016-11-02?14:07??C0Compiler\.git\hooks\pre-push.sample
?????文件????????4951??2016-11-02?14:07??C0Compiler\.git\hooks\pre-rebase.sample
?????文件????????1239??2016-11-02?14:07??C0Compiler\.git\hooks\prepare-commit-msg.sample
?????文件????????3611??2016-11-02?14:07??C0Compiler\.git\hooks\update.sample
?????文件????????2757??2016-12-18?21:56??C0Compiler\.git\index
?????目錄???????????0??2016-12-19?21:43??C0Compiler\.git\info\
?????文件?????????240??2016-11-02?14:07??C0Compiler\.git\info\exclude
?????目錄???????????0??2016-12-19?21:43??C0Compiler\.git\logs\
?????文件?????????497??2016-12-13?23:13??C0Compiler\.git\logs\HEAD
?????目錄???????????0??2016-12-19?21:43??C0Compiler\.git\logs\refs\
?????目錄???????????0??2016-12-19?21:43??C0Compiler\.git\logs\refs\heads\
?????文件?????????497??2016-12-13?23:13??C0Compiler\.git\logs\refs\heads\master
?????目錄???????????0??2016-12-19?21:43??C0Compiler\.git\logs\refs\remotes\
?????目錄???????????0??2016-12-19?21:43??C0Compiler\.git\logs\refs\remotes\github\
?????文件?????????139??2016-12-13?23:18??C0Compiler\.git\logs\refs\remotes\github\master
?????目錄???????????0??2016-12-19?21:43??C0Compiler\.git\logs\refs\remotes\origin\
?????文件?????????139??2016-11-02?14:07??C0Compiler\.git\logs\refs\remotes\origin\master
............此處省略236個(gè)文件信息

評論

共有 條評論

相關(guān)資源