搜索资源列表
字符裁剪
- 这是图形学中的一个常用裁剪算法包括字符裁剪,终点裁剪,多边形裁剪等很多算法.-This is a graphics of cutting algorithm commonly used characters, including cutting and finish cutting, cutting as many polygons algorithm.
221121711222005622135524929143
- 一个画nurbs曲面的vc程序 可能贵站已经有此代码 贵站有许多程序代码我非常有用 需要写进我工作所要做的dxf数据转换程序中 希望站长能开通我的帐号 让我下载贵站代码完成我的工作 完成后我会将代码上传 那是一个将dxf转换成 点 线 面的程序 会转换所有 dxf平面 图形 所有平面的 块 图层 颜色 填充体 现在只差dxf的样条曲线 就会完成 程序 贵站有我需要的B样条 nurbs等 曲线的代码 会帮助我完成程序 完成后我会将代码 上传 我的程序 汇集了 GIS系统 数据转换系统 实现了一些
小型CAD系统(做图程序)
- 用C语言编写的小型做图程序。它提供了对直线,矩形,圆,图形文本等对象的绘制。-C language so small graphic program. It provides a pair of linear, rectangular, round, graphic objects, such as text drawing.
三种图像处理
- 图像处理最基础的知识,如图像显示、图像边缘检测等。对初学者很有启发作用-image processing most basic knowledge, such as image display, image edge detection. For beginners very instructive role
my256
- 该程序为本人对吴进TC256系统image.h的扩展,如bmp,sprlib内部及两者之间数据剪切拷贝.-the procedure for himself right into the TC256 Miss image.h system expansion, such as bmp, sprlib within and between data shear copy.
CORE 图形系统
- Graph with no options takes pairs of points (two numbers per line) from the given file (or standard input) as x- and y- values and plots them on the screen, connected by straight lines. A string surrounded by quotes \"...\" may follow a pair
增强图形界面-实现工具箱-状态栏-光标-键盘操作
- 程序功能的说明如下所示: 增强图形界面:实现工具箱、状态栏、光标、键盘操作等。-procedures Descr iption of function as follows : Enhanced GUI : achieving toolbox, status bar, cursor, keyboard operation.
sysgraph
- VC的一个绘图程序,包括基本图形的绘制,填充,二维变换等-VC a drawing program, including basic graphics drawing, filling, such as two-dimensional transform
figure-ron
- 通过实现这个二维图形编辑系统,掌握图形的生成算法,图形变换,图形文件存储,多边形填充等方面的知识。这个系统要求用户界面设计合理,图形绘制算法效率高,能完成简单二维图形的绘制、变换、坐标变换、图案填充等功能-through the realization of the two-dimensional graphics editing system, master graphics algorithm for the generation, transformation graphics, grap
sek_paint
- 一个超强的画图程序: 一个完全用VB写的画图程序,支持多种画笔,各种填充方法,多种画图方式,支持滤镜等效果。-a powerful drawing program : a full written by VB drawing program that supports a variety of brushes, Filled with various methods, a variety of drawing, such as support for filter effects.
txxjxq
- 这是一个图形相交相切程序,包括了圆与直线的相交、相切等-This is a graphical interface transaction procedures, including a circular intersection with a straight line, such as Tangent
jisuanji1tuxingxue1
- 这是我的计算机图形学课程设计,实现了简单的画图功能。用面向对象语言和面向对象程序设计方法完成一个画图应用系统的分析、设计和实施,实现对象的基本插入、删除、修改、查询 和对象的永久保存等功能。通过课程设计使学生掌握面向对象编程技术、语言的GUI编程、常用类库的使用、应用系统的开发过程和常用的画图算法,如画圆、画直线、画矩形、填充等。-This is my computer graphics curriculum design, realization of a simple drawing fun
GDI_Meta
- 这个程序实现了一般绘图应用程序所具有的绝大多数功能,并提供了一些额外的辅助功能。可以进行直线图元、椭圆图元、三角形图元、矩形图元等图元的绘制,还可以填充图元,绘制文本,改变线条颜色、类型以及填充方式等。允许对图形的删除、修改、拷贝、剪切、平移、撤销等操作。允许改变图元的颜色、线形、形状等。还有辅助网格功能方便用户进行定位绘制。还有文件格式和数据库支持等功能。对想了解GDI编程的朋友有极大的帮助。-the process of general graphics applications have
22mklsww
- 用vc++实现了位图时间钟表的显示,位图可以是一些卡通图片,比如 猪和猫等。-vc used to achieve the bitmap time clocks, bitmap can be some cartoon pictures, such as pigs and cats.
041120626
- 可以绘制图形,对图像进行编辑,对图像进行边缘检测、中值滤波,去噪等。 -mapped graphics, image editing, image of edge detection, filtering, such as denoising.
fill_4
- 用种子填充算法,对一个正方形进行填充,并对算法进行一点优化,提高填充的效率.-algorithm filled with seeds, a pair of square for filling, as well as optimization algorithms 1:00, Filled improve efficiency.
drawSystem
- 用VC++实现的基本绘图程序,可画直线、圆等图像,并具备填充、剪裁等基本功能。-with VC's basic drawing program, drawing straight lines, circles and other images, with the filling, basic features, such as tailoring.
subset
- 用回朔算法解决子集和问题 输出整数集的所有子集,使子集的各元素之和为S-Schomburg algorithm used to solve the problem and the subset of output Integer Set subset of all, the subset of the elements and as S
javapainting
- 环境配置:系统装有jre运行环境。 使用说明: 1.双击drawer.jar文件,应用程序即可运行。 2.单击“Oval”按钮,拖动鼠标,可以在画图板上画圆。 3.单击“Triangle”按钮,拖动鼠标,可以在画图板上画等边三角形。 4.单击“Clear”按钮,画图板清屏。 5.单击“Exitl”按钮,程序退出。 6.单击右键,弹出当前图形的属性面板。可以进行如下操作: (1)单击“Color Settings”左边图标,可以修改图形颜色(前景色); (2
labelrotate
- 可以旋转文件名,自定义旋转角度,用于将多个复杂文件名显示在一个坐标轴上,在Matlab 绘图中实现如同Excel环境下的文件名旋转功能。-rotates file names, since the rotational angle definition, for a number of complex documents were revealed in a coordinate axis. in Matlab graphics achieve Excel environment, as the