搜索资源列表
画图系统
- 我的程序是用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
2005101318405529494
- 计算机图形学的拴法罗斯福koeoeoo噢俄哦 -computer graphics method of tying Roosevelt koeoeoo Oh, oh Russia
计算机图形学小项目
- 实现了 DAA画线法画直 (1) 中点画线法画圆(输入x坐标,y坐标,圆心) (必做) (2) 二维区域填充(四向种子填充颜色算法) (选作) (3) 直线裁减(任选一种) (必做) (4) 贝塞尔曲线(输入四个控制点,或者直接用鼠标点,要求坐标会随右键显示)(必做) -realized DAA painting painting straight line method (1) dotted line method Circle (input coordinates x,
图形的生成
- 实现二维基本图元直线段生成的基本算法(DDA,中点法,Bresenham)实现二维基本图元圆弧/椭圆圆弧生成的基本算法(中点法)实现对线型线宽的属性的控制实现二维多边形扫描转换的扫描线算法实现二维多边形扫描转换的边缘填充算法或栅栏填充算法实现二维连通区域填充的扫描线种子填充算法(四连通或八连通)实现二维直线段裁剪的Cohen-Sutherland裁剪算法和中点分割裁剪算法-basic 2D linear map of the yuan generated by the basic algorit
jisuanji1tuxingxue1
- 这是我的计算机图形学课程设计,实现了简单的画图功能。用面向对象语言和面向对象程序设计方法完成一个画图应用系统的分析、设计和实施,实现对象的基本插入、删除、修改、查询 和对象的永久保存等功能。通过课程设计使学生掌握面向对象编程技术、语言的GUI编程、常用类库的使用、应用系统的开发过程和常用的画图算法,如画圆、画直线、画矩形、填充等。-This is my computer graphics curriculum design, realization of a simple drawing fun
146165
- DAA画线法画直线 (1) 中点画线法画圆(输入x坐标,y坐标,圆心) (2) 二维区域填充(四向种子填充颜色算法) (3) 直线裁减 (4) 贝塞尔曲线(输入四个控制点,或者直接用鼠标点,要求坐标会随右键显示)-DAA painting painting straight line method (1) dotted line method Circle (input coordinates x, y coordinates, Center) (2) two-dimensi
Wangmeng_8433028879
- ∷软件简介∷ 共14部分,分别介绍了图像的点运算、几何变换、正交变换、图像增强、腐蚀算法、膨胀 算法、细化算法、边缘检测与提取、轮廓跟踪、图像分析、图像复原和图像的压缩编码技术, 对每种常用的数字图像处理方法,都提供了完整的源代码。 - 鈭?the software synopsis 鈭?altogether 14 parts, separately introduced the picture spot operation, the geometry transformatio
Drawlge
- 用于绘图,说明绘图的基本要素及方式,及其实现方法-for mapping, mapping shows the basic elements and the form and method
splasher2
- 一种漂亮菜单实现方法使用VC.大家可以借鉴一下啊,-a beautiful menu method using VC. We can learn from what ah,
vcmat
- 以前使用matlab和vc混合编程都使用的是先将m程序用mcc转化成dll,再在vc中调用 的方法。这种方法对比较复杂的m文件很方便,但是对一些小的程序,如曲线可视化、计算矩阵特征值等,对这些只需要一两行代码的小程序,再使用dll就得不偿失了。经过试验后,发现可以直接在C++程序中调用matlab c/c++ math & graphic library的函数。-before using Matlab and vc mixed programming using the first proc
BSplineCtr
- b样条的绘制方法,很不错的程序,值得借鉴,大家一起分享吧-b-spline drawing method, it is very good procedure, which is worth learning from, we all share it
20070116-3Hemit
- 图形学中三次hermite曲线的绘制方法。hermite算法是图形学中的考点和重点,这个程序就是基于hermite实现来完成的。-graphics three Hermite curve rendering method. Hermite algorithm is the newly graphics and focus This procedure is based on the Hermite to achieve complete.
MATLABguiApplication
- 这个程序的核心是用最小二乘法进行曲线拟合。我把它做成一个简单的GUI界面。顺带附上使用说明。-this procedure is the core of the least-squares method of curve fitting. I made it a simple GUI interface. Incidentally attached use.
0_Bresenham_circle
- Bresenham_circle一个Bresenham算法画圆 的方法,希望对图形学课程学习的有所帮助-Bresenham_circle a Bresenham algorithm Circle method hope to learn the graphics help
200267154739_18065
- 简单制作亮点的方法 作用不是很大 运行后即可看到结果-simple method of producing a shiny role is not much that can be seen running after the results
caijian
- 图形学中一个基本的裁剪算法的实现,里面是呈现的源代码!-graphics, a basic method for the cut, which is showing the source code!
MidPointCircle
- 生成圆弧的中点算法,消去浮点改进方法,差分方法-generation of the mid-point arc algorithm, improved floating-point elimination method Difference Method
edt-examples
- The ElastoDynamics Toolbox is a MATLAB toolbox to model wave propagation in layered media. It is based on the direct stiffness method and the thin layer method [10, 12]. The toolbox can be used to solve a variety of problems governed by wave
Column-by-drawing-method
- 通过画图法实现柱形图 界面美观 且柱形数量可变 思维新奇 自己非常满意的作品-Column by drawing method to achieve a variable number of cylindrical interface is beautiful and very satisfied with their own thinking, new work
Color-contour-drawing-method
- 本文中从软件开发的角度,给出一种相对简单的等值线、色彩云图绘制方法。-This article from the perspective of software development, given a relatively simple contour, color, contour drawing method.
