搜索资源列表
[计算机图形学]画图v0.12b
- 计算机图形学中,使用中点算法绘画直线条的算法,在vc中实现,可用鼠标操作画线,且有动态效果-computer graphics, the use of line drawing algorithm midpoint of the algorithm to achieve the vc, can be used to operate the mouse to draw lines and have dynamic effects
MiniDraw.rar
- 用VC++6.0编写的画图程序,能画直线,矩形,圆形等,能调整线宽,Using VC++6.0 to prepare the Paint program that can draw a straight line, rectangular, circular and so on, to adjust linewidth
vc实现打印发票
- 用vc实现,发票的打印,此程序包含如何绘制线条,表格以及简体与繁体的转换,With vc the realization of invoice printing, this process includes how to draw a line, as well as Simplified and Traditional forms of conversion
Test
- vc图形绘制 直线拖动 多边形拖动 平移等-Graphics draw a straight line drag, etc. vc
tianchong
- 实现多边形区域扫描线填充的有序边表算法,并将实现的算法应用于任意多边形的填充,多边形的顶点可由键盘输入或鼠标拾取,填充要准确,不能多填也不能少填。 要求掌握边形区域扫描线填充的有序边表算法的基本原理和算法设计,画出算法实现的程序流程图,使用C或者VC++实现算法,并演示。 -Scan-line polygon fill the region to achieve the orderly side of the table algorithm, and the algorithm is a
VCDRAWing
- 用VC++6.0画折线,虽然是简单的程序。不过对于新手还是有帮助的,由浅入深的学习-Draw a line with VC++6.0, although simple procedure. But for the novice or helpful, progressive approach to learning
Draw
- 基于VC++的程序,绘制连续线条,绘制扇形线条,位图画刷,透明画刷的功能实现,在此代码中包含的多项功能实现,其中个别已被注释,读者只需解除注释即可实现功能。-Draw fan-shaped lines based on program of VC++, draw a continuous line, the brush, transparent functions brush, this code contains a number of functions, which the individ
draws
- VC++ 画线,选颜色的小程序,可以选线的颜色,粗细等,VC6下直接编译就行了。希望对大家有所帮助-Draw lines VC++, choose the color of a small program, you can choose the color, thickness, etc., VC6 compile directly on the line.
draw_a_line
- 随手画直线的程序。用VC++实现。希望对大家有帮助!-Readily draw a straight line process. With VC++ Achieve. I hope all of you help!
BmpTest
- 简单画图板程序 实现windows画图板的部分简单功能 基本功能: (1)绘制直线、曲线; (2)绘制各种形状,比如矩形、椭圆形 (3)绘制各种实心形状,比如实心矩形、实心椭圆等 (4)添加文字 (5)设置不同的绘制颜色 (6)显示磁盘上已有的图片文件 (7)具备“橡皮擦”的功能,进行擦除 (8)填充功能 (9)画刷功能 (10)设置图形边框线宽 (11)不同功能实现鼠标的形状的变化 (12)工具栏图标选中与否的变化 (13)添加
Draw
- VC里面画图程序,能动态的绘制直线,矩形,椭圆等简单图形-VC inside the drawing process, drawing a straight line to a dynamic, rectangular, oval and other simple graphics
tuxing
- 一个在vc环境下运行的简易画图工具可绘制直线,圆与椭圆-Vc environment in a simple drawing tools to run to draw a straight line, circular and elliptical
DrawLine
- 利用vc++ 实现了用鼠标绘图的重要功能-draw line
draw(vc)
- VC6.0实现画图功能,包括基本图形:直线(数值微分法、中点画线法,Bresenham画线算法),圆与椭圆(中点画圆法、Bresenham画圆算法、椭圆生成算法),区域填充(边填充算法、种子填充算法、圆与椭圆的填充、图案填充),裁剪、线宽与线型的处理。还有简单的图形变换,以及简单曲线和曲面的实现-VC6.0 implement drawing functions, including basic graphics: linear (numerical differential method, t
Graphic-Draw
- 图形绘制,可设置线宽、颜色、样式,通过本例将了解如何使用自定义画笔定义线体的颜色,线宽,线形等,以及如何为程序中添加选项菜单和选项设置对话框,如何使用标准颜色对话框,如何使用字体对话框,在选项对话框中实现预览功能。实现选项对话框和窗口类中的数据交换。如何改变对话框和控件的背景色,如何改变控件的文本颜色,对按钮控件的特殊处理。如何在窗口中显示一幅位图。-VC++ graphics rendering, can set the line width, color, style, through th
VC-draw-toolbox
- 本程序功能与Windows下附件中的画图软件功能相近。本程序是在VC6.0平台上用MFC所编,支持多文档和多视图结构,视图为滚动视图,允许分割窗口。绘制方面的功能主要包括绘制各种图元,包括直线、Bezier曲线、矩形、圆角矩形、椭圆(圆)、多边形,用笔或画刷自由绘图,橡皮擦擦除,颜料桶填充,取色和区域选取移动。绘图时可以选择各种画笔颜色和画刷颜色,各种线型和线宽,以及画封闭图元时是否填充,当然,还能设置背景色、清除图像及画布大小调整等,并且在绘图区单击右键会弹出快捷菜单。程序支持保存和读取位图格
DibShower
- Vc 绘图程序 直线 曲线 矩形 圆形 保存 打开-vc draw graph line open save
CSharp-Draw
- 计算机图形学的vc++程序示例 含二维线画图元、二维线填充图元、线段裁切、多边形裁切、二维图形变换、三维图形变换、凸多面体的建模、透视投影,隐藏面的消除及基本图形变换(平移、旋转、缩放)、曲线移动、曲线清除等。-Computer graphics vc++ sample program with two-dimensional line drawing dollars, two-dimensional line fill pixel, line cutting, cutting polygo
draw
- 一个简单的基于VC++的画图程序,主要是画线,画圆,画椭圆等并可以自由设置其线宽与线形,画出来的图形能同时出现起点和终点坐标-A simple drawing based on VC++ program, mainly drawing a line, circle, ellipse, etc. and are free to set its width and alignment, drawn graphics can simultaneously start and end coordinat
Draw
- VC++,MFC,画图小程序.本程序是一个简单的画图工具,只能完成几个简单的功能,画点,画线,画矩形,画椭圆,以及对线型的设置,线宽的设置,和颜色的设置. -VC++, MFC, drawing applet. This procedure is a simple drawing tool, only a few simple functions, draw point, draw lines, rectangles, painted oval, and set to line set, lin
