登录
首页 » Visual C++ » TriangleDevelopment

TriangleDevelopment

于 2021-04-09 发布 文件大小:212KB
0 402
下载积分: 1 下载次数: 426

代码说明:

  此程序生成狄洛尼三角网.运用了简单的读取文件.然后依据算法生成三角网.(this program generator Diluoni triangulation. Use a simple read files. Then generation algorithm based on triangulation.)

文件列表:

Triangle Development
....................\CTin3d实验二
....................\............\3DView.cpp
....................\............\3DView.h
....................\............\cCvgx.cpp
....................\............\cCvgx.h
....................\............\ChildFrm.cpp
....................\............\ChildFrm.h
....................\............\ColorGenerator.cpp
....................\............\ColorGenerator.h
....................\............\CTin3d.aps
....................\............\CTin3d.clw
....................\............\CTin3d.cpp
....................\............\CTin3d.dsp
....................\............\CTin3d.dsw
....................\............\CTin3d.h
....................\............\CTin3d.ncb
....................\............\CTin3d.opt
....................\............\CTin3d.plg
....................\............\CTin3d.rc
....................\............\CTin3dDoc.cpp
....................\............\CTin3dDoc.h
....................\............\CTin3dView.cpp
....................\............\CTin3dView.h
....................\............\Dtin.cpp
....................\............\Dtin.h
....................\............\dx-lit2.txt
....................\............\FileDlg.cpp
....................\............\FileDlg.h
....................\............\MainFrm.cpp
....................\............\MainFrm.h
....................\............\My3DView.cpp
....................\............\My3DView.h
....................\............\pipe.txt
....................\............\PipeFile.cpp
....................\............\PipeFile.h
....................\............\res

....................\............\...\CTin3d.rc2


....................\............\Resource.h
....................\............\sasasa.tin
....................\............\StdAfx.cpp
....................\............\StdAfx.h
....................\............\test.tin
....................\............\快鸟数据
....................\............\........\ycheck.txt
....................\............\........\yCHECK1.TXT
....................\............\........\ygeometrim.txt
....................\............\........\yPOLY1.TXT
....................\............\........\yPOLY2.TXT
....................\............\........\yPoly3.txt
....................\............\........\yPoly4.txt
....................\............\........\yPoly5.txt
....................\............\........\yPoly6.txt
....................\............\说明.txt
....................\三角形生长法生成平面Tin.doc
....................\说明.txt

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 032116
    说明:  系统根据进程给出的标识符,找到相应的套接口结构,可以(According to the identifier given by the process, the system finds the corresponding socket structure, and can)
    2019-04-23 19:26:20下载
    积分:1
  • TTS_PC
    PC机上的TTS程序,利于理解TTS原理,也可以作为应用程序。(PC, the TTS program, which will help understand the TTS principle, can be used as application.)
    2010-07-17 10:32:23下载
    积分:1
  • LODDuKai
    LOD地形小演示 内容不多全是基本知识 用于学习事实地形 (Terrain LOD few small presentations for learning basic knowledge of all the fact that the terrain)
    2010-11-01 00:15:38下载
    积分:1
  • daoyouzixun
    根据课程设计任务书要求,为校园管理部门设计一个简单的导游咨询程序, 实现如下功能: (1) 设计校园平面图,所含景点不少于10个,以图中顶点表示校园内各景点,存放景点名称、代号、简介等信息,图中的边表示景点间的道路,存放路径长度等信息。 (2) 为来访客人提供图中任意景点相关信息的查询。 (3) 为来访客人提供图中任意景点的问路查询,即查询任意两个景点之间的路径(列出所有),并向访客推荐一条最短路径。(Curriculum design task requirements for campus management department to design a simple guide consultation process to achieve the following functions: (1) The design of the campus plan, contained in the attractions of not less than 10, said the campus attractions to vertices in the graph store Attraction name, code, brief information, edges in the graph represents a road between the attractions storage path length information. (2) information query any attractions for visiting guests. (3) provide for the visiting guests to ask the way of any attractions query, that query path between any two attractions (list all) to visitors recommend a shortest path.)
    2013-03-23 15:21:40下载
    积分:1
  • Multisim_10
    multisim软件是画图仿真领域的龙头,而这个文件是个好的开始(the multisim Software is drawing the the simulation field' s leading, and this document is a good start)
    2013-03-18 22:57:33下载
    积分:1
  • 最终-高级转弯
    一个简单的电脑鼠走迷宫程序,略微改进了转弯代码。(A Micromouse maze simple procedure, slightly improved turn code.)
    2017-10-30 11:07:21下载
    积分:1
  • 嵌入式WEB服务器及远测控应用详解
    嵌入式WEB服务器及远程测控应用详解,包括服务器的移植及注意点等(Embedded WEB server and remote monitoring and control applications, including the server migration and attention points)
    2017-10-26 09:38:10下载
    积分:1
  • TransparentWindow
    ppWizard has created this TransparentWindow application for you. This application not only demonstrates the basics of using the Microsoft Foundation classes but is also a starting point for writing your application. This file contains a summary of what you will find in each of the files that make up your TransparentWindow application.
    2004-07-13 10:49:50下载
    积分:1
  • mysqltest
    在VS2010开发环境下开发,可进行数据库的连接、查询、插入、删除,适合初学者学习。(VS2010 development environment under development, database connection, query, insert, delete, suitable for beginners to learn.)
    2013-04-12 09:30:34下载
    积分:1
  • CDataGrid
    CDataGrid 分类:Visual C++ 如何删除DataGrid中的一行记录 CDataGrid m_Grid Rs->Delete(adAffectCurrent) Rs->Requery() m_Grid.SetRefDataSource(NULL) m_Grid.SetRefDataSource((LPUNKNOWN)Rs) m_Grid.Refresh() (CDataGrid Category: Visual C++ How DataGrid row delete records CDataGrid m_Grid Rs-)
    2007-09-29 12:25:15下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载