登录
首页 » Visual C++ » TIN

TIN

于 2020-06-29 发布 文件大小:4584KB
0 271
下载积分: 1 下载次数: 59

代码说明:

  利用点的数据,首先读入文件,然后构建TIN三角网(Using the point of data, first read the file, and then build TIN triangulation)

文件列表:

TIN
...\Debug
...\.....\MainFrm.obj,19775,2010-07-05
...\.....\MainFrm.sbr,0,2010-07-05
...\.....\OVERDlg.obj,9927,2010-07-05
...\.....\OVERDlg.sbr,0,2010-07-05
...\.....\ReadfilesucDlg.obj,10120,2010-07-05
...\.....\ReadfilesucDlg.sbr,0,2010-07-05
...\.....\StdAfx.obj,105502,2010-07-05
...\.....\StdAfx.sbr,1374935,2010-07-05
...\.....\TIN.bsc,3703808,2010-07-06
...\.....\TIN.exe,131124,2010-07-06
...\.....\TIN.ilk,329440,2010-07-06
...\.....\TIN.obj,22715,2010-07-06
...\.....\TIN.pch,6934964,2010-07-05
...\.....\TIN.pdb,492544,2010-07-06
...\.....\TIN.res,8188,2010-07-06
...\.....\TIN.sbr,0,2010-07-06
...\.....\TINDoc.obj,33150,2010-07-06
...\.....\TINDoc.sbr,0,2010-07-06
...\.....\TINView.obj,22134,2010-07-06
...\.....\TINView.sbr,0,2010-07-06
...\.....\vc60.idb,230400,2010-07-06
...\.....\vc60.pdb,372736,2010-07-06
...\.....\WAITDlg.obj,9927,2010-07-05
...\.....\WAITDlg.sbr,0,2010-07-05
...\edge.txt,653785,2010-07-06
...\final.txt,1694340,2010-07-06
...\IN.txt,682899,2010-07-03
...\IN1.txt,2212,2010-07-04
...\MainFrm.cpp,2504,2010-07-04
...\MainFrm.h,1581,2010-07-04
...\order.txt,254618,2010-07-06
...\OUT.txt,254618,2010-07-04
...\OUT1.txt,445284,2010-07-04
...\OVERDlg.cpp,984,2010-07-05
...\OVERDlg.h,1220,2010-07-05
...\ReadfilesucDlg.cpp,1068,2010-07-05
...\ReadfilesucDlg.h,1294,2010-07-05
...\ReadMe.txt,4239,2010-07-04
...\res

...\...\TIN.rc2,395,2010-07-04


...\resource.h,913,2010-07-06
...\StdAfx.cpp,205,2010-07-04
...\StdAfx.h,1054,2010-07-04
...\TIN.APS,45272,2010-07-06
...\TIN.clw,3550,2010-07-06
...\TIN.cpp,4155,2010-07-04
...\TIN.dsp,4885,2010-07-05
...\TIN.dsw,531,2010-07-04
...\TIN.h,1323,2010-07-04
...\TIN.ncb,74752,2010-07-06
...\TIN.opt,51712,2010-07-06
...\TIN.plg,240,2010-07-06
...\TIN.rc,13582,2010-07-06
...\TINDoc.cpp,9748,2010-07-06
...\TINDoc.h,1812,2010-07-05
...\TINView.cpp,3228,2010-07-06
...\TINView.h,1763,2010-07-06
...\triangle.txt,433090,2010-07-06
...\WAITDlg.cpp,984,2010-07-05
...\WAITDlg.h,1220,2010-07-05

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

发表评论

0 个回复

  • RealTime_Plot
    实时曲线显示类,VC++语言开发,可同时显示4条曲线(用户可自行增加),提供标尺和信息显示栏,背景网格疏密程度可调,可直接产生DLL移植到其他工程中使用。(Real-time curve display category, VC++ Language development, can simultaneously display four curve (users can increase their own), to provide benchmark and information display boards, the extent of the background grid spacing adjustable, can be directly transplanted to generate DLL in other projects使用.)
    2008-07-17 20:31:22下载
    积分:1
  • chap29--use-OLE-DB-handle-databases
    MFC操作数据库ADO操作数据库, MFC操作数据库ADO操作数据库.(use MFC to handle the databases.)
    2012-09-19 17:29:05下载
    积分:1
  • ipclient
    This is a messenger program written in VC++. This is a client program
    2009-06-15 18:13:57下载
    积分:1
  • VC_ini_1
    一个的读写INI文件的类及实例(INI file reading and writing a class and examples of)
    2004-06-02 15:59:09下载
    积分:1
  • Observer
    a observer pattern desing example in c++ a basic class room one
    2015-09-24 17:01:56下载
    积分:1
  • VC串口
    说明:  基于MSComm控件的PC串口通信原程序,利用中断方式接收数据(MSComm on the original PC serial communication procedure, and use interrupt receiving data)
    2005-10-05 19:07:27下载
    积分:1
  • Jiafei
    用VC编写的WINDOWS程序 画了一个加菲猫的头像 并能通过按键改变其大小和图象变形(WINDOWS prepared using procedures VC painting a portrait of Garfield and can change its size keys and image distortion)
    2009-05-23 16:29:35下载
    积分:1
  • CxxCavaConverter03
    convert C++ to C# by program demo
    2013-07-28 03:59:11下载
    积分:1
  • ADO
    利用ADO连接Oracle数据库,,主要解决写入blob数据问题(Use ADO to connect Oracle database, the main solution to the issue of write blob data)
    2009-04-25 20:11:31下载
    积分:1
  • sobel函数用法示例
    调用sobel函数 进行边缘检测 结合了高斯平滑和微分求导 是一种经典的边缘检测算子(Calling Sobel function for edge detection)
    2017-11-21 14:01:06下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载