- 授权协议: GPLv2
- 开发语言: C/C++
- 操作系统: Linux
- 软件首页: https://github.com/rswier/c4
软件介绍
4个函数实现的c编译器,大约500行。基本上已经比较完备了,可以自己编译自己。
使用方法:
gcc -o c4 c4.c (you may need the -m32 option on 64bit machines) ./c4 hello.c ./c4 -s hello.c ./c4 c4.c hello.c ./c4 c4.c c4.c hello.c
Computational Geometry
Mark de Berg、Otfried Cheong、Marc van Kreveld、Mark Overmars / Springer / 2008-4-16 / USD 49.95
This well-accepted introduction to computational geometry is a textbook for high-level undergraduate and low-level graduate courses. The focus is on algorithms and hence the book is well suited for st......一起来看看 《Computational Geometry》 这本书的介绍吧!
