搜索资源列表
vc-VGIS
- 一个多功能的微型GIS程序,足以应付图形图象或GIS方面课程设计等。具体实现放大缩小,移动查看局部,放大局部,查看全部,画线画弧线画连续线画图形多边形等等功能。-a multi-purpose micro-GIS procedures to deal with graphic images or GIS, and other aspects of curriculum design. Large concrete realization of narrow, mobile check local
画线,园,矩形,VC
- 图形编程:画线,园,矩形,VC-graphical programming : line drawing, the landscape, rectangular, VC
二.二维线画图元算法
- 北大版计算机图形学算法实现之中点法画线椭圆圆的VC程序-Beijing University computer graphics version algorithm among Point line drawing elliptical round VC Program
vc++画线
- 能够绘制线条、矩形、椭圆等,可以修改线宽、颜色,等属性、可以查找线矩形圆等
Demo_Project_src.VC++下的绘图抗锯齿技术
- VC++下的绘图抗锯齿技术,通常用GDI绘图,在画园或者斜线的时候会产生锯齿,这份代码提供了抖动画线的技术,让绘图更加细腻,VC++ under the mapping of the anti-aliasing technology, usually with GDI drawing, or a slash in the paint when the park will have jagged, the code provides a line Buffeting animation techn
OpenGLdrawLine
- VC中MFC、OpenGL编程框架实现画线-VC in the MFC, OpenGL programming framework to achieve drawing a line
DrawLine
- VC中的一个简单的画线的小程序,程序中有详细的注释,能够帮助你掌握画线方法-VC in a simple line drawing of small procedures, the procedures are detailed in the notes to help you master the method of drawing a line
jasper-1.700.2.uuid.tar
- 免费的JPEG2000软件Jasper的C源代码 提供C源代码的JPEG2000图像工具Jasper的源代码。-Jasper free JPEG2000 software provided by the C source code C source code JPEG2000 image tools Jasper s source code.
palette
- 小型绘图系统(VC++) 实现类似于windows的画板的功能。画点,画线,做2次开发比较好。 -Small-scale mapping system (VC++) To achieve similar functionality windows of the drawing board. Painting points, drawing lines, to do 2 times the development of better.
Chap2_2_MapMode
- 利用vc 画点 画线 的代码 下载 可以立即使用 算法简单 易懂 -Using vc stipple lines of code using the algorithm can immediately download the easy-to-read
BmpTest
- 简单画图板程序 实现windows画图板的部分简单功能 基本功能: (1)绘制直线、曲线; (2)绘制各种形状,比如矩形、椭圆形 (3)绘制各种实心形状,比如实心矩形、实心椭圆等 (4)添加文字 (5)设置不同的绘制颜色 (6)显示磁盘上已有的图片文件 (7)具备“橡皮擦”的功能,进行擦除 (8)填充功能 (9)画刷功能 (10)设置图形边框线宽 (11)不同功能实现鼠标的形状的变化 (12)工具栏图标选中与否的变化 (13)添加
Drowline
- 特效画线VC源码,可以在屏幕上画各种类型的线条,效果不错-Line VC-source effects
whwnlabel_vb
- 字符控件是武汉宽网多媒体技术有限公司采用ATL技术开发的标准COM控件,该软件实现对字符控件的加强及完善,增加图形背景支持,在字符显示上增加3D、闪烁及旋转等效果,是用于字符显示的理想工具,它的使用将非常好地增强软件的界面效果。 产品特征 背景及字符颜色更换。 字符大小、字体更换。 字符3D功能实现。 字符闪烁功能。 字符任意角度旋转实现。 颜色及图形背景实现。 透明背景实现 字符上中下、左中右位置调整实现。
0004
- vc++的画线的代码,包括创建画刷,透明画刷,位图 -vc++ to draw lines of code, including the creation of painting brushes, transparent painting brush, bitmap
draw
- 画图的一个例子,VC++开发,有画线,画圆,改变改变颜色等功能。-draw
draw08
- VC源程序集成了,各种画图,画线,画点,组合框,画园,各种性状,颜色的调配等,-VC source integrates all kinds of drawing, painting line, painted point, combo box, painting park, a variety of characters, the color of deployment,
effectsDrawing
- vc++6.0编写的特效画线,可供开发人员学习使用-written in vc++6.0 effects drawing lines, for developers learning to use
draw(vc)
- VC6.0实现画图功能,包括基本图形:直线(数值微分法、中点画线法,Bresenham画线算法),圆与椭圆(中点画圆法、Bresenham画圆算法、椭圆生成算法),区域填充(边填充算法、种子填充算法、圆与椭圆的填充、图案填充),裁剪、线宽与线型的处理。还有简单的图形变换,以及简单曲线和曲面的实现-VC6.0 implement drawing functions, including basic graphics: linear (numerical differential method, t
VC-draw-toolbox
- 本程序功能与Windows下附件中的画图软件功能相近。本程序是在VC6.0平台上用MFC所编,支持多文档和多视图结构,视图为滚动视图,允许分割窗口。绘制方面的功能主要包括绘制各种图元,包括直线、Bezier曲线、矩形、圆角矩形、椭圆(圆)、多边形,用笔或画刷自由绘图,橡皮擦擦除,颜料桶填充,取色和区域选取移动。绘图时可以选择各种画笔颜色和画刷颜色,各种线型和线宽,以及画封闭图元时是否填充,当然,还能设置背景色、清除图像及画布大小调整等,并且在绘图区单击右键会弹出快捷菜单。程序支持保存和读取位图格
DrawLine
- 采用VC++编写的画线程序,有3种实现算法,包括DDA,Midpoint,Breseham,计算机图形学。(Drawing a line using C++ written procedures, there are three kinds of realization of algorithms, including the DDA, Midpoint, Breseham, computer graphics.)