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

搜索资源列表

  1. 406

    0下载:
  2. matlab程序实现对矩阵的四叉树分解 简单实用-Matlab program for the Matrix Quadtree simple and practical
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:22583
    • 提供者:winds
  1. 4Matlab

    0下载:
  2. 程序代码说明 P0401:用Prewitt算子检测图像的边缘 P0402:用不同σ值的LoG算子检测图像的边缘 P0403:用Canny算子检测图像的边缘 P0404:图像的阈值分割 P0405:用水线阈值法分割图像 P0406:对矩阵进行四叉树分解 P0407:将图像分为文字和非文字的两个类别 P0408:形态学梯度检测二值图像的边缘 P0409:形态学实例——从PCB图像中删除所有电流线,仅保留芯片对象
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:41094
    • 提供者:xueke
  1. eof

    0下载:
  2. 主成分分析程序,适合做向量场的正交分解 -principal component analysis procedures, suitable for the vector field orthogonal decomposition
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2401
    • 提供者:hahaha
  1. ConvertDwg

    0下载:
  2. 基于OpenDWG开发AutoCAD Proxy对象图元分解程序 基于OpenDWG开发AutoCAD Proxy对象图元分解程序-OpenDWG based on the development of AutoCAD Proxy Object map yuan procedures based on the decomposition of Ope nDWG development AutoCAD Proxy Object map yuan decomposition process
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:345993
    • 提供者:玛丽
  1. matlab4

    0下载:
  2. 程序代码说明 P0401:用Prewitt算子检测图像的边缘 P0402:用不同σ值的LoG算子检测图像的边缘 P0403:用Canny算子检测图像的边缘 P0404:图像的阈值分割 P0405:用水线阈值法分割图像 P0406:对矩阵进行四叉树分解 P0407:将图像分为文字和非文字的两个类别 P0408:形态学梯度检测二值图像的边缘 P0409:形态学实例——从PCB图像中删除所有电流线,仅保留芯片对象
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:41150
    • 提供者:李明
  1. Gdbhcx(C)

    0下载:
  2. 简易哥德巴赫猜想(任何一个大于6的偶数可以分解成两个素数,可以利用枚举法,先把偶数可以分解的所有奇数对列出,再判断是否为素数,直到验证成功为止)-summary Goldbach conjecture (any one of the even greater than 6 can be decomposed into two prime numbers. can enumeration method, the decomposition can even first of all to the
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1062
    • 提供者:yinlu
  1. LUDCMP

    0下载:
  2. LU分解法解线性方程组,内含LU分解函数以及调用的例子-LU decomposition method for solving linear equations, containing LU decomposition and the calling function examples
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1451
    • 提供者:younger
  1. wrprogram

    0下载:
  2. linux环境下的快速因式分解算法-linux environment of rapid factorization algorithm
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:3429
    • 提供者:秦青
  1. combinefile

    0下载:
  2. 本程序示例如何将多个文件合并成一个文件,并能够自分解。此技术在制作安装程序时非常有用。我在本网站学到了此技术,并将他整理扩展,能够合并文件和目录,个数不限。-example of the procedures on how to merge multiple files into a document and to be able to decomposition. This technology in the manufacture and installation procedures wi
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1445508
    • 提供者:回忆录
  1. 单纯LU分解

    0下载:
  2. 下一部是计算求解方程组-under a calculation equations solution
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:1232
    • 提供者:陈顺
  1. 奇异值

    1下载:
  2. 图象处理中用到的奇异值分解及矩阵运算-singularity value decomposition and matrix computation used in image processing
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:198325
    • 提供者:网人
  1. toolbox_liftwave

    1下载:
  2. 一个提升小波变换的matlab工具包。可以实现97,53,haar等系列的提升小波分解与重构。-an upgrade wavelet transform Matlab tool kit. 97,53 can be achieved, haar series of lifting wavelet decomposition and reconstruction.
  3. 所属分类:波变换

    • 发布日期:2008-10-13
    • 文件大小:58958
    • 提供者:周瑞
  1. chenji2

    0下载:
  2. 函数是 C 中最常用的结构概念。它们应用于实现“自顶向下的”问题解决方法 — 即,将问题分解成越来越小的子问题,直到每个子问题都能够用代码表示。这对程序的模块化和文档记录有帮助。此外,由许多小函数组成的程序更易于调试。-C function is the most commonly used structural concept. They used to achieve the "top-down" solution to the problem - that is, th
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:3052
    • 提供者:杨海波
  1. cepstrum2

    1下载:
  2. 利用了抽样及倒谱算法,进行图像分解和重建过程。-use of sampling and cepstrum algorithm for image decomposition and reconstruction process.
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:889
    • 提供者:袭乐宣
  1. SpMatrix

    2下载:
  2. 针对有限元分析的稀疏矩阵采用一维存储时的矩阵运算编写的,可对其进行加减乘除和LU分解等运算-against the finite element analysis using a sparse matrix storage dimensional matrix prepared by the operator, can its arithmetic and LU decomposition, etc. Operational
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:2963
    • 提供者:stefanie
  1. multiBigNumber

    0下载:
  2. 数字的阶乘算法.按分解的方法,将一个大数的阶乘用数组实现.-digit factorial algorithm. According to the decomposition method, a majority of the factorial using arrays to achieve.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1141
    • 提供者:jimmy212
  1. taskSys

    1下载:
  2. 定单管理系统:1 工单录入:2. 工单审核3. 工单分解和发布4. 工单执行5. 工单反馈打分6. 工单查询-orders management system : one for single-recording : 2. three-audit work. for single decomposition and release 4. for five single implementation. Public feedback scoring single six. Public inqui
  3. 所属分类:Web服务器

    • 发布日期:2008-10-13
    • 文件大小:4997827
    • 提供者:李添
  1. processsignal

    2下载:
  2. 小波变换的关键在于将原始信号分解到哪一层,在哪一层中找到模极大值点-wavelet transform is the key to where the original signal decomposition level, in which one found modulus maximum points
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:3545
    • 提供者:Sword
  1. mat_func

    0下载:
  2. 本文件夹中包含了克立格插值,滞后系数计算,旋转正交经验分解以及在指定域绘图,比较两个文件等m文件,vebyk与plotmapc对原函数进行了改善,具体功能参见m文件-this folder contains Kriging interpolation, lag factor, rotary orthogonal decomposition and experience in the designated field mapping, compare two documents m, vebyk
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:6834
    • 提供者:ke
  1. labview_EMD

    1下载:
  2. labview编写的EMD分解程序,欢迎有研究的一起讨论。-PC EMD prepared by the decomposition process, welcomed the study together.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:71712
    • 提供者:肖勇
« 1 2 ... 31 32 33 34 35 3637 38 39 40 41 ... 50 »
搜珍网 www.dssz.com