搜索资源列表
tcc-0.9.20.rar
- 小而快的c编译器,可以直接解释运行C语言写就的源程序。
tcc-0.9.23.tar
- 小型的C编译器,可以在linux编译通过,尔却使用方便-a Tiny C language compiler, can built on linux,handy
tcc-0.9.20.tar
- tcc,一个很小巧的c编译器,它的特点是比gcc要快很多,而且支持像运行教本一样运行.c程序-TCC, a very small c compiler, it is characterized by faster than many gcc, and support the same as running textbook operation. C procedures
tinycc.tar
- c语言编译器arm-gen.c asmtest.S bcheck.c boundtest.c c67-gen.c Changelog coff.h configure COPYING elf.h [examples] float.h gcctestsuite.sh i386-asm.c i386-asm.h i386-gen.c il-gen.c il-opcodes.h libtcc.h libtcc1.c lib
tcc-0.9.23
- Tiny C Compiler - C scr ipting Everywhere - The Smallest ANSI C compiler Installation on a i386 Linux host (for Windows read win32/readme.txt) ./configure make make test make install By default,
tcc-0.9.22
- Tiny C&C++,看看吧,也许用的着
ASKdecoder
- 通用ASK信号解码接收程序 1. 接收数据位数最多为40(5*8)位. 2. 由定时器对time进行渐增,在TCC中断程序中加入\"INC TIME\". 3. 宽脉冲最大允许时间和最小允许时间的计算方式: 脉冲允许时间=TCC 中断时间(us)*设定数据 4. 在接收到完整的数据后建立rx_data_ok标志. 5. 该子程序由主程序调用. 6. 数据格式:rx_dat
TCC
- 这是我根据别人的算法写的模拟停车场问题的c程序,原有算法有一些指针调用的错误!,现已改正-This is the basis of others I write the algorithm simulation of the car park c procedures, some of the original algorithm called the wrong target! That has now been rectified.
tcc-0.9.22.tar
- tiny c compiler
tcc
- 停车场问题 在32位C下调试通过-carpark in 32 C through debugging
BorlandBGI
- /* GRAPHICS DEMO FOR TURBO C 2.0 Copyright (c) 1987,88 Borland International. All rights reserved. From the command line, use: tcc bgidemo graphics.lib */
tcc
- Elan eKTP8733N单片机开发程序,用于驱动TIMER接口。在Elan 公司开发环境中使用。
tcc-0.9.23.tar
- 小型的C编译器,可以在linux编译通过,尔却使用方便-a Tiny C language compiler, can built on linux,handy
tcc-0.9.20.tar
- tcc,一个很小巧的c编译器,它的特点是比gcc要快很多,而且支持像运行教本一样运行.c程序-TCC, a very small c compiler, it is characterized by faster than many gcc, and support the same as running textbook operation. C procedures
tcc-0.9.23
- Tiny C Compiler - C scr ipting Everywhere - The Smallest ANSI C compiler Installation on a i386 Linux host (for Windows read win32/readme.txt) ./configure make make test make install By default,
tcc-0.9.24.tar.bz2
- Tiny-C 9.0 You can compile and execute C code everywhere, for example on rescue disks ( about 100KB for x86 TCC executable, including C preprocessor, C compiler, ... http://bellard.org/tcc/
tcc-0.9.24
- TCC是一个轻量级的用C语言制作的编译器-TCC is a lightweight with C language compiler
tcc-0.9.25
- tcc的源代码,从网站下载的,较为完整,-source code of tinyc from it‘s website 0.294,thanksgiving
tcc-0.9.25.tar.tar
- Tiny C编译器的源代码,版本是 0.9.25-Tiny C Compiler Source Code
TinyCC fast C compiler
- TinyCC (aka TCC) is a small but hyper fast C compiler. Unlike other C compilers, it is meant to be self-relying: you do not need an external assembler or linker because TCC does that for you. TCC compiles so fast tha