资源简介
用VC++6.0实现的扫描线填充,裁剪算法及画线方法 CPen pen(PS_SOLID,1,fillcolor); //设置扫描线所用笔的属性 CPen *old=pDC->SelectObject(&pen); int j,k,s=0; int p[9]; //每根扫描线交点 int pmin=1000; int pmax=0; for(int i=0;i<inLength;i++)//建立边表 { edge[i].dx=(float)(inVertexArray[i+1].x-inVertexArray[i].x)/(inVertexArray[i+1
代码片段和文件信息
// clip.cpp : Defines the class behaviors for the application.
//
#include “stdafx.h“
#include “clip.h“
#include “clipDlg.h“
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// CClipApp
BEGIN_MESSAGE_MAP(CClipApp CWinApp)
//{{AFX_MSG_MAP(CClipApp)
// NOTE - the ClassWizard will add and remove mapping macros here.
// DO NOT EDIT what you see in these blocks of generated code!
//}}AFX_MSG
ON_COMMAND(ID_HELP CWinApp::onhelp)
END_MESSAGE_MAP()
/////////////////////////////////////////////////////////////////////////////
// CClipApp construction
CClipApp::CClipApp()
{
// TODO: add construction code here
// Place all significant initialization in InitInstance
}
/////////////////////////////////////////////////////////////////////////////
// The one and only CClipApp object
CClipApp theApp;
//////////////////
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 2064 2010-06-29 10:36 clip.clw
文件 2035 2010-06-09 07:12 clip.cpp
文件 4384 2010-06-09 13:47 clip.dsp
文件 514 2010-06-09 07:14 clip.dsw
文件 1302 2010-06-09 07:12 clip.h
文件 238592 2010-06-29 10:36 clip.ncb
文件 51712 2010-06-29 10:36 clip.opt
文件 2851 2010-06-29 09:25 clip.plg
文件 6572 2010-06-15 17:09 clip.rc
文件 20852 2010-06-18 14:04 clipDlg.cpp
文件 3022 2010-06-18 08:56 clipDlg.h
文件 3543 2010-06-09 07:12 ReadMe.txt
文件 1094 2010-06-15 10:25 resource.h
文件 206 2010-06-09 07:12 StdAfx.cpp
文件 1054 2010-06-09 07:12 StdAfx.h
文件 1079 2010-06-09 13:38 Vertex_Count.cpp
文件 1237 2010-06-09 13:38 Vertex_Count.h
文件 1027 2010-06-09 13:43 VertexNo.cpp
文件 1205 2010-06-09 13:43 VertexNo.h
文件 1078 2010-06-09 07:12 res\clip.ico
文件 396 2010-06-09 07:12 res\clip.rc2
文件 36428 2010-06-15 17:09 clip.aps
目录 0 2010-06-09 07:12 res
----------- --------- ---------- ----- ----
382247 23
相关资源
- Nginx核心知识100讲全套课件.zip
- navicat.11.2.16.premium_cs_x64破解版.zip
- 凸优化_Boyd_王书宁译.rar
- 云盘.rar
- Xshell5.exe
- 20170121135652618.rar
- DiskGenius4.7.0专业版.rar
- AlphaControlsv11.16StableFullSource(D5和D10
- 雅奇880官方开源赠品30多个雅奇4.rar
- 2009_LabVIEW编程样式_清晰版.pdf
- tiger_newhu5.99.24.zip
- 大数据架构详解:从数据获取到深度
- 程序是怎样跑起来的_PDF电子书带书签
- MongodbSample.rar
- EtherCATSlaveStackCodeTool5.12.rar
- 重构_改善既有代码的设计.rar
- 矩阵分析与应用第二版高清带书签.
- 通达网络智能办公系统OfficeAnywhere20
- 入门到实践.rar
- vRealizeAutomation7.0快速部署手册v1.3.pd
- 迅捷pdf转换器.7z
- FLACFLAC3D基础与应用-陈育民.pptx
- Location12.2.rar
- proteus仿真stm32测距.zip
- 《探索式软件测试》高清影印带书签
- Microsoft-70-483.pdf
- 微积分之屠龙宝刀美C.亚当斯等上.p
- F3arRa1n_Windows3.4.3.zip
-
zw_baidu_38396237-10813429-weibodataba
se.zi - zw_xqy987967363-10661999-信号与系统.zip
评论
共有 条评论