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

搜索资源列表

  1. GCMC

    2下载:
  2. 巨正则系综蒙特卡罗算法的源程序;可以用来进行吸附等分子模拟;最大的好处在于可以插入或删除原子
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:102928
    • 提供者:lei ao
  1. CaseStudy_26

    0下载:
  2. Fortran科学计算程序,计算原子间力的大小,能级分布
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:85650
    • 提供者:Carl
  1. clusters

    0下载:
  2. 协同微粒群算法,用于原子簇的结构优化。协同微粒群算法模型由南非人Frans van den Bergh提出,对高维问题处理的效果要显著优于基本微粒群算法。-synergies PSO algorithm, for the cluster of structural optimization. Synergy PSO algorithm model from South Africa who Frans van den Bergh, for the high-dimensional problem
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:2330
    • 提供者:陈超
  1. 计算烷烃的同分异构体

    1下载:
  2. 输入烷烃碳原子的个数,输出它所有的同分异构体。
  3. 所属分类:数值算法/人工智能

    • 发布日期:2009-03-16
    • 文件大小:2582
    • 提供者:Saintway
  1. OMP基于正交原子的稀疏分解

    6下载:
  2. OMP算法是在MP算法基础上的一种改进算法。本例程基于OMP将信号分解重构
  3. 所属分类:matlab例程

  1. MP稀疏分解

    3下载:
  2. 基于Garbor 原子的稀疏分解,本算法是一种贪婪算法,可以很好的将信号分解
  3. 所属分类:matlab例程

  1. GAMP.rar

    6下载:
  2. matlab 匹配追踪算法,garbor原子的,非常好用,matlab matching pursuit
  3. 所属分类:matlab

    • 发布日期:2015-05-07
    • 文件大小:183446
    • 提供者:wxy
  1. MPTK-Source-0.5.9.tar

    3下载:
  2. 匹配追踪算法的matlab工具箱,可以比较方便的进行mp分解,效率较高,但目前的版本对于谐波原子的分解还有些问题-Matching pursuit algorithm matlab toolbox, can be more convenient mp decomposition, efficient, but the current version of the harmonic decomposition of the atom has some problems
  3. 所属分类:matlab

    • 发布日期:2015-03-29
    • 文件大小:10392576
    • 提供者:郭奕
  1. block_mp

    1下载:
  2. 压缩感知里面的稀疏重建问题,在原来MP的算法的基础上,提出了分块的思想,即将原子库分块后,测试算法的性能。-Compressive sensing is refered as the block sparse algorithm is described,that is based on the original MP algorithm,and the atom libruary is divided into blocks ,and the performance is testified.
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:1080
    • 提供者:李珍
  1. Thesis

    1下载:
  2. 时频原子分解算法主要用于建立时频原子库,从而提取出特征信号-Time-frequency atom decomposition algorithm for frequency atoms library created to extract the characteristic signal
  3. 所属分类:matlab

    • 发布日期:
    • 文件大小:39287
    • 提供者:侯雅晓
  1. matchingpursuit

    3下载:
  2. matching pursuit 算法,matlab实现,信号稀疏分解方式的一种,适合与信号在超完备的原子库中稀疏分解。matchingpursuit.m-A matching pursuit algorithm. It fits data from a set of dictionary elements by orthogonally projecting the data onto elements of the dictionary of vectors such that t
  3. 所属分类:matlab

    • 发布日期:2015-01-19
    • 文件大小:2868
    • 提供者:lixi
  1. guangyibiaofanxu

    3下载:
  2. 广义表的反序 逆置广义表的递归模型如下: F(LS) = null              若 LS 为空 F(LS) = LS              若 LS 为原子,且 tail(LS) 为空 F(LS) = append( F(tail(LS)), head(LS) )  若 LS->tag=0 ,且 LS->tp!=null F(LS) = append( F(tail(LS), F(head(LS)) )  若 LS->tag=1
  3. 所属分类:Data structs

    • 发布日期:2017-03-27
    • 文件大小:221538
    • 提供者:martinwok
  1. Gabor

    5下载:
  2. 通过Gabor原子库对语音信号进行处理,用到匹配追踪算法,程序很好用,对各种语音信号的仿真实验都很成功-Gabor atoms is through the voice signal processing, matching pursuit algorithm is used, the program useful, on the simulation of various audio signals are successfully
  3. 所属分类:matlab

    • 发布日期:2015-05-11
    • 文件大小:9216
    • 提供者:miaoguijun
  1. lindemann-index

    1下载:
  2. 根据原子的坐标,计算体系里德曼因子的,可以看出体系的状态-According to the atomic coordinates to calculate the system Li Deman factor, we can see that the system state
  3. 所属分类:Algorithm

    • 发布日期:2014-04-16
    • 文件大小:1024
    • 提供者:
  1. List

    0下载:
  2. 单链表的基本操作,创建一个广义表+判空+显示+长度, 广义表的复制+插入+深度+删除+销毁,打印广义表中的原子。-The basic operation of a single list, create a generalized table+ empty+ show+ the length of sentence, the generalized form of the copy+ delete+ insert+ depth+ destruction, print generalized li
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:255592
    • 提供者:苏阳
  1. 广义表的表头和表尾

    0下载:
  2. 广义表是线性表的推广。广义表是n个元素的有限序列,元素可以是原子或一个广义表,记为LS。 若元素是广义表称它为LS的子表。若广义表非空,则第一个元素称表头,其余元素称表尾。 表的深度是指表展开后所含括号的层数。 把与树对应的广义表称为纯表,它限制了表中成分的共享和递归; 允许结点共享的表称为再入表; 允许递归的表称为递归表; 相互关系:线性表∈纯表∈再入表∈递归表; 广义表的特殊运算:1)取表头head(LS);2)取表尾tail(LS) -generalized l
  3. 所属分类:Data structs

    • 发布日期:2017-03-22
    • 文件大小:3328
    • 提供者:wr
  1. L_S

    0下载:
  2. 根据过完备原子库中原子的能量分布特性创建大小原子的Matlab程序。-Over-complete atoms according to the Treasury in the distribution of atomic energy to create the size of atoms Matlab procedures.
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:1064
    • 提供者:燕子
  1. AD

    1下载:
  2. 基于原子分解的调频信号参数识别算法估计性能得到了很到的提高-paramater estimation of modulated signal based atomic decomposition
  3. 所属分类:matlab

    • 发布日期:2017-05-13
    • 文件大小:3278125
    • 提供者:柳柳
  1. MATLAB软件绘制一维双原子晶格的格波色散曲线

    2下载:
  2. 利用MATLAB软件绘制一维双原子晶格的格波色散曲线 根据书上给出的方程,可以得到如下格波色散关系
  3. 所属分类:matlab例程

  1. three level.m

    0下载:
  2. 数值模拟三能级原子系统的稳态EIT现象,能修改各项参数对吸收项,相干项,粒子数布局的影响(Numerical simulation of steady-state EIT phenomena in a three-level system)
  3. 所属分类:matlab例程

    • 发布日期:2020-12-17
    • 文件大小:1024
    • 提供者:胡诚
« 12 3 4 5 6 »
搜珍网 www.dssz.com