CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - syntactic

搜索资源列表

  1. Compiler1

    0下载:
  2. 使用C++编写的编译器,里面 包括了词法分析程序scanner.cpp,无符号数识别程序ucon.cpp,算符优先法语法语义处理程序SF.cpp,SLR1语法语义处理程序SLR1.cpp。比较强大。源程序输入有program.txt,输出包括窗口和compiled.txt-Using C++ to write compiler, which includes lexical analysis program scanner.cpp the number of symbols identifica
  3. 所属分类:Compiler program

    • 发布日期:2017-11-11
    • 文件大小:2956348
    • 提供者:宋雪羽
  1. C-syntactic-analyzer-

    0下载:
  2. 利用C语言写的一个词法分析器,文件输入输出,且生成关键字表、运算符表、分界符表-A lexical analyzer written in C language, file input and output, and generate keyword table, the operator table delimiter Table
  3. 所属分类:Compiler program

    • 发布日期:2017-11-23
    • 文件大小:186474
    • 提供者:王振峰
  1. sugar

    0下载:
  2. C#语法糖(Csharp Syntactic sugar)大汇总,提高开发效率-C# syntax sugar (Csharp Syntactic sugar) large aggregated improve development efficiency
  3. 所属分类:software engineering

    • 发布日期:2017-12-08
    • 文件大小:23450
    • 提供者:jiazhaoyuan
  1. animation

    0下载:
  2. .A Token is an occurence of a term from the text of a field. It consists of a term s text, the start and end offset of the term in the text of the field, and a type string. The start and end offsets permit applications to re-associate a token with it
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-20
    • 文件大小:1536
    • 提供者:nuxenmen
  1. regular_expressions

    0下载:
  2. 在计算机科学中,是指一个用来描述或者匹配一系列符合某个句法规则的字符串的单个字符串。在很多文本编辑器或其他工具里,正则表达式通常被用来检索和/或替换那些符合某个模式的文本内容。许多程序设计语言都支持利用正则表达式进行字符串操作。例如,在Perl中就内建了一个功能强大的正则表达式引擎。正则表达式这个概念最初是由Unix中的工具软件(例如sed和grep)普及开的。正则表达式通常缩写成“regex”,单数有regexp、regex,复数有regexps、regexes、regexen。-In com
  3. 所属分类:source in ebook

    • 发布日期:2017-04-01
    • 文件大小:47837
    • 提供者:peter
  1. TCP2

    0下载:
  2. Top down syntactic analyzer
  3. 所属分类:Console

    • 发布日期:2017-05-14
    • 文件大小:3492656
    • 提供者:Darkindy
  1. EXPREVAL

    0下载:
  2. 编译原理课程设计,词法分析,语法分析,语义分析等。-Compilation principle course design, lexical analysis, syntactic analysis, semantic analysis, etc.
  3. 所属分类:JavaScript

    • 发布日期:2017-04-16
    • 文件大小:206532
    • 提供者:张中
  1. OReilly.-.21st.Century.C.2012.RETAiL.eBOOk-rebOOk

    0下载:
  2. Set up a C programming environment with shell facilities, makefiles, text editors, debuggers, and memory checkers Use Autotools, C’s de facto cross-platform package manager Learn which older C concepts should be downplayed or deprecated Expl
  3. 所属分类:software engineering

    • 发布日期:2017-05-17
    • 文件大小:4377891
    • 提供者:elfenkoenig
  1. syntactic-analyzer

    0下载:
  2. 用bison工具生成一个PL/0语言的语法分析程序,对PL/0源程序进行语法分析,并输出归约时所用的语法规则。-Generated by bison tool PL/0 language parser for PL/0 source parsing, syntax rules, and the output reduction when used.
  3. 所属分类:Compiler program

    • 发布日期:2017-05-03
    • 文件大小:1354708
    • 提供者:mxj0628
  1. biyi

    0下载:
  2. C++实现C的词法分析、语 义分析-Lexical, syntactic, semantic analysis C++ realization of C
  3. 所属分类:Other systems

    • 发布日期:2017-04-15
    • 文件大小:7053
    • 提供者:琪晴
  1. src

    0下载:
  2. 用于英文语句的词法成分分析和语义相关性分析,只适合英文句法。-And semantic correlation analysis, only suitable for English syntactic lexical analysis of ingredients used in English sentences.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-16
    • 文件大小:190459
    • 提供者:童金耀
  1. compile

    0下载:
  2. 设计并实现一个简单的编译器。该编译器能够从文件读取程序代码,通过词法分析、语法分析、语义分析等步骤输出四元式-Design and implement a simple compiler.The compiler can read from the file program code, through lexical analysis, syntactic analysis, semantic analysis steps such as the output type four yuan
  3. 所属分类:JavaScript

    • 发布日期:2017-04-24
    • 文件大小:363189
    • 提供者:梁伟
  1. zhengzebiaodashi

    0下载:
  2. 正则表达式使用单个字符串来描述、匹配一系列符合某个句法规则的字符串。-Use regular expressions to describe a single string, in line with a series of syntactic rules match string.
  3. 所属分类:CSharp

    • 发布日期:2017-04-27
    • 文件大小:20748
    • 提供者:wanggong
  1. syntactic-analyzer

    0下载:
  2. 用Yacc编写一个语法分析程序,使之与词法分析器结合,能够根据语言的上下文无关文法,识别输入的单词序列是否文法的句子。-With Yacc write a parser, so that combined with the lexical analyzer that depending on the context-free grammar of language, whether the input word sequence recognition grammar of the senten
  3. 所属分类:Compiler program

    • 发布日期:2017-04-28
    • 文件大小:321729
    • 提供者:xiaowang
  1. complier_of_c-

    0下载:
  2. c-语言的词法和语法分析器c语言实现,包括所有代码和工程文件。-c language lexical and syntactic parser c- language implementations, including all code and project files.
  3. 所属分类:Console

    • 发布日期:2017-04-07
    • 文件大小:750110
    • 提供者:钱立祥
  1. syntactic-analyzer

    0下载:
  2. 编译原理实验报告 实验二:语法分析器 设计、编制、调试一个词法分析子程序-识别单词,加深对词法分析的理解掌握以及高级语言语法结构的定义,掌握语法分析的常用方法-Compile report principle experiment Experiment two: parser design, compilation, debugging a lexical analysis routines- to recognize words, to deepen the understandin
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-03
    • 文件大小:896773
    • 提供者:alfred artorius
  1. stl_iterator_base_types

    0下载:
  2. This function is not a part of the C++ standard but is syntactic sugar for internal library use only.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:2231
    • 提供者:tannkxue
  1. HanLP-1.2.7

    0下载:
  2. HanLP是一个致力于向生产环境普及NLP技术的开源Java工具包,支持中文分词(N-最短路分词、CRF分词、索引分词、用户自定义词典、词性标注),命名实体识别(中国人名、音译人名、日本人名、地名、实体机构名识别),关键词提取,自动摘要,短语提取,拼音转换,简繁转换,文本推荐,依存句法分析(MaxEnt依存句法分析、神经网络依存句法分析)。-HanLP is a dedicated to popularize NLP technology to production environment of
  3. 所属分类:Algorithm

    • 发布日期:2017-06-14
    • 文件大小:22308798
    • 提供者:黄灿奕
  1. FastMySQL

    0下载:
  2. FastMySQL旨在供那些仅有一些基本的SQL知识且不熟悉句法知识的人来访问,浏览,修改数据库表内容.它基于MYSQL,采用PHP语言来和数据库交互.-FastMySQL is designed for those who have some basic knowledge of SQL and are not familiar with syntactic knowledge to access, browse, modify the contents of the table. It i
  3. 所属分类:Web Server

    • 发布日期:2017-05-04
    • 文件大小:19967
    • 提供者:ckqt
  1. bianyiyuanli1120310528

    0下载:
  2. 编译原理大作业,包含所有的流程,从词法,语法,语义,最后到目标代码-Compiler principles large operations, including all processes, the lexical, syntactic, semantic, and finally to the object code
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-04
    • 文件大小:394920
    • 提供者:陈向军
« 1 2 34 »
搜珍网 www.dssz.com