CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 编译器/词法分析 搜索资源 - 学习

搜索资源列表

  1. Begpoint.zip

    0下载:
  2. 学习指针的使用
  3. 所属分类:编译器/词法分析

    • 发布日期:
    • 文件大小:79730
    • 提供者:
  1. bianyiyuanli.rar

    0下载:
  2. 一. 实验目的: 设计、编写和调试一个具体的词法分析程序,加深对词法分析理论和自动词法分析工具的理解、实践和掌握。 二. 实验要求: ① 学习和理解正则表达式理论,写出C—语言的记号的完整的正则表达式;(适当使用正则定义) ② 学习和理解有限机理论,根据前面的正则表达式,用基于经验的方法画出C—语言的记的DFA图; ③ 用基于DFA图的算法编写C—语言的词法分析程序; ④ 学习词法分析程序的自动生成工具,使用LEX工具实现C—语言的词法分析程序.
  3. 所属分类:编译器/词法分析

    • 发布日期:
    • 文件大小:147597
    • 提供者:
  1. BOCH.rar

    0下载:
  2. 一个用LISP语言编写的语法分析器。使用Bottom-up Chart Parsing算法,程序非常的简单高效,只有二百多行。另外可以自己定义文法和字典。 源代码公开,主要供对语法分析算法和LISP编程感兴趣的人学习使用,也可以使用在自然语言处理的各种实际研究当中。
  3. 所属分类:编译器/词法分析

    • 发布日期:
    • 文件大小:4561
    • 提供者:
  1. tiger

    0下载:
  2. 一个FREE编译器原码,用于学习LEX和YA- A FREE compiler original code, uses in to study LEX and YA
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:63283
    • 提供者:jqx
  1. shh120b2src

    0下载:
  2. Shorthand是一个强大的脚本语言,是专门为基于Web的应用程序设计的。它的语法简单直观易于学习。它的引擎可在所有的 Linux 和Windows平台的流行Web服务器上运行。它支持 MySQL 和ODBC,以便用最普通的数据格式化。-Shorthand is a powerful scr ipting language that is specifically for Web-based application design. Its syntax is simple and intuit
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:492933
    • 提供者:斯蒂芬
  1. lua-5.0.2.tar

    0下载:
  2. Lua 语言解释器源码,可在linux,windows,unix下编译成功,是学习编译原理和用来做配置文件的好-Lua language interpreter source code, may in linux, windows, under unix translate successfully east, is studies the translation principle and uses for to make the disposition document to be go
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:190442
    • 提供者:周大塖
  1. vc做的C代码编译器

    0下载:
  2. vc做的C语言编译器,基本可以编译c的各种特性,值得学习编译器的朋友下载-vc do C language compiler, which can be compiled c various properties worth learning compiler downloaded to see friends
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:58159
    • 提供者:李川
  1. m68k反汇编

    0下载:
  2. m68k系列反汇编的C语言源码,供学习编译原理的同学使用。实用!-m68k series compiled by the C-language source code, the compiler theory for studying the students to use. Practical!
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:55371
    • 提供者:
  1. c compiler

    0下载:
  2. c compiler 源码 能帮助你学习编译器-can help you learn compiler
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:184666
    • 提供者:周新鹤
  1. LL(1)文法——vc

    0下载:
  2. LL1文法的vc实现,编译原理的实验用得着的,对学习编译很有帮助!-LL1 grammar vc realization of the principle of compiling the experiment worthwhile to study compiled helpful!
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:2010
    • 提供者:陈为
  1. 词法分析器

    0下载:
  2. 词法分析器: 适用对象;学习编译原理的学生或者自学者。 学习等级:中级。-lexical analyzer : objects; Learning compiler principles of students or learners. Learning Level : Intermediate.
  3. 所属分类:编译器/词法分析

    • 发布日期:2013-04-09
    • 文件大小:34606
    • 提供者:陈自强
  1. 类c语言编译器

    0下载:
  2. 类c语言编译器,提供从词法分析到语义分析的一系列操作,可供编译原理学习使用。-category c compiler, from lexical analysis of the semantic analysis of a series of manipulations, Principle study compiled for use.
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:32882
    • 提供者:张博
  1. PL0-delphi

    0下载:
  2. 用delphi实现的PL/0的编译器,结果生成三元式,并且生成可以运行的PL/0地目标程序,非常好用,对于各位学习编译原理的兄弟姐妹来说是不可多得的好东西!-achieved using PL / 0 compiler, generating 3-, and generates can run PL / 0 to target procedures, very good, compiler for you to learn the tenets of our brothers and siste
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:231487
    • 提供者:张海峰
  1. bianyiyuanlicifafenxi

    0下载:
  2. 词法分析器。 根据编译原理中的词法分析原理,使用VC++6.0编写,可供大家学习编译原理使用。-lexical analyzer. According to the principle of compiler theory lexical analysis, the use of VC 6.0 preparation, we can study the use of compiler theory.
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:29883
    • 提供者:奇峰
  1. swarm-2.2.tar

    1下载:
  2. swarm的代码 可以学习哈用objective-c编写的-swarm of code can be used to study Kazakhstan objective-c prepared
  3. 所属分类:编译器/词法分析

    • 发布日期:2015-06-10
    • 文件大小:2973220
    • 提供者:
  1. cifafenxiqipascal

    0下载:
  2. 这是我在学习《编译原理词法分析》时用VC++编写的词法分析器,希望这个小程序对一部分人有帮助-This is my learning "compiler theory lexical analysis" with VC + + prepared by the lexical analyzer and hope that this small program to help some people
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:3624
    • 提供者:hong
  1. cffiq

    0下载:
  2. 学习编译原理时做的词法分析器,用c语言编写的。-done a lexical analyzer, using the c language.
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:34092
    • 提供者:xuxuxuxu
  1. bianyishixichx

    0下载:
  2. 这是一个词法语法分析器,可分析c语言中较为常见的一些词法和语法,是在编译原理这门课学习之后完成的一个实习设计-This is a syntax analyzer, analysis c language more common in morphology and syntax. in compiler theory this course of study, completed an internship Design
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:87588
    • 提供者:
  1. fenical_cifafxq

    0下载:
  2. 词法分析器. 学习编译原理时做的词法分析器. 总体上感觉一般.-lexical analyzer. Principle study compiled done a lexical analyzer. On the whole, the general feeling.
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:27981
    • 提供者:ji
  1. WiseFox

    0下载:
  2. 一个类似Microsoft Access的小型数据库管理系统,提供全部VC源码,涉及界面设计、数据存储、页面调度、语法分析、报表设计等多项技术,对数据库学习、研究以及企业应用都有极高的价值。 -similar to a small Microsoft Access database management system full source VC, involving interface design, data storage, scheduling pages, syntax analysi
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:415137
    • 提供者:shahai
« 12 3 4 5 6 7 8 9 10 ... 22 »
搜珍网 www.dssz.com