资源列表

« 1 2 ... .64 .65 .66 .67 .68 1369.70 .71 .72 .73 .74 ... 1384 »

[编译器/词法分析编译原理(龙书)+第二版

说明:计算机专业的一门重要专业课,旨在介绍编译程序构造的一般原理和基本方法。内容包括语言和文法、词法分析、语法分析、语法制导翻译、中间代码生成、存储管理、代码优化和目标代码生成。(An important professional course of computer science, the purpose of this paper is to introduce the general principles and basic meth
<低调丶BM > 在 2025-01-15 上传 | 大小:23.97mb | 下载:0

[编译器/词法分析Code

说明:以flex以及bison作为工具编写的词法与语法分析器(Lexical and grammatical analysis)
<笑傲飞狐 > 在 2025-01-15 上传 | 大小:40kb | 下载:0

[编译器/词法分析wordAnalysis

说明:词法分析器。输入为txt文档,一个字符一个字符的读取输出为词+所属类别(所属类别在注释内有写) 后期要改入加到分析器内可以给一个词,一个字符一个字符读取后输出类别,非常方便。 Xcode开发,下载后可直接查看cpp文件(This is a lexical analysis. Input:txt Output:every single word and their type)
<菜丁丁 > 在 2025-01-15 上传 | 大小:601kb | 下载:0

[编译器/词法分析C编译器

说明:简单地C语言小子集的编译程序,采用LR分析方法(Simple C language small set compiler, using LR analysis method)
<Zeable > 在 2025-01-15 上传 | 大小:318kb | 下载:0

[编译器/词法分析compile_h2

说明:北京交通大学 于双元 编译原理课程 作业2(Beijing Jiaotong University in the dual Compilation Principle Course homework 2)
<yang_zcybb > 在 2025-01-15 上传 | 大小:4kb | 下载:0

[编译器/词法分析词法分析代码

说明:词法分析的简单c实现,将TESTSTRING中的字符串进行分词。(get words in TESTSTRING.)
<infinity > 在 2025-01-15 上传 | 大小:2kb | 下载:0

[编译器/词法分析实验一

说明:简单的小程序,完成课程设计的一部分,词法分析(Simple small program to complete part of the curriculum design, lexical analysis)
<万寿吾江1 > 在 2025-01-15 上传 | 大小:2.96mb | 下载:0

[编译器/词法分析CORSO_C

说明:corso di base completo per linguaggio c
<raptuz > 在 2025-01-15 上传 | 大小:1.43mb | 下载:0

[编译器/词法分析Aide-Mémoire de C++

说明:LANGUAGE FRENCH This book is an introduction to programming in ANSI C ++. It deals in a didactic way, and following a logical progression, all the functionalities of this language
<joth > 在 2025-01-15 上传 | 大小:5.11mb | 下载:0

[编译器/词法分析ambiguity

说明:ambiguity function for Linear frequency modulation
<Ahmed_youssef > 在 2025-01-15 上传 | 大小:5kb | 下载:0

[编译器/词法分析Simple_Compiler

说明:程序功能:实现对一些简单语句的解释运算。支持的运算种类: int a(这种情况下a=0) int a,45 int b,44 a=a+b a=a-b a=a*b a=a/b string str(str为空) string str1,hello! string str2,like str=str1+str2 input str input a print str print a 输入文件:输入“file”命令,随后输入文件路径 读取命令
<Athenae > 在 2025-01-15 上传 | 大小:2kb | 下载:0

[编译器/词法分析cppreference

说明:帮助c/c++更容易学习,它能够离线查找函数,更方便我们编译,可以在codeblock软件上设置 一键查找函数(Help c++ to learn more easily)
<kositu > 在 2025-01-15 上传 | 大小:806kb | 下载:0
« 1 2 ... .64 .65 .66 .67 .68 1369.70 .71 .72 .73 .74 ... 1384 »

源码中国 www.ymcn.org