搜索资源列表
project[1].tar
- 一个编译器的例子,基于c语言,在linux下开发 现在了简单的c语言例子-a compiler of examples based on c language, the Linux development now under a simple example language c
0902_minigui
- uClinux环境下MinuGUI的应用实例及简单介绍,列外还有Makefile文件,可在linux环境下编译运行。-uClinux environment MinuGUI of application examples and simple, there are those in Makefile document in the Linux operating environment compiler.
QEditor
- QEditor -程序员编辑器的。他是十分强大的编辑器:开放代码在GPL的授权平台,它是由Qt完全编写。支持功能:折叠文本 编号的行数 添加面板书签,支持撤消。使用 Qt Designer作为插件。 -QEditor- the editor for the programmer. He is the powerful editor with the open code under license GPL. Features: Cross- platform I
Sort
- 快速排序的简单程序,GTK界面, 用CodeBlocks编译。-Quick sort of simple procedures, GTK interface compiler used CodeBlocks.
c-s-huangjun86
- linux环境下gcc编译通过,cs通信server端源码,实现了简单的文本的传输,阅读后即可了解整个socket流程,绝对原创,欢迎大家多多支持。-gcc compiler under linux through, cs source client server communication, the realization of a simple transfer of text, reading socket understand the whole process can be absol
linux
- Fork()函数的使用 1.初步学习gcc,vi等编译编辑软件的使用; 2.熟悉linux下的编程环境; 3.对fork()函数的执行有个浅显的认识。 -Fork () function 1. Preliminary study gcc, vi-editing software, such as the use of the compiler 2. Familiar with programming under linux environment 3. To fork ()
ledapp
- 用Red Hat9.0的交叉编译器编程,在32位ARM920T核的高速ARM 处理器AT91RM9200 以及其他外围扩展电路的开发板上实现的一个简单的二极管闪烁功能,主要目的是给初学者提供借鉴。 -Red Hat9.0 with the cross compiler programming, in 32-bit ARM920T core high-speed ARM processor, as well as other external AT91RM9200 development bo
leddrv
- 用Red Hat9.0的交叉编译器编程,在32位ARM920T核的高速ARM 处理器AT91RM9200 以及其他外围扩展电路的开发板上实现的一个简单的二极管驱动功能,主要目的是给初学者提供借鉴。 -Red Hat9.0 with the cross compiler programming, in 32-bit ARM920T core high-speed ARM processor, as well as other external AT91RM9200 development bo
jato-0.0.1.tar
- Linux下的java虚拟机(jit),可以运行简单的java程序,实现的非常优秀。-Jato is a Java virtual machine implementation with a Just-in-time (JIT)compiler. It can currently run some simple Java programs on Linux/i386.
Shell-analytic-procedure
- 这是一个在linux的vi编辑器下开发的,用gcc编译器编译的一个shell简单的解析程序,包括对简单shell命令,如ls,cd等命令的解析,还包括对一些复杂命令如管道命令的解析-This is a linux developed under the vi editor, and with the gcc compiler to compile a shell of a simple analytic procedures, including a simple shell commands,
scan.tar
- 编译原理,扫描器的实现,词法分析,pascal的简单分析-Compiler theory, the realization of the scanner, lexical analysis, pascal simple analysis
project-0.tar
- 一个简单的行编译器,可以进行简单的文件编译-A simple line compiler, can compile a simple file
all_samples.tar
- 内含基础的linux编译程序 简单但是很经典-included based linux compiler simple but classic
automake-sample.tar
- redhat 操作系统环境下,实现最简洁的自动编译实例。使用系统自带的autoconf,automake,autoconfig工具实现自动编译。 使用方法: 1:修改Makefile.am文件,将需要编译的.cc文件添加到test_source选项中; 2:运行yadconf脚本文件生成自动编译脚本; 3:运行make命令实现编译。-redhat operating system environment, the most simple and automatic compile
cmake-2.8.8
- CMake是一个跨平台的安装(编译)工具,可以用简单的语句来描述所有平台的安装(编译过程)。他能够输出各种各样的makefile或者project文件,能测试编译器所支持的C++特性,类似UNIX下的automake。只是 CMake 的组态档取名为 CmakeLists.txt。Cmake 并不直接建构出最终的软件,而是产生标准的建构档(如 Unix 的 Makefile 或 Windows Visual C++ 的 projects/workspaces),然后再依一般的建构方式使用。这使得
source-code
- Compiler,编译原理,C--语言实现简单词法-Compiler,C--language simple lexical
cmake-2.8.11.2.tar
- CMake是一个跨平台的安装(编译)工具,可以用简单的语句来描述所有平台的安装(编译过程)。他能够输出各种各样的makefile或者project文件,能测试编译器所支持的C++特性,类似UNIX下的automake。只是 CMake 的组态档取名为 CmakeLists.txt。Cmake 并不直接建构出最终的软件,而是产生标准的建构档(如 Unix 的 Makefile 或 Windows Visual C++ 的 projects/workspaces),然后再依一般的建构方式使用。这使得
shell
- 在Linux下简单模仿shell命令解析器功能,编译器GCC。-Simple imitation under Linux shell command parser function, the compiler GCC.
wmw
- 编译原理 简单的计算器 四则运算的词法分析-Simple calculator compiler theory lexical analysis of four operations
simpleshell
- 实验5 简单shell的设计和实现(20分) 目的: 1、练习使用编程环境,包括shell的命令,vi和gcc编译器。 2、体会进程概念,了解fork,execve,wait等系统调用。 要求: 1、除了系统调用execve,不允许使用其他的exec函数。输入应当允许带多个参数(一行内可以表示),不考虑通配符 (即“*”、“?”、“-”等等)的处理。 2、输入错误命令能提示出错并进入下一轮接收命令状态。 3、可以用Ctrl-C和Ctrl-\结束简单shell的运行。