搜索资源列表
Stack-number-conversion
- 用栈实现的数制转换,用C语言实现的,大家请用DEVC++编译器去编译,别的可能有问题-Stack to achieve the number system conversion, using the C language, we with DEVC++ compiler to compile, another may have a problem
YAM_Project
- 仿MATLAB计算软件本软件是一款科学计算平台,支持MATLAB的大多数语法,但尚不支持外部函数调用和复杂的数据结构。本软件可供广大师生进行基本的学习和教学工作,对科研人员也有所帮助。“YAM”意为“Yet Another Matlab”。本套软件包含如下程序: YAM.exe 软件主程序,用于输入和输出指令 compiler.exe 用于进行源代码编译并生成中间代码 interpreter.exe 用于解释中间代码并生成最终结果 Figure.exe 用于绘制图形
C_compiler
- 一个很C语言的编译器,相当的不错。有词法分析和程序语法分析!错误提示,正确定位程序的错误地方!-the compiler is very good!
usartshuangjitongxun
- 利用USART实现ATMEGA M16的双机通迅。有Proteus仿真。只是让初学者理解usart与学习usart的寄存器。用的是CVAVR的编译器,有详细的注释。当然是C语言的。绝对原创。仿真与实物不一样,两机的联系,与主从机的设置等这里没有体现。因为本人也不会,现在才学到usart。供初学者学习。-ATMEGA M16 using the USART to achieve two-plane communication. There Proteus simulation. Usart beg
SELFSHOW
- 这是一个短小的的C语言程序,只有76个字节,功能是显示自己的源代码。编译器为MS_C 6.0,禁止任何编译选项。-It s a mini program to show source code itself.
cifa
- 此法分析器c语言就是好用,帮助你理解C语言和编译器。-cifafenxiqi
HelloWorld
- 输出Hello, World 混乱C语言的源代码(加密源代码,嘿嘿) 下面的所有程序都可以在GCC下编译通过,只有最后一个需要动用C++的编译器g++才能编程通过-The output Hello, World chaotic C language source code (encrypted source code, Hei hei) following all the procedures can be compiled by the GCC, only the last one
1
- 实现编译器的词法分析步骤;C语言编写,验证可用;-Achieve compiler lexical analysis step C language, verification can be used
2
- 实现编译器的语法分析步骤;C语言编写,验证可用;-The syntax of the compiler implementation steps C language, verification can be used
3
- 实现编译器的语义分析里面的语法制导翻译步骤;C语言编写,验证可用;-To achieve the semantic analysis of the compiler inside Syntax translation steps C language, verification can be used
Compiler_C
- java编写的C语言编译器,从C语言完成了到四元式的编译过程。其中包括词法分析,语法分析,语义分析,中间代码生成。-java written in C language compiler from the completion of the C language to quaternion-compilation process. Including lexical analysis, parsing, semantic analysis, intermediate code generatio
C_Statement
- 一个小型的C语言编译器,实现的功能是:对C语言的声明进行翻译,翻译为正常语言-A small C language compiler, implemented functions are: declaration of C language translation, translated into normal language
compiler
- 一个简单的C语言编译器.作者不是我,来源于网络-a simple compiler
Simple-C-language-compiler
- 简单的C语言编译器,完成了简单的功能,包括简单的输入输出和while循环,能自动编译c语言代码,翻译成汇编语言输出-Simple C language compiler, complete simple functions, including simple input and output, and while loops, c language code can be automatically compiled, translated into assembly language outp
SpaceC
- SpaceC呢是C语言编译器!最早出现在2005年的编程论坛由成员jig制作功能强大适应性强!-SpaceC it is a C language compiler! First appeared in the 2005 programming forum members jig making powerful, I just upload any questions please contact me!
C_compiler
- 自己实现的C语言编译器,识别while,if等语句,支持函数调用,生成四元式代码(A simple C compiler supporting while if and function calling, can generate quaternary type of algorithm)
C语言编译器PICC 9.60
- New PICC Pro EditionPIC的C语言软件PICC(New PICC Pro Edition)
贪吃蛇c语言代码
- 贪吃蛇 测语言源码 可以使用c语言的编译器之间使用(Snake language source code)
调试C0
- 基础的C0语言编译器,黑框输出,词义分析,语法分析,输入机器指令,输出结果(c0 compiler task in compiler class, has the basic function and can show the output with simple program)
Dev C++下载
- Dev-C++(或者叫做 Dev-Cpp)是 Windows 环境下的一个轻量级 C/C++ 集成开发环境(IDE)。它是一款自由软件,遵守GPL许可协议分发源代码。它集合了功能强大的源码编辑器、MingW64/TDM-GCC 编译器、GDB 调试器和 AStyle 格式整理器等众多自由软件,适合于在教学中供 C/C++语言初学者使用,也适合于非商业级普通开发者使用。