基本信息
源码名称:计算机图形学直线画法画圆算法
源码大小:73.76M
文件格式:.zip
开发语言:C/C++
更新时间:2023-05-24
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

     嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300

本次赞助数额为: 2 元 
   源码介绍

计算机图形学直线画法画圆算法

计算机图形学MFC实现画线画圆算法,包括DDA直线算法,Bresenham画线画圆法。可画任意斜率直线,实现交互式画线画圆。

.
├── Rast
│   ├── Rast
│   │   ├── MainFrm.cpp
│   │   ├── MainFrm.h
│   │   ├── Rast.aps
│   │   ├── Rast.cpp
│   │   ├── Rast.h
│   │   ├── Rast.rc
│   │   ├── Rast.vcxproj
│   │   ├── Rast.vcxproj.filters
│   │   ├── Rast.vcxproj.user
│   │   ├── RastDoc.cpp
│   │   ├── RastDoc.h
│   │   ├── RastView.cpp
│   │   ├── RastView.h
│   │   ├── framework.h
│   │   ├── pch.cpp
│   │   ├── pch.h
│   │   ├── res
│   │   │   ├── Rast.ico
│   │   │   ├── Rast.rc2
│   │   │   ├── RastDoc.ico
│   │   │   └── Toolbar.bmp
│   │   ├── resource.h
│   │   ├── targetver.h
│   │   └── x64
│   │       └── Debug
│   │           ├── MainFrm.obj
│   │           ├── Rast.exe.recipe
│   │           ├── Rast.ilk
│   │           ├── Rast.log
│   │           ├── Rast.obj
│   │           ├── Rast.pch
│   │           ├── Rast.res
│   │           ├── Rast.tlog
│   │           │   ├── CL.command.1.tlog
│   │           │   ├── CL.read.1.tlog
│   │           │   ├── CL.write.1.tlog
│   │           │   ├── Rast.lastbuildstate
│   │           │   ├── link.command.1.tlog
│   │           │   ├── link.read.1.tlog
│   │           │   ├── link.write.1.tlog
│   │           │   ├── rc.command.1.tlog
│   │           │   ├── rc.read.1.tlog
│   │           │   └── rc.write.1.tlog
│   │           ├── RastDoc.obj
│   │           ├── RastView.obj
│   │           ├── pch.obj
│   │           ├── rastview.obj.enc
│   │           ├── vc143.idb
│   │           └── vc143.pdb
│   ├── Rast.sln
│   └── x64
│       └── Debug
│           ├── Rast.exe
│           └── Rast.pdb
└── 计算机图形学直线画法画圆算法_Rast.zip

8 directories, 49 files