资源列表
Amincissement
- image preprocing, amincissement of image with erosion iteration
CGCompiler-master
- 一个编译器(仅词法分析、语法分析、部分语义分析,所以说是前端),拿来分享一下。 整个代码库具有如下功能: 提供编译器所需基础数据结构、计算流程框架类,可供继承使用; 提供基础数据结构的可视化控件; 提供类似YACC的词法分析器、语法分析器自动生成功能; 提供Win form程序,集成和扩展上述功能,方便研究和应用。-A compiler (only lexical analysis, syntax analysis, semantic analysis secti
2
- 编译原理的lr(0)分析器,功能较小但很实用。-Compiler theory lr (0) analyzer, a small but very useful function.
crosstool-ng-0.3.0
- Used to build toolchain (Doc about how to build is inside)
vtcl-1.6.1a1
- tcl脚本语言编辑器,一款功能不错的tcl脚本编辑器-tcl scr ipting language editor
LPC2000_Series_Secondary_Bootloader
- tham khao Xu ly tieng noi tren matlab
VIEW3DS
- view3ds,将3ds转成opengl-translat the 3ds style to opengl
TMS320F28x-Optimizing-C-CPP-Compiler
- TMS320F28x Optimizing C/C++ Compiler User’s Guide
tiamoDisk.基于SCSI协议的虚拟磁盘源代码
- 基于SCSI协议的虚拟磁盘源代码,包括虚拟总线和虚拟小端口设备,Based on the SCSI protocol virtual disk source code, including the virtual bus and virtual small port equipment
longshu-dierban
- 编译原理 龙书第2版答案 有兴趣的可以下载来-dragon book answers please download
PL0
- 本次实验设计主要是在分析理解PL/0编译程序的基础上,对其词法分析程序、语法分析程序和语义处理程序进行部分修改扩充,使其增加并且实现了更多的功能。-This experiment design is mainly on the analysis of the understanding of PL/0 compiler, on the basis of the lexical analysis program, the syntax analysis and semantic processin
JSON-Debug2.0
- 类_JSON_:已实现JSON解析、生成、编辑的整套方案,并已封装成模块。 未参照任何开源解析算法,经过多次改进已然成为了一个稳定强大的json处理核心。 类_格式化JSON_快速:以类的形式对json文本格式化和反格式化, 类的封装意味着一段超长文本可以分几次加入是没有问题的,不再担心卡机。 JSON调试器:JSON解析模块的附属品,也算是模块的例程,依托强大的 JSON解析、编辑核心已然可以说是最强大的JSON视图调试器,助您快速准确的 找出json文本中的错误原因。