搜索资源列表

  1. polygon.rar

    0下载:
  2. source code to compute the visibility polygon of a point in a polygon.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-08
    • 文件大小:34321
    • 提供者:
  1. Polygon-Scan

    0下载:
  2. 利用OpenGL来编程实现多边形扫描线算法,要实现不容易,需要多次编译。 -to use OpenGL Programming polygon scan-line algorithm, is not easy to achieve the required number of compiler.
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:5132
    • 提供者:CYJ
  1. point-in-polygon

    1下载:
  2. 射线法判断点是否在多边形内部.多边形顶点坐标通过文件polygon.txt输入,点的从标从键盘输入.-ray method to judge whether a polygon internal. Polygon vertices through documents polygon.tx t input, from the point of targets from the keyboard input.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:1272
    • 提供者:陈西
  1. polygon

    0下载:
  2. 判断检测点是否在多边形或多面体内的新方法-judge whether a polygon or a polyhedron, the new method
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:46243
    • 提供者:chen ru
  1. polygon

    0下载:
  2. source code to compute the visibility polygon of a point in a polygon.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-08
    • 文件大小:34816
    • 提供者:巢志骏
  1. 多边形裁剪算法

    0下载:
  2. 最快和最好用的多边形裁剪算法-fastest and the best use of polygon clipping algorithm
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-08
    • 文件大小:63488
    • 提供者:
  1. point-in-polygon

    0下载:
  2. 射线法判断点是否在多边形内部.多边形顶点坐标通过文件polygon.txt输入,点的从标从键盘输入.-ray method to judge whether a polygon internal. Polygon vertices through documents polygon.tx t input, from the point of targets from the keyboard input.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-08
    • 文件大小:1024
    • 提供者:陈西
  1. polygon

    0下载:
  2. 判断检测点是否在多边形或多面体内的新方法-judge whether a polygon or a polyhedron, the new method
  3. 所属分类:文档资料

    • 发布日期:2024-05-08
    • 文件大小:46080
    • 提供者:chen ru
  1. polygon

    0下载:
  2. 一个简单的OpenGL的小程序,简单地画一个多边形,刚入门学OpenGL的可以参考一下-OpenGL a simple small program, simple to draw a polygon, just entry-study reference for the OpenGL
  3. 所属分类:OpenGL

    • 发布日期:2024-05-08
    • 文件大小:1014784
    • 提供者:ruijing
  1. Polygon

    0下载:
  2. 一个用VISUAL C++编写的多边形图像窗口剪取程序。-A use VISUAL C++ Prepared polygon image window剪取procedures.
  3. 所属分类:2D图形编程

    • 发布日期:2024-05-08
    • 文件大小:156672
    • 提供者:魏滟滟
  1. polygon

    0下载:
  2. 用VC++的开发的绘制多边形的源代码,演示了如何用C++绘制图形-Using VC++ the development of polygon rendering the source code, demonstrates how to use C++ rendering graphics
  3. 所属分类:其他小程序

    • 发布日期:2024-05-08
    • 文件大小:2034688
    • 提供者:谢川
  1. polygon

    0下载:
  2. 窗口形状设计,想设计什么样子的窗口就什么样子的窗口,三角形,五边形,不规则等等,都可-Dialog design,you can design your dialog as polygon,like Triangle or Pentagon or other you want it to be.
  3. 所属分类:对话框与窗口

    • 发布日期:2024-05-08
    • 文件大小:37888
    • 提供者:zhugh
  1. Thiessen-polygon

    0下载:
  2. 自编的泰森多边形运行程序(空间,序列均包括在内)-Thiessen polygon
  3. 所属分类:Windows编程

    • 发布日期:2024-05-08
    • 文件大小:84992
    • 提供者:于晓
  1. Polygon

    0下载:
  2. polygon implementation in csharp. this is my first program for upload.
  3. 所属分类:2D图形编程

    • 发布日期:2024-05-08
    • 文件大小:239616
    • 提供者:morteza
  1. polygon

    0下载:
  2. .net c# 判断点在任意多边形内外有完整的图形界面-. net c# to determine at any point inside and outside the polygon
  3. 所属分类:C#编程

    • 发布日期:2024-05-08
    • 文件大小:51200
    • 提供者:两叶一心
  1. Fill-Polygon

    0下载:
  2. OpenGL Fill-polygon programming source!
  3. 所属分类:OpenGL

    • 发布日期:2024-05-08
    • 文件大小:1257472
    • 提供者:beet
  1. Polygon

    0下载:
  2. Drawing a polygon in opengl
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-08
    • 文件大小:584704
    • 提供者:Zaque
  1. polygon

    0下载:
  2. 用简单的C#代码实现了多边形窗体的设计,可以给入门者提供帮助-Simple C# code implements the design of polygon form
  3. 所属分类:界面编程

    • 发布日期:2024-05-08
    • 文件大小:35840
    • 提供者:W xq
  1. polygon

    0下载:
  2. 模拟计算机对于多边形的扫描转换操作,是计算机图形学最基本程序之一。-Analog computer for polygon scan conversion operation, one of the procedures is the most basic computer graphics.
  3. 所属分类:2D图形编程

    • 发布日期:2024-05-08
    • 文件大小:11676672
    • 提供者:杨正中
  1. polygon

    0下载:
  2. OpenGL:画一个多边形区域,多边形仅显示边界,并允许用户将多边形围绕原点及任意点旋转,而且能够改变多边形尺寸。本代码是以四边形为例。-Opengl:Draw a polygon, only showing the border,which allows users to rotate the polygon around any points and change the size of polygon.
  3. 所属分类:OpenGL

    • 发布日期:2024-05-08
    • 文件大小:2301952
    • 提供者:computergeek
« 12 3 4 5 6 7 8 9 10 ... 50 »

源码中国 www.ymcn.org