搜索资源列表
v4l2captureexample.c.tar.gz
- V4L2 Specification 配套源码,Debian linux编译通过,V4L2 Specification supporting source, Debian linux compiler through
GCCKnowledge
- 在为 Linux 开发应用程序时,绝大多数情况下使用的都是 C 语言,因此几乎每一位 Linux程序员面临的首要问题都是如何灵活运用 C 编译器。目前 Linux 下最常用的C 语言编译器是 GCC(GNU Compiler Collection),它是 GNU项目中符合 ANSI C 标准的编译系统,能够编译用C、C++和Object C 等语言编写的程序。GCC 不仅功能非常强大,结构也异常灵活。最值得称道的一点就是它可以通过不同的前端模块来支持各种语言,如 Java、 Fort ran、P
sniffer_for_linux
- 在linux下的网络嗅探器 使用的是GTK2.0+GLADE做的前台 具体的后台是ANSI C 编译器 G-At the next linux network sniffer is used to do the GTK2.0+ GLADE Backgrounds are Front Desk specific ANSI C Compiler GCC
code
- code about gtk++ for MID intel develop in Linux moblin. code interface write as language c in linux, compiler is g-code about gtk++ for MID intel develop in Linux moblin. code interface write as language c in linux, compiler is gcc
linux-GCC-guide
- Linux的发行版中包含了很多软件开发工具. 它们中的很多是用于 C 和 C++应用程序开发的. 本文介绍了在 Linux 下能用于 C 应用程序开发和调试的工具. 本文的主旨是介绍如何在 Linux 下使用 C 编译器和其他 C 编程工具, 而非 C 语言编程的教程. -Linux distributions contain a lot of software development tools. Many of them for C and C++ application developme
[C]-Linux-Gnu-C-Compiler-Gcc-Howto
- [C] Linux Gnu C Compiler Gcc-Howto just try this book you should be satisfied
trimaran-4.0-manual
- trimaran是一个前端 后端编译器,通过一堆中间代码和表示,可以profiling出一些信息,进而优化体系结构 数据结构是c c++,linux下-trimaran is a front-end back-end compiler, by a bunch of intermediate code and said that they are profiling some information, and then optimize the architecture
linux-2.6.0.tar
- linux 内核 下的C语言和C++编译器-linux kernel of C language and C++ compiler
C++Programming-HOW-TO.pdf
- This document provides a comprehensive list of C++ URL pointers, links to C++ online textbooks, and programming tips on C++. This document also provides a C++ library which imitates Java− language, and which has various methods to avoid memory p
yacc-1.9.1
- yacc(Yet Another Compil er),是Unix/Linux上一个用来生成编译器的编译器(编译器代码生成器)。yacc生成的编译器主要是用C語言寫成的语法解析器(Parser),需要与词法解析器Lex一起使用,再把兩部份產生出來的C程序一併編譯。yacc本來只在Unix系統上才有,但現時已普遍移植往Windows及其他平台。-yacc (Yet Another Compiler Compiler), is a Unix/Linux on a compiler to genera
GCCManual
- Linux系统下的Gcc(GNU C Compiler)是GNU推出的功能强大、性能优越的多平台编译器,是GNU的代表作品之一。gcc是可以在多种硬体平台上编译出可执行程序的超级编译 器,其执行效率与一般的编译器相比平均效率要高20 ~30 。-Linux system under Gcc (GNU C Compiler) is GNU introduced the powerful, the superior performance of multi-platform compiler, i
Linux
- 含有Linux基本教程、C语言教程、数据结构、文本编辑器、GCC编译器、调试工具、Linux GUI编程、网络编程、进程间通信、多线程编程、客户端/服务器端程序-Basic tutorial with Linux, C Language Tutorials, data structure, text editor, GCC compiler, debugging tools, Linux GUI programming, network programming, interprocess com
lda-c-dist
- 在linux下的LDA算法, 用于数据挖掘,可直接编译运行。-In linux the LDA algorithm for data mining, can be directly run the compiler.
C-Programming-Under-Linux
- C Programming Under Linux学习驱动的朋友的必备书籍,linux下的c编译,基本功!-C Programming Under Linux must learn driving friends books under linux c compiler, basic skills!
linux-C
- Linux系统原理及应用Shell编程C编译环境Linux系统调用网络通信编程多线程GUI编程环境-Linux system theory and application shell programming C compiler environment Linux system calls to network communications programming multi-threaded GUI programming environment
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
linux-dev-framework-master实现p2p
- linux-dev-framework是一个Linux程序开发框架,基于C语言和gcc工具链。 linux-dev-framework内含一份简单的源码目录结构、一些常用的C例程和makefile编译脚本。(Linux-dev-framework is a Linux program development framework based on the C language and the GCC tool chain. Linux-dev-framework contains a
05_software
- Linux环境下的通用按键测试程序,利用c编译器可进行程序的编译,十分完整详细说明,适用于绝大部分的Linux平台。(Linux environment general button test procedures, the use of C compiler can be compiled procedures, very complete, detailed descr iption, applicable to most of the Linux platform.)
嵌入式c编程语言入门与深入
- 本文讲解嵌入式C基础,从C语言到Linux的编译实现。(This article on the basis of embedded C, C language from the compiler to achieve Linux)
C-compiler
- 这是一个LINUX环境中运行的Cminus语言的简易编译器,采用flex和bison生成