An open API service indexing awesome lists of open source software.

https://github.com/js2hou/linest


https://github.com/js2hou/linest

Last synced: 9 months ago
JSON representation

Awesome Lists containing this project

README

          

# LineST
# 编译环境
a) Visual Studio 2019(v142)

b) MFC应用框架

c) ISO C++14
# 简介
计算机图形学-直线扫描算法:本程序利用MFC框架实现了计算机图形学中三种常见的直线扫描算法:数值微分法(DDA)、中点画线法(MID)、Bresensam算法。
# 使用方法
运行后,选中一种画线方法,鼠标左击不放开,移动鼠标,松开鼠标左键即完成画线过程。
# 参考文献
[1]:https://blog.csdn.net/gaoxiaoba/article/details/52175098?utm_source=app