搜索资源列表
vc画图
- 一个很小的程序,可以提供包括画直线,矩形,圆角矩形,以及多边形的功能,可以作为VC图形图像初接触者的参考-A small programme, provides the function of drawing lines, rectangles, roundrectangles, and polylines. Good guids for beginners of graphics programming using VC.
vc++Draw
- 在VC平台下实现的计算机图形学实验,功能包括画直线,画圆,填充,几何变换,曲线生成算法.
自由画直线
- 这个程序是一个用鼠标画直线的源码,是用vc做的,对于那些初学者可能比较有用1-the procedure is painting a straight line with the mouse the source, is to use vc do, for those who may be more useful to beginners 1
huazhixian
- 只要完成用VC++画直线的功能,其中用到VC++中的系统函数
vc画图程序
- 这是一个用vc实现的简单的画图程序,可以画直线,矩形,椭圆等图形-vc used to achieve a simple drawing program, drawing straight lines, rectangular, oval and other graphics
画图板
- 用VC实现的画笔功能,能利用单文档中的菜单实现画直线、椭圆、矩形等图形,并能实现简单的移动、删除等功能。
VC画图源代码
- 一个VC画图程序,有文档说明。自画直线,矩形,园 完结版 画布,ScrollView, CRectTracker,调色板,保存成位图 加入中间层View的步骤 1.创建MFC类CHDrawPView:CScrollView 2.修改CHDrawApp的InitInstance方法,将CHDrawView改为CHDrawPView,并修改include 加入CRectTracker的步骤 1.增加成员变量CRectTracker m_tracker 2.在CHDrawPView的构
angel_11
- 这是根据Bresenham算法做的画直线程序,用vc实现 更加接近实际情况-This is done under the Bresenham algorithm paintings linear process, with vc achieve a more closer to reality
3D下的计算机图形学的编程实践VC源码
- 原代码下载,我对计算机图形学的编程实践,包括画直线、反走样直线、画圆、 画椭圆、画矩形、画多边形、矩形填充、多边形填充、3D变换、光照、贴图等。由于 精力有限,未对原码做任何注释。出于简化编程的考虑,许多地方指定了常数,未做 通用处理。解压缩后建立gui16目录,在其下有原代码和工程文件。在gui16下建立 release目录,其下有一可执行文件及其所须的位图及模型文件。如在release目录之 外执行程序,必须复制所需位图及模型文件。-download the origin
smallestcadsystem
- VC编写的CAD画图软件,可以画直线,圆,椭圆-smallestcadsystem
stmeditor
- VC++写的一款小型电子地图绘制工具,要以画节点、画直线(道路等)、火车站、汽车站等,实际上类似画图程序,只是扩展了一下功能,主要是想突出画图方面的技巧,有兴趣的可以共同研究一下。-VC++ written by a small electronic mapping tool to draw node, draw a straight line (roads, etc.), the railway station, bus station, etc., in fact, drawing a si
ListExam
- 用VC++画直线用,里面有很多的关于Vc++的知识,还可以改变画笔的着色。-Draw a straight line with the VC++ to use, there are many on Vc++ knowledge, but also can change the brush' s color.
vc
- 画直线的代码,计算机图形学中的如何画直线的一种方法-Drawing a straight line code, and computer graphics in a way how to draw a straight line
drawLine
- vc ++中实现鼠标左键单击画直线,双击直线为选中状态,且直线变成虚线 -vc++ the left mouse button click the picture to achieve a straight line, double-click the line for the selected state, and the straight line into a dotted line
DrawSys
- VC++计算机图形学画直线、圆形、矩形示例。用它还可以画直线、短形、圆形、多边形、随手画、裁切、随机线、添加文本等。-VC++ computer graphics drawing a straight line, circular, rectangular sample. It can draw a straight line with the short-shaped, round, polygonal to hand painting, cutting, random lines, add
EasyDraw
- 一个VC编的小程序,主要是画直线,可以画自己想选的颜色,对于刚学数字图像处理VC编程的有点帮助-VC compiled a small program, mainly drawing a straight line, you can choose the color of paint they want, just learn digital image processing for VC programming a little help
Graphic
- 用VC画直线、画椭圆、画矩形、画点。邮箱dominicif@163.com-Straight line drawn with the VC, painted oval, rectangular painting, drawing point
Line
- 用vc++ 画直线 可以更改直线的类型和颜色-draw line
VC
- VC画直线画圆进行练习(图形学作业) 请大家共同学习-VC Circle to practice drawing a straight line (graphics work)
opengl画圆和直线
- c++,使用OpenGL库,运用bresenham 算法进行画圆和画直线的操作并显示(The use of Bresenham algorithm for circle and draw a straight line operation and display.USE c++ AND OPENGL)