CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - Plot

搜索资源列表

  1. print

    0下载:
  2. matlab绘图功能,plot,ezplot等等函数的用法及各自的特点
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:207289
    • 提供者:我爱罗
  1. 200501221210389727

    0下载:
  2. 一个好用的绘制三维图形的vc程序-A wonderful vc program for plot 3D graph
  3. 所属分类:3D图形编程

    • 发布日期:2008-10-13
    • 文件大小:40546
    • 提供者:yeh
  1. 高数演示math

    0下载:
  2. 本程序提供三矢量混合积的计算,采用matlab实现-procedures for the three mixed vector plot calculated using Matlab to achieve
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:2177
    • 提供者:李彬
  1. 用ADO做的学生请假管理

    0下载:
  2. 用ADO做的学生请假管理,很不错的哦,有时间的人可以仔细研究-Two plots are set in the space..One is starting plot and other is end.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:307748
    • 提供者:解晓姿
  1. 815262___

    0下载:
  2. vb开发的绘图程序,方便实用,简单易学绘图程序 绘图程序 绘图程序 -Plot programe of VB. practicality,and simly study.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:20811
    • 提供者:
  1. power

    0下载:
  2. 该程序用于计算幂积,它比普通的连乘方法要快得多,主要是它含有分治的思想。-the procedures used in the calculation of power plot, it more than ordinary continually multiply much faster method, it is the partition containing the idea.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:3522
    • 提供者:唐海浪
  1. numerical_analysis

    0下载:
  2. 在程序设计部分主要讨论了在读写函数表达式时,词法分析与语法分析的C++实现方法,这也正是本程序编写的难点与重点。之后介绍了复化求积法和Romberg求积法的编写步骤及方法以及数值积分的实现方法。-in the process of discussing some of the major functions of the reader expression, lexical analysis and parsing of C + + methods, which is precisely wha
  3. 所属分类:编译器/词法分析

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

    0下载:
  2. VC++ 高级编程技术-开发实例剖析一书中的源代码,适合矢量绘图开发者学习-\"vc++ advanced programming method -exploit examples introduce\" the code for this book,fit for the vector plot learner to study
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:275705
    • 提供者:fzj
  1. MyVector3

    0下载:
  2. 有C++ 编写的空间向量的所有计算,如四则运算,内积外积等-C prepared by the space vector of all, as four operations, the plot within the plot, such as outside
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:42224
    • 提供者:王通顺
  1. HFSS仿真实例

    2下载:
  2. Monostatic Radar Cross Section The goal is to plot the monostatic radar cross section (RCS) as a function of angle for a scattering object, as shown in the figure below. The scattering object is a so-called corner reflector: three sheets of metal
  3. 所属分类:数值算法/人工智能

    • 发布日期:2010-01-11
    • 文件大小:482240
    • 提供者:simulation2008
  1. Matlab 牛顿插值法

    0下载:
  2. x=a:(b-a)/n:b; %插值节点 y=f(x); plot(x,y,'b') %用蓝色线作被插函数图象 hold on z=a:(b-a)/(2*n):b; n=length(x); for j=2:n for i=n:-1:j y(i)=(y(i)-y(i-1))/(x(i)-x(i-j+1));%计算差商 end end u=y(n); m=length(z); for j=1:m for i=n-1:-1:1 u=y(i)
  3. 所属分类:matlab例程

    • 发布日期:2008-12-14
    • 文件大小:378
    • 提供者:xie3256035
  1. matlab chaos synchronization

    0下载:
  2. chaos matlab plot
  3. 所属分类:其它

    • 发布日期:2010-09-29
    • 文件大小:29855
    • 提供者:lnlzhp@126.com
  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. 响应曲线.rar

    0下载:
  2. 阶跃响应曲线 num=[23.15 39.65]; den=[2.835 7.726 20.92]; [y,x,t]=step(num, den);plot(t,y) 时域分析零输入响应曲线 A=[1 -1 0.5;2 -2 0.3;1 -4 -0.1] ; B=[0 0 1]'; C=[0 0 1]; D=0; x0=[1 0 0]'; t=0:0.1:20; initial(A,B,C,D,x0,t); title('The Initial Condition Reponse') 
  3. 所属分类:交通/航空行业

    • 发布日期:2011-05-15
    • 文件大小:339
    • 提供者:wuxn777
  1. 富麗葉係數

    0下载:
  2. clc clear all amp_sin1 = 1; freq_sin1 = 200; N =15; resolu = 10^(-6); t = [0:resolu:0.025];% unit = sec. [sinc_wave1] = sinc_wav(amp_sin1,N,freq_sin1,t); plot(t,sinc_wave1,'k-') axis([0,0.025,-2,2]) xlabel('time(sec.)') ylabel('amplitude')
  3. 所属分类:matlab例程

  1. plot ATM physionet上的心电信号数据

    0下载:
  2. plotATM,将physionet上的心电信号数据,在Matlab中进行处理,并以波形进行显示
  3. 所属分类:matlab例程

    • 发布日期:2011-06-02
    • 文件大小:1007
    • 提供者:youngmars
  1. CIC滤波器matlab代码

    0下载:
  2. CIC滤波器matlab代码 D=5; r=D; fs=1e5; S3_cic=conv(conv(ones(1,D),ones(1,D)),ones(1,D)); %三个单级卷积 [h3,f3]=freqz(S3_cic,1,1000,fs); plot(f3/(fs/2),20*log10(abs(h3))-max(20*log10(abs(h3))),'r','LineWidth',1.4) ylabel('\fontsize{12}\bf幅度响应(dB)') xlabel('\fonts
  3. 所属分类:源码下载

  1. matlab-nc 绘制矢量流场图

    2下载:
  2. 绘制矢量流场图。这对研究矢量的导数来说是重要的,而且富有启发性。 -plot current vector figure matlab。 it is interesting and enlightening to consider the derivative of a vector.
  3. 所属分类:matlab例程

    • 发布日期:2015-06-10
    • 文件大小:693248
    • 提供者:vincent
  1. qwt-5.2.QWT是一个QT的第三方库

    0下载:
  2. QWT是一个QT的第三方库,可以用其来开发各种图形 表格文件。这是最新的版本,加入了新的控件。可以直接在QTDESIGNER里面调用。,The Qwt library contains GUI Components and utility classes which are primarily useful for programs with a technical background. Beside a 2D plot widget it provides scales, sliders,
  3. 所属分类:嵌入式Linux

    • 发布日期:2017-04-09
    • 文件大小:1787443
    • 提供者:龙猫
  1. 有关QT中和第三方控件QWT的安装

    0下载:
  2. 有关QT中和第三方控件QWT的安装,已调试通过,On the QT and QWT the installation of third-party control have been debugging through
  3. 所属分类:界面编程

    • 发布日期:2017-03-22
    • 文件大小:4334
    • 提供者:刘小华
« 1 2 ... 10 11 12 13 14 1516 17 18 19 20 ... 50 »
搜珍网 www.dssz.com