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

搜索资源列表

  1. MATLAB实例源代码

    0下载:
  2. MATLAB示例代码 从2004年11月起,《MATLAB及在电子信息课程中的应用》的下载程序dsk01改为dsk02。两者只有微小的差别。主要的修改是: 1. 所有的生成图形都由灰色改成白色,以便与书籍上的图相同。 2. 删去了几个无用的程序; 3. 加了了几个程序(如q48a和q48b),以便和书上的章节演示内容相符。-MATLAB sample code from November 2004 onwards, "MATLAB and electronic info
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:25001
    • 提供者:小王
  1. corner_detector

    0下载:
  2. 我用matlab写的一个corner detector, 效果比现在流行的harris,susan,CSS等效果要好。 Algorithm is derived from: X.C. He and N.H.C. Yung, Curvature Scale Space Corner Detector with Adaptive Threshold and Dynamic Region of Support , Proceedings of the 17th International Co
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:60711
    • 提供者:sam he
  1. Q_lmd_diag

    0下载:
  2. This function obtains a unitary matrix Q such that: d=diag(Q *diag(lmd)*Q). In other words, it gives a way to generate a matrix with given eigenvalues and diagonal elements. By Daniel Perez Palomar (last revision: May 10, 2004). Feel fre
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:1530
    • 提供者:马文
  1. Programming_Challenges

    0下载:
  2. ACM Programming contest activity at Stony Brook is sponsored by a grant from Salomon Smith Barney. In the 2002 Greater New York Regional, Stony Brook s teams finished 2nd and 5th with 54 teams competing! In the 2003 Greater New York Regional, Stony B
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:1393524
    • 提供者:crabhit
  1. Implementation of a WiMAX simulator in Simulink.zi

    0下载:
  2. The aim of this diploma thesis is to implement all compulsory features of the WiMAX OFDM physical layer specified in IEEE 802.16-2004 in Matlab Simulink.
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:1885613
    • 提供者:sato
  1. bresenham_line3d

    1下载:
  2. 采用3D Bresenham算法在两点间划一直线 % This program is ported to MATLAB from: % B.Pendleton. line3d - 3D Bresenham s (a 3D line drawing algorithm) % ftp://ftp.isc.org/pub/usenet/comp.sources.unix/volume26/line3d, 1992 % % Which is referenced by: % F
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:1833
    • 提供者:zzn
  1. Introduction to Statistics Toolbox(demo)

    0下载:
  2. Introduction to Statistics Toolbox 很棒的demo和介绍,示例 demo/M-Files: closeDTool.m Force close DFITTOOL (without confirmation dialog) createCarDatabase.m Creates dataset array from Excel file and converts
  3. 所属分类:matlab例程

    • 发布日期:2010-11-04
    • 文件大小:1514205
    • 提供者:flashpku
  1. TVAL3

    2下载:
  2. %TVDENOISE Total variation grayscale and color image denoising % u = TVDENOISE(f,lambda) denoises the input image f. The smaller % the parameter lambda, the stronger the denoising. % % The output u approximately minimizes the Rudin-Osher-Fatemi (ROF)
  3. 所属分类:matlab例程

  1. MAHAFZA

    2下载:
  2. MATLAB Simulations for Radar Systems Design - 2004 一书对应的源代码,非常有用。-MATLAB Simulations for Radar Systems Design- 2004 a book that corresponds to the source code, very useful.
  3. 所属分类:matlab

    • 发布日期:2017-04-27
    • 文件大小:213665
    • 提供者:null
  1. DifferentialEvolutionAPracticalApproachtoGlobalOpt

    0下载:
  2. 这是一本讲微分进化的书,进化算法是以遗传算法为代表的一类随机算法的总称,95年由Rainer Storn和Kenneth Prici提出微分进化方法,比传统进化算法更好更简单,2004年该方法的原创者出版了长达580页的微分进化:一种全局优化的实用方法,本书是英文版,似乎还没有中文版,希望对感兴趣的人有用-This is a book stresses differential evolution, evolutionary algorithm based on genetic algorith
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-27
    • 文件大小:9848998
    • 提供者:plow
  1. R-KDDA

    1下载:
  2. 核直接线性判别方法:图像及高维复杂数据模式识别的利器!内有方法开发的相关文档说明!经典!-The matlab functions implement the methods presented in the paper [TNN_KDDA02.pdf] Juwei Lu, K.N. Plataniotis, and A.N. Venetsanopoulos, "Face Recognition Using Kernel Direct Discriminant Anal
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-05
    • 文件大小:745175
    • 提供者:ym
  1. vqtam

    0下载:
  2. MATLAB implementation of time series prediction Based on the VQTAM method described in the following papers: G. A. Barreto & A. F. R. Araujo (2004) "Identification and Control of Dynamical Systems Using the Self-Organizing Map" IEEE Transac
  3. 所属分类:matlab

    • 发布日期:2017-03-23
    • 文件大小:23717
    • 提供者:Carlos Wilson
  1. chengxu

    0下载:
  2. 我这儿有一组若干年份的数据,是按一定时间顺序排的,想用曲线拟合法得到2010年的人均国内生产总值,不知怎么用matlab,高手赐教!! !!可加分 年份 人均国内生产总值(元) 1996 27000 1997 30619 1998 33282 1999 33689 2000 41020 2001 43344 2002 46030 2003 53887 2004 59271 2005 64507 2006 70597
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-11
    • 文件大小:681
    • 提供者:朱元清
  1. 2004

    0下载:
  2. 一份数据结构试卷,质量不错的,几本涵盖了学习要点,希望对大家有用。-Data structure of a paper, good quality, the study covers several key points, useful for all of us hope.
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:83729
    • 提供者:王哈哈
  1. TFBSSpack

    2下载:
  2. TFBSS是一种基于短时傅里叶时频分析的盲源分离算法,算法基于卷积混合。处理非平稳源信号。-TFBSS performs Blind Source Separation of (over)determined multiplicative mixtures of non-stationary real valued sources. TFBSS is based on the joint-diagonalization of whitened and noise-compensated
  3. 所属分类:AI-NN-PR

    • 发布日期:2014-06-19
    • 文件大小:25132
    • 提供者:范文涛
  1. fbm.2004.11.10

    0下载:
  2. 《Software for Flexible Bayesian Modeling and Markov Chain Sampling》是机器学习领域专家Neal编写的用于Bayesian和马尔可夫链Linux下的C语言工具包。很有名,也很权威。 -This software supports Bayesian regression and classification models based on neural networks and Gaussian processes, and Ba
  3. 所属分类:Algorithm

    • 发布日期:2017-03-26
    • 文件大小:975090
    • 提供者:王磊
  1. Gauss-Legendre-quadrature

    6下载:
  2. 任意三角形上的任意阶Gauss积分程序 算法详见参考文献 H.T. Rathod, K.V. Nagaraja, B. Venkatesudu, N.L. Ramesh, Gauss Legendre quadrature over a triangle, J. Ind. Inst. Sci. 84 (2004) 183–188.-Gauss Legendre quadrature over any triangle
  3. 所属分类:matlab

    • 发布日期:2016-01-27
    • 文件大小:2048
    • 提供者:pankejia
  1. QoS-GA

    0下载:
  2. 这是通信学报2004年的一篇论文,一种QoS路由多目标遗传算法-This is the communication of a paper in 2004, a multi-objective genetic algorithm for QoS routing
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:166715
    • 提供者:lizhi
  1. Wiley-.Radar.Signals.(2004).DDU-427p

    0下载:
  2. NADAV LEVANON 与 ELI MOZESON 写的一本关于雷达信号分析非常专业并且经典的书。里面有很多的 matlab 相关资料。-Written by NADAV LEVANON ELI MOZESON a radar signal analysis is very professional and classic books.There are many Matlab codes inside.
  3. 所属分类:matlab

    • 发布日期:2017-11-07
    • 文件大小:64644096
    • 提供者:sun
  1. UMMDp180718

    8下载:
  2. 新的屈服准则ABAQUS子程序UMAT,含有多种较新的准侧,能很好运用(The new yield criterion ABAQUS subroutine UMAT contains a variety of newer standards and can be used very well.)
  3. 所属分类:仿真建模

    • 发布日期:2019-10-13
    • 文件大小:60416
    • 提供者:八四要长高
« 12 3 »
搜珍网 www.dssz.com