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

搜索资源列表

  1. scan.rar

    0下载:
  2. 利用vc制作的模拟编译器的扫描程序,实现在输入字符串扫描分解为编译器能识别的符号。
  3. 所属分类:编译器/词法分析

    • 发布日期:
    • 文件大小:215363
    • 提供者:
  1. 09004242

    0下载:
  2. 由VC++构建的词法分析器,实现简单的词法分析器,从输入的测试程序中,识别出各个具有独立意义的单词,即基本保留字、标识符、常数、运算符、分隔符五大类。-VC constructed by the lexical analyzer and achieve simple lexical analyzer, from the import of testing procedures, all identified with the independent significance of the wor
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:34372
    • 提供者:IE
  1. 句子识别程序(预测分析法)

    1下载:
  2. 一个句子识别程序(预测分析法)原程序,是用vc++编写的,很不错哦-a sentence identification procedures (Prediction) program, is prepared by the vc, oh very good
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:2111
    • 提供者:李明
  1. 词法分析 C++

    0下载:
  2. 词法分析程序 能自动识别VC++程序编译原理课程上机作业C++程序编写-lexical analysis program can automatically identify VC compiler theory courses on the plane operations C programmers
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:247038
    • 提供者:俞鹏
  1. scan

    0下载:
  2. 利用vc制作的模拟编译器的扫描程序,实现在输入字符串扫描分解为编译器能识别的符号。- Using the vc manufacture simulation compiler scanning procedure, realizes in the input character string scanning decomposes the mark which can distinguish for the compiler.
  3. 所属分类:Compiler program

    • 发布日期:2017-11-15
    • 文件大小:14231
    • 提供者:
  1. vc++experience

    0下载:
  2. 识别器,编译原理的,实验一加实验二,句柄-Identifier, the compiler principles, laboratory experiments one plus II Handle
  3. 所属分类:Compiler program

    • 发布日期:2017-04-17
    • 文件大小:386311
    • 提供者:薛彬
  1. CiFaFenXi

    0下载:
  2. 编译原理课程设计,用VC++6.0实现的词法分析程序。能够识别关键字、长度大于等于1的符号、去注释等功能-Principles of curriculum design compiler with VC++ 6.0 to achieve lexical analysis program. Able to identify keywords, the length of symbols greater than or equal to 1 to the Notes and other functi
  3. 所属分类:Compiler program

    • 发布日期:2017-04-25
    • 文件大小:70610
    • 提供者:谈新
  1. PEiD

    1下载:
  2. 现在的软件大都加了壳,给破解汉化带来非常大的不便。PEiD 能够侦测出几乎所有的壳,其数量已超过 470 种 PE 文件的加壳类型和签名,新版本增加了命令行的操作支持,使用非常方便。经分析是目前各类查壳工具中性能最强大的一款。另外还可识别出 EXE 文件是用什么语言编写的,比如:VC++、Delphi、VB 或 Delphi 等。-Most of today' s software, added a shell to break caused great inconvenience fin
  3. 所属分类:Compiler program

    • 发布日期:2017-04-09
    • 文件大小:2719963
    • 提供者:老袁
  1. vc

    0下载:
  2. 在学校自己做的编译原理课设的代码,识别PASCAL语言的,包含词法和语法分析 -In the school do their own set of code compiler theory class, identify PASCAL language, including lexical and syntax analysis
  3. 所属分类:Compiler program

    • 发布日期:2017-04-05
    • 文件大小:778970
    • 提供者:hhh
  1. VCAssitpojieban

    0下载:
  2. Visual.Assist.X是一款非常好的Visual Studio .NET 2003、2002插件,支持C/C++、C#、ASP、Visual Basic、Java和HTML等语言,也支持VC++6、VC++5,能自动识别各种关键字、系统函数、成员变量、自动给出输入提示、自动更正大小写错误、自动标示错误等,有助于提高开发过程地自动化和开发效率。-Visual.Assist.X is a very good Visual Studio. NET 2003,2002 plug-ins to s
  3. 所属分类:Compiler program

    • 发布日期:2017-05-19
    • 文件大小:5279315
    • 提供者:郭子
  1. VC2010

    0下载:
  2. VC调用中科院分词2010版组件的最新源码! 中国科学院计算技术研究所在多年研究工作积累的基础上,研制出了汉语词法分析系统ICTCLAS(Institute of Computing Technology, Chinese Lexical Analysis System),主要功能包括中文分词;词性标注;命名实体识别;新词识别;同时支持用户词典。我们先后精心打造五年,内核升级8次,目前已经升级到了ICTCLAS2010!-VC call to Word 2010 version of t
  3. 所属分类:Compiler program

    • 发布日期:2017-05-23
    • 文件大小:7228362
    • 提供者:胡名
  1. JavaGrammar-

    3下载:
  2. Java语言子集语法、语义分析器 实现的Java语言子集文法 <Sw>  while(Er)S <Er>  Vc < Vc | Vc > Vc <S>  标识符= Ex // 标识符使用词法分析识别结果 <Vc>  标识符 | 整常数 // 标识符、整场数使用词法分析识别结果 <Ex>  Vc P Ex | Vc
  3. 所属分类:Compiler program

    • 发布日期:2016-06-10
    • 文件大小:805888
    • 提供者:genganpeng
搜珍网 www.dssz.com