登录
首页 » Visual C++ » TIN

TIN

于 2020-06-29 发布 文件大小:4584KB
0 254
下载积分: 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 个回复

  • UDPTest
    UDP协议测试工具,可根据设定绑定UDP绑定IPD端口,进行相关的UDP吸引收发数据测试。(UDP protocol test tools, according to the set bound to the UDP binding IPD port, the UDP attract send and receive data test.)
    2013-04-18 09:18:39下载
    积分:1
  • DSP_FFT
    在DSP开发环境CCS3.3中利用c++语言实现快速傅里叶变换(In DSP development environment CCS3.3 using c++ language fast Fourier transform)
    2013-10-18 20:30:06下载
    积分:1
  • GPIO_FLASH
    这是一个利用dsp的gpio口实现不同的功能模块和数字口功能,程序完整可运行(This is a use of the GPIO DSP port to achieve different functions and functions of the function module, the program can run )
    2015-07-09 11:42:30下载
    积分:1
  • Virtual-screen-and-realization-
    Visual C++语言提供了虚屏功能,利用它及Windows GDI图形函数,可编制出功能强大的图形处理程序。虚拟屏幕的原理是,首先定义一个虚拟设备描述表及一块位图象数据区,将本应在实际窗口的绘画处理转移到此图象数据区(这块图象数据区功能相当于视频存储区),绘画操作完成后可通过图象传递,将结果弹出到可视窗口。许多Windows环境的图形处理或CAD系统都采用了这种技术。如GIS软件Mapinfo、AutoCAD for Windows等,它们的图形操作功能如开窗、漫游等的基础都是建立在虚屏基础上,并且将操作界面都作成工具窗(一种特殊的窗口,客户区内规则地排列着图象按钮响应操作代码)的形式,直观、灵活且便于用户选择操作。VC++的CDC类、CBitmap类封装了对虚屏的操作,利用类的继承性,也可很容易的实现工具窗。(Visual C++ provides a virtual screen function, use it, and Windows GDI graphics functions, can be prepared in a powerful graphics program. The principle of the virtual screen, first define a virtual device description table and a bit image data area, the present should be transferred in the actual window painting processing of this image data area (this image data area function equivalent to the video memory area ), after the completion of the painting operation can be passed through the image, the results of the pop-up to the visible window. Graphics or CAD system for many Windows environment using this technology. GIS software Mapinfo, AutoCAD for Windows and other graphics operations functions such as windows, roaming the foundation are built on the basis of the virtual screen, and the operator interface made ​ ​ tool window (a special window, the client area regularly arranged in the form of image button in response to the operation code), intuitive, flexible and user-fri)
    2012-11-29 00:55:11下载
    积分:1
  • 1
    说明:  这个程序生成一个窗口 是界面编程的基础部分(this program can disgard point using ransac method)
    2009-05-08 18:16:58下载
    积分:1
  • 676556
    使用日期时间控件,VC++精选编程学习源码,很好的参考资料。(Use the date and time control, VC++ select learning programming source code, a good reference.)
    2013-12-01 18:01:55下载
    积分:1
  • Farm-Manage-OS
    农场管理系统的C++实现 系统具有版本控制及基本的数据库管理功能 问题描述:农场主手下有经理、工人等人类。还有各种动物。这个系统能对不同操作对象(农场主、经理、工人等)提供不同操作权限。能够基本模拟农场的运行模式(Farm management system c++ implementation of the system with functions of version control and basic management problem description: farmers had managers, workers and other human beings. There are all kinds of animals. Can the system for different operating object (farmers, managers, workers, etc.) to provide different operating authority. The mode of the basic simulation to farm)
    2016-03-29 23:53:38下载
    积分:1
  • MULTISTAGE_VQ
    C source of Multistage Vector Quantization
    2016-09-20 20:45:43下载
    积分:1
  • Gp_Src
    VC++ 6.0 MFC for Stock
    2020-06-25 16:20:01下载
    积分:1
  • chapter5
    一个关于短息防伪系统的C++数据库开发例程,数据库选用Access(An example of development of data base with C++)
    2012-08-04 15:30:00下载
    积分:1
  • 696516资源总数
  • 106618会员总数
  • 4今日下载