搜索资源列表
tcc-0.9.25
- 一个小型的C编译器源码,可支持在X86,ARM体系架构目标代码的生成。自身可运行于WINDOWS或LINUX环境下。-A tiny C compiler source code for windows and linux both.
tcc-0.9.24
- 一款C语言编译器,适用于Windows和Linux。-Prepared for the C language compiler for Windows and Linux.
sh
- 用C++语言实现简单的Linux的shell编译器功能-With C++ language simple Linux shell compiler features
TinyXML
- TinyXML是一个开源的解析XML的解析库,能够用于C++,能够在Windows或Linux中编译。这个解析库的模型通过解析XML文件,然后在内存中生成DOM模型,从而让我们很方便的遍历这棵XML树-TinyXML is an open source parsing XML parsing library that can be used in C++, Windows or Linux can be compiled. The analytical model by parsing the
LinuxC
- 自己写的c语言编译器,可以实现在linux环境下编译c语言-Himself wrote the c language compiler, can be implemented in linux environment compiler c language
OLTP
- online transaction system in c on linux
C--Compiler
- C--编译器的实现代码 主要实现C--程序的语法错误 包括变量名、函数等的检查 YACC 和 Lex 在linux下编译通过 -C- compiler implementations code of the main C- syntax error process include variable names, functions, etc. Check YACC and Lex compile under linux
MakeSystem
- linux下C/C++编译脚本。本源码封装makefile系统的格式的命令,只需对源码进行少量修改(修改make/head.mk)便可以进行交叉编译。不进行交叉编译的同学可以直接修改makefile文件里面的字段(字段意义在对应文件内有说明)即可。本系统支持多级目录递归编译。-C/C++ Linux compiler scr ipt. This source code package makefile system format command, simply a small number of
SENDFILE
- 在Linux操作系统,使用C++模拟实现云盘操作,基本实现文件的上传和下载、秒传、断点续传等功能。-In the Linux operating system, use C++ simulation cloud disk operations, basic file upload and download, second pass, HTTP and other functions.
xmake-2.0.5.tar
- 一个基于Lua的轻量级自动构建工具 简单的工程描述 target( console ) set_kind( binary ) add_files( src .c ) 构建工程 $ xmake 运行目标 $ xmake run console 调试程序 $ xmake run -d console 支持特性 Tasks Macros Actions Options Plugins Temp