搜索资源列表

  1. 图形编辑

    0下载:
  2. 实现四个功能:一、图和图素1. 定义屏幕坐标2. 在屏幕中心作下列图素:点 • ; 小方块 ■ ;大方块 ■ ; 圆点 ● 。以上述图素画线二、3. 用DDA法画线段;4. 用DDA法画圆。三、已知如图所示的多面体,其各棱边长均相等。要求1. 用步进法(即+1比较法)编写AB线段生成程序;2. 用法线法编写消隐程序;3. 编写让多面体绕其中心轴线旋转30o、45o、60o的程序四.在三的基础上自动绘制各棱边,自由旋转任意角度
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:251954
    • 提供者:张帆
  1. 立方体旋转动画

    0下载:
  2. 本程序提供了三维坐标转换为二维坐标的算法,实现在屏幕上画三维图,并提供立方体绕任意轴旋转动画的算法。-procedures for the three-dimensional coordinates of the conversion of two-dimensional coordinates of the algorithm to achieve on the screen painting three-dimensional ma
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:1303
    • 提供者:代丛军
  1. 图形编辑

    0下载:
  2. 实现四个功能:一、图和图素1. 定义屏幕坐标2. 在屏幕中心作下列图素:点 • ; 小方块 ■ ;大方块 ■ ; 圆点 ● 。以上述图素画线二、3. 用DDA法画线段;4. 用DDA法画圆。三、已知如图所示的多面体,其各棱边长均相等。要求1. 用步进法(即+1比较法)编写AB线段生成程序;2. 用法线法编写消隐程序;3. 编写让多面体绕其中心轴线旋转30o、45o、60o的程序四.在三的基础上自动绘制各棱边,自由旋转任意角度
  3. 所属分类:绘图程序

    • 发布日期:2024-10-10
    • 文件大小:251904
    • 提供者:张帆
  1. 立方体旋转动画

    0下载:
  2. 本程序提供了三维坐标转换为二维坐标的算法,实现在屏幕上画三维图,并提供立方体绕任意轴旋转动画的算法。-procedures for the three-dimensional coordinates of the conversion of two-dimensional coordinates of the algorithm to achieve on the screen painting three-dimensional ma
  3. 所属分类:3D图形编程

    • 发布日期:2024-10-10
    • 文件大小:1024
    • 提供者:代丛军
  1. VCOpenGLTest

    0下载:
  2. VC6.0环境下用OpenGL函数库画三维图的示范程序-VC6.0 environment library with OpenGL 3D map painting demonstration procedures
  3. 所属分类:OpenGL

    • 发布日期:2024-10-10
    • 文件大小:44032
    • 提供者:肖圣光
  1. sphere3d

    0下载:
  2. 3d球坐标 球坐标绘图 直角转极坐标 画三维图- SPHERE3D(Zin,theta_min,theta_max,phi_min,phi_max,Rho,meshscale) plots the 3D profile Zin as a mesh plot on a spherical surface of radius Rho, between horizont
  3. 所属分类:3D图形编程

    • 发布日期:2024-10-10
    • 文件大小:7168
    • 提供者:凌子
  1. plot_hhtsanwei

    0下载:
  2. 经验模态分解以后,可以画三维的图,一瞬时频率,时间和幅值为坐标-jingyanmtaifenjie
  3. 所属分类:matlab例程

    • 发布日期:2024-10-10
    • 文件大小:1024
    • 提供者:张小科
  1. Untitled

    0下载:
  2. 画等高线(带色彩蒙板),只要你由点的三维坐标,就可以利用这个程序帮你画出立体的模拟图-Draw contour lines (with color mask), as long as you point by the three-dimensional coordinates, you can use this program to help you draw three-dimensional simulation of Fig.
  3. 所属分类:3D图形编程

    • 发布日期:2024-10-10
    • 文件大小:3072
    • 提供者:ryanie
  1. Test3

    0下载:
  2. 定义4个类,MyShape、MyLine、MyRectangle和MyOval,其中MyShape是其他三个类的父类。MyShape为抽象类,包括图形位置的四个坐标;一个无参的构造方法,将所有的坐标设置为0;一个带参的构造函数,将所有的坐标设置为相应值;每个坐标的设置和读取方法;abstract void draw(Graphics g)方法。MyLine类负责画直线,实现父类的draw方法;MyRectangle负责画矩形,实现父类的
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-10-10
    • 文件大小:1024
    • 提供者:封强
  1. OpenGL-model-rendering

    2下载:
  2. OpenGL真实感模型绘制与应用 实现功能: *利用交互式方法,操纵浏览模型细节,能方便观察模型。 *能够用不同的方式(如上截图)渲染模型,增加光照控制、坐标系的显示等等。 *利用luweiqi模型,设计了一个简单的真实感三维动画。 动画介绍: 打开程序运行后,luweiqi 出现在屏幕中,并且自动播放背景音乐《天下无双》 按数字‘7’键开始播放动画,模型向后渐行渐远,然后开始旋转,不久变
  3. 所属分类:OpenGL

    • 发布日期:2024-10-10
    • 文件大小:6453248
    • 提供者:yang
  1. denggaoxian

    1下载:
  2. 根据给出的地理位置三维坐标画出等高线图的程序-Draw a contour map of the program according to the location given three-dimensional coordinates
  3. 所属分类:matlab例程

    • 发布日期:2024-10-10
    • 文件大小:2048
    • 提供者:xijun
  1. yuandaima

    0下载:
  2. 这里面包括平行坐标、主元分析、画3Y轴、三维坐标下作图以及波谱图几个代码。-This includes parallel coordinates, principal component analysis, draw 3 y, under the 3 d coordinate mapping and spectrogram several code.
  3. 所属分类:其他小程序

    • 发布日期:2024-10-10
    • 文件大小:4096
    • 提供者:张桂鑫
  1. 新建文件夹

    0下载:
  2. 结构的坐标、振型写入到txt文件里面,画三维振型图(Drawing three dimensional vibration pattern)
  3. 所属分类:书籍源码

    • 发布日期:2024-10-10
    • 文件大小:2048
    • 提供者:HAIXIN
  1. plotyyy

    0下载:
  2. 该函数可以绘制同一个横坐标轴下两个纵坐标轴的二维图像(plot the 2D-graph with three axis)
  3. 所属分类:图形图象

    • 发布日期:2024-10-10
    • 文件大小:1024
    • 提供者:zhanchunhui

源码中国 www.ymcn.org