搜索资源列表
matlab__三维图形绘制实例
- 主要描述几种典型的三维图形的绘制,并举出实例 包括如何绘制三维曲线、三维曲面、标准三维曲面图、简单易学
swqm.rar
- 三维曲线曲面比较演示系统程序设计 设计一个图形用户界面(GUI)演示常见的三维函数图形,至少包含“三维绘图” 、“选项” 、“退出”等菜单,三维绘图的包括:参数方程x=e-t/20cos(t), y= e-t/20sin(t),z=t其中t 为0到2π、参数方程x=t,y=t2,z=t3其中t为0到1之间(在同一图形界面中分别绘制它们的三维曲面和三维曲线图)。“选项”菜单主要包括:网格开关,图例开关,坐标边框开关,色度空间选择菜单,曲线颜色菜单。,Comparison of three-dim
CreateCurve.rar
- C#绘制动态曲线图。可以实现多条同时显示。可以实现平面和三维切换和放大。从DataSet中获取动态数据。,C# mapping dynamic curves. Can simultaneously achieve a number of shows. Can achieve planar and three-dimensional switching and amplification. From the DataSet to obtain dynamic data.
Graph1
- 很多几何图形的画法,如三维图形、曲线及曲面的绘制,三次样条曲线,BEYOND,曲面,Beziel曲线等--Many geometric figure drawing methods, like three dimensional graph, curve and curved face drawing, three transects tunes curve, BEYOND, curved surface, Beziel curve and so on
SharpGL_v18
- opengl 显示三维立方体,曲线曲面等内容-opengl display three-dimensional cubes, curves and surfaces, etc.
028992
- 计算机图形学是交互式图形开发的基本理论,同时也是一门实践性的学科。笔者积累十多年的计算机图形学讲授经验,使用Visual C++ 6.0的MFC框架开发了涉及“基本图形的扫描转换”、“多边形填充”、“二维变换和裁剪”、“三维变换和投影”、“自由曲线和曲面”、“分形几何”、“动态消隐”和“真实感图形”等章节内容的43个案例。-Interactive Computer Graphics is developing the basic theory of graphics, but also a pr
028991-01
- 计算机图形学(computer graphics, CG)是研究如何利用计算机算法来生成、处理和显示图形的一门学科,主要的算法原理包括基于光栅扫描显示器的基本图形的扫描转换原理;基于齐次坐标的二维、三维变换矩阵的几何变换原理;基于几何造型的自由曲线、曲面的生成原理;基于分形几何学的分数维造型原理;基于像空间和物空间的三维实体动态消隐原理;基于颜色模型、光照模型和纹理映射技术的真实感图形显示原理。-Computer Graphics (computer graphics, CG) is to st
3DBSpline
- 针对三维空间点的bezeir曲线绘制,并投影二维平面上,同时还有闭合的b样条曲线绘制。-For three-dimensional space points bezeir curve drawing, and two-dimensional projection plane, but also closed b-spline curve drawing.
3D
- 一个显示三维图形的控件, 包括曲线拟合-3d
ciabbp
- 直线、圆、椭圆二维图形的生成。直线的生成算法有DDA、Bbresenham、point,圆的生成算法有bresenham等 此系统还包含裁剪操作。 曲线的生成算法:bezier曲线 三维操作:三维物体旋转变化、穿越三维空间、虚线三维空间-Straight, round, oval to generate two-dimensional graphics. Straight-line algorithm to generate the DDA, Bbresenham, point, c
ComputerGraphicCourse
- 直线、圆、椭圆二维图形的生成。直线的生成算法有DDA、Bbresenham、point,圆的生成算法有bresenham等 此系统还包含裁剪操作。 曲线的生成算法:bezier曲线 三维操作:三维物体旋转变化、穿越三维空间、虚线三维空间-Straight, round, oval to generate two-dimensional graphics. Straight-line algorithm to generate the DDA, Bbresenham, point, c
MATALAB1
- MATLAB三维曲线拟合,说明各种情况,分析时可以参考-MATLAB 3D magic fit
Graph
- 图形学完整课件,包括光栅图形学,图形裁剪,基本几何,二维几何,图形变换,三维几何,几何造型,光照模型,曲线与曲面,曲线拟合与双圆弧逼近,交互技术等。-Graphics complete courseware, including raster graphics, graphic cut, basic geometry, two-dimensional geometry, graph transformation, three-dimensional geometry, geometric mod
3dCURVE
- 由一系列空间点拟合三维曲线,输入坐标点,输出多段样条曲线,及n等分点-By a series of space to fit this point, the input, output multiple of the other points, and the n
jisuanjituxinxueppt
- 孙家广,计算机图形学课件,直线,圆,曲线,曲面,三维图形的生成与变换。-Jia-Guang, computer graphics courseware, lines, circles, curves, surfaces, three-dimensional graphics generation and transformation.
MATALAB三维曲线拟合
- MATALAB三维曲线拟合很好的曲线拟合可以添加自己的注解
三次B样条轨迹规划
- 根据三次B样条公式,算出样条曲线,并取样,把三维坐标写进txt,再用matlab绘制三维三次B样条曲线(According to the cubic B-spline formula, calculate the spline curve, and sample, the three-dimensional coordinates into the txt, and then draw three-dimensional cubic B-spline curve)
matlab4
- 通过matlab实现三维曲线绘图。演示:三维曲线的参数方程;线型,点型,图例。(Realization of three dimensional curve drawing.)
C#二维三维图形绘制 工程实例宝典(1)
- 使用C#语言实现二维三维曲线,3D图形的各种图标。(The use of C# language to achieve two-dimensional three-dimensional curves, 3D graphics of various icons.)
空间三维绘制曲线
- 可以一局输入信息绘制空间三维曲线,同时显示出。