文件名称:Bresenham直线算法的C++实现
文件大小:3KB
文件格式:CPP
更新时间:2013-09-15 04:04:38
Bresenham 直线算法
在linux下面写的,WIN下面用的话把 typedef int32_t int32; typedef uint32_t uint32; 改成 typedef __int32 int32; typedef unsigned __int32 uint32;
文件名称:Bresenham直线算法的C++实现
文件大小:3KB
文件格式:CPP
更新时间:2013-09-15 04:04:38
Bresenham 直线算法
在linux下面写的,WIN下面用的话把 typedef int32_t int32; typedef uint32_t uint32; 改成 typedef __int32 int32; typedef unsigned __int32 uint32;