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

搜索资源列表

  1. Simulation-of-JTC-using-Matlab

    1下载:
  2. 利用Matlab软件平台对JTC进行了图像识别仿真实验,得到了二维及三维相关输出图像,显示出尖锐的相关峰。仿真实验表明:联合变换进行图像识别中存在强烈的零级干扰,干扰信号是有用信号的7.14倍,输出结果不理想;采用功率谱相减法可以消除零级强干扰,进而提高了图像的识别能力。-Simulations of joint transform correlator (JTC) using Matlab is implemented, and the 2-D and 3-D drawings of the
  3. 所属分类:matlab

    • 发布日期:2017-03-26
    • 文件大小:740875
    • 提供者:zhanghao
  1. cy-matlab

    0下载:
  2. matlab课件,关于matlab学习基础,以及基本的二维图形,三维立体图形的绘制,界面的设计的方法-matlab courseware, learning on the basis of matlab, and the basic two-dimensional graphics, three-dimensional drawing, interface design methods
  3. 所属分类:matlab

    • 发布日期:2017-05-27
    • 文件大小:9808235
    • 提供者:黄珠儿
  1. C3DModel

    0下载:
  2. 读入3d 文件 用与三维模型的 编辑呵呵二次开发-Read and three-dimensional model 3d file editor with secondary development of Ha ha
  3. 所属分类:3D Graphic

    • 发布日期:2017-05-04
    • 文件大小:1365712
    • 提供者:luocw138
  1. OpenGL

    0下载:
  2. OpenGL(全写Open Graphics Library)是个定义了一个跨编程语言、跨平台的编程接口的规格,它用于三维图象(二维的亦可)。OpenGL是个专业的图形程序接口,是一个功能强大,调用方便的底层图形库。-OpenGL (full write Open Graphics Library) is a programming language defines a cross, cross-platform programming interface specification, whic
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-09
    • 文件大小:1154849
    • 提供者:lishuang
  1. 200732590104

    0下载:
  2. 三种方法绘制线、圆形、多边形等, 多边形三种方法填充,图像旋转、平移、缩放等,三种算法的二维裁剪。-Three ways to draw lines, circles, polygons, three methods of polygon fill, image rotation, translation, zooming, three methods of two dimensional cutting algorithm.
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-24
    • 文件大小:61126
    • 提供者:cindyhu
  1. chengxu2

    0下载:
  2. 二维折线或者曲线可使用plot命令,同样的三维折线或者曲线也需要这样的基本命令-Two-dimensional line or curve plot command can be used, the same three-dimensional line or curve is also need for such basic commands
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-02
    • 文件大小:2331
    • 提供者:王莉莉
  1. chengxu-(4)

    0下载:
  2. 与二维图形类似,三维图形也可以通过同样的命令实现绘图,下面正是三维螺旋线的绘制-Similar two-dimensional graphics, three-dimensional graphics can also be achieved by drawing the same command, the following is the three-dimensional spiral drawing
  3. 所属分类:3D Graphic

    • 发布日期:2017-04-01
    • 文件大小:2308
    • 提供者:王莉莉
  1. two-dimensional-forward-modeling

    0下载:
  2. 实现二维声波方程的正演模拟,有三层地质层,不同速度-Achieve two-dimensional forward modeling acoustic wave equation, there are three geological layers, different speeds
  3. 所属分类:Graph program

    • 发布日期:2017-03-28
    • 文件大小:1282
    • 提供者:Aleny
  1. computer-graphics-jobs

    1下载:
  2. 计算机图形学大作业 直线,圆,椭圆,二维填充,二维裁剪,二维变换,二维动画,三维图形,bezier曲线,雪花曲线-Great job in computer graphics lines, circles, ellipses, filled two-dimensional, two-dimensional cutting, two-dimensional transform, two-dimensional animation, three-dimensional graphics, bez
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-15
    • 文件大小:3661758
    • 提供者:weiqier
  1. 3D_DEM

    0下载:
  2. DEM(二维)三维地形漫游系统:采用MFC和OPENGL利用分层设色制作,包括2D,3D的全部漫游功能,包括视点控制,飞行路线等交互操作. 以前就发过,不过上传的时候数据自动丢失了,下载900次,均是最好评论,感谢大家支持,现在重新上传,这是以前的记录 3D_DEM.rar, OpenGL, 6753KB,下载 898 次 -DEM (D) three-dimensional terrain Navigation System: The use of MFC and OPENGL
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-25
    • 文件大小:8281538
    • 提供者:宋启波
  1. VC_eidter

    0下载:
  2. 一个比较粗糙的VC++二维显示和三维显示的关键技术代码,它可生成三种数据曲线图以及三维图形展示图像等,希望对您有所帮助。 -A relatively rough VC++ two-dimensional display and three-dimensional display of the key technologies of the code, it can generate three data graphs and three-dimensional graphics displa
  3. 所属分类:Special Effects

    • 发布日期:2017-04-08
    • 文件大小:150591
    • 提供者:madud00041
  1. Point

    0下载:
  2. 分别编写两个类Point2D,Point3D来表示二维空间和三维空间的点,使之满足下列要求: (1) Point2D有两个整型成员变量x, y (分别为二维空间的X,Y方向坐标),Point2D的构造方法要实现对其成员变量x, y的初始化。 (2)Point2D有一个void型成员方法offset(int a, int b),它可以实现Point2D的平移。 (3)Point3D是Point2D的直接子类,它有有三个整型成员变量x,y,z (分别为三维空间的X,Y,Z方向坐标),Po
  3. 所属分类:JavaScript

    • 发布日期:2017-03-30
    • 文件大小:1958
    • 提供者:胡迪
  1. Runiter.Graphing.Calculator

    0下载:
  2. Graphing Calculator 3D 三维图形计算器是一种易使用的、能绘出二维、三维图像的软件,可以最快地把你的数学方程转换成三维图形,辅助空间想象,提高解题效率,加深对数形结合的理解。-Runiter Graphing Calculator 3D Pro v3.2
  3. 所属分类:3D Graphic

    • 发布日期:2017-05-17
    • 文件大小:5018213
    • 提供者:Joe
  1. Arcgis

    1下载:
  2. ArcEngine开发的三维系统,包括二维和三维操作-ArcEngine development of three-dimensional systems, including operation of two and three dimensions
  3. 所属分类:GIS program

    • 发布日期:2017-03-30
    • 文件大小:906157
    • 提供者:bobo
  1. Bezier

    0下载:
  2. 用ribbon界面实现的三维曲线的二维显示,曲线可自动或手动生成,场景可自由设定。-Achieved with the ribbon interface, a two-dimensional display three-dimensional curve, the curve can be generated automatically or manually, the scene can be set freely.
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-16
    • 文件大小:120679
    • 提供者:fangshijie
  1. OpenGL

    1下载:
  2. OpenGL(全写Open Graphics Library)是个定义了一个跨编程语言、跨平台的编程接口的规格,它用于三维图象(二维的亦可)。OpenGL是个专业的图形程序接口,是一个功能强大,调用方便的底层图形库。 -OpenGL (full write Open Graphics Library) is a programming language defines a cross, cross-platform programming interface specification, w
  3. 所属分类:OpenGL program

    • 发布日期:2015-10-19
    • 文件大小:780288
    • 提供者:凝初四月
  1. TChartCSharp_Exer

    4下载:
  2. Teechart(8.0)控件二维曲线及三维图(Colorgrid)绘制例子,其中提供获取曲线及图的当前位置的坐标以及值的功能。-Teechart (8.0) controls two-dimensional curves and three-dimensional map (Colorgrid) draw an example, which provides access to Curve and the map coordinates of current location and valu
  3. 所属分类:ActiveX/DCOM

    • 发布日期:2013-10-10
    • 文件大小:45587
    • 提供者:陈文强
  1. Domitry

    0下载:
  2. 它是个地图和图形处理在程序,可以处理一维、二维、三维地图。-It is a map and graphics in the program, can handle one-dimensional, two-dimensional, three-dimensional map.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-24
    • 文件大小:8182840
    • 提供者:penglilong
  1. Matlab

    0下载:
  2. matlab关于作图的讲解(有例题)包括二维,三维-explanations on the mapping matlab (with examples), including two-dimensional, three-dimensional, and so
  3. 所属分类:matlab

    • 发布日期:2017-04-16
    • 文件大小:440757
    • 提供者:柳一航
  1. myfdr

    0下载:
  2. matlab仿真出刀刃的夫琅禾费衍射,其中有四副图,原图,二维衍射图样,函数图象和三维衍射图样-matlab simulation of the cutting edge of the Fraunhofer diffraction, which has four maps, original, two-dimensional diffraction patterns, functions, images and three-dimensional diffraction pattern
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:466612
    • 提供者:王斌豪
« 1 2 ... 33 34 35 36 37 3839 40 41 42 43 ... 50 »
搜珍网 www.dssz.com