Welcome![Sign In][Sign Up]
Location:
Search - clipping

Search list

[Graph programTriangle filling routine w clipping.zip

Description:
Platform: | Size: 125703 | Author: | Hits:

[Special Effects多边形裁剪算法

Description: 最快和最好用的多边形裁剪算法-fastest and the best use of polygon clipping algorithm
Platform: | Size: 63243 | Author: | Hits:

[Other resource画图系统

Description: 我的程序是用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 certain method of generating algorithm round. Achieving rubber-band linear, circular and rectangular. Achieving polygon clipping. To achieve basic geometry transformation (translation, rotation, zoom). Achieving Bezier curve or B-spline curves. The final results show is a small interactive graphics system, with all the functional interface to link up.
Platform: | Size: 5316 | Author: 李玮玮 | Hits:

[Other resourcepolygonclip_demo

Description: Polygon clipping is one of those humble tasks computers do all the time. It s a basic operation in creating graphic output of all kinds. There are several well-known polygon clipping algorithms, each having its strengths and weaknesses. The oldest one (from 1974) is called the Sutherland-Hodgman algorithm. In its basic form, it is relatively simple. It is also very efficient in two important cases, one being when the polygon is completely inside the boundaries, and the other when it s completely outside.
Platform: | Size: 57512 | Author: cc | Hits:

[Special Effects裁剪Dlg

Description: 区域填充和影线填充原理,算法和实现 图形几何变换,投影变换和视向变换的方法和实现 直线段,多边形裁剪算法和实现 曲线生成原理,算法和实现 常用的消隐算法 -area filling and filling hatched theory, algorithms and graphic geometric transformation, and visual projection transformation to transform the methods and linear, polygon clipping algorithm and the realization Curve theory, algorithms and implementation of the commonly used algorithms blanking
Platform: | Size: 3141 | Author: 王宇 | Hits:

[Special Effectshaijian

Description: 多边形裁剪是逐次多边裁剪法,它的基本思想是以窗口的四条边界线单一逐次对多边形裁剪-polygon clipping is Successive multilateral cutting, its basic idea is a window four successive boundaries of a single polygon clipping
Platform: | Size: 1640 | Author: 00 | Hits:

[Other resourcePolygonCutClip

Description: 多边形剪裁算法的程序实现。画图程序写在override的OnDraw(CDC *pDC)里边。-polygon clipping algorithm processes. Drawing program written in the override OnDraw (CDC * pDC) inside.
Platform: | Size: 31471 | Author: 朱麟 | Hits:

[OpenGL programTest_4Polygon

Description: 一种多边形裁剪算法,可用于任意的多边形进行裁减。使用OpenGL编写。-a polygon clipping algorithm can be used for arbitrary polygon reduction. Use OpenGL prepared.
Platform: | Size: 73397 | Author: 丁钱飞 | Hits:

[Communicationclipping_ccdf

Description: 降低ofdm系统峰均功率比的clipping算法。-lower peak to average power ratio of clipping algorithm.
Platform: | Size: 1021 | Author: 王洁 | Hits:

[Other resourcetxjc

Description: 这是一个图形剪裁的小程序,包括了直线剪裁和图形剪裁两种-This is a small graphic clipping procedures, including a straight cut and tailoring two graphics
Platform: | Size: 52618 | Author: 陈海涛 | Hits:

[Other resourceduobianxing

Description: 实现多边形的裁剪以及cohen算法的多边形裁剪-achieve polygon cutting and cohen polygon clipping algorithm
Platform: | Size: 25598 | Author: pjnuaa2002 | Hits:

[Other resourceCohencut

Description: 用Cohen算法实现多边形的裁剪,可以输入任意多边形实现裁剪.-Cohen algorithm using the polygon clipping, arbitrary polygon can be imported to achieve cutting.
Platform: | Size: 1043 | Author: 陈芳洲 | Hits:

[Other resourcetuxingxuedazouye

Description: 1. 做一个集成的图形界面的程序,可调用每一次作业子程序。 2. 调用画点的函数,用DDA、中点算法画直线和中点算法及正负法画圆和抛物线。 3. 交互式的二维直线求交:如果存在交点,用实心圆显示交点,并用文字显示其坐标。 4. 用动画实现二维图形变换的各种算法,实现对指定形体的平移、旋转和缩放。(包括自行车行走和绕固定点旋转的自旋转物体动画。) 5. 线段裁剪和多边形裁剪算法的动画演示实现。(两种线段裁剪算法和H-S多边形逐边裁剪算法)多边形裁剪算法的动画演示要求先画出一个封闭的多边形,再画矩形的裁剪窗口,然后选择裁剪按钮(或命令),按下“上边裁剪”按钮(或执行“上边裁剪”命令),多边形相对裁剪窗口的上边进行裁剪,显示上边裁剪后的多边形,依此进行其它各边裁剪。 6. 两种扫描多边形扫描转换算法实现(扫描线算法为必做,基于求余运算的边缘填充和边标志算法任选一种); 7. 4连通区域的递归种子填充算法,和扫描线种子填充算法,要求种子点(x,y)可交互输入)。 8. 简单三维图形系统:凸多面体的建模、透视投影,隐藏面的消除及基本图形变换(平移、旋转、缩放)。 9. 交互式Bezier曲线的输入绘制程序实现 -1. So an integrated graphical interface procedures, which call for each operation subroutine. 2. Calling the painting point function, with DDA, the midpoint algorithm painting line and the midpoint algorithm and France Circle and the positive and negative parabola. 3. Interactive 2D linear intersection : If there intersection with a solid circle indicates Nodal and writing to demonstrate its coordinates. 4. Using 2D animation graphics transform algorithms to achieve the specified physical translation, rotation and scaling. (Including walking and cycling around the fixed point of rotating objects from the rotating animation.) 5. Line cutting and polygon clipping algorithm to achieve the animation demo. (Two segments cutting algorithm and H-S-by-side polygon clipping algorithm) polygon clipp
Platform: | Size: 108711 | Author: 张斌 | Hits:

[Software EngineeringPAPR-Thesis-Clipping

Description: Reduction PAPR on OFDM by clipping filtering
Platform: | Size: 2048 | Author: wahab | Hits:

[ELanguageLINE-CLIPPING

Description: It contains cohen sutherland line clipping executable program.
Platform: | Size: 1024 | Author: Shivam | Hits:

[Software Engineering2D-clipping-1

Description: 2 dimension clipping
Platform: | Size: 33792 | Author: Rupam | Hits:

[2D Graphicclipping-filtering-papr-reduction-ofdm

Description: clipping filtering method for PAPR reduction
Platform: | Size: 1024 | Author: tasnim | Hits:

[Communication-Mobilematlab-ofdm-0057_www.matlabsite.com

Description: simulate ofdm with clipping
Platform: | Size: 759808 | Author: masoud93 | Hits:

[Windows Developgraphics clipping

Description: 这份代码是计算机图形学中基础的图形裁剪算法。(This code is a graphic cutting algorithm based on computer graphics.)
Platform: | Size: 2379776 | Author: LiuDingbo | Hits:

[Communication-Mobiledesktop

Description: clipping in ofdm system approach
Platform: | Size: 419840 | Author: akash47 | Hits:
« 1 2 3 4 5 67 8 9 10 11 ... 33 »

CodeBus www.codebus.net