sweep3.c
资源名称:leda.tar.gz [点击查看]
上传用户:gzelex
上传日期:2007-01-07
资源大小:707k
文件大小:0k
源码类别:
数值算法/人工智能
开发平台:
MultiPlatform
- #include <math.h>
- #include <LEDA/sortseq.h>
- #include <LEDA/p_queue.h>
- #include <LEDA/graph.h>
- #include <LEDA/map.h>
- #include <LEDA/rat_point.h>
- #include <LEDA/rat_segment.h>
- typedef rat_point POINT;
- typedef rat_segment SEGMENT;
- typedef integer numtype;
- #include "sweep1.tmp"