• 大小: 37KB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-01-01
  • 语言: 其他
  • 标签:

资源简介

中点画圆算法

资源截图

代码片段和文件信息

#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


评论

共有 条评论

相关资源