资源列表
HomeWork
- 该程序使用了Bresenham算法的思想,将四个象限(考虑到斜率<1,>1一共八种情况)的问题通过交换端点的方法合并成一,四象限的问题。-draw line
MyDraw-good
- 一个很不错的绘图代码,有参考价值,尤其是对需要用vc绘图的朋友-a good way of drawing code, reference value, particularly for mapping needs vc friends
Huatu
- 基于VC++的画图程序,画方块,圆形,曲线。
VC++huatu
- 利用VC++实现的简单的画图程序,矩形,圆形,等还可以调整颜色.
Draw
- 基于vc++的开发环境 在界面上画图 修改光标为闪烁图片-Based on vc++ Development environment in the interface for the blinking cursor drawing modified picture
Map
- 此程序是一个较完整的画图系统,并且能够读取MIF,WKT格式,以及自己定义的数据格式,并且可以设置画笔的样式,用画刷填充图形
drawing
- 自制画板,包括,画直线,矩形,圆。功能:填充等。编程语言:C#;编译环境:VS2010-Homemade drawing board, including painting line, rectangle, circle. Function: filling. Programming languages : C# build environment: VS2010
Bresenham_line
- Bresenham直线和圆的生成算法原理及其实现-Bresenham straight line and circle generation algorithm principle and its implementation
CpuUsage
- 这是一个模拟任务管理器中cpu使用率的程序,通过获取CPU使用率并实时显示出来
Draw
- 可以实现直线椭圆矩形的绘制,简单的一个程序。初学者可以借鉴一下(rectangle line .Beginners can learn from it.)
gradientfiller
- gradient filler GDI adn color
DrawGraphic
- 实例实现了基本图元的绘制和画笔画刷的使用,对于绘图编程是个不错的案例。-Examples to achieve the basic drawing primitives and the use of brush painting strokes, for graphics programming is a good case.