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

搜索资源列表

  1. BKSpatialAnalysis

    0下载:
  2. 空间分析程序 完成基本几何图形的绘制,并且完成gis里缓冲区分析,部分完成了多边形之间关系的功能!但有待扩充。-spatial analysis procedures are completed basic geometric figure drawing, and completed gis Lane buffer analysis, the completion of the relationship between the polygon functions! But to be expa
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:212846
    • 提供者:huanggua
  1. x1

    0下载:
  2. 产生向量图转换为向量图2产生向量图转换为向量图3产生向量图转换为向量图4-have to convert vector map produced two vector conversion of vector map Figure 3 Vector plans have converted to vector map 4
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:3274
    • 提供者:成长
  1. PicTest

    0下载:
  2. VC/MFC 常见的几种图像显示的方法: 1.使用CBitMap,在OnPaint 中绘制 2.用picturn控件绘制 3.用背景图 4.用KoDak控件(需要已经安装) -VC / MFC common image shows several ways : 1. CBitMap use. Drawing the OnPaint 2. Controls used picturn drawing three. use background Figure 4. charge
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:1181566
    • 提供者:朱某某
  1. ImageForTest图像实验的标准源图,国际通用

    0下载:
  2. 图像实验的标准源图,国际通用,做对比实验不可缺少的素材,lena,fruit,等等。-The image of the standard resource figure, international general, do the contrast experiment indispensable materials, Lena, fruit, and so on.
  3. 所属分类:2D图形编程

    • 发布日期:2017-03-31
    • 文件大小:779178
    • 提供者:曾维
  1. matlab-sanwei-hanshu

    1下载:
  2. matlab 极坐标图形的绘制、三维曲线、三维网格、三维阴表面明图-matlab polar graphics rendering, three-dimensional curves, three-dimensional grid, three-dimensional surface Ming Yin Figure
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-27
    • 文件大小:1607
    • 提供者:徐俊
  1. Figure

    0下载:
  2. 仿照MATLAB绘图函数自写的FIGURE类,能根据数据大小自动调整纵横坐标,也可以手动设置坐标大小。-Modeled on MATLAB graphics functions since written FIGURE categories, can automatically adjust the data size of vertical and horizontal coordinates, can also manually set the size coordinates.
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-26
    • 文件大小:4161
    • 提供者:tiansongpo
  1. magnifyOnFigure

    0下载:
  2. This utility provides a powerful zooming tool specially designed for the documentation of original and zoomed 2D graphics of images on the same plot. It is composed of two blocks (the secondary axes and the magnifier). The secondary axes, which
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-30
    • 文件大小:12942
    • 提供者:djimy
  1. CTsl

    0下载:
  2. 以前做课程设计时写的医学CT图像重建程序。 首先模拟CT工作原理,以图A为对象,模拟CT中的射线从各个方向穿过A得到数据,然后用这些数据来进行重建得到图A重建图-Previously done when the curriculum design to write a medical CT image reconstruction process. First simulation CT works in an attempt to target A simulated CT-rays fr
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-06
    • 文件大小:359328
    • 提供者:joneykk
  1. aima

    0下载:
  2. Make a point move in the 2D plane State = (x y xdot ydot). We only observe (x y). This code was used to generate Figure 17.9 of "Artificial Intelligence: a Modern Approach", Russell and Norvig, 2nd edition, Prentice Hall, in preparation.-
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-02
    • 文件大小:742
    • 提供者:koko
  1. wen

    0下载:
  2. 在刻画蛋白质序列的二维画图程序,所采用的工具是用Matlab做的-Drawing figure
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-14
    • 文件大小:2563
    • 提供者:闻佳
  1. Ostu

    0下载:
  2. 该文件夹中是三种二值化算法的matlab代码,下面以otsu二值化算法实现为例进行说明: 在Matlab上运行时,可以把该文件夹设为当前目录(Current Directory) 先读入灰度图片, 图片假设保存在D盘 I = imread( D:\coins.bmp ) 二值化 I_bw = otsu(I) 查看二值化结果 figure, imshow(I_bw) -I = imread( D:\coins.bmp ) I_bw = otsu(I) fig
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-04
    • 文件大小:3716
    • 提供者:自己人
  1. psopt

    0下载:
  2. Robust Particle Swarm toolbox implementing Trelea, Common, and Clerc types along with an alpha version of change detection. This toolbox is designed for researchers in Computational Intelligence as well as application developers, students, and c
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-28
    • 文件大小:12718
    • 提供者:mido
  1. peoroll

    0下载:
  2. 在BREW平台做的人物跑动和图片的显示效果。代码是用C语言写的。-In the figure running the BREW platform and pictures show the effect. The code is written in C language.
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-10
    • 文件大小:1289042
    • 提供者:BOBO
  1. freqFilter

    0下载:
  2. 各种滤波:// ButterworthL() - 巴特沃斯低通滤波器 // ButterworthH() - 巴特沃斯高通滤波器 // MutualFilter() - 交互式带阻滤波器 // RetrorseFilter() - 巴特沃斯低通滤波器的逆滤波 // WienerFilter() - 有约束恢复的维纳滤波 // PSE_Filter() - 有约束恢复的功率谱均衡滤波 // MinPower() - 有约束恢复的最小平方滤波 (数字图象处理
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-03
    • 文件大小:3413
    • 提供者:lcy
  1. FlexGraph

    0下载:
  2. Flex控件与Delphi结合用,界面效果图漂亮-Flex controls combined with Delphi, pretty interface effect Figure
  3. 所属分类:2D Graphic

    • 发布日期:2017-11-30
    • 文件大小:359005
    • 提供者:hurenjun
  1. kathir_test

    0下载:
  2. fig file for gui. this is figure file to create gui
  3. 所属分类:2D Graphic

    • 发布日期:2017-12-07
    • 文件大小:3849
    • 提供者:vijiviji
  1. test1

    0下载:
  2. test figure m file to create gui
  3. 所属分类:2D Graphic

    • 发布日期:2017-12-09
    • 文件大小:8761
    • 提供者:vijiviji
  1. testfig

    0下载:
  2. test figure example to check gui
  3. 所属分类:2D Graphic

    • 发布日期:2017-12-01
    • 文件大小:2408
    • 提供者:vijiviji
  1. draw-figure-

    0下载:
  2. 可以任意颜色绘制图形,包括点、线、面、椭圆等-draw figure
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-10
    • 文件大小:2518294
    • 提供者:
  1. FIGURE

    0下载:
  2. 一个画图程序,功能根据已有数据画出数据的时域图,频域图,折射率-A program of matlab figure
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-14
    • 文件大小:2826
    • 提供者:lumin
« 12 3 »
搜珍网 www.dssz.com