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

搜索资源列表

  1. S200502106_SVM_for_classfication

    1下载:
  2. SVM用于模式识别 整理别人的代码(原来的是英文)所得: kernel.m用于内积矩阵的计算 svcplot.m用于绘图 svm168.m是主程序 testlin.m是采用线形内积函数的支持向量机应用的 文件 testrbf.m是采用RBF内积函数的支持向量机应用 的 文件 每个文件中都有说明。 仿真平台matlab7.0, 仿真全部通过 将所有文件拷贝到work目录下(注意不要直接将上层文件夹直接拷贝到work目录下,若那样操作,必须在matla
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:6029
    • 提供者:郑军
  1. PolynomialIncludingAllFunctions

    1下载:
  2. 一元多项式符号计算-含因式分解版 不仅包含+,-,*,/,多项式求值,数值积微分,(内含多项式求根子程序),定与不定积分,还有因式分解(求根法). 用单链表.输入格式按提示.-one yuan polynomial symbolic computation-containing factorization version not only contains ,-,*,/, polynomial evaluation, Numerical plot differential (intron
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:44638
    • 提供者:shijunhui
  1. csdnalgorith

    0下载:
  2. 本材料积成了各种有关算法的问题讨论,包含了很多具体事例和问题的求解过程及说明,是学习算法不可或缺的资料-plot became the various algorithms to discuss the issue, contain many specific examples and problems in the solution process and explanations learning algorithm is essential for the
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:392875
    • 提供者:hq
  1. cic

    0下载:
  2. 个人编写的关于积梳状滤波器的程序,用于抽取和插值时防止信号失真.-individuals prepared on the plot comb filter procedures for taking and the interpolation to prevent signal distortion.
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:941
    • 提供者:zj
  1. PCA-matlab

    1下载:
  2. 此程序为用于主成分分析的matlab程序,可以输出贡献率及画出二维散点图-this procedure for the Principal Component Analysis Matlab procedures can export contribution rate and the two-dimensional plot paint
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:4150
    • 提供者:林子
  1. beamforming

    0下载:
  2. With the interference-to-noise ratio reduced to 30 dB, plot the adaptive antenna pattern after 200 iterations of the LMS algorithm-With the interference-to-noise ratio of red uced to 30 dB. plot the adaptive antenna pattern after 200 ite rations of t
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:2853
    • 提供者:游辉章
  1. baotong

    0下载:
  2. 报童问题的计算机仿真 %tm一轮实验的预定模拟天数 %t一轮实验的仿真天数累积值 %z订报量 %z 最优订报量 %g订报量z之上界 %s1损失值之累计值 %s最小损失值值 %r按概率分布产生随机售报量样本-newsboy problem of computer simulation% tm an experimental simulation of the target number of days a t% of the experimental days of
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:824
    • 提供者:吴江华
  1. Vector3src

    0下载:
  2. double类型的3维矢量运算类库,具有加、减、点积、叉积、除法、取模、单位化功能。 -double types of 3-D vector operation library is, plus or minus, plot points, fork plot, division, from mold, Function units.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1080
    • 提供者:王军安
  1. Machin

    0下载:
  2. 复化simponson求积数值分析算法之复化simpson求积算法,详细情形请见源程序,,Visual C++ my赛德尔迭代法.rar - 在VC++实现的赛德尔迭代法,有每次迭代的结果,,Visual C++ -complex plot of simponson for numerical analysis algorithm from a plot of simpson seeking algorithm, details, see the source,, Visual C my
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:2735
    • 提供者:李前
  1. 3D2Dvectorfieldplottervectline

    0下载:
  2. vectline \"vector field line plotter\" Depending on the dimension of coordinate axis, vectline can plot both 3D and 2D vector field line.-vectline "vector field line plotter" Depe nding on the dimension of coordinate axis, vectline can pl
  3. 所属分类:matlab例程

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

    0下载:
  2. 数值积分头文件, 变步长梯形法求积.-numerical integration header files, variable step trapezoidal method for the plot.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:3887
    • 提供者:刘英
  1. gaosifangfajisuanduochongjifen

    1下载:
  2. 1.功能 用高斯方法计算n重积分(C语言) 2.参数说明 int n : 积分重数 int js[n] : js[k]表示第k层积分区间所划分的子区间 void (*ss)() : 指向计算各层积分上、下限的函数名(用户自编) double (*f)() : 指向计算被积函数值的函数名(用户自编) double gaus() : 函数返回积分值 3.文件说明 gaus.c为函数程序 gaus0.c为主函数程序-1. Gaussian funct
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1915
    • 提供者:罗坤
  1. FDTDPML

    0下载:
  2. FDTD  !-- Fortran code for FDTD with Berenger PMLs, version 1.0, May 1999 !-- by Jos Bergervoet. !-- Plot field and/or Poynting vector S around radiating linear dipole
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:3329
    • 提供者:DSKL
  1. Romberg_new

    0下载:
  2. Romberg求定积分 输入:积分区间[a,b],被积函数f(x,y,z) 输出:积分结果-Romberg integral to seek input : integral interval [a, b], the plot function f (x, y, z) Output : integral results
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:983
    • 提供者:周远
  1. 3D_DipoleWave

    0下载:
  2. 2D wave simulation in 3D plot. to help you understand the wave interference phenomenon.-2D wave simulation in 3D plot. To help you un derstand the wave interference phenomenon.
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:270116
    • 提供者:蔡先生
  1. waxtop

    0下载:
  2. WAXTOP Simulate and plot a random network topology by the method-WAXTOP Simulate and plot a random network t opology by the method
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:1579
    • 提供者:luona
  1. performance_of_MIMO

    0下载:
  2. MIMO多天线收发 各种性能比较(BER曲线) 包括MMRC EGC SC Alamouti V-BLAST。信道为瑞利信道,有2种,相关和非相关。测试仿真结果 请运行文件名带plot的。-MIMO multi-antenna transceiver various performance comparison (BER curve), including MMRC EGC Ala SC mouti V-BLAST. Rayleigh channel to channel, two specie
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:11397
    • 提供者:zhu jie
  1. Integration

    0下载:
  2. 这是一个用梯形法求积的程序实例(VC)-This is a method for using trapezoidal plot examples of procedures (VC)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:2193
    • 提供者:夏承遗
  1. 3-DStemPlotofanFFT

    0下载:
  2. Example - 3-D Stem Plot of an FFTFor example, fast Fourier transforms are calculated at points around the unit circle on the complex plane. So, it is interesting to visualize the plot around the unit circle. Calculating the unit circle.
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:1283
    • 提供者:薛良
  1. invGUI

    0下载:
  2. 解压之后.添加到matlab->file->set path里面,就可以直接运行InvGUI.输入具体的数值后,自动plot figure.
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:4841
    • 提供者:lipu721
« 1 2 3 4 56 7 8 9 10 ... 50 »
搜珍网 www.dssz.com