登录
首页 » Visual C++ » TINofReadandWrite

TINofReadandWrite

于 2020-06-29 发布 文件大小:5743KB
0 304
下载积分: 1 下载次数: 189

代码说明:

  通过用户交互的方式形成Delauny三角网,也可以通过读取点(txt)文件画tin并且输出三角网的每条边的起点,终点,线的斜率和截距(Using the way that users control the positions of the points so as to draw the TIN under the rule of Delauny.Besides,it allows the users that call the txt file which records the information of the points(x,y coordinate),namely ,the read function.Last users can output the information for the TIN s every line start point and end point and k,b information(y=kx+b) )

文件列表:

成品之读写tin
.............\Debug
.............\.....\Line.obj
.............\.....\Line.sbr
.............\.....\MainFrm.obj
.............\.....\MainFrm.sbr
.............\.....\StdAfx.obj
.............\.....\StdAfx.sbr
.............\.....\tin.bsc
.............\.....\tin.exe
.............\.....\tin.ilk
.............\.....\tin.obj
.............\.....\tin.pch
.............\.....\tin.pdb
.............\.....\tin.res
.............\.....\tin.sbr
.............\.....\tinDoc.obj
.............\.....\tinDoc.sbr
.............\.....\tinView.obj
.............\.....\tinView.sbr
.............\.....\vc60.idb
.............\.....\vc60.pdb
.............\Line.cpp
.............\Line.h
.............\MainFrm.cpp
.............\MainFrm.h
.............\ReadMe.txt
.............\res

.............\...\tin.rc2


.............\resource.h
.............\StdAfx.cpp
.............\StdAfx.h
.............\TIN
.............\...\ChildFrm.cpp
.............\...\ChildFrm.h
.............\...\Debug
.............\...\.....\ChildFrm.obj
.............\...\.....\MainFrm.obj
.............\...\.....\StdAfx.obj
.............\...\.....\TIN.exe
.............\...\.....\TIN.ilk
.............\...\.....\TIN.obj
.............\...\.....\TIN.pch
.............\...\.....\TIN.pdb
.............\...\.....\TIN.res
.............\...\.....\TINDoc.obj
.............\...\.....\TINView.obj
.............\...\.....\vc60.idb
.............\...\.....\vc60.pdb
.............\...\MainFrm.cpp
.............\...\MainFrm.h
.............\...\ReadMe.txt
.............\...\res

.............\...\...\TIN.rc2


.............\...\Resource.h
.............\...\StdAfx.cpp
.............\...\StdAfx.h
.............\...\TIN.APS
.............\...\TIN.clw
.............\...\TIN.cpp
.............\...\TIN.dsp
.............\...\TIN.dsw
.............\...\TIN.h
.............\...\TIN.ncb
.............\...\TIN.opt
.............\...\TIN.plg
.............\...\TIN.rc
.............\...\TINDoc.cpp
.............\...\TINDoc.h
.............\...\TINView.cpp
.............\...\TINView.h
.............\tin.aps
.............\tin.clw
.............\tin.cpp
.............\tin.dsp
.............\tin.dsw
.............\tin.h
.............\tin.ncb
.............\tin.opt
.............\tin.plg
.............\tin.rc
.............\tinDoc.cpp
.............\tinDoc.h
.............\tinView.cpp
.............\tinView.h
.............\~VC7C.tmp
.............\~VC7D.tmp

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

发表评论

0 个回复

  • main_huizong3
    EXCEL实现自动汇总不同表格内容到一张表,有详细的代码注释,复用性非常好(EXCEL automatic collection of different forms of content to a table, there are detailed code notes, reusability is very good)
    2017-08-20 16:41:13下载
    积分:1
  • 永乐软
    文档一体化系统是从档案管理的实际情况出发而研发的,总体上力求简明、实用和功能完备;操作风格上,尽可能地向大家所熟悉的微软产品靠近。它具有文档一体化功能,乡镇、机关档案室可以从收发文登记开始管理,以归档类目为桥梁,通过归档操作,最终完成归档工作。此系统启运方便快捷。(Document integration system is developed from the actual situation of archives management, and strives to be concise, practical and functional in general. In terms of operation style, it is as close as possible to Microsoft products that you are familiar with. It has the function of document integration. Township and government archives office can start management from the registration of receiving and receiving documents, take the archiving category as a bridge, and finally complete the archiving work through the archiving operation. This system is easy to operate.)
    2020-06-23 23:40:01下载
    积分:1
  • VBToExcel
    VB写的如何和Excel表格进行数据交换,修改,删除等动作.有详细的中午注释,适合菜鸟学习!(How to write VB and Excel spreadsheets for data exchange, modify, or delete action. Noon detailed notes, suitable for a novice to learn!)
    2013-09-22 15:22:18下载
    积分:1
  • NaN
    对于转换为文本数据的文件,去除数据文件中的非正常值(The data is converted to text files, removing a non-normal data file)
    2010-07-02 10:40:52下载
    积分:1
  • note-book
    实现简单的记事本功能。如:打开文件,添加删除内容,字数统计与查找等功能。(Simple notepad. : Open the file, add and remove content, features such as word count and Find.)
    2012-10-29 17:03:37下载
    积分:1
  • 5294996
    制作的一个酷似于XP按钮的程序源代码,一个很好用的东东,()
    2017-11-03 14:45:30下载
    积分:1
  • file_rw_binary
    文件操作 以二进制格式读写文件 数据保存打开类型 (File operations data read and write files in binary format to save the open type)
    2015-03-10 22:07:28下载
    积分:1
  • sale
    文件输入物品税前价格,通过相应物品的税率计算出物品的售价并显示。(File input goods before prices, tax rates by the corresponding articles of the items priced and displayed.)
    2013-11-08 18:47:23下载
    积分:1
  • SMARTSRC
    源码演示了如何读取S.M.A.R.T硬盘信息的方法,并且将读出的硬盘信息保存于一个INI文件中。(This is very simple program which communicates with the Hard drive to get the information using S.M.A.R.T. available within the hard drive. )
    2009-05-02 20:11:00下载
    积分:1
  • hjldwg
    一个快速读写DWG的文件源代码,DWG是矢量开发中经常碰到的文件格式,DWG文件格式比较烦琐,此库为程序员读写DWG文件节省很多精力(a fast read and write DWG document source code, Vector DWG development is frequently encountered in the paper format, DWG file format, and more than that, for this to read and write DWG programmers to save a lot of energy documents)
    2007-03-15 00:13:14下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载