搜索资源列表
SourceInsight-v4.0
- Source Insight是一个面向项目开发的程序编辑器和代码浏览器,它拥有内置的对C/C++, C#和Java等程序的分析。Source Insight能分析你的源代码并在你工作的同时动态维护它自己的符号数据库,并自动为你显示有用的上下文信息。-Source Insight is a project development-oriented program editor and code browser, it has built on the C/C++, C#, and Java pro
Java-Scanner
- 词法分析器(编译原理) Java语言词法分析器的设计与实现-Lexical Analyzer (Compilation Principle) Java language lexical Analyzer Design and Implementation
antlr_2_7_5
- antlr学习电子书.antlr是一种语言识别工具,他提供了一个框架,可以通过包含java,c++,或c#的语法描述来构造语言识别器,编译器和解析器-antlr learning books. antlr is a speech recognition tool, he provides a framework can include java, c++, or c# syntax descr iption to construct the language identifier, the co
antlr-2_7_0
- Java写的词法/语法分析器。可生成JAVA语言或者是C++的词法和语法分析器。并可产生语法分析树和对该树进行遍历 -Syntactic and phrase parser in JAVA which can produce JAVA or C
e
- 本站以C语言和Java语言、嵌入式开发、算法实现为主,源码数量达几十万个,有200多个分类,很多都是本站会员的私家珍藏,互联网上其他地方是找不到的-Powered by C language and Java language, embedded development, algorithm-based, the number of up to hundreds of thousands of source code, there are more than 200 categories, ma
shiyan
- 手工实现对c减语法的词法分析,采用的语言是java语言,对指定文件的语法进行分析。-The hand-c reduction syntax lexical analysis, the language used is java language, to analyze the syntax of the specified file.
wordAnalyse
- 用java实现的类似c语言的词法分析器。-Using java to achieve similar lexical analyzer c language.
TestCompile
- javacc 实现minc的编译器,包含词法语法语义分析-min c comiler by java
Lexical
- java语言编写的,对c语言的编译器,包括词法和语法分析器,在水仙花数程序上测试通过-java language the c language compiler, including lexical and syntax analyzer, the daffodils on the test program
Interpreter
- 一个用java编写的解释器,能够解释最基本的C语言-One using java interpreter, able to explain the basic C language
CPP
- This application is developed to implement Steganography through all media. After embedding the secret file/message in the cover file, there cannot be any proportionate distortion noticed in the cover file. The steganographic file will seem exactly a
control-systems
- 个C或Java源码或其他好源码或编程学习资料-C or Java source code or programming or other good source of learning materials
CODEOfflineJudge_1.00_Bet
- 1. 图形用户界面,使用鼠标即可以完成所有操作,直观易用,当然,也有键盘快捷键; 2. 在有标准输入和标准输入数据的情况下,无需联网即可提交代码进行判题; 3. 具备所有Online Judge的核心判题功能,如编译代码、内存限定,时间限定,获取代码长度等; 4. 支持一道题目对应多个文件的测试方式,并支持显示每组测试文件的测试结果,计算正确率; 5. 可以打包并加密测试数据,使用加密后的数据可以正常判题,但不显示标准输出; 6. 拥有出题模式,在有标准输入数据和标程的时候可
compiler_for_a_semi_C_language
- This source code is a ecplise java project that contains a compiler project which compiles a self-defined programming language - SmallC - that it s syntax and semantic is very very like C Programming Language. This project contains lexer and parser
compiler
- 利用antlr生成的的java文件,能够对c语言四元式进行词法和语法分析-The use antlr generated java file, able to carry four yuan c language lexical and syntax analysis
sort
- 使用了4种算法了排序。分别是C++、python、ruby、java-use to sort ,the program language include C++、python、ruby、java
compiler
- 采用JAVA实现的C语言子集编译器,实现了词法分析和LR1语法分析-The C language subset compiler implemented by JAVA, the lexical analysis and LR1 syntax analysis
a
- 输入:输入是一个文本文件,里面的内容是符合某个语言语法、词法要求的源代码(输入文件为C++或者Java源程序,词语、语法定义参考C++、Java即可;C++、Java大家只需要选择一种自己熟悉的语言就可以),例如“position = initial + rate * 60 ”; 输出:设计并实现对输入文件的处理(禁用正则表达式),以获得如下输出,输出是一个文本文件,对前面例子,里面内容是: (标识符,position) (赋值运算符,=) (标识符,initial) (加法
protobuf-java-3.0.0.tar
- Google Protocol Buffer( 简称 Protobuf) 是 Google 公司内部的混合语言数据标准,目前已经正在使用的有超过 48,162 种报文格式定义和超过 12,183 个 .proto 文件。他们用于 RPC 系统和持续数据存储系统。 Protocol Buffers 是一种轻便高效的结构化数据存储格式,可以用于结构化数据串行化,或者说序列化。它很适合做数据存储或 RPC 数据交换格式。可用于通讯协议、数据存储等领域的语言无关、平台无关、可扩展的序列化结构数据格式
grammars-v4-master
- 基于antlr v4的各种语言(java,c,c++,c#等)的语法规则-Antlr v4 based on the various languages (java, c, c++, c#, etc.) grammar rules