资源简介
中点画圆算法
代码片段和文件信息
#include
#include
#include
typedef struct
{
HWND *lphWnd;
DWORD dwExstyle; // extended window style
LPCTSTR lpClassName; // pointer to registered class name
LPCTSTR lpWindowName; // pointer to window name
DWORD dwstyle; // window style
int x; // horizontal position of window
int y; // vertical position of window
int nWidth; // window width
int nHeight; // window height
HMENU hMenu; // handle to menu or child-window identifier
}childstru;
HANDLE hInst;
HFONT hFont;
HWND MainhWndbutton1button2button3button4;
HDC mDc;
HBITMAP hbmp;
char *titletext=“两种画圆算法“*classname=“HeLiang“;
BOOL InitApplication(HANDLE hInstance);
BOOL InitInstance(HANDLE h
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 2348 2000-12-26 21:24 中点画圆算法\CPP BUILDER SOURCE\drawCircle\circlerc.res
文件 2238 2000-12-26 21:21 中点画圆算法\CPP BUILDER SOURCE\drawCircle\icon.ICO
文件 226 2000-12-26 21:23 中点画圆算法\CPP BUILDER SOURCE\drawCircle\circlebpr.bpf
文件 2614 2000-12-26 21:24 中点画圆算法\CPP BUILDER SOURCE\drawCircle\circlebpr.bpr
文件 22 2000-12-26 21:24 中点画圆算法\CPP BUILDER SOURCE\drawCircle\circlerc.rc
文件 10956 2000-12-14 10:50 中点画圆算法\CPP BUILDER SOURCE\drawCircle\circle.cpp
文件 55808 2000-12-26 21:24 中点画圆算法\CPP BUILDER SOURCE\drawCircle\circle.exe
目录 0 2004-06-01 11:19 中点画圆算法\CPP BUILDER SOURCE\drawCircle
目录 0 2004-06-01 11:19 中点画圆算法\CPP BUILDER SOURCE
目录 0 2004-06-01 11:19 中点画圆算法
文件 3189 2004-04-19 10:52 代码中国.txt
文件 126 2004-04-03 17:45 代码中国.url
文件 3930 2003-11-05 18:50 说明.htm
----------- --------- ---------- ----- ----
81457 13
- 上一篇:VCD租赁管理系统
- 下一篇:Delphi简单的FTP服务器
评论
共有 条评论