搜索资源列表
c_programmar
- c编译器源代码,让你真正了解c语言的本质,从而编程能力得到质的飞跃.-c compiler source code so that you can truly understand the essence c language, programming capacity qualitative leap.
protues AVR单片机源代码调试
- Proteus教程-AVR单片机源代码调试 先声明一下,我是用 ICC 的,版本 ICC6.31a Pro。Proteus 是支持 COF 文件调试的。在用 ICC时,你应该改一下编译器选项,AVR Studio Version 选 Studio 3.x,这样在 Proteus中可看到原代码了。
关于linux下文件编译的方法
- 摘 要: 本文主要阐述了关于linux下文件编译的方法以及vim编辑器的配置,并介绍了linux下热门开发工具。 关 键 词: vim配置与使用;linux文件编译;linux下热门开发工具 引 言: 1.一般拿到新的服务器都需要自己配置一下vim的环境,要不觉得总是不是很顺手。本文介绍了vim的基本配置以及一些个性化配置,用户可根据自己喜好及习惯自由配置;2.介绍了Linux文本编译的常用编译命令选项和多源文件编译方法,使读者对linux下文件编译有一个直观的了解;3.介绍了常用linux下开
1122
- 内附源代码,直接剪切复制至编译器中编译运行即可-Containing source code, cut and paste directly to the compiler can be compiled to run
good
- 源程序是指未编译的按照一定的程序设计语言规范书写的文本文件。 源代码(也称源程序),是指一系列人类可读的计算机语言指令。 在现代程序语言中,源代码可以是以书籍或者磁带的形式出现,但最为常用的格式是文本文件,这种典型格式的目的是为了编译出计算机程序。计算机源代码的最终目的是将人类可读的文本翻译成为计算机可以执行的二进制指令,这种过程叫做编译,通过编译器完成-Source code is not compiled in accordance with certain standard
STM8_Study
- stm8s的编程学习(有源代码)和stvd编译器使用手册(有图片说明)。-programming learning stm8s (source code) and stvd compiler manual (Photo caption).
my_compile
- 编译器的开发文档,包含词法分析、语法分析、语义分析。测试样例和源代码-Compiler development documents, including lexical analysis, parsing, semantic analysis. The test sample and the source code
CPU-EC20-(8051)-[Source-Code]
- 此源为8051单片机plc源代码,用IAR编译器编译完成后生成的HEX文件为CPU-EC20—PLC的系统固件-This source is a 8051 singlechip PLC source code, using IAR compiler compiled after the completion of the generated HEX files for the system firmware CPU-EC20- PLC
PL0
- PL0编译器的源代码,希望对各位有帮助-PL0 source code
pl0
- 中科大编译原理实验PL0编译器的主要的源代码-USTC compiler PL0 compiler principle experiments of main source code!!!!!!!!!!!!!!!!!!!!!
C语言预处理命令之条件编译
- 预处理过程扫描源代码,对其进行初步的转换,产生新的源代码提供给编译器。可见预处理过程先于编译器对源代码进行处理(The preprocessing process scans the source code, performs a preliminary conversion, and generates new source code for the compiler. It is evident that the preprocessing process processes the sou