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

搜索资源列表

  1. EM3D

    3下载:
  2. 计算电磁学的3维矢量有限元方法通用的原程序-Computational electromagnetics Vector 3-D finite element method of the original procedures for GM
  3. 所属分类:matlab例程

    • 发布日期:2012-10-29
    • 文件大小:26265
    • 提供者:严玉洁
  1. charpt7_3

    4下载:
  2. 安德森《计算流体力学及其应用》第七章拟一维喷管流动的数值解 7.3节 亚声速—超声速等熵喷管流动的CFD解法 。-Anderson the computational fluid mechanics and its application "chapter 7 quasi one-dimensional nozzle flow numerical solution of section 7.3 subsonic- supersonic isentropic nozzle flow of
  3. 所属分类:数学计算/工程计算

    • 发布日期:2014-04-03
    • 文件大小:1646
    • 提供者:向阳
  1. optimal-esign

    0下载:
  2. C语言实现机械优化设计,六种一维方法。黄金分割法、平分法、三点二次插值法、三点三次插值法、割线法、抛物线法。-C-mechanical optimization design, the six one-dimensional approach. Golden section method, split method, 3.2 times interpolation method, 3.3 times interpolation method, secant method, the parabol
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-26
    • 文件大小:9414
    • 提供者:刘运量
  1. stft

    0下载:
  2. 在时域中表示,短时傅里叶变换,取1000个采样点,加窗函数,画出原始信号,三维,等高图-In the time domain, said the short-time Fourier transform, take 1000 a sampling point, add window function, draw the original signal, 3 d, contour map
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:919
    • 提供者:wenxiaoli
  1. hw_without

    0下载:
  2. 神经网络练习,使用DELTA LEARNING RULE对二维的1000个点进行分类,并且计算其准确度-There are four class centered at (3, 3), (3, − 3), (− 3, − 3), (− 3, 3). The data points are 2-dimensional independent Gaussian with the variance of 1.5. Simulate 250 points for
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-12
    • 文件大小:918
    • 提供者:danny
  1. Cluster

    3下载:
  2. 使用分解聚类算法在IRIS数据上进行聚类分析,IRIS数据是由鸢尾属植物的三种单独的花的测量结果所组成,模式类别数为3,特征维数是4,每类各有50个模式样本,总共有150个样本。-The use of decomposition in the IRIS data clustering algorithm on the cluster analysis, IRIS data are from the iris flower three separate components of the meas
  3. 所属分类:matlab

    • 发布日期:2015-03-25
    • 文件大小:3482
    • 提供者:liz
  1. Monochromatic_2D

    0下载:
  2. 1.仿真采用Monochromatic 2D算法 2.在时间域描述用了快时间和慢时间 3.这种算法在一定程度上类似于二维脉压法 -Monochromatic 2D
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:2056
    • 提供者:Ren
  1. Goldbach

    0下载:
  2. 哥德巴赫猜想: 将一给定的偶数表示成两个质数之和被称之为此数的哥德巴赫分割。例如, 4 = 2 + 2 6 = 3 + 3 8 = 3 + 5 10 = 3 + 7 = 5 + 5 12 = 5 + 7 14 = 3 + 11 = 7 + 7 … 换句话说,哥德巴赫猜想主张每个大于等于 4 的偶数都是哥德巴赫数-可表示成两个质数之和的数。[1]另有对奇数的相似猜想,称之为李维猜想。 -Goldbach s conjecture:
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:607
    • 提供者:lll
  1. FLDbasedFaceRecognitionSystem_v2

    0下载:
  2. 基于fisherface的人脸图像识别,采用lda降维的方法来识别人脸图像-This package implements a well-known FLD-based face recognition method, which is called Fisherface [1]. All functions are easy to use, as they are heavy commented. Furtheremore, a sample scr ipt is incl
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-28
    • 文件大小:261703
    • 提供者:paul
  1. doolittle

    0下载:
  2. 1.n个节点分段Lagrange插值多项式; 2.使用格式y=lagrange(x0,y0,x,k); 3.输入项x0为n维插值节点向量,y0为n维被插函数值向量; 4.x为m维插值点向量,k为分段插值多项式次数,不超过3,缺省为k=1; 5.输出y为插值点x处的函数值;- 1.n a sub-node Lagrange interpolation polynomial 2. The use of the format y = lagrange (x0, y0,
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:863
    • 提供者:link
  1. CellAuto

    0下载:
  2. 元胞自动机的虚拟程序 开发工具:Microsoft Visual Basic 6.0 运行平台:Windows OS (VB编译,代码未优化,运行速度较慢) 词语解释: CA,cellular automata,元胞自动机,或称细胞自动机。 模式(Pattern),多个细胞构成的一个状态组合。 模型: 维度,二维四方网格 细胞,两种状态(活、死);一个方格代表一个细胞。 邻居,Moore型(上、下、左、右、左上、右上、左下、
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:106818
    • 提供者:iDo4LT
  1. FuzzyClusteringToolbox

    1下载:
  2. 四种聚类算法源代码及示例代码,本程序的最终目的是形成一套标准的用于聚类、可扩展的工具。包括的内容有1. 聚类算法:Kmeans和Kmedoid算法、FCMclust, GKclust, GGclust算法 2. 评估分类原型:程序可以在二维图像上绘制出聚类的结果 3. 验证:程序给每一个算法提供验证机制,每个聚类算法会统计Partition Coefficient (PC), Classification Entropy (CE), Partition Index (SC), Separatio
  3. 所属分类:matlab

    • 发布日期:2017-05-09
    • 文件大小:2134195
    • 提供者:conroy cheung
  1. wavelet_Matlab7

    1下载:
  2. 本书是“MATLAB应用技术”系列丛书之一,以最新推出的MATLAB中的小波分析工具箱Wavelet Toolbox 3.0版本为基础。全书共分为三部分,第1部分着重介绍了小波理论基础,包括小波基础知识、连续小波变换、离散小波变换、多分辨率分析与正交小波变换、小波变换和多采样滤波器组、二维小波变换与图像处理及小波包的基本原理等;第2部分重点说明了小波分析工具箱的详细使用方法,包括图形用户接口、小波通用函数、一维小波变换的MATLAB实现、二维小波变换的MATLAB实现、小波包变换的MATLAB实
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:85780
    • 提供者:彭跃华
  1. shuanfa2

    0下载:
  2. 求图的任两结点间的距离,(2) 用二维数组存放C和A ,C是原成本矩阵,A 是求出的距离矩阵 (3) 算法采用三重循环,其中最外层的循环变量必须代表中间结点,中层的循环变量代表头结点而内层循环变量代表尾结点。 (4) 试着把三层循环变量的顺序作些改变,最外层的循环变量仍代表中间结点,而中层循环变量代表尾结点,内层循环变量代表头结点。把两种做法所得结果作比较,看结果是否相同 (5) 显示结果要清晰易懂 (6) 本题运行结果 -Order to map any of the di
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:955152
    • 提供者:lixiang
  1. forplot

    0下载:
  2. 根据多行三列的实验数据(x,y,signal)作出contourf图。其中x,y为二位空间位置(或其他概念的二维),signal为在该位置的信号。此代码先将数据按位置不同求平均,再将signal按照其对应的x,y分配到二位矩阵内。最后作图。编这个代码的初衷是为了制作大脑hippocampus区域place cell 活动性的contour 图。-it s a code i made for plotting a contour graph of experimental data (x,y,si
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:640
    • 提供者:lang yiran
  1. 3D-FDTDmatlabPEC

    0下载:
  2. 三维电磁场FDTD程序(3D-FDTD matlab)PEC边界- 3-D FDTD code with PEC boundaries
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:3792
    • 提供者:liuyawen
  1. 1

    0下载:
  2. 1、主要是产生0,1,2,3,阶贝赛尔函数图形。 2、产生线性调频信号和它的的频谱图。 3、产生单个脉冲的三维模糊图以及对应的等值图。 4、它是程序3的嵌套子程序,用于产生单个脉冲。 5、用于产生高斯和瑞利分布函数。 -These programs can produce 1、Bessel graph;2、LFM signal and its amplitude spectrum;3、ambiguous graph 4、Gaussian and Rayleigh funct
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1593
    • 提供者:刘亮
  1. 1

    0下载:
  2. 混沌 函数迭代与一维动力系统 周期3导致混沌 混沌 函数迭代与一维动力系统 周期3导致混沌-Chaos Function Iteration and 3 one-dimensional dynamic systems lead to chaos and a chaotic function iteration cycle of three-dimensional dynamical systems lead to chaos
  3. 所属分类:matlab

    • 发布日期:2017-05-15
    • 文件大小:4014527
    • 提供者:秦学
  1. xiaobo_matlab

    0下载:
  2. 此示意程序用DWT实现二维小波变换 1.调原始图像矩阵load wbarb 2.进行二维小波分解l=wfilters( db10 , l ) 3.分解结果显示figure(1) -This indicated procedures used to achieve two-dimensional wavelet transform DWT 1. Emphasized the original image matrix load wbarb 2. For two-dimen
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-24
    • 文件大小:1612
    • 提供者:zhao long
  1. yuceqi

    0下载:
  2. 分别采用维纳滤波和l-d算法设计一个6阶前向线性预测器,给出设计过程,matlab程序。 要求:1、得到预测器的权向量和预测误差功率 2、画出预测阶数和预测误差功率的曲线 3、在使用l-d算法时,假设 , ,…… 未知 -Wiener filter and were used to design a 6-ld algorithm prior to the linear predictor order, given the design process, matlab prog
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:707
    • 提供者:xiaosa
« 1 2 ... 7 8 9 10 11 1213 14 15 16 17 ... 21 »
搜珍网 www.dssz.com