登录
首页 » Visual C++ » OpenSTL

OpenSTL

于 2015-08-28 发布 文件大小:13KB
0 221
下载积分: 1 下载次数: 49

代码说明:

  MFC的小程序,打开文本的STL文件,并实现缩放、旋转、计算体积、表面积功能(MFC applet, open the text of STL file, and zoom in, rotate, calculate volume, surface area function)

文件列表:

MainFrm.cpp,1777,2014-09-27
MainFrm.h,669,2014-09-27
OpenSTL.cpp,4165,2014-09-27
OpenSTL.h,507,2014-09-27
OpenSTLDoc.cpp,2537,2014-09-27
OpenSTLDoc.h,853,2014-09-27
OpenSTLView.cpp,12158,2014-10-12
OpenSTLView.h,2697,2014-10-10
resource.h,1471,2014-10-11
stdafx.cpp,140,2014-09-27
stdafx.h,1578,2014-09-27
targetver.h,234,2014-09-27
Vertex.h,2040,2014-10-10

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

发表评论

0 个回复

  • relorien
    摄影测量中的相对定向程序,供摄影测量初学者使用(photographic measurement of the relative orientation procedures for the use of photogrammetry beginners)
    2021-01-04 21:58:55下载
    积分:1
  • EastDraw
    说明:  用MFC做的一个小的绘图软件,简单实用,适合初学者参考使用。(MFC to do with a small graphics software that is simple and practical reference for beginners.)
    2009-07-30 21:09:00下载
    积分:1
  • ScreenCapture
    使用GDI库,软件可以捕捉桌面任意窗口,保存到剪切板。 操作方法:按下鼠标左键,进行拖动;(Using GDI library, the software can capture any of the desktop window, save it to the clipboard. Methods of operation: press the left mouse button, and drag )
    2013-09-17 18:02:41下载
    积分:1
  • llk1_11
    呵呵 TX的连连看外挂大家可以下载来学习。(hehe ooooh nice )
    2013-11-09 19:50:51下载
    积分:1
  • 2011_08_20_ADO_Access
    VC++ MFC中基于对话框的程序 使用ADO对ACCESS进行操作,编辑,添加、删除记录,显示所有的记录等。如何对mdb程序进行压缩等功能、如何动态建立mdb文件以及动态建立table表进行详细说明。(VC++ MFC dialog based on the ACCESS program uses ADO to operate, edit, add, delete records, show all records. How to compress mdb program functions, how to dynamically create mdb file and dynamically build table table details.)
    2011-08-22 19:31:19下载
    积分:1
  • CvvImage
    好多opencv的应用程序界面中在MFC中显示图像,但是我发现这些显示功能大部分用到了一个叫CvvImage的类,最近使用opencv2.3.1,发现找不到这个类了。 没有具体研究过opencv ,但是opencv在MFC中显示图像需要用的一个叫做CvvImage的类的DrawToHDC()的函数,但是我在2.3.1下却怎么也没有找到这个类,和这个函数。在2.3.1的文档下没有关于这个的任何资料,不知道是不是新版本的opencv去掉了这个类,或者用其他的方式实现了。所以我需要用以前的方式实现这个类。在网上找了一些资料。发现这个问题可以这样处理。 我们可以自己建立一个CvvImage.h和一个CvvImage.cpp的文件,添加到工程中。这样我们在工程中包含上这个CvvImage.h的头文件,就可以正常的按照以前的方式使用CvvImage类将图像绘制到MFC控件中了(Many opencv application interface in the MFC display images, but I found that most of these display features used in a class called CvvImage, the recent use of opencv2.3.1, found that the class can not find. There is no specific study of the opencv, but opencv in the MFC to display the image needs to be used in a class called DrawToHDC () function, but I did not find the kind of 2.3.1 under the CvvImage, and this function. There is no information about this in the 2.3.1 document, and it is not known whether the new version of OpenCV has removed this class, or has been implemented in other ways. So I need to use the old way of this class. On the Internet for some information. Found the problem can be handled in this way. We can create a CvvImage.h and a CvvImage.cpp file, added to the project. So we in the project includes the CvvImage.h header file, you can normally use the CvvImage class in accordance with the previous way draws the image to the MFC control.)
    2016-05-03 09:55:45下载
    积分:1
  • Wind
    VB的一个弹窗广告作弊软件,让你的收入大幅度提升,源码很简单(VB cheating a pop ad software, to greatly enhance your income, source code is very simple)
    2010-09-28 12:12:33下载
    积分:1
  • ThreadPriority
    线程优先级示例-赛马ThreadPriority,很不错的vc源码,希望能对大家有所帮助(Thread Priority Example- Jockey ThreadPriority, very good vc source code, I hope you can help)
    2011-09-02 06:27:36下载
    积分:1
  • PL0-The-compiler
    一、完成的实验内容及说明 基本内容 (1)扩充赋值运算:+ 和 - (2)扩充语句 REPEAT <语句序列> DOWHILE <条件> 其中,<条件>是循环条件,即条件成立时,重复执行循环体的< 语句序列> 选做内容 (1)增加运算:++ 和 。 (2)增加类型:① 字符类型; ② 实数类型。 (3)扩充函数:① 有返回值和返回语句;② 有参数函数。 (4)增加一维数组类型 (A, the experiment content and complete The basic content Operation: (1) expand the assignment+ and (2) REPEAT expansion statements < > statement sequence Conditions of DOWHILE < > Among them, the conditions of < > is loop condition, namely conditions founded, repeat the loop body < > statement sequence Choose to do content (1) operation:++ and . (2) types: (1) character types (2) real types. (3) the expansion of function: (1) has a return value and return statement (2) a parameter function. (4) increase a one-dimensional array type)
    2020-07-16 22:38:54下载
    积分:1
  • Test
    win7 x64 过TP源码,看雪大神发的,学习必备(win7 x64 pass tp,win7 x64 pass tp,win7 x64 pass tp.)
    2015-10-29 11:40:19下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载