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

搜索资源列表

  1. JMC_JAVA_Versa

    0下载:
  2. Java版的Marching Cubes实现代码. -Java version of the Marching Cubes code.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:34932
    • 提供者:海的
  1. VmarchingcubeT

    0下载:
  2. 基于VTK的移动立方体(MC))算法的三维可视化实现 -Based on three-dimensional visualization of the VTK marching cubes (MC)) algorithm to achieve
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:5883
    • 提供者:tyjx
  1. 3d-cube-grid-gallery-with-3d-flip

    0下载:
  2. Flash 3d cubes from flashden
  3. 所属分类:Multimedia program

    • 发布日期:2017-11-27
    • 文件大小:23148572
    • 提供者:dotam
  1. DrawCubeUseIB

    0下载:
  2. 使用DirectX9编写的立方体。使用IndexBuffer画立方体。-Use DirectX9 preparation cubes. Use IndexBuffer painted cube.
  3. 所属分类:DirextX

    • 发布日期:2017-11-14
    • 文件大小:27490
    • 提供者:小扶
  1. draw2

    0下载:
  2. windows图形编程,实现了圆、直线段、多边形、填充多边形、种子填充、Bezier曲线、立方体,可以选择颜色、视点,进行视图平移、缩放、消隐、渲染。-windows graphics programming, a circle, a straight line segment, polygon, filled polygons, seed filling, Bezier curves, cubes, you can choose the color, viewpoint, view panni
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-11-17
    • 文件大小:134283
    • 提供者:yhuib
  1. Marching_cubes

    0下载:
  2. 利用marching-cubes算法对三维的医学图像进行等值面提取并实现显示-Marching-cubes algorithm isosurface extraction of three-dimensional medical images display
  3. 所属分类:software engineering

    • 发布日期:2017-11-13
    • 文件大小:2353
    • 提供者:houxiaoshuai
  1. TestGL2

    0下载:
  2. opengl的vc++框架程序,visual studio 2010版本,并带有绘制简单图形功能,如圆形、球体、矩形、立方体等。-opengl vc++ framework program, visual studio 2010 version, with draw simple graphics capabilities, such as circles, spheres, rectangles, cubes.
  3. 所属分类:OpenGL program

    • 发布日期:2017-11-18
    • 文件大小:158243
    • 提供者:lawy
  1. vga

    0下载:
  2. xilinx se spartan 3e advanced vga interface small cubes 800x640-xilinx se spartan 3e advanced vga interface small cubes 800x640
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-11-07
    • 文件大小:7808484
    • 提供者:hatimaine
  1. erweiwenliyingshe

    0下载:
  2. 用二维纹理映射方法,生成并显示将一幅图像表示的颜色纹理映射到一个物体(如立方体、球体)-2D texture mapping method, to generate and display an image representation of the color texture mapped to an object (such as cubes, spheres)
  3. 所属分类:Data structs

    • 发布日期:2017-11-08
    • 文件大小:2691
    • 提供者:pang
  1. RBFInpainting

    0下载:
  2. 该程序主要包含两项内容: 1.利用rbf函数进行三维散乱点重建,并用Marching Cubes方法三角化,付操作演示; 2.rbf进行图形修复,付操作演示,效果很好-The program consists mainly of two things: 1. Rbf function reconstruction of three-dimensional scattered points and Marching Cubes method triangulation to pay the
  3. 所属分类:Special Effects

    • 发布日期:2017-11-16
    • 文件大小:12794358
    • 提供者:gaoxue
  1. Demo2

    0下载:
  2. 实现三角锥和立方体的旋转绘制,状态管理和绘制几何物体-Rotation of the cones, and cubes rendering, state management and draw geometric objects
  3. 所属分类:CSharp

    • 发布日期:2017-12-07
    • 文件大小:2747
    • 提供者:陈良超
  1. marching_cubes_jgt

    1下载:
  2. 在MC(Marching Cubes)算法中,考虑了二义性的问题,是一个很好的程序-MC (Marching Cubes) algorithm, consider the ambiguity problem, it is a good program
  3. 所属分类:3D Graphic

    • 发布日期:2016-12-28
    • 文件大小:3041280
    • 提供者:wangtingting
  1. VTK-based-on-VCPP

    2下载:
  2. 首先介绍了医学图像三维重建的面绘制与体绘制方法,讨论了两种绘制方法的思想和优缺点,对常用的Marching Cubes算法和Ray Casting算法的原理和实现过程进行了阐述,并分析了可视化工具包VTK的实现机制。在VC++6.0平台下,结合可视化工具包VTK,分别基于Marching Cubes算法和Ray Casting算法对DICOM格式的CT图像序列进行三维重建,并给出了其实现的关键算法和3D可视化结果。通过人机交互,实现对重建后三维医学图像的旋转、缩放、平移等简单的交互操作。其次,通
  3. 所属分类:software engineering

    • 发布日期:2015-02-03
    • 文件大小:4524032
    • 提供者:邹春华
  1. MarchingCubes

    1下载:
  2. 移动立方体(MarchingCubes)算法是面绘制算法中的经典算法,它是W.Lorensen等人于1987年提出来的一种体素级重建方法。因其原理简单容易实现,得到了广泛的应用。-The marching cubes (marchingCubes) algorithm is a classical algorithm in the surface rendering algorithm, it is W.Lorensen, who in 1987 put forward a voxel-leve
  3. 所属分类:3D Graphic

    • 发布日期:2016-12-28
    • 文件大小:299008
    • 提供者:jason
  1. longll

    0下载:
  2. 用鼠标左键点击可使其大的立方体变成小的立方体,在点击立方体会变得更小,点击超过一定的次数立方体就脱离中心轴而变成独立的旋转。点击右键其状态又恢复成原来的状态。键盘shift+、--控制立方体的数量。-Left-click to make it big cube into small cubes, cubes become smaller at the click, click on the cube over a certain number of times and become indepe
  3. 所属分类:Graph program

    • 发布日期:2017-11-24
    • 文件大小:1703
    • 提供者:longll
  1. 3DView

    0下载:
  2. 设计了一个android3D图形demo,显示了2个立方体和两个球体,刚开始做3d,可能比较粗糙,大家见谅-Designed a android3D graphics demo, shows two cubes and two spheres, just started doing 3d, may be more rough, forgive me
  3. 所属分类:3D Graphic

    • 发布日期:2017-04-10
    • 文件大小:1483472
    • 提供者:李慧宇
  1. poj3945

    0下载:
  2. poj 3945 bfs,状态转化 On a small planet named Bandai, a landing party of the starship Tadamigawa discovered colorful cubes traveling on flat areas of the planet surface, which the landing party named beds. A cube appears at a certain position on a be
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:1687
    • 提供者:li
  1. LightMaterial

    0下载:
  2. 绘制正方体和圆环体,给物体加了材质给场景加上光照(点光源)-Draw cubes and torus, giving material objects added to the scene together with light (point source)
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-10
    • 文件大小:2491030
    • 提供者:cyj
  1. Demo2

    0下载:
  2. 实现三角锥和立方体的旋转绘制,状态管理和绘制几何物体-Rotation of the cones, and cubes rendering, state management and draw geometric objects
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-09
    • 文件大小:2791
    • 提供者:Communi
  1. Framebuffer

    0下载:
  2. 在屏幕上显示一个不断旋转和由小到大变化的五彩立方体。使用OpenGL库。-Displayed on the screen and the small to large changes in a continuous rotation of colorful cubes. Use the OpenGL library.
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-08
    • 文件大小:1528
    • 提供者:electedivi
« 1 2 3 4 5 67 8 9 »
搜珍网 www.dssz.com