CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 搜索资源 - new table

搜索资源列表

  1. FillPoly

    0下载:
  2. 这个程序主要是实现一个带孔的多边形的填充,采用了边表,新边表等概念,适合新手看一下。-this procedure is a major hole in a polygon filling, using a side table, side table new concepts suitable for newcomers to see.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:48307
    • 提供者:yszhang
  1. liujunpeng03081528

    0下载:
  2. 实验内容: 1 实现扫描转换多边形的算法填充多边形。 实现内容: 1, 可以画任意多边形。 2, 三角形也是通过扫描转换多边形的算法实现。 具体实现: 画多边形用moveto(),lineto(),两个函数实现画没一条边。 构造ET表,AEL表,通过这两个表填充多边形。 画图步骤: 1. 取顶点:用n记录顶点个数,按下鼠标开始取点,第二次按下取得第二个顶点,第i次按下取得第i 个顶点。取得的顶点放到Verex[]中。 2. 画多边形:按下菜单按钮----多
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:51309
    • 提供者:god
  1. FME2006keygen

    0下载:
  2. 关于地理信息系统arcengine二次开发:实现建立新矢量图层功来打开数据库和数据表的程序代码-On GIS arcengine secondary development: towards the establishment of a new vector layer gong to open the database and data table code
  3. 所属分类:GIS program

    • 发布日期:2017-03-24
    • 文件大小:542190
    • 提供者:薛弛
  1. Tapedior

    0下载:
  2. TapEditor只是一个编辑器的应用显示了如何使用新的记录msfedit.dll来支持我们的编辑器添加一个表-Only a TapEditor Editor application shows how to use the new record to support our msfedit.dll editor to add a table
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:177214
    • 提供者:王超
  1. daima

    1下载:
  2. (压缩包里一共有5个代码) pca+lda+粗糙集+模糊神经网络 saveORLimage.m将ORL人脸库分为测试集ptest和训练集pstudy存为imagedata.mat 1.savelda.m将人脸库先进行pca降维,再用lda进行特征提取,得到新的测试集ldatest和训练集ldastudy存为imageldadata.mat 2.对ldastudy进行离散化(discretimage.m),得到离散化矩阵disdata,存入到imagedisdata.mat
  3. 所属分类:Graph program

    • 发布日期:2017-03-24
    • 文件大小:2555
    • 提供者:dong
  1. Step03_Solved

    0下载:
  2. AutoCAD s Symbol Tables. We will create a new layer create a Block Definition and explore how to use an Iterator to step through the entities contained in the Model Space block table record. In this section of the tutorial you will be introduced to t
  3. 所属分类:CAD

    • 发布日期:2017-04-02
    • 文件大小:17919
    • 提供者:yuan
  1. AET_Fill

    0下载:
  2. 计算机图形学 图形填充算法 有序边表算法 通用性强 新边表建立有新意-Computer graphics graphics to fill algorithm ordered edge list algorithm versatility of the new side table to establish innovative
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-01
    • 文件大小:1917
    • 提供者:梁桢
  1. SIFTflow

    0下载:
  2. SIFT keypoints of objects are first extracted from a set of reference images[4] and stored in a database. An object is recognized in a new image by individually comparing each feature from the new image to this database and finding candidate matching
  3. 所属分类:Special Effects

    • 发布日期:2017-03-24
    • 文件大小:700054
    • 提供者:ahmed
  1. imageSys

    1下载:
  2. 实现了图像分类、特征提取等功能,具有很好地参考价值-Geoprocessing is a fundamental part of ArcGIS. Whether you are a new user or an old pro, geoprocessing is an essential part of day-today work with ArcGIS. Geoprocessing provides the data analysis, data management, and
  3. 所属分类:Special Effects

    • 发布日期:2017-11-14
    • 文件大小:165781
    • 提供者:王乐
  1. HelloGL

    0下载:
  2. OpenGL 做的一个桌球游戏,实现了3D纹理贴图,逼真的碰撞效果,采用VS2012实现,如果不能打开,新建一个工程重新导入cpp文件和h文件就可以调试了,如果还出现其他问题,度娘可以帮你解决!-OpenGL do a table tennis game, realize the 3 d texture mapping, lifelike collision effect, use VS2012 realization, if you can t open, a new engineering
  3. 所属分类:OpenGL program

    • 发布日期:2017-11-10
    • 文件大小:3278150
    • 提供者:dequanking
  1. scanfill

    0下载:
  2. 光栅图形学中的扫描填充算法。list<Line> AET和list<Line>* NET构成了活性边表和新边表.算法先初始化各扫描线新边表,之后对于每条扫描线更新活性边表,并且配对交点来着色。 -Raster graphics scanning fill algorithm. list <Line> AET list <Line>* NET constitute the active side of the table and side tab
  3. 所属分类:2D Graphic

    • 发布日期:2017-11-18
    • 文件大小:6854292
    • 提供者:
  1. test

    0下载:
  2. 将VS第一次配置时OpenCV的项目属性表保存下来,每次新建项目时引用即可。右击新建的项目,选择属性管理器,在Debug目录下添加现有项,选择该压缩文件中的OpenCV_Debug。这里配置的OpenCV的版本是2.4.11。(Save the item property table of OpenCV when VS is configured for the first time, and reference every time the new project is built. Righ
  3. 所属分类:OpenCV

    • 发布日期:2018-05-01
    • 文件大小:18432
    • 提供者:南极熊
搜珍网 www.dssz.com