搜索资源列表
XPBBasic112and117
- XPB!Basic XPB! is a brand new compiler for the 32-bit Windows platform that contains a rich set of features for developingboth GUI and console applications! Features True 32-bit compiler! Create both GUI and console programs! Create
tiny_linker_lab_scu
- 系统级编程课的作业,虽然不是很难,但是里面对链表的操作还是挺复杂的。自己在网上没找到,所以写了自后就分享出来现把。我只修改了linker.c的文件,替换上去就OK了!-tiny linker
tinycc.tar
- inyCC (aka TCC) is a small but hyper fast C compiler. Unlike other C compilers, it is meant to be self-sufficient: you do not need an external assembler or linker because TCC does that for you. TCC compiles so fast that even for big projects Mak
059284-01
- 《自己动手写编译器、链接器》作者:王博俊,张宇 书中源代码- To write their own compiler, linker, the book source code
自制编译器 ,青木峰郎著 ,P445
- 本书将带领读者从头开始制作一门语言的编译器。笔者特意为本书设计了CЬ语言,CЬ可以说是C语言的子集,实现了包括指针运算等在内的C语言的主要部分。本书所实现的编译器就是C Ь语言的编译器, 是实实在在的编译器,而非有诸多限制的玩具。另外,除编译器之外,本书对以编译器为中心的编程语言的运行环境,即编译器、汇编器、链接器、硬件、运行时环境等都有所提及,介绍了程序运行的所有环节。(This book will lead the reader to make a language compiler fro