CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - 文档处理

搜索资源列表

  1. 稀疏矩阵计算C++类SparseC++

    1下载:
  2. SparseLib++是可用于跨计算平台的有效的稀疏矩阵计算的C++类库,软件包包括处理不同稀疏存储格式的矩阵类。包括两篇技术文档和类库的源代码(版本为1.6)-SparseLib + + can be used for cross-platform calculation of the effective sparse matrix calculation of the C + + class library , the package includes different store for
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:245.47kb
    • 提供者:方正
  1. 200552823195

    0下载:
  2. 一步步讲解如何在VC中调用matlab图像处理工具箱来进行canny边缘提取 1.包含pdf文档和源代码 2.源代码code 开发环境是VC6、Matlab7 -a step by step on how to call in VC Matlab Image Processing Toolbox to a canny edge extraction. Pdf files and contains the source code two. Source code develo
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:188.21kb
    • 提供者:mzb
  1. 现代信号处理实验一_谐波恢复

    2下载:
  2. 此程序为MATLAB实现的现代信号处理中几种常用的谐波恢复方法,所附文档中还有理论及算法介绍(Pisarenko,ARMA)实验步骤及实验结果-MATLAB this procedure for the realization of modern signal processing used several methods to restore the harmonics, the accompanying documentation and algorithm theory also intr
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:29.1kb
    • 提供者:李琳
  1. Matlab_Image_Processing

    2下载:
  2. Matlab在图像处理与目标识别方面的应用实验程序示例。包括三个程序以及详细文档:一、染色体识别与统计,二、汽车牌照定位与字符识别,三、基于BP神经网络识别字符的简单实验。-Matlab in image processing and object recognition on the application of experimental procedures example. Including the three procedures and the detailed documentat
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:1.19mb
    • 提供者:林健
  1. Image_Processing_Toolbox

    0下载:
  2. Matlab官方文档:图像处理工具箱image processing toolbox-Matlab official documents : Image Processing Toolbox image processing toolbox
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:14.18mb
    • 提供者:姓名
  1. nlfm_code

    2下载:
  2. 非线性调频信号的产生及一种优化方法.是为脉压处理所设计.详细内容及代码均在doc文档-nonlinear FM signals and the selection of an optimal method. Pulse pressure is to handle design. Details and the code is Documents in doc
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:7.92kb
    • 提供者:jfs
  1. FilterAndColor

    0下载:
  2. 滤波器与伪彩色变换, 1。一个通用的高通、低通、带通和带阻滤波器函数 2。又分别实现理想、巴特沃思和指数等滤波形式 3。伪彩色处理 内附设计文档。
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:578.45kb
    • 提供者:
  1. MATLAB7.xDSP

    0下载:
  2. 书籍源码——《MATLAB7.x数字信号处理》,文档清晰
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:164.95kb
    • 提供者:lfx841020
  1. 毕业设计:人脸识别系统设计软件

    2下载:
  2.     本软件主要用到的图像处理技术是:光线补偿、高斯平滑和二值化。在识别前,先对图像进行补光处理,再通过肤色获得可能的脸部区域,最后根据人脸固有眼睛的对称性来确定是否就是人脸,同时采用高斯平滑来消除图像的噪声,再进行二值化,二值化主要采用局域取阈值方法,接下来就进行定位、提取特征值和识别等操作。经过测试,图像预处理模块对图像的处理达到了较好的效果,提高了定位和识别的正确率。     随软件附上设计文档和参考资料。
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-12-14
    • 文件大小:2.18mb
    • 提供者:taoyingxue
  1. speech_denoising_lms

    0下载:
  2. 利用LMS算法来对语音信号进行去噪处理,同时含有关于LMS的文档资料-LMS algorithm to the speech signal to deal with the noise, and also has the documents about LMS
  3. 所属分类:matlab

    • 发布日期:2017-05-08
    • 文件大小:1.62mb
    • 提供者:mike
  1. ecg.rar

    3下载:
  2. matlab的小波对一个心电信号进行去噪处理,txt文档是心电的信号,failed to translate
  3. 所属分类:matlab

    • 发布日期:2015-10-24
    • 文件大小:1.81kb
    • 提供者:lisha
  1. fann-2.1.0beta

    0下载:
  2. Fast Artificial Neural Network Library是一个免费开源的神经网络库,它用C实现了支持全连接及稀连接的多层人工神经网络,并且支持定点和浮点数的跨平台运行。库中包含有易于处理训练数据的框架。它易于使用、通用、文档完备并且快速。目前已有PHP, C++, .NET, Ada, Python, Delphi, Octave, Ruby, Prolog Pure Data 和 Mathematica的绑定。库中还附有一本带例子和关于如何使用本库的建议的参考手册,本库也有
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-14
    • 文件大小:3.85mb
    • 提供者:hopper
  1. kwic

    0下载:
  2. 简单的txt文本搜索程序。能够从指定的txt文档中搜索特定单词并生成其KWIC。此程序为《统计自然语言处理基础》习题1.6第7题答案。-Simple search program for certain word in a txt file. It can find out specific word in a txt file and generate its KWIC. This program can serve as the answer of practice 1.6.7 of "Fo
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-30
    • 文件大小:882byte
    • 提供者:leebird
  1. matlab_figure_process

    0下载:
  2. 很详细地介绍了matlab在图像处理中的应用,其中有车牌号的识别,染色体的识别等,还有文档说明,精心整理的,希望和大家分享!-Very detailed descr iption of the matlab in image processing applications, including license plate number recognition, chromosome identification, as well as documentation and careful fini
  3. 所属分类:matlab

    • 发布日期:2017-04-09
    • 文件大小:1.32mb
    • 提供者:陈濛
  1. praat

    0下载:
  2. 一个介绍语音处理软件praat的文档,里面详细有praat各个部分的介绍-one document that introduces how to use Praat
  3. 所属分类:matlab

    • 发布日期:2017-05-13
    • 文件大小:3.4mb
    • 提供者:美女驴
  1. Matlab

    1下载:
  2. Matlab在图像处理与目标识别方面的应用实验程序示例.包括三个程序以及详细文档-Matlab in image processing and target recognition application example of the experimental procedures. Consists of three procedures, as well as detailed documentation
  3. 所属分类:matlab

    • 发布日期:2017-05-04
    • 文件大小:1.19mb
    • 提供者:cj
  1. 小波变换对图像滤波

    4下载:
  2. 文档包含对图像进行滤波的常用方法如小波变换、中值滤波等方法的源代码。以及对该滤波方法进行阐述的报告。对学数字图像处理的同学们有帮助。
  3. 所属分类:matlab例程

    • 发布日期:2017-05-15
    • 文件大小:696.3kb
    • 提供者:twotentwo
  1. MATLAB图像处理

    0下载:
  2. 文档MATLAB图像处理算法整合(精华),方便学习和使用。(Document MATLAB image processing algorithm integration (essence), easy to learn and use.)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-30
    • 文件大小:105kb
    • 提供者:nanke_yh
  1. EWT经验小波matlab应用实现(信号处理)

    9下载:
  2. 适用于一维EWT的变换文件,所有文件齐全,有测试文件,以及参数解释和帮助word文档,亲测可用。(For one-dimensional EWT transformation files, all the files are complete, there are test files, as well as parameter interpretation and help word documents, pro-test available.)
  3. 所属分类:matlab例程

    • 发布日期:2020-01-06
    • 文件大小:430kb
    • 提供者:DKKKKKK
  1. 基本尺度熵

    1下载:
  2. matlab实现基本尺度熵,处理对象是心电信号,数据、源码,文档包含在文件夹中(MATLAB realizes the basic scale entropy. The processing object is ECG, data, source code, and documents are included in the folder)
  3. 所属分类:matlab例程

    • 发布日期:2020-08-18
    • 文件大小:954kb
    • 提供者:xuejie1
« 12 3 4 5 6 »
搜珍网 www.dssz.com