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

搜索资源列表

  1. 机器语言实现三维动画

    0下载:
  2. 下载1.txt后保存到本地硬盘!然后开始——运行——输入command 进入DOS环境 输入debug<d:\\1.txt 回车(假定文件1.txt保存在D盘根目录) 就可以看见三维动画了!还有音乐哦-download 1.txt keeping to the local hard disk! Then they start -- running -- the importation into the DOS command input debug environment
  3. 所属分类:3D图形编程

    • 发布日期:2008-10-13
    • 文件大小:6779
    • 提供者:张直接
  1. 2D3D

    0下载:
  2. 把自制的数据保存为TXT文件,然后通过加载自制的文件数据实现二维三维等高线的绘制
  3. 所属分类:3D图形编程

    • 发布日期:2008-10-13
    • 文件大小:167358
    • 提供者:xiaoC
  1. ivcon

    2下载:
  2. 3D图形文件转换工具。 支持的3D图形文件格式: 3DS, ASE, BYU, DXF, GMOD, HRC, IV, OBJ, OFF, POV, SMF, STL/STLA, STLB, TEC, TRI/TRIA, TRIB, TXT, UCD, VLA, WRL, XGL
  3. 所属分类:3D图形编程

    • 发布日期:2008-10-13
    • 文件大小:57299
    • 提供者:李欣
  1. OperatePly

    0下载:
  2. 读写ply文件的matlab实现。Writes a mesh to a ply file and Reads a ply file (text format). ply files can be in binary format as we-Writes a mesh to a ply file (text format) wich can be read by PlyView from Cyberware and Scanalyze from Stanford University. Both
  3. 所属分类:3D Graphic

    • 发布日期:2017-11-10
    • 文件大小:1398
    • 提供者:tc
  1. LodTerrain

    1下载:
  2. 实现lod和水面叠加的功能,并可以读入txt各式的水位文件-Lod achieve superposition and surface features, and can read a variety of water into the txt file
  3. 所属分类:3D Graphic

    • 发布日期:2017-05-02
    • 文件大小:907798
    • 提供者:zhuhui
  1. Tin3D

    0下载:
  2. 本程序可以实现打开TXT文件后显示TIN结构的图像并可添加纹理。-This procedure can be achieved to open TXT file, show TIN structure, and can add texture images.
  3. 所属分类:3D Graphic

    • 发布日期:2017-05-10
    • 文件大小:2515616
    • 提供者:李丽
  1. ReadBundleOutFile

    0下载:
  2. 分析读取Bundler输出的.txt,.key文件,对三维点云sift特征建立KD树索引。-Parsing Bundler Output including .txt& .key Files to construct a KD tree Index.
  3. 所属分类:3D Graphic

    • 发布日期:2017-06-11
    • 文件大小:19400218
    • 提供者:tony
  1. vb-STL

    0下载:
  2. 读取txt格式文件的顶点坐标,生成stl文件。-Txt format to read the vertex coordinates to generate stl file.
  3. 所属分类:3D Graphic

    • 发布日期:2017-03-29
    • 文件大小:21138
    • 提供者:dyxing
  1. light

    0下载:
  2. 此源代码是以txt文本编辑的x3d虚拟场景文件,里面是一个路灯的设计模型,可以供学习者和开发者使用-This source code is a text editor x3d txt file virtual scene, which is a street design model, you can use for learners and developers
  3. 所属分类:3D Graphic

    • 发布日期:2017-04-02
    • 文件大小:557
    • 提供者:jim
  1. examplesACIS7.0

    2下载:
  2. ACIS的3D造型相关源码 主要包括《基于ACIS的几何造型技术与系统开发》一书中所有例子的源码,以及一些之中所需要到的工程及SAT文件等。适合acis初学者配合书籍进行学习。-3D Modeling with ACIS > > ACIS Version 7.0 > > > The archive contains : > 1) Example program presented, or menti
  3. 所属分类:3D图形编程

    • 发布日期:2013-07-01
    • 文件大小:129206
    • 提供者:libin
  1. 3D-depth-map-from-2D-images

    0下载:
  2. 二维图像三维立体视差算法依据的文章是: “Segment-Based Stereo Matching Using Belief Propogation and a Self-Adapting Dissimilarity Measure” by Klaus, Sormann, and Karner 主要步骤: Getting Pixel Disparity Filtering the Pixel Disparity 包含的文件: demo.m, .#newrea
  3. 所属分类:3D Graphic

    • 发布日期:2017-04-04
    • 文件大小:522021
    • 提供者:nemo
  1. slice

    1下载:
  2. 打开TXT文件,并算出切片厚度、密度等。实现点云的切片功能-Slicing feature of point cloud
  3. 所属分类:3D Graphic

    • 发布日期:2017-05-29
    • 文件大小:12065077
    • 提供者:destiny
  1. PCDoutput

    0下载:
  2. 应用3d摄像机kinect可以取得任意的3维数据,是以pcd的文件形式输出,本程序可以让pcd文件转换成txt文件-transfer between txt and pcd
  3. 所属分类:3D Graphic

    • 发布日期:2017-06-16
    • 文件大小:25865578
    • 提供者:ALISON SUN
  1. ThreeDImage

    0下载:
  2. 使用matlab中的meshgrid进行三维绘图,X,Y为坐标值,Z为误差值,用Z值大小及对应三维图上的颜色深浅表示误差大小的不同,对缺失的坐标点补全,并将误差赋值为0。有完整的代码和txt文件,点击即可运行,方便修改。-Using the meshgrid in matlab for three-dimensional drawing, X, Y for the coordinate value, Z for the error value, the size of the Z value a
  3. 所属分类:3D Graphic

    • 发布日期:2017-05-04
    • 文件大小:31477
    • 提供者:刘兰
  1. matlab

    0下载:
  2. 如何读取数据textread,例如通过textread( x_inlet.txt )我们可以把文件x_inlet.txt中的数据存储到数组x中,且x的维数和大小会自动与文件x_inlet.txt的相匹配。 如何画三维曲面图surf,例如 surf(x,y,z),其中xy分别为n,m个元素的一维数组时,z必须为n*m的二维数组。-How to read the data textread, for example, through x textread ( x_inlet.txt ) we
  3. 所属分类:3D Graphic

    • 发布日期:2017-12-16
    • 文件大小:1024
    • 提供者:古真
  1. point3d

    1下载:
  2. 直接运行TestMyCrust.m, 读取点云txt,或者直接加载mat文件 运行需要几分钟,耐心等待 完成后运行trianglenormal.m, 生成三角面片的法向量 运行完成得到tri.txt(组成三角面片的点的编号信息),trinormal.txt(每个三角面片法向量数值),diandian.txt(每个点云信息) 然后将三个数据当做stl_gen.exe的输入文件,得到trisuface.stl文件(run TestMyCrust.m, read point cloud fil
  3. 所属分类:3D图形编程

    • 发布日期:2018-01-01
    • 文件大小:6520832
    • 提供者:asen
搜珍网 www.dssz.com