搜索资源列表
画图系统
- 我的程序是用C语言编的一个画图软件,满足以下几点: 用某种方法实现圆的生成算法。 实现橡皮筋直线、圆、矩形。 实现多边形裁剪。 实现基本几何变换(平移、旋转、缩放)。 实现Bezier曲线或B样条曲线。 最终呈现的结果是一个小型的交互式图形系统,用界面把所有功能串连起来。-the procedures I used the C language is part of a drawing software to meet the following points : the use of a ce
earth_zzy
- 编写三维地球生成程序 ,来掌握连续变焦和飞驰图形的编写方法!-prepared generated 3D Earth procedures to control continuous zoom and speeding graphics compilation!
floatinghorizonalgo
- 可以自由变换视角和缩放的浮动水平线绘制程序,可实现交叉影线功能-free transform perspective and zoom horizontally floating mapping procedures can be cross-hatched function
vcdrawing
- 以多种方式绘图(透明,灰度,缩放),这个文件显示的是个3D模型,适用于初学者研究-drawings in a variety of ways (transparent, gray, zoom), the documents show is the 3D model, Study applies to beginners
GDI+Zoom
- 使用GDI+做一个对图形缩放的实验,其中有GDI+的类库-use GDI going to be a scaling of graphics, including the GDI library
缩放多边形
- 用vc + mapobjects开发的源代码,用鼠标对多边形进行操作,实现了多边形的缩放功能。-with vc MapObjects development of the source code, using the mouse to operate polygons and achieve the polygon's zoom function.
DIBDrawEngine.zip
- DIB Draw Engine 一套基于32位DIB绘图引擎的控件。可进行旋转,缩放,Alpha,不透明等处理。支持很多的第3方插件。(包含源码),DIB Draw Engine Based on a 32-bit graphics engine control DIB. Can rotate, zoom, Alpha, opaque, such as processing. Support for many 3rd party plug-ins. (Including source cod
drwExample
- 实现了鼠标交互的所有功能,包含对绘制的图形通过鼠标滚轮进行无极缩放以及任意拖动.-Mouse interaction achieved all the features included on the map graphics through mouse wheel to zoom Promise and arbitrary drag.
Draw
- 基于Visual C++ 6.0开发系统,仿制Windows画图软件,实现如下功能: 1. 动态绘制文本、直线、矩形、圆(椭圆)、多边形等基本图形; 2. 可以改变图形的颜色、粗细、线型(实线、虚线、点划线等); 3. 可以实现图形的剪切、复制、粘贴、缩放(全部或指定区域)等基本编辑功能; 4. 基本的图形保存、打开、显示等功能;-Based on Visual C++ 6.0 development system, generic Windows drawing softwar
myVector1
- 用Qt实现画矢量图,可实现放大缩小、以及大小和角度的变化-Vector painting with Qt,can be realized zoom on and off,as well as changes in the size and angle
teechart5
- 一个好用的控件,可以助你轻松的完成曲线绘制,曲线编辑,曲线放大缩小-A useful control that can help you easily complete the curve drawing, curve editing, curve zoom
gis
- 能实现简单的gis功能,包括地图数据的读取显示,放大缩小漫游等。-To achieve a simple gis features, including map data read display, zoom in roaming.
CreateReportImage
- C#绘制动态柱状图.实现三维平面切换,放大缩小。从DataSet中读取数据。-C# mapping dynamic histogram. Implementation of three-dimensional plane switch, zoom. Read data from the DataSet.
Image(5)
- 图像的变化,简单几何变换,非整数倍缩放,图像位置变化。-Change the image, a simple geometric transformation, non-integer multiple zoom, image position changes.
plantEditor
- 功能和界面全部模仿于Windows自带的画图板,界面如截图。功能主要有: 手绘线、简单图形、文字输入、图块拖放、重复撤销、画面缩放、打开保存图片文件,另外为了直接从数据库或者XML中存取图片,另外还提供了从Base64编码存取图片的接口,其他还实现了和画图板同样效果的工具箱及颜料盒。 -Features and interfaces in Windows, bringing all to imitate the drawing board, interface, such as screen
BezierFill
- 图形的基本的几何变换程序:包括平移变换、旋转变换、放缩变换、相对某一点的旋转变换-The basic geometric graphics transformation process: including the translation transformation, rotation, zoom transform, the relative rotation of a point
DIP
- 使用matlab在数字图像处理中画直方图,放大,缩小图像等的小程序-using matlab to draw histogram,zoom in or zoom out in DIP
ImageEditor
- 功能和界面全部模仿于Windows自带的画图板,界面如截图。功能主要有: 手绘线、简单图形、文字输入、图块拖放、重复撤销、画面缩放、打开保存图片文件-Features and interfaces in Windows, bringing all to imitate the drawing board, interface, such as screenshots. The main features include: hand-drawn lines, simple graphics, te
newmorning
- 详细讲述了二维线画图元的生成(包括二维直线、圆、椭圆、抛物线的生成)、二维填充图元的生成(图形的填充、字符的输出)、二维裁剪、图形变换(平移、旋转、放缩三种变换)、投影(透视投影)和曲线生成(Hermite曲线和Bezier曲线的生成)的算法思想以及程序实现。-A detailed account of the two-dimensional line drawing of the generating element (including the two-dimensional linear,
Intersection
- 程序可以求出两条直线的所有交点,进行放大或缩小显示以及标记出交点。-Find all the intersection points of two lines and zoom the lines.