贝塞尔曲线完整代码
摘要:
#include <windows.h>#include <math.h>#define NUM 100#define TWOPI (2*3.14159) LRESULT CALLBACK WndProc(HWND,UINT,WPARAM,LPARAM); int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR szCmdLine, int iCmdShow ){ static TCHAR szAppName[]=TEXT("Bezier"); HWND hwnd; 阅读全文
posted @ 2009-11-15 11:08 karying 阅读(870) 评论(0) 推荐(0) 编辑