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

搜索资源列表

  1. 文字识别程序

    0下载:
  2. 目前该手写体识别系统主要分为 预处理模块: 主要包括训练数据和识别数据的读取,归一化,二值化 特征提取模块:主要包括笔划方向特征和网格密度特征,还可以根据对识别率的要求继续增加其他特征 识别(分类器)模块:主要包括SVM方法和BP神经网络的方法,其中SVM方法的识别率较高,SVM+网格密度特征, 在小字符集情况下,达到了识别率97%以上 采用OO思想编写,适合做二次开发-currently the handwriting recognition system consists of pretre
  3. 所属分类:图形/文字识别

    • 发布日期:2008-10-13
    • 文件大小:330.6kb
    • 提供者:远超
  1. MapMaker

    2下载:
  2. “虚拟地景生成系统”是基于Windows2000系统和Visual C++ 6.0平台,利用基本OpenGL函数编程技术开发的三维可视化成果。它通过简单的DEM(数字高程模型)数据,建立格网模型、再根据光照强度、高程值及有关数据建立数学模型,生成晕渲,再将它投影到平面上,达到模拟现实地貌起伏的效果。 本系统采用XP风格界面,清新自然。它具有透射/正射投影切换、漫游、缩放功能。支持分层晕渲、比高设定、平移、旋转、翻滚、视野调节、雾化、纹理贴图(显示/隐藏)等诸多功能,单幅、1MB大小的DEM数据生
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:1mb
    • 提供者:Flex
  1. dem_make_show

    0下载:
  2. 基于散点数据生成dem文件(virtual zuo 格式),同时完全模拟了dem数据绘制格网的算法(抗无效点(-9999.9)分析),非基于opengl!-based on discrete data generated dem paper (virtual zuo format), while fully simulated dem data mapping grid algorithm (anti invalid points (-9999.9) Analysis) non-based op
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:131.09kb
    • 提供者:bluepan
  1. IsmyDIP

    0下载:
  2. 本程序用MFC编写,运用了书本上的灰度拉伸和中值滤波的知识对图像进行处理。 实现功能如下: 灰度拉伸的变亮和变暗(对8位24位图有效): 运用了幂次变换。分别是s = r2 和s = r1/2 . 反色(对8位24位图有效): s = 1 - r 中值滤波(对8位图有效): 对3×3网格进行滤波处理,边沿的1圈像素没有处理。 复原(对8位24位图有效): 将图像还原成未处理前的数据。-the procedures used to prep
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:45.56kb
    • 提供者:redbird
  1. gldemostrate

    0下载:
  2. 这是我 见过的最适合初学者的OPENGL源代码,包含了OPENGL的编程的基本方面,界面设计的也很全面,读入地学规则格网数据-This is the best I have seen for beginners the OpenGL source code, OpenGL contains the basic programming, interface design is also very comprehensive, time-study data grid rules
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:252.78kb
    • 提供者:丁光
  1. f_open

    0下载:
  2. 本篇是关于OFF文件的简单操作,将OFF文件中的三维网格数据读入到内存中,以便对其进行相应的操作,如特征提取,分割等等。-This is a simple document OFF operation, OFF document to the three-dimensional grid data to be read into memory, corresponding to its operation, such as feature extraction, Segmentation and
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:1.89mb
    • 提供者:songxiaohui
  1. centimetreDwaw

    0下载:
  2. The soft can draw and print centimeter grid,can read data file for txt also.-can draw and print centimeter grid , can read data file for txt also.
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:140.78kb
    • 提供者:天峰
  1. 1821

    1下载:
  2. 一个实时曲线类 接口说明: // 设置网格间距 void SetGridResolutionX(int nGridReluX) // 设置网格间距 void SetGridResolutionY(int nGridReluY) // 设置网格滚动速度,正值为从左向右滚动,0不动 void SetGridScrollSpeedX(int nSpeedX) // 正值为从上到下滚动,0不动 void SetGridScrollS
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:49.47kb
    • 提供者:yu
  1. grid

    0下载:
  2. 生成grid 的类,右以操纵,转换,分析地图数据,是生成三维的基础-Generate grid-like, right to manipulation, conversion, analysis of map data is the basis for generating three-dimensional
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-29
    • 文件大小:44.33kb
    • 提供者:*
  1. BSpline

    0下载:
  2. 海量散乱数据重构的小程序,采用B样条插值和分层B样条算法,对B样条算法进行了封装,最后OPENGL显示重构的网格数据。可用于人脸海量数据重构及地形重构。需先载入数据。数据格式可参考代码内格式。-Massive small scattered data reconstruction procedures, the use of B-spline interpolation and hierarchical B-spline algorithm for B-spline algorithm pack
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-02
    • 文件大小:677.25kb
    • 提供者:周翔
  1. ArcGIS_NAServer_RoutingCSharp

    0下载:
  2. This sample demonstrates how to generate a route and directions between two geocoded addresses using an NAServer web service. There is a web page that adds the stops and routes returned by the network analysis web service to a map control as graphics
  3. 所属分类:GIS program

    • 发布日期:2017-04-03
    • 文件大小:29.52kb
    • 提供者:Zhangan
  1. Grid-algorithm

    0下载:
  2. 这是一篇很经典的论文资料,他在网格化算法的基础上研究了磁共振成像数据采集与图像重建-This is a classic paper data grid algorithm in his study on the basis of magnetic resonance imaging data acquisition and image reconstruction
  3. 所属分类:Special Effects

    • 发布日期:2017-05-04
    • 文件大小:1mb
    • 提供者:fangchao
  1. grid

    0下载:
  2. openGL,提供了几个OBJ格式的3D格网数据,装入并显示这些文件.-openGL, provides several OBJ format 3D grid data, load and display these files.
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-27
    • 文件大小:10.01mb
    • 提供者:
  1. openGL3_yh

    1下载:
  2. 实现对三维点云数据的显示,并实现对点云数据的网格化,Opengl学习必备入门程序,并已封装好了各种类,方便学习- Achieve the display of the 3D point cloud data, and realize the point cloud data grid, Opengl learning essential entry procedures, and have a good package of various classes, facilitate learn
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-16
    • 文件大小:4.13mb
    • 提供者:ggyymm
  1. mesh

    0下载:
  2. 可以实现彩色图像分割的三维数据网格具有良好的效果-Can realize three dimensional color image data grid
  3. 所属分类:3D Graphic

    • 发布日期:2017-04-11
    • 文件大小:1.05kb
    • 提供者:李先
  1. trismooth

    0下载:
  2. 实现MATLAB对茶壶采集的的点云数据网格生成,并细化-MATLAB to achieve the collection of the teapot point cloud data grid generation, and refinement
  3. 所属分类:3D Graphic

    • 发布日期:2017-04-25
    • 文件大小:89.8kb
    • 提供者:ddf dfd
  1. pointsclouds_smooth

    0下载:
  2. 实现MATLAB对茶壶采集的的点云数据网格生成,并细化- MATLAB to achieve the collection of the teapot point cloud data grid generation, and refinement
  3. 所属分类:3D Graphic

    • 发布日期:2017-04-25
    • 文件大小:179.77kb
    • 提供者:ddf dfd
  1. Labview-Data-Grid-View

    0下载:
  2. 1.基于Labview的DataGridView应用例程; 2.可用作优化界面风格; 3.对表格的操作更强大;-1.It is base on labview example of Data Grid View 2.It can be used to optimize the interface 3.It has the strong ability of operating the table.
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-29
    • 文件大小:130.52kb
    • 提供者:王勇
  1. 7

    0下载:
  2. 全球遥感数据剖分组织的GeoSOT网格应用 针对目前不同部门按自身行业特点采用不同数据网格的问题,为了寻求更适合与现有测绘数据组织体系兼容的遥感数据组织网格,本文分析了Worldwind、GoogleEarth、GoogleMaps、BingMaps、天地图、GeoSOT网格和国家地形图图幅等数据网格,理论证明了GeoSOT网格与国家地形图图幅和其他网格具有很好的同构性,有利于与传统测绘数据的继承,适合作为全球遥感数据统一组织与管理网格 -Global remote sensing
  3. 所属分类:Graph program

    • 发布日期:2017-05-05
    • 文件大小:238.18kb
    • 提供者:fangsm1
  1. getpointvalue

    1下载:
  2. arcgis二次开发,通过点状shapefile文件获取栅格数据格点的值(Get the grid data grid coordinates)
  3. 所属分类:GIS编程

    • 发布日期:2018-01-06
    • 文件大小:5.08mb
    • 提供者:nyc
« 12 3 4 »
搜珍网 www.dssz.com