搜索资源列表
实例 72--绘制多边形昆虫.rar
- 一个C编写的多边昆虫
绘制各种图形-直线-多边形
- 1.PaintDCDemo 演示如何利用用类CPaintDC绘图。 2.ClientDCDemo 演示用类CClientDC管理用户区。 3.CPenDemo 类CPen的使用。 4.CBrushDemo 演示刷子CBursh的使用。 5.CRgnDemo 演示CRgn的用法。 6.MapModeDemo 演示不同映射模式下图形绘制。 7.DrawPointDemo 演示点的绘制。 8.DrawLineDemo 演示绘制直线。 9.DrawPol
directdrawpolygon
- direct编程绘制多边形-polygon rendering direct programming!
OpenGLpolygon
- 本例演示了如何使用OpenGL绘制多边形。 采用OpenGL绘制图形能够使得图形的线条光滑,更美观。-the cases demonstrate how to use OpenGL rendering polygon. Rendering graphics using OpenGL graphics to make the smooth lines, a more beautiful.
Csharpdrawingpolygonandline
- 用Csharp绘制多边形和折线,其中用到了一些基本的绘图功能,程序直观易懂-with Csharp dogleg and polygon drawing, which uses some basic drawing functions, procedures is easy to understand
duobiaoxing
- 这是我用C++Builder制作的绘制多边形软件,算法简单明了,也是久经调试过的,VC新手的好帮手.请放心下载.-C builder of polygon rendering software is simple and clear. Debugging is also well-off, VC newcomers a good helper. Please be assured download.
mouse_line
- 在学习过程中的兴趣编写。其功能是实现用鼠标绘制多边形。单击左键确定顶点,双击结束绘制。-learning process in the interest of the preparation. Its function is to achieve polygon drawing with the mouse. Left click determine vertex, double-click the end of mapping.
AOSample
- arcmap+VB的例子,一共23个,包括属性统计、打开属性表、合并图层、图层排序、绘制文字、绘制多边形、Geo注册等,完整详细。
BezierDraw
- Bezier曲线的生成,修改。自定义绘制多边形,对学计算机图形学的人有帮助的。
BYTDraw
- B样条曲线的生成,修改。自定义绘制多边形,对学计算机图形学的人有帮助的。
ComputerGraphics
- 4——连通填充算法的实现 1.用户能够用鼠标绘制多边形。 2.可以清除屏幕,重新绘制。 3.填充颜色及多边形的颜色
AreaFill
- 区域填充算法的实现。利用OpenGL编程绘制多边形并填充之。
fill
- 简单的计算机图形填充算法,用vc++描述,可以绘制多边形填充
PolygonClipping
- 本源码在VC下实现,其功能是在固定的矩形下用点输入法绘制多边形,再进行裁剪,裁剪部分用蓝笔画出
绘制多边形
- 本程序实现绘根据单击确定的点绘制多边形,一个很好的例子绝对值得收藏-this program click OK painted under the polygon drawing point, a very good example worthy collection
用vc实现任意多边形的Delaunay三角剖分
- 计算几何作业(任意多边形的Delaunay完全三角剖分算法)演示程序,输入点的时候外圈按逆时针顺序,内圈按顺时针顺序,输完外圈最后一个点后请点击“外多边形节点输入结束”,每输完一个内圈最后一个点后请点击“内圈节点输入结束”再输入另一个内圈,全部输入结束后点击“多边形绘制完成”。最后点“Delaunay三角剖分”。包含实验报告以及相关论文
duobianxing
- vc绘制多边形的程序源码,希望对大家有所帮助-vc program source code to draw the polygon, we hope to help
Bresenham
- OPengl,利用Bresenham算法绘制多边形,并实现种子填充-Use Bresenham algorithm to draw polygons and achieve seed fill
PolygonCentroidAndCenterAndCircle
- Windows窗体实现绘制多边形并实现计算多边形质心及中心,计算多边形最小外接圆的功能(Windows form to achieve polygon drawing and calculating the polygon centroid and center calculation of minimum circumscribed circle function)
利用de Boor算法绘制B样条曲线
- 运用计算机图形学的知识,采用4阶B样条基函数,节点向量取为[0,0,0,0,1/4,2/4,3/4,1,1,1,1] 先绘制控制多边形,再用分段直线段绘制B样条曲线(Using the knowledge of computer graphics, the 4 order B spline basis function is used, and the node vector is taken as [0,0,0,0,1/4,2/4,3/4,1,1,1,1]. First, draw
