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

搜索资源列表

  1. lab2答案

    0下载:
  2. 设计一个因子分解算法,并分析其复杂性。用你熟悉的计算机语言实现以上算法,记录3个测试结果。-design a factorization algorithm and analysis of their complexity. You familiar with the computer language achieve the above algorithm, recorded three test results.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:48046
    • 提供者:西们子
  1. wavelet transform-n point

    1下载:
  2. n点长度的DB系列小波多分辨分解程序。 可以实现一维信号的分解和重构-length of the point n DB series multiresolution wavelet decomposition process. Peacekeeping can achieve a signal decomposition and reconstruction
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:183421
    • 提供者:李豪夺
  1. mimo功率优化

    2下载:
  2. MIMO系统的功率优化问题,通过SVD分解和注水算法,可以实现不同发送天线上的功率分配。-MIMO system power optimization problem, and through the decomposition of water injection SVD algorithm can achieve different this antenna on the power distribution.
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:2598
    • 提供者:焦嘟嘟
  1. yufafenxi

    0下载:
  2. 本课程设计即为词法分析阶段。词法分析阶段是编译过程的第一个阶段。这个阶段的任务是从左到右一个字符一个字符地读入源程序,对构成源程序的字符流进行扫描和分解,从而识别出一个个单词(也称单词符号或符号)。如保留字(关键字或基本字)、标志符、常数、算符和界符等等。-the curriculum design shall lexical analysis stage. Lexical analysis stage of the process is to compile the first phase.
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:2248
    • 提供者:黄德春
  1. InvMat

    0下载:
  2. 利用矩阵的奇异值分解压缩图像,先将图像分块,对各块中的每个对应象素内积得到相关矩阵A,然后对A进行奇异值分解,选择n(n<N)个较大的特征值对应的特征向量,利用该向量与各块图像内积来压缩和恢复图像-matrix of singular value decomposition image compression, image first block of the block of each pixel corresponding to be associated with the plot
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1251
    • 提供者:王志气
  1. DDPHelpSrc

    0下载:
  2. QQ对对碰游戏外挂 功能: 1.能够自动提示能够消除的对对碰 2.能够模拟鼠标自动消除 3.可以加快速度 4.自动开始 虽然此程序仅仅是一个小外挂,但也使用到了一些技术. 1.线程的使用 2.程序窗口查找 3.dll注入技术 4.api hook 技术 5.单进程全局热建钩子 6.不通过特定颜色判断相同方格的方法 7.模拟鼠标的两种方法,mouse_event(鼠标光标会移动)和PostMessaga(鼠标光标不移动)
  3. 所属分类:外挂编程

    • 发布日期:2008-10-13
    • 文件大小:121063
    • 提供者:阿东
  1. TI 54x fft

    0下载:
  2. DSP编程代码,FFT算法,经典!! FFT实验 一、 理论: 公式(1)FFT运算公式 FFT并不是一种新的变换,它是离散傅立叶变换(DFT)的一种快速算法。由于我们在计算DFT时一次复数乘法需用四次实数乘法和二次实数加法;一次复数加法则需二次实数加法。每运算一个X(k)需要4N次复数乘法及2N+2(N-1)=2(2N-1)次实数加法。所以整个DFT运算总共需要4N^2次实数乘法和N*2(2N-1)=2N(2N-1)次实数加法。如此一来,计算时乘法次数和加法次数都是和
  3. 所属分类:DSP编程

    • 发布日期:2008-10-13
    • 文件大小:439370
    • 提供者:徐克
  1. 频谱分析程序

    1下载:
  2. 频谱分析技术是研究周期性现象中最为常用的一种统计分析方法,其主要是通过对一复合的波系进行数据变换,将其分解成若干振幅和相位不同的简谐波,并找出其中振幅最大的波,即该复合波中的主要频率。频谱分析的方法较多,其中最常用的是快速傅立叶变换法(FFT)-spectrum analysis techniques to study the cyclical phenomenon most commonly used a statistical analysis method, its principal i
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:3622
    • 提供者:郭泽清
  1. WaveletTrans

    0下载:
  2. matlab 环境下的 二维小波变换(正和逆变换),用二维卷积实现的,其中有个子函数用于产生小波系数的(小波分解和小波重构的系数都有)!你自己也可以往里面加系数-Matlab environment 2D wavelet transform (and inverse transform), with the realization of two-dimensional convolution. these subsystems function used to generate the wave
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:3142
    • 提供者:兰勇生
  1. fjzys

    0下载:
  2. 你只需要输入一个大于2的数,就能自动判断这个数是否是素数,如果不是素数就自动分解质因数。 -you only need to import a few of the more than 2, will automatically judge whether the number is prime, prime, if not automatically decomposition quality factor.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:4151
    • 提供者:李染
  1. MATLAB7

    1下载:
  2. 用小波进行图像处理,以及一个QPSK调制程序,还有用MATLAB实现二维小波分解与重构程序,请大家指正-wavelet image processing, and a QPSK modulation procedure, there are two-dimensional MATLAB wavelet decomposition and reconstruction process, please correct
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:482487
    • 提供者:刘彦平
  1. ch09_JPEG2000

    0下载:
  2. 从子带编码到小波编码 子带编码 多分辨率分析 滤波器组与多分辨率 从子带编码到小波编码 小波分解图像方法 失真的度量方法 JPEG2000介绍-from subband coding to wavelet encoding subband coding multiresolution analysis filters with a resolution from the subband coding of wavelet image coding wavelet de
  3. 所属分类:波变换

    • 发布日期:2008-10-13
    • 文件大小:90023
    • 提供者:wealth
  1. w2D

    0下载:
  2. 二维图像的小波分解与重构,并画图显示。通过多分辨率分析实现。-2D image wavelet decomposition and reconstruction, and drawing show. Through multiresolution analysis to achieve.
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:887
    • 提供者:李坤
  1. wavelet_dec

    0下载:
  2. 用于多分辨率分解,使用 A trous 算法; 在分解的过程中,同时给出各级的细节和概貌,它们和原数据有着同样的长度。-for multiresolution decomposition, use A trous algorithm; The decomposition process, and given levels of detail and picture, and the original data is the same length.
  3. 所属分类:波变换

    • 发布日期:2008-10-13
    • 文件大小:987
    • 提供者:李坤
  1. PreArSp

    3下载:
  2. 小波分解和自回归线性模型相结合用来进行预测的matlab源码-wavelet decomposition and self-linear regression models used to predict combination of Matlab FOSS
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:1352
    • 提供者:李丽
  1. tierazon-2.5-source

    0下载:
  2. 从信息和功能分形的观点来看DNA 是一个分形体内部包含着不同 层次的DNA 复制仅是信息和功能分形的显现相当于把一个具有无 穷层次的DNA 分形体进行分解或放大信息分形的含义是体系 的局部包含着整体的主要信息-from information and functional Fractal point of view DNA is a breakdown of internal body contains different levels of DNA replication is t
  3. 所属分类:分形几何

    • 发布日期:2008-10-13
    • 文件大小:186611
    • 提供者:ltt
  1. wavelet-transform

    0下载:
  2. 利用VC++对一维信号进行小波分解,然后重够,并且可以选择小波和分解的层数-VC + + on a peacekeeping signal wavelet decomposition, and then heavy enough, and can choose wavelet decomposition and the floors
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:600968
    • 提供者:秦先勇
  1. loadcode

    0下载:
  2. 在MATLAB中编写实现图像的不同级别小波分解算法;2选择合适的小波基;3对经典的几幅黑白和彩色图像进行DWT变换;4实现零树、基于塔式网格矢量量化、基于LBG算法、基于标量量化等小波变换编码;5得到分析比较结果。达到的目的:1综合训练学生编程的能力;2对高数、计算方法、程序设计、数据结构、算法、数字图像处理等课程的复习和运用;3可培养学生的算法设计和分析能力。-in MATLAB prepared to achieve different levels of image wavelet dec
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:34727
    • 提供者:aa
  1. multi_thread_file

    0下载:
  2. 多线程文件传输,通过多线程编程技术,将任务分解成几个小任务,并行传输,加快速度。-multithreaded file transfer through multithreaded programming techniques, tasks divided into several small tasks, parallel transmission speed.
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:33359
    • 提供者:宋小金
  1. wavelet_max

    0下载:
  2. 小波应用于图像融合的程序,选择的是5层小波分解-applied wavelet image fusion procedures, the choice is a five-storey wavelet decomposition
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:1009
    • 提供者:yuxi
« 1 2 ... 27 28 29 30 31 3233 34 35 36 37 ... 50 »
搜珍网 www.dssz.com