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

搜索资源列表

  1. binomial

    0下载:
  2. % binomial.m by David Terr, Raytheon, 5-11-04, from mathworks.com % Given nonnegative integers n and m with m<=n, compute the % binomial coefficient n choose m.
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:4186
    • 提供者:左贤君
  1. siftDemoV4

    0下载:
  2. Demo Software: SIFT Keypoint Detector-This page provides access to a demo version of David Lowe s SIFT keypoint detector in the form of compiled binaries that can run under Linux or Windows.
  3. 所属分类:matlab

    • 发布日期:2017-03-23
    • 文件大小:376404
    • 提供者:xuekunnan
  1. background_substraction

    0下载:
  2. 视频背景非参数估计论文及matlab实现.matlab代码只实现了灰度图的背景估计,论文利介绍的彩色视频处理方法可以自己看看怎么做。-Background and Foreground Modeling Using Nonparametric Kernel Density Estimation for Visual Surveillance AHMED ELGAMMAL, RAMANI DURAISWAMI, MEMBER, IEEE, DAVID HARWOOD, AND LA
  3. 所属分类:matlab

    • 发布日期:2017-04-16
    • 文件大小:258146
    • 提供者:flora
  1. matlab_note

    0下载:
  2. A MATLAB tutorial for beginners from University of Dundee by David F. Griffiths. Vert useful for new starters.-A MATLAB tutorial for beginners from University of Dundee by David F. Griffiths. Vert useful for new starters.
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:292123
    • 提供者:snapnpop
  1. Numerical_Analysis

    0下载:
  2. 数值分析:An introduction to Numerical Analysis 作者:Endre Suli and David F.Mayers University of Oxford Cambridge University Pre-An Introduction to Numerical Analysis Auther:Endre Suli and David F.Mayers University of Oxford Cambridge University Pre
  3. 所属分类:matlab

    • 发布日期:2017-04-09
    • 文件大小:2744610
    • 提供者:叶飞
  1. dav-sgp4-Matlab

    1下载:
  2. 由david vallado更新的轨道确定的程序代码,本程序融合sgp4和sdp4,包含193个文档-this procedure is the sgp4 prediction model from space command. this is an updated and combined version of sgp4 and sdp4
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:265459
    • 提供者:王维
  1. siftDemoV4

    0下载:
  2. 演示软件:不变特征点匹配。 作者:大卫罗伊-Demo software: Invariant keypoint matching. Author: David Lowe
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:429342
    • 提供者:wanwei
  1. Numerical.Linear.Algebra.Lloyd.Trefethen.and.David

    0下载:
  2. 这是一本关于数值计算方法的书,编程工具可选用matlab和mathematica-This is a book on numerical methods, programming tools can be used matlab and mathematica
  3. 所属分类:matlab

    • 发布日期:2017-05-14
    • 文件大小:3965577
    • 提供者:maying
  1. code-all

    0下载:
  2. Computer Systems: A Programmer s Perspective Randal E. Bryant and David R. O Hallaron This directory contains the code examples in the CS:APP text. The code shown in the text is included automatically from the files in this directory, with
  3. 所属分类:matlab

    • 发布日期:2017-05-24
    • 文件大小:8247516
    • 提供者:jacklu
  1. PR_Toolbox

    1下载:
  2. PRTools is the basic software package used in the book "Classification, parameter estimation and state estimation - an engineering approach using Matlab" (2004) by Ferdi van der Heijden, Robert P.W. Duin, Dick de Ridder and David M.J. Tax.-PRTools is
  3. 所属分类:matlab

    • 发布日期:2017-05-11
    • 文件大小:2681038
    • 提供者:AhmedMrc
  1. File1-Presentation

    0下载:
  2. THis is a presentation on Viola Joans Method and SIFT method introduced by David.G.Lowe
  3. 所属分类:matlab

    • 发布日期:2017-04-09
    • 文件大小:1437858
    • 提供者:pasindu
  1. similitudeMoments

    0下载:
  2. 自己按J David的方法做的7个Hu时刻,用于边缘检测-7 HU moments,similitude Moments,matlab
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:746
    • 提供者:李起航
  1. Numerical.Linear.Algebra.Lloyd.Trefethen.and.David

    2下载:
  2. 本书是一本数值线性代数的导论性著作,作者深刻阐述了数值代数的基本思想,加上他们清新、引人入胜的写作风格,使得本书成为本领域的经典之作-This book is an introductory numerical linear algebra book, the author expounded the basic idea of numerical algebra, together with their fresh, engaging writing style makes this book
  3. 所属分类:matlab

    • 发布日期:2017-06-16
    • 文件大小:26357116
    • 提供者:LiFeiteng
  1. tricurv.tar

    0下载:
  2. Function to calculate the principal curvatures on a triangular mesh. Approximations of curvature are based on local (N=1) neighborhood elements and vertices. Note: Directions of curvatures aren t calculated appropriately. Will post an updated ve
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:22688
    • 提供者:tao lu
  1. ChebyshevExpansion

    0下载:
  2. 给定一个普通多项式p(x),用列向量表示,阶次从高到低排列,此函数返回p(x)的切比雪夫多项式展开的系数,返回的的结果也是一个列向量,同样按切比雪夫多项式的阶次从高到低排列 另外该函数用cos(x)项傅里叶级数展开一个多项式- ChebyshevExpansion.m by David Terr, Raytheon, 5-26-04 Given a polynomial f(x) of degree n expressed as a row vector of c
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:1165
    • 提供者:Xijun Ye
  1. sift

    0下载:
  2. Sift by David Low from UBC about computer vision features
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:886
    • 提供者:Moin
  1. MATLAB-David-McMahon

    0下载:
  2. 一本matlab编程人员案头必备的一本参考书籍,中文版,有助于提高英文及编程技术.-A matlab programmer an essential desk reference books, Chinese, English and help to improve programming.
  3. 所属分类:matlab

    • 发布日期:2017-05-23
    • 文件大小:7384633
    • 提供者:王奎
  1. MATLAB

    0下载:
  2. David McMahon 博士编写的关于matlab的书,郑碧波翻译,很不错,可以让你快速上手matlab-Prepared by Dr. David McMahon' s book on matlab, Zheng Bibo translation, very good, allowing you to quickly get started matlab
  3. 所属分类:matlab

    • 发布日期:2017-05-23
    • 文件大小:7385088
    • 提供者:liujia_xian
  1. D_L_sift

    0下载:
  2. 这个程序是david Lowe用于演示SIFT算法的matlab的源代码-This program is david Lowe SIFT algorithm is used to demonstrate the source code matlab
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:654940
    • 提供者: binchao
  1. FitDataToALogisticFunction

    0下载:
  2. 在这项工作中所使用的方法是基于一个由大卫阿诺德教程。 http://online.redwoods.cc.ca.us/instruct/darnold/diffeq/logistic/logistic.pdf 这将运行该Logistic.m带来了图形用户界面。 1。放弃在列的格式文本文件中的x值 2。放弃在山口格式文本文件中的y值 3。的阴谋初始 按钮将绘制的分布 4。 查找适合 按钮,会找到最适合 5。 重置 将删除的情节(虽然我想打扫所有的领域
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:11332
    • 提供者:abeaqhax
« 12 3 »
搜珍网 www.dssz.com