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

搜索资源列表

  1. VC-drawDEM

    2下载:
  2. 模块化设计,类的设计清晰,运用openGL绘制地形DEM数据,性能较好-modular design, the design category clear, use openGL DEM terrain mapping data, better performance
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:1001078
    • 提供者:xjh197876
  1. ModularPCA

    4下载:
  2. matlab编写的Modular PCA的源代码,以Yale人脸库为例。Moduplar PCA首先对原始图像分块,然后对分块后的所有子图像进行PCA分析提取投影特征,对待识别图像也是先进行分块,然后分别计算子图像在投影特征下的投影系数,最后根据最近邻分类器进行分类。
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:1946
    • 提供者:章格
  1. navit-0.0.4.tar

    1下载:
  2. Navit is a open source (GPL) car navigation system with routing engine. It s modular design is capable of using vector maps of various formats for routing and rendering of the displayed map. It s even possible to use multiple maps at a time.
  3. 所属分类:GIS编程

    • 发布日期:2008-10-13
    • 文件大小:1161693
    • 提供者:graysun
  1. fog

    1下载:
  2. 基于OSG雾效模拟示例。OSG中对粒子系统的模拟有两种方法,这里展示利用OSG中定义好的粒子系统模块设计的雾效。-OSG-based fog effects analog sample. OSG in the simulation of particle systems, there are two methods used here to demonstrate a good particle system is defined in OSG modular design of the fog
  3. 所属分类:OpenGL program

    • 发布日期:2015-12-14
    • 文件大小:11768
    • 提供者:KQROSE
  1. include

    0下载:
  2. 用C++ Builder编写的CP机读取数字板数据的模块化程序-C++ Builder with the preparation of the CP machine to read the number plate of the modular process data
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:2980
    • 提供者:Audrey
  1. PSCADUsersguide

    0下载:
  2. 针对电力系统仿真,采用模块化设计,使系统搭建更为简洁,仿真更加容易-For power system simulation, the use of modular design, allowing the system to build a more concise and easier simulation
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-26
    • 文件大小:9614777
    • 提供者:张杰
  1. ROAM_LOD

    1下载:
  2. 实现大规模室外场景渲染技术,本程序使用基于严格的四叉树的方法建立一个LOD算法,并用该LOD算法实现了一个视点相关的动态多分辨率地形。采用多遍地面纹理,亮度图等技术来照明场景。同时DEMO还实现了Billboard,运动模糊,的功能。程序采用C++,模块化的结构让程序具有很高的可扩展性。--achieve large-scale outdoor scene rendering technology, the use of procedures based on strict quadtree m
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-02
    • 文件大小:303608
    • 提供者:佟杰
  1. dimensional-wavelet-process

    0下载:
  2. 1、《小波图像分解与重构程序存在的问题与解决办法》 我编写程序时尽量实现模块化,方便不同功能程序之间的调用。以上程序实现了一维、二维小波分解与重构的功能,接下来我们就可以此为基础,探讨小波信号压缩和图像融合等技术了。-1, " Wavelet image decomposition and reconstruction process problems and solutions" when I try to modular programming, to facili
  3. 所属分类:Graph program

    • 发布日期:2017-03-31
    • 文件大小:7853
    • 提供者:
  1. ImageShop1.01

    1下载:
  2. 用VC6.0开发的一个图像处理程序,对程序功能进行了模块化,封装了图像读写动态链接库,图像处理动态链接库。主程序通过调用库中的函数实现功能,能够进行BMP、JPG、GIF等格式图像的读写,也能够进行二值化,滤波以及形态学处理操作,此外,还实现对当前目录下同一格式的图像顺序打开浏览。另外进行了界面的美化,实现了真彩色工具条,以及双视图!-With VC6.0 developed an image processing program, the program functions of the mo
  3. 所属分类:Special Effects

    • 发布日期:2017-05-06
    • 文件大小:1028908
    • 提供者:olysess
  1. VB.application.identification.modular.programming.

    0下载:
  2. VB模块化编程应用程序识别代码VB application identification code, modular programming -VB application identification code, modular programming
  3. 所属分类:Graph Recognize

    • 发布日期:2017-03-29
    • 文件大小:2059
    • 提供者:u
  1. BIQI_release

    1下载:
  2. BIQI(荸荠)图像质量的评测算法,不需要标准的优质图像作为参考,返回评测的指标值介于0到100之间-This is a demonstration of the Blind Image Quality Index (BIQI). It is an implementation of the BIQI in the reference. The algorithm is described in: A. K. Moorthy and A. C. Bovik, "A Modular F
  3. 所属分类:Special Effects

    • 发布日期:2017-03-27
    • 文件大小:410349
    • 提供者:sunteng
  1. Vector3DOperations

    0下载:
  2. 一个3D矢量类CVector3D,含三种构造函数,并有拷贝,点积,叉积,求模,单位化 等操作,并实现”+ - = == += -= * [ ]” 等运算符的重载。(用C++实现) -A 3D vector class CVector3D, with three constructors, and copy, dot product, cross product, the modular unit of the other operations, and to achieve " +
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:728700
    • 提供者:虫儿
  1. Diagnosis-Based-on

    0下载:
  2. 本文建立了一个基于模块化设计思路的计算机辅助诊断系统借以对乳腺钼靶图像上的微钙化点进行检测和模式识别。 -In this paper, a modular design concept based on computer-aided diagnostic system to mammography for breast microcalcifications on the image to detect and pattern recognition.
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-13
    • 文件大小:3465525
    • 提供者:罗朝辉
  1. svgeditor

    0下载:
  2. 基于SVG(可伸缩矢量图形)的电力监控图形生成软件。是本人攻读研究生三年期间的研究成果。界面很友好,模块化配置,Myeclipse直接可以运行,非常值得收藏。-Power control pattern generation software based on SVG (Scalable Vector Graphics). It is the research in the three graduated learning years during . The interface is very
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-21
    • 文件大小:6453377
    • 提供者:
  1. mainORL

    2下载:
  2. 分块的PCA 人脸识别。是基于ORL人脸库的。完整的。-modular PCA,face recognization
  3. 所属分类:Graph Recognize

    • 发布日期:2016-05-18
    • 文件大小:2048
    • 提供者:nancy
  1. [15---2011]---A-new-Rearrange-Modular-2D-LDA-for-

    0下载:
  2. This document describes the new approach of 2d-lda for face recognition.
  3. 所属分类:Graph Recognize

    • 发布日期:2017-03-28
    • 文件大小:479259
    • 提供者:Hung Truong
  1. Mil-Guide

    0下载:
  2. Matrox Imaging Library (MIL) is a modular programming library with commands for image capture, image processing,
  3. 所属分类:2D Graphic

    • 发布日期:2017-12-02
    • 文件大小:336015
    • 提供者:李向东
  1. CXImage

    0下载:
  2. 图像图形处理程序,很杂,但是都已经形成模块化了-Image graphics handler, is very complex, but have to form modular
  3. 所属分类:Special Effects

    • 发布日期:2017-11-30
    • 文件大小:15531762
    • 提供者:传说哥
  1. dynamic-simulink

    1下载:
  2. 前人提出的众多发酵动力学模型的基础上,结合工业乙醇连续发酵的实际情况,首先对经典的流加半经验半理论模型进行动态和稳态仿真,之后为了与实际生产过程联系更加紧密,逐步将温度,气体排放等因素考虑到模型中去,进行综合性仿真。最后再结合GUI技术,以动力学模型为核心,以人机界面友好为目标,制作乙醇连续发酵仿真软件,将脚本语言编程技术和模块化仿真技术结合起来,建立起工业乙醇发酵的仿真平台。-Made numerous predecessors fermentation kinetics model base
  3. 所属分类:Graph program

    • 发布日期:2017-04-08
    • 文件大小:449687
    • 提供者:陈友胜
  1. Image--processing-modular-simulation

    0下载:
  2. 图像处理,图像、视频处理模块化仿真程序,matlab/simulink 仿真编程-Image and video processing modular simulation program
  3. 所属分类:Special Effects

    • 发布日期:2017-04-30
    • 文件大小:201910
    • 提供者:chenlulu
« 12 »
搜珍网 www.dssz.com