资源列表
paint
- vc实现的水墨画效果的源代码,程序不是很多,初学者可以参考一下。-ink painting effects vc achieve source code, the program is not a lot, beginners can refer to.
VCgraph
- 一个画图程序,绘制直线,矩形、椭圆形,设置不同的绘制颜色 -A drawing program, draw a straight line, rectangle, oval, set different colors to draw
formula-editor
- 一个国外同事开发的源代码,代码很强大,实现了一般的功能,可参考-A foreign colleagues developed source code, the code is very powerful, general features, refer
Graphic
- 一个简单的画图程序,用MFC编程,可实现简单的画直线、圆、椭圆、虚线等,可以改变线条颜色-A simple drawing program, with MFC programming can be realized simply draw a straight line, circle, ellipse, dashed, etc., can change the line color
GDI
- 简单的画图板,画线、图形,可填充可改变画笔颜色大小-for simple drawing
BresenhamAlgorithm-master
- BresenhamAlgorithm-master.zip Bresenham画直线算法(BresenhamAlgorithm-master.zip Bresenham draws straight line algorithm.)
fuzhaungcad
- 服装CAD的部分源代码截图,以及头文件 想研究服装cad的可以研究下框架了!
Diamond(st)
- 金钢石,B样曲线,北极星,摩术三角。。。画法C++实现-Diamond, B-like curve, the North Star, Mount Triangle surgery. . . Drawing C++ to achieve
DToolsXDWG2007
- 用于浏览dwg文件, 用于浏览dwg文件,-Dwg file for the browser for browsing dwg files,
MFC画图板
- MFC画图板,可以画一些基本图形,如直线,椭圆,扇形,矩形,弦形,三角形。 可以保存为BMP的文件(MFC drawing board, you can draw some basic graphics, such as line, ellipse, sector, rectangle, string, triangle. Files that can be saved as BMP)
Three-views
- 三视图算法,运行程序后,在屏幕上显示立方体的三视图-Three view algorithm, run the program, the screen display cube view
hw02_QianLiu
- 我编写的曲线编辑器。包括贝计埃,HERMITE,等不同曲线的控制点的计算和连接。