资源列表
drawline
- 这是用VB6.0开发的一个绘图程序,移动鼠标可显示坐标点的值。
Doodle_source
- 演示使用GDI+各种画笔效果,和填充效果图
weirdwarp
- VC++演示使用GDI+各种,文字的变形效果图
Tornado1_2b1
- GDI+实现的各种图形的变形效果,非常方便。
vc1020345346241
- 可以绘制直线,圆,矩形等,还可以设置颜色
XHZ
- DDA直线绘制,中点法直线绘制,Bresenhan法直线绘制,圆弧生成
Python_Draw
- 需安裝: 1. Python 2. BOA Constructor 如何控制滑鼠的動作與如何在視窗上面畫圖
hermite
- 绘制HERMITE 曲线的一个程序。可以将任意多个点连成曲线
interpolate
- 将任意多个点连接成曲线的代码。用于计算机动画的计算和引擎的编写
hw02_QianLiu
- 我编写的曲线编辑器。包括贝计埃,HERMITE,等不同曲线的控制点的计算和连接。
CGFramework
- mfc 进行绘图的一个平台。 CGFramework is an auxiliary framework for some homework in the course of Computer Graphics. It aims at shielding the students from complex windows programming issues, and helps them focus on the graphics algorithms, rather than some
easy_draw
- 用VC编写的一个简单的画图程序 适合VC图形图像初学者