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

搜索资源列表

  1. pgllib_src

    0下载:
  2. PGL is a library that encapsulates plot capabilities in a MFC project for VC6 and VC7. It is designed to be able to easily plot data generated in a project without the need of any external software. In fact, with CView and CDialog derived classes, yo
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:337714
    • 提供者:xiongjie
  1. D-INSAR.PLOT

    0下载:
  2. 根据D-InSAR测量的变形数据绘制地表变形曲线图
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:3196
    • 提供者:小云
  1. real-time_LPC_analysis_synthesis_visualization_1.0

    0下载:
  2. rt_lpc is a light-weight application that performs real-time LPC analysis and synthesis. It features the following: real-time LPC analysis real-time LPC synthesis visualization of original, predicted, and error waveforms visualization
  3. 所属分类:Audio

    • 发布日期:2008-10-13
    • 文件大小:111778
    • 提供者:尉迟雪凝
  1. sndpeek

    1下载:
  2. sndpeek is just what it sounds (and looks) like: real-time 3D animated display/playback can use mic-input or wav/aiff/snd/raw/mat file (with playback) time-domain waveform FFT magnitude spectrum 3D waterfall plot lissajous! (inte
  3. 所属分类:Audio

    • 发布日期:2008-10-13
    • 文件大小:282451
    • 提供者:尉迟雪凝
  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. AutoCAD ActiveXVBA二次开发技术基础及应用实例

    5下载:
  2. 1) 《源程序》文件夹 (1)Acad_firstVBA.dvb(VBA引例) (2)Acad_VBA画圆.dvb(VBA示例) (3)Pjfq.vbp(VB引例:简易加法器) (4)Pjsq.vbp(VB引例:简易计算器) (5)Pshell.vbp(应用shell函数调绘制齿轮、带轮和轴的可执行文件) (6)L3-1.vbp(综合示例:创建对AutoCAD部件引用) (7)L4-1.vbp(综合示例:控制AutoCAD环境和组织图形元素) (8)L5-1.vbp(综合示例:图
  3. 所属分类:其它资源

  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. 直接卷积

    0下载:
  2. title('xn'); subplot(2,2,2) plot(yn); title('直接卷积'); subplot(2,2,3) plot(yn1); title('filter函数'); subplot(2,2,4) plot(y3); title('iir计算');
  3. 所属分类:其它文档

    • 发布日期:2010-12-16
    • 文件大小:61952
    • 提供者:zhj891102
  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 2 ... 11 12 13 14 15 1617 18 19 20 21 ... 50 »
搜珍网 www.dssz.com