搜索资源列表
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
Yacc
- 语法分析器 生成工具 YACC 实例 说明 含源码 运行程序-YACC parser generation tool with source code examples to run programs
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
MorphemeAnalysis
- 使用MFC编写的词法分析程序,可以有源代码生成属性字,更换词法表之后还可以识别java源代码,比较灵活-Prepared using MFC lexical analysis program that can generate source code attributes word lexical replacement after the table can also identify java source code, more flexible ......
XXJavaCompiler_v1.07_Green
- Java编译辅助工具,能方便实时修改Java源代码并编译、保存Java源文件,操作方便,省去了反复输入编译命令的麻烦。-Java compiler support tools that can facilitate real-time and compile Java source code modifications, save the Java source files, easy to operate, eliminating the need to repeatedly enter th
control-systems
- 个C或Java源码或其他好源码或编程学习资料-C or Java source code or programming or other good source of learning materials
compiled-machine
- 一个自动代码生成工具。它能读入“myapproval.sql”里的“account”和“authority”的建表语句,分别自动生成如“AccountModel.java”和“AuthorityModel.java”Model类对象的源代码。-An automatic code generation tool. It reads " myapproval.sql" in the " account" and " authority" of t
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
tscript
- A simple compiler for a subset of ECMAscr ipt language written in java language, including source code java files and some test scr ipts.
gtalksms-5be580e66653
- gtalk sms source code java
a
- 输入:输入是一个文本文件,里面的内容是符合某个语言语法、词法要求的源代码(输入文件为C++或者Java源程序,词语、语法定义参考C++、Java即可;C++、Java大家只需要选择一种自己熟悉的语言就可以),例如“position = initial + rate * 60 ”; 输出:设计并实现对输入文件的处理(禁用正则表达式),以获得如下输出,输出是一个文本文件,对前面例子,里面内容是: (标识符,position) (赋值运算符,=) (标识符,initial) (加法
awib-bf-compiler
- Awib brainfuck compiler written in brainfuck. Can also compile source code to C, Ruby, Go, Tcl and Java.
现代编译原理
- 现代编译原理,即虎书,包含C版本和Java版本,源代码和课后习题答案(Modern compiler theory contains C version and Java version, source code and after-school exercise answers)
java反编译工具xjad
- Java反编译器反编译成源代码。非常好用!!(The Java decomcompiler is decomposed into source code.)