搜索资源列表

  1. Clustering433_vectorize_C

    0下载:
  2. 矢量量化的C语言实现 开发环境:C语言 简要说明:矢量量化的C语言实现 -Vector Quantization C language development environments : C language Brief Descr iption : Vector Quantization C Language
  3. 所属分类:其他小程序

    • 发布日期:2024-05-12
    • 文件大小:5120
    • 提供者:王恩
  1. Vectorquantity

    0下载:
  2. 优秀的矢量量化源代码,可以很好的应用于图像压缩以及基于内容的图像检索。vc++源代码-outstanding VQ source code can be good for image compression and content-based image retrieval. Vc++ source code
  3. 所属分类:压缩解压

    • 发布日期:2024-05-12
    • 文件大小:3072
    • 提供者:趁两
  1. LBGwlee

    0下载:
  2. 这是我写的用c语言实现LBG算法的一个程序。LBG算法是语音信号处理中一种矢量量化的方法。我的邮箱:wleechina@163.com-This is what I wrote with C Language LBG algorithm a procedure. LBG is the voice signal processing a vector quantization method. My mail : wleechina@163
  3. 所属分类:语音合成与识别

    • 发布日期:2024-05-12
    • 文件大小:253952
    • 提供者:李伟
  1. VQcode

    0下载:
  2. 矢量量化编码源代码,包括标准矢量量化,树形矢量量化等-vector quantization coding source code, including standard vector quantization, such as tree VQ
  3. 所属分类:多媒体

    • 发布日期:2024-05-12
    • 文件大小:91136
    • 提供者:
  1. lbgvq

    0下载:
  2. lbg算法是一种经典的矢量量化算法,此源码为lbg算法的c语言实现。-lbg algorithm is a classic vector quantization algorithm, the algorithm lbg source for the C Language.
  3. 所属分类:压缩解压

    • 发布日期:2024-05-12
    • 文件大小:2048
    • 提供者:slyang
  1. MLVQ

    0下载:
  2. LVQ算法( Learning Vector Quantization,学习矢量量化网络)是一种基于模型(神经网络)的方法,本实验要实现的是对LVQ改进的聚类方法——MLVQ(闫德勤等人提出)。该方法克服了LVQ算法对初值敏感的问题和广义学习矢量量化(GLVQ)网络算法性能不稳定的缺点。(附文章)-LVQ algorithm (Learning Vector Quantization. learning vector quantizat
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-12
    • 文件大小:899072
    • 提供者:linvg
  1. LVQprogramme

    0下载:
  2. 本源码为学习矢量量化算法源程序。支持模式识别和人工智能算法-the source for learning vector quantization algorithm source. Support pattern recognition and artificial intelligence algorithms
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-12
    • 文件大小:37888
    • 提供者:wawyace
  1. VQbyme

    0下载:
  2. aVQ矢量量化源码,经过算法设计而后,加入许多易于理解的代码注释-aVQ VQ source, after algorithm design Afterwards, many joined the code easier to understand Notes
  3. 所属分类:压缩解压

    • 发布日期:2024-05-12
    • 文件大小:249856
    • 提供者:陈光
  1. vqq

    0下载:
  2. 采用LBG算法计算矢量量化器的Matlab仿真程序。-use LBG vector quantization algorithm for the simulation program Matlab.
  3. 所属分类:通讯/手机编程

    • 发布日期:2024-05-12
    • 文件大小:1024
    • 提供者:gongchao
  1. quantizing

    0下载:
  2. 应用LBG算法对语音信号进行矢量量化。本压缩包共有两个主文件,training.m对训练数据进行处理并得到四个初始码本,quantizing.m对待量化数据进行矢量量化。其余为自编功能函数。-application of voice signal VQ. The compressed into two main documents, training.m right training data to be processed and f
  3. 所属分类:语音合成与识别

    • 发布日期:2024-05-12
    • 文件大小:4096
    • 提供者:王崇
  1. VQVC

    0下载:
  2. 神经网络学习中的矢量量化算法,VC编写完整源代码,很有参考价值。-neural network learning vector quantization algorithm, the preparation of VC source code integrity, of great reference value.
  3. 所属分类:并行运算

    • 发布日期:2024-05-12
    • 文件大小:32768
    • 提供者:赵振刚
  1. vq

    0下载:
  2. 语音识别中的矢量量化(vq)的matlab程序,希望可以帮到需要的人-Speech Recognition vector quantization (vq) Matlab procedure, the desire to help people in need
  3. 所属分类:语音合成与识别

    • 发布日期:2024-05-12
    • 文件大小:2048
    • 提供者:柳俊峰
  1. PSO_VQ

    0下载:
  2. 采用粒子群矢量量化算法生成图像矢量量化的最优码书,可以任意设定种群数与迭代代数。程序结果产生最优码书与平均误差。-Vector quantization using particle swarm algorithm for optimal image vector quantization code book, can set the number of stocks and iterative algebra. The results
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-12
    • 文件大小:51200
    • 提供者:张冰
  1. LVQ

    0下载:
  2. LVQ(学习矢量量化)算法:它是Kohonen的有监督学习的扩展形式。融合了自组织和有导师监督的技术,学习方法是竞争的,但产生方式是有教师监督的,也就是说,竞争学习是在由训练输入指定的各类 中局部进行。-LVQ (learning vector quantization) algorithm: it is the Kohonen s supervised the expansion of the form of learning. Bl
  3. 所属分类:输入法编程

    • 发布日期:2024-05-12
    • 文件大小:36864
    • 提供者:杨兵
  1. sllh

    0下载:
  2. 矢量量化,用C语言实现,已经通过测试,好东西-Vector quantization, using C language, has passed the test, good things
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-12
    • 文件大小:3072
    • 提供者:曾晓莉
  1. Quantizationmatlab

    0下载:
  2. 矢量量化 含说明文档和源码和图像 值得下载-Vector quantization with documentation and source code and image is worth downloading
  3. 所属分类:语音合成与识别

    • 发布日期:2024-05-12
    • 文件大小:1593344
    • 提供者:
  1. SA

    0下载:
  2. 一个模拟退火算法的改进程序,用来进行矢量量化码本的优化-A simulated annealing algorithm to improve the procedures used for vector quantization codebook optimization
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-12
    • 文件大小:31744
    • 提供者:fasdf
  1. mashu

    0下载:
  2. 有关新的学习矢量量化初始码书算 法的一篇论文,希望有用-The new learning vector quantization algorithm for the initial code of a paper book, I hope useful
  3. 所属分类:其他小程序

    • 发布日期:2024-05-12
    • 文件大小:102400
    • 提供者:zhanglei
  1. VectorQuantization

    0下载:
  2. 非常详细的关于矢量量化的讲解的文档,希望可以帮到需要的朋友-Very detailed explanation on the vector quantization of the document, the desire to help the needy Friend
  3. 所属分类:其他小程序

    • 发布日期:2024-05-12
    • 文件大小:1214464
    • 提供者:bo
  1. simulink_process

    0下载:
  2. 这是一个矢量量化的simulink的仿真程序,通过smulink来实现多级矢量量化。-This is a vector quantization of the simulink simulation program, through smulink to realize multi-stage vector quantization.
  3. 所属分类:matlab例程

    • 发布日期:2024-05-12
    • 文件大小:5120
    • 提供者:付彦
« 1 23 4 5 6 7 8 9 10 ... 25 »

源码中国 www.ymcn.org