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

搜索资源列表

  1. guangxiangenzong

    1下载:
  2. 光线跟踪程序的vc实现。可以绘制简单的三维图形,有阴影效果-The ray track program that achieved by VC,it can plot sipmle 3D graph with shadow effect
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:186946
    • 提供者:yx
  1. surfacenormals

    1下载:
  2. shapeletsurf.m :通过表面法向量重建三维表面; frankotchellappa.m:用Frankot and Chellappa的算法重建可积性三维表面; grad2slanttilt.m:根据梯度值求取slant 和tilt角; slanttilt2grad.m :根据slant 和tilt角度求三维表面的梯度。 详尽的可见压缩文件中的说明-shapeletsurf.m : France Vector surface reconstruction of 3D s
  3. 所属分类:3D图形编程

    • 发布日期:2008-10-13
    • 文件大小:12977
    • 提供者:陈亨利
  1. 27796720simple-SVM

    0下载:
  2. 支持向量积的一些分类器训练的matlab代码-support vector plot of some classifier training Matlab code
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:2488
    • 提供者:江兰
  1. basicvector

    0下载:
  2. 作者: junglesong 这是我过去进行一个OpenGL项目时使用到的\"三维空间向量/点\"类及相关函数,使用它们可以定义一个空间向量/点,实现向量的平移,缩放和旋转等,使用相关函数还可以实现两向量的叉乘,得到一个向量的绝对长度,将一个向量单位化,得到一个三点决定的平面的垂直向量(经过单位化),得到空间中两点的距离,得到两向量的点积,得到两向量的夹角等操作,为方便用户的使用,每个函数都有详细的注释,特别重要的向量计算如点积,叉乘还有相关说明,希望对大家有所用处. 由于源程序涉及到保
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:3177
    • 提供者:黄景天
  1. CrossProduct

    0下载:
  2. 有关数学计算——点积 适合于计算图形,尤其多边形计算方面,英文网页-the mathematical calculations -- for the plot point in the calculation of graphics, particularly polygon calculations, the English website
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:6138
    • 提供者:阿申
  1. areanav

    0下载:
  2. interactive area plot
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:4223
    • 提供者:廖智茗
  1. plotcircle

    0下载:
  2. To calculate the coordinates needed to draw a circle given the details of the circle, for use by the plot function
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:2747
    • 提供者:carolin1980
  1. plt

    0下载:
  2. An improved version of MATLAB s plot(...) optimized for data exploration-An improved version of MATLAB's plot (...) o ptimized for data exploration
  3. 所属分类:图形/文字识别

    • 发布日期:2008-10-13
    • 文件大小:845163
    • 提供者:lj
  1. Circul-plot

    0下载:
  2. it is used to plot cicul by nice way. Plot a circle v - center (either 2 or 3 dimensional vector) r - radius default = 1 c - color default = white n - number of plot points default = 20 -it is used to plot cicul by nice way.
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-14
    • 文件大小:5381
    • 提供者:Hussein
  1. nurbs(plot)

    0下载:
  2. 绘制Nurbs曲线以及Nurbs曲面,应用于VC6.0,简单方便-PLOT NURBS CURVUTE
  3. 所属分类:3D Graphic

    • 发布日期:2017-05-02
    • 文件大小:680099
    • 提供者:周肖阳
  1. plot

    0下载:
  2. 使用sift+RANSAC完成两幅图像的特征提取和匹配,并将较小图像区域在另一幅中用方框圈出来。运行plot.m。-This code uses sift and RANSAC to extract features of two images and then finds and marks the smaller image in the other image.run plot.m
  3. 所属分类:Special Effects

    • 发布日期:2017-04-28
    • 文件大小:312191
    • 提供者:孔德地
  1. plot

    0下载:
  2. Matlab drawing tools plot function adjustment can be used
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-12
    • 文件大小:937
    • 提供者:ddd
  1. load

    0下载:
  2. 利用plot画图,还有一些x、y坐标及图例的设置。(Using plot drawing, there are some x, y coordinates and legend settings.)
  3. 所属分类:图形图象

    • 发布日期:2017-12-21
    • 文件大小:9216
    • 提供者:一拳
  1. MATLAB载入txt数据并绘制其图的代码

    0下载:
  2. txt数据在MATLAB里载入并plot绘图,含数据(txt)文件(Txt data is loaded in MATLAB and plot graphics, including data (txt) files)
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-25
    • 文件大小:3072
    • 提供者:~扬
  1. function plot

    0下载:
  2. 绘制函数的图形 1) x~[0, 30] 2) x,y~[-2, 2] % 二维曲线 x = 0:30; % 冒号的功能… y = exp(-x/10).*sin(x); % 向量运算,点号的功能 plot(x, y) % 绘制二维曲线
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-24
    • 文件大小:5120
    • 提供者:小川lucky
  1. hist

    0下载:
  2. a function to plot out Guassian distribution(using this function 'hist' can plot out the Guassian distribution of a system model)
  3. 所属分类:绘图程序

    • 发布日期:2017-12-20
    • 文件大小:4096
    • 提供者:yue93
  1. python-plot

    0下载:
  2. 利用python语言进行数据可视化,可以很好的观察数据的变化规律(Using Python language for data visualization, can be very good observation of the law of change in data)
  3. 所属分类:绘图程序

    • 发布日期:2018-01-03
    • 文件大小:1024
    • 提供者:xinxging
  1. plot画图实例

    0下载:
  2. 在matlab中,使用plot画图实例,能熟练掌握使用plot进行画图(In MATLAB, use the plot drawing example)
  3. 所属分类:图形图像处理

    • 发布日期:2018-01-05
    • 文件大小:2048
    • 提供者:huahua123
  1. 20170807-plot命指令

    0下载:
  2. matlab练习,使用plot命令绘制图形图像(Matlab exercises, drawing graphics using the plot command)
  3. 所属分类:图形图象

    • 发布日期:2018-01-06
    • 文件大小:79872
    • 提供者:kathy19940121
  1. bode

    0下载:
  2. 用m文件绘画伯德图,利用hold on命令可以绘画多个伯德图,然后进行频率响应对比。(plot Bode diagram by m file)
  3. 所属分类:绘图程序

    • 发布日期:2018-05-01
    • 文件大小:18432
    • 提供者:xyxlys
« 1 23 4 5 6 7 8 9 10 ... 19 »
搜珍网 www.dssz.com