搜索资源列表
Graphic_Sys
- 图形学绘图系统:绘制直线、任意多边形,Bezier曲线、B样条曲线、累加弦长曲线。实现直线、任意多边形裁剪,直线、多边形关于 点、线 对称变化,直线、多边形、曲线的选定、平移,变换,修改;可以对多个图形进行保存与读取。
CGHomework
- 这个程序是我的一个图形学课程的小作业,其中实现了Bresenham直线插补算法、Barsky线框裁剪算法、平行六面体自消隐算法以及绕任意轴的旋转算法。-this procedure is a small graphics course operations, which achieved a Bresenham interpolation algorithm, Barsky wireframe cutting algorithm, parallel hexahedron since blanki
vb
- 可以实现画线,图,图形填充与图形裁剪,可以改变线的粗细与颜色
caijian
- 计算机图形学程序,能完成矩形裁剪线的功能
Perspective
- 该程序可实现三维线框体图形的显示,采用了视图变换、图形裁剪等方式,可逼真显示三维图形。
计算数目
- 这是 我编的一个小程序,请大家指点。 内容简介:计算机图形学的原理、算法及系统,并用c语言编写绘图程序。主要内容包括计算机图形学的发展概况、图形设备及系统;线段、园、区域填充、线型线宽、字符、裁剪、等基本图形生成算法;样条、Bezier、B样条等常用曲线的概念、生成算法和性质;Coons曲面、Bezier曲面、B样条曲面等常用曲面的基本概念和生成算法;用c语言编写绘图程序。-This Part I of a small program, please guidance. Descr iption
kqf
- 关于vc里画图形的程序。包括画多边形,错切,裁剪,旋转,变换,填充等等的操作。还包括中点画线算法等。-on vc Lane painting graphics procedures. Polygon, including painting, wrong cutting, cutting, rotating, transform, filled out the operation. Also included were dotted line algorithm.
APIfunctionreference
- 《WINDOWS/WIN32/WINDOWS NT 程序设计通用API函数参考》。本书讨论了通用的Windows/Win32/Windows NT API函数,这些函数涉及如下方面:加速键、位图、脱字符、NT控制台、剪贴板、裁剪区、控件、曲线输出、设备环境、对话框、绘图工具、文件I/O、字体、GDI对象、图标、键盘、画线、映射、菜单、消息、鼠标、绘图、调色板、矩形操作、滚动、语音、字符串、文本输出、时间与计时器、版本管理、窗口操作及窗口管理。附录中还列出了Windows/Win32/Window
Clip
- 基于AE的用任意对变形对线和面进行裁剪,对点进行包含判断 -Based on AE' s with the arbitrary deformation of the line and surface to cut on the points included to determine
Change
- 另外一份计算机图形学的作业,实现的效果:二维图形变换,裁剪,二维动画,三维图形,雪花线,-In addition to a computer graphics operations to achieve results: two-dimensional graphics transformations, clipping, two-dimensional animation, three-dimensional graphics, snow line,
DrawSys
- VC一个经典且实用的画图程序。可以实画圆,直线,多边形,曲线,写文本,随机线,清空裁剪等功能。挺好的。-VC drawing of a classic and practical procedures. Can really draw a circle, line, polygon, curve, write text, random lines, clear cutting and other functions. Fine.
GraphExp
- 计算机图形学上机实习,实现了画点、画线、画圆、画多边形、区域填充、图形裁剪、曲线里和。-Computer graphics-on practice, to achieve a draw point, draw line, circle, polygon drawing, area filling, graphic cut, and inside the curve.
DrawSys
- vc++陶氏作图系统(画图)源代码,支持画直线、画圆、画多边形、画曲线、随手画图形、添加文本、图像裁剪、清空画板、随机线生成等氏量绘制工具,是一个比较经典的VC++图形绘制程序,是一个很不错的参考-mapping system vc++ Dow (drawing) source code, support for drawing a straight line, circle, polygon drawing, painting curve, hand painted graphics, add
DrawSys
- vc++陶氏作图系统(画图)源代码,支持画直线、画圆、画多边形、画曲线、随手画图形、添加文本、图像裁剪、清空画板、随机线生成等氏量绘制工具,是一个比较经典的VC++图形绘制程序,是一个很不错的参考。-mapping system vc++ Dow (drawing) source code, support for drawing a straight line, circle, polygon drawing, painting curve, hand painted graphics, ad
DrawSys
- vc++陶氏作图系统(画图)源代码,支持画直线、画圆、画多边形、画曲线、随手画图形、添加文本、图像裁剪、清空画板、随机线生成等氏量绘制工具,是一个比较经典的VC++图形绘制程序,是一个很不错的参考。-mapping system vc++ Dow (drawing) source code, support for drawing a straight line, circle, polygon drawing, painting curve, hand painted graphics, ad
Phomeworkofgra
- 画点、画线、二维裁剪平移、填充算法、三三维显示、二维基本变换、bezier曲线。 -Draw point, line drawing, two-dimensional cutting pan, filling algorithm, three three-dimensional display, two-dimensional transform, bezier curve.
tuxingxuezuoye
- 计算机图形学的作业,包括线、圆的绘制,裁剪、填充算法的实现-Computer graphics operations, including the realization of the line, circle drawing, cutting, filling algorithm
PolygonCutPolyline
- 运用C#编程语言完成多边形裁剪算法程序。实现输入一个多边和一段线后能够自动将线裁剪并保留多边形内的线段而舍弃多边形外的线段。-Using C# programming language to complete polygon clipping algorithm program. Enter a multilateral and achieve some line after line can automatically crop and retained within the polygon
7995896
- 在vc++环境下编写的直线段裁剪算法,编码方法不错的,可以参考()
Point_In_Polygon
- 计算点与面的关系,点与线的关系,在水域边界处理,地图边界自由裁剪方面可以借鉴(The relationship between point and surface and the relationship between point and line can be calculated. It can be used for reference in dealing with boundary of water area and free cutting of map boundaries.)
