登录
首页 » Visual C++ » STL-Model-Read-And-Display--For-VC6

STL-Model-Read-And-Display--For-VC6

于 2012-11-17 发布 文件大小:5409KB
0 207
下载积分: 1 下载次数: 11

代码说明:

  在VC6.0环境下多模态显示STL标准三维模型,可以与鼠标、键盘进行交互。(The OpenGL program to display the STL model file in VC6.0 , it can interact with the mouse or keyboard.)

文件列表:

STL Read And Display For VC6
.............................\STL Read And Display For VC6
.............................\.............................\bin
.............................\.............................\...\GeomCalc.dll,151624,2002-04-14
.............................\.............................\...\GeomKernel.dll,122956,2002-04-14
.............................\.............................\...\glContext.dll,172101,2002-06-25
.............................\.............................\...\STLViewer.exe,143471,2012-11-09
.............................\.............................\...\STLViewer.ilk,358060,2012-11-09
.............................\.............................\inc
.............................\.............................\...\GeomCalc
.............................\.............................\...\........\CadBase.h,8776,2002-03-30
.............................\.............................\...\GeomKernel
.............................\.............................\...\..........\Entity.h,2980,2002-06-25
.............................\.............................\...\glContext
.............................\.............................\...\.........\Camera.H,1824,2002-06-25
.............................\.............................\...\.........\OpenGLDC.h,4131,2002-06-25
.............................\.............................\lib
.............................\.............................\...\GeomCalc.lib,47876,2002-04-14
.............................\.............................\...\GeomKernel.lib,16522,2002-03-07
.............................\.............................\...\glContext.lib,30384,2002-06-25
.............................\.............................\Models
.............................\.............................\......\demo cone.stl,37203,2001-10-31
.............................\.............................\......\demo cube.stl,3567,2001-10-31
.............................\.............................\......\demo cylinder.stl,36614,2001-10-31
.............................\.............................\......\demo entities.mdl,627946,2002-03-06
.............................\.............................\......\demo sphere.stl,851073,2001-10-31
.............................\.............................\......\demo torus.stl,964545,2001-10-31
.............................\.............................\STLViewer
.............................\.............................\.........\Debug
.............................\.............................\.........\.....\MainFrm.obj,21825,2012-11-09
.............................\.............................\.........\.....\MainFrm.sbr,0,2012-11-09
.............................\.............................\.........\.....\StdAfx.obj,106133,2012-10-11
.............................\.............................\.........\.....\StdAfx.sbr,1366214,2012-10-11
.............................\.............................\.........\.....\STLViewer.bsc,5219328,2012-11-09
.............................\.............................\.........\.....\STLViewer.obj,24631,2012-10-11
.............................\.............................\.........\.....\STLViewer.pch,6876844,2012-10-11
.............................\.............................\.........\.....\STLViewer.pdb,459776,2012-11-09
.............................\.............................\.........\.....\STLViewer.res,21080,2012-11-09
.............................\.............................\.........\.....\STLViewer.sbr,0,2012-10-11
.............................\.............................\.........\.....\STLViewerDoc.obj,24584,2012-10-11
.............................\.............................\.........\.....\STLViewerDoc.sbr,0,2012-10-11
.............................\.............................\.........\.....\STLViewerView.obj,38295,2012-10-11
.............................\.............................\.........\.....\STLViewerView.sbr,0,2012-10-11
.............................\.............................\.........\.....\vc60.idb,222208,2012-11-09
.............................\.............................\.........\.....\vc60.pdb,380928,2012-11-09
.............................\.............................\.........\MainFrm.cpp,2919,2002-05-22
.............................\.............................\.........\MainFrm.h,1609,2002-05-22
.............................\.............................\.........\ReadMe.txt,4383,2001-10-19
.............................\.............................\.........\res

.............................\.............................\.........\...\STLViewer.rc2,401,2001-10-19



.............................\.............................\.........\Resource.h,1346,2002-05-22
.............................\.............................\.........\StdAfx.cpp,211,2001-10-19
.............................\.............................\.........\StdAfx.h,1054,2001-10-19
.............................\.............................\.........\STLViewer.aps,60568,2012-11-09
.............................\.............................\.........\STLViewer.clw,4485,2012-11-17
.............................\.............................\.........\STLViewer.cpp,4168,2001-10-19
.............................\.............................\.........\STLViewer.dsp,4990,2007-12-17
.............................\.............................\.........\STLViewer.dsw,543,2001-10-19
.............................\.............................\.........\STLViewer.h,1389,2001-10-19
.............................\.............................\.........\STLViewer.ncb,222208,2012-11-17
.............................\.............................\.........\STLViewer.opt,65024,2012-11-17
.............................\.............................\.........\STLViewer.plg,1117,2012-11-09
.............................\.............................\.........\STLViewer.rc,13667,2012-11-09
.............................\.............................\.........\STLViewerDoc.cpp,2047,2002-05-25
.............................\.............................\.........\STLViewerDoc.h,1451,2002-05-25
.............................\.............................\.........\STLViewerView.cpp,5900,2007-12-17
.............................\.............................\.........\STLViewerView.h,2576,2007-12-16

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

发表评论

0 个回复

  • HSJZ
    function [ H ,S ] = HS( f ) UNTITLED2 Summary of this function goes here Detailed explanation goes here syms x1 x2 f1=diff(f,x1) f2=diff(f,x2) S= [f1 f2] H = [diff(f1,x1) diff(f1,x2) diff(f2,x1) diff(f2,x2)] end s0=subs(S,findsym(S),[0 0])(function [H, S] = HS (f) UNTITLED2 Summary of this function goes here Detailed explanation goes here syms x1 x2 f1 = diff (f, x1) f2 = diff (f, x2) S = [f1 f2] H = [diff (f1, x1) diff (f1, x2) diff (f2, x1) diff (f2, x2)] end s0 = subs (S, findsym (S), [0 0 ]))
    2013-04-11 23:40:13下载
    积分:1
  • HGEhaixing
    HGE 引擎开发 海星 大战。。非常棒的游戏。策略游戏,采用了脚本。(HGE engine development starfish war. . Great game. Strategy game, using a script.)
    2009-12-06 12:25:27下载
    积分:1
  • ITM_17_RS232
    Software for ITM-17 dvb-t/T2/c meashurement tuner with RS232
    2018-12-29 15:50:04下载
    积分:1
  • bombsetting
    VC++编写的完整布雷程序,已经过测试,性能稳定,包含源文件和可执行文件.(VC++ written a complete mining process ,which has been tested, It s a stable performance, including the source files and executable file.)
    2010-07-04 20:50:39下载
    积分:1
  • MFC-examples
    达内MFC例子集源码,内容涉及消息映射、工具栏的使用、状态栏操作、视图/窗口、动态创建未知类型的对象、MFC文档类作用、MFC单文档视图应用程序(SDI)、MFC多文档视图应用程序(MDI)、ATL组件编写、对话框的数据交换、MFC基本控件、列表 ListCtrl控件的使用等相关知识点,还有更多不一一列举了。(Set up the MFC source code examples, involving message mapping, using the toolbar, status bar operation, view/window dynamically create objects of unknown type, MFC document class action, MFC single document view application (SDI), MFC multi-document view of the application (MDI), ATL component preparation, data exchange dialog, MFC basic controls, such as a list of related knowledge ListCtrl use controls, and many more do not list them.)
    2014-07-02 17:56:56下载
    积分:1
  • filter
    数字滤波,包含:中位值滤波,算术平均滤波,去极值平均滤波,加权平均滤波,低通滤波()
    2007-10-15 21:30:02下载
    积分:1
  • cPP_opengl_yibiao
    c++开发的OpenGl程序,一个简单的电流表指示模型应用,能实现电流表指针的左右摆动等功能(The c++ written OpenGl program, a simple ammeter instructions application model, can realize the ammeter pointer swings around etc. Function )
    2011-10-28 15:57:29下载
    积分:1
  • TradeCorpManageSystem
    vc++贸易公司信息管理系统,数据SQL2000(vc++ trading company information management systems, data SQL2000)
    2011-05-20 06:08:15下载
    积分:1
  • CriticalSecitonThreadSyn
    vc——使用临界区对象(CriticalSeciton)实现线程同步CriticalSecitonThreadSyn的程序源码,值得一看!(vc- use a critical section object (CriticalSeciton) to achieve thread synchronization CriticalSecitonThreadSyn the program source code, worth a visit!)
    2011-08-23 00:13:02下载
    积分:1
  • ScreenCapture
    一个屏幕捕捉的例子,可以捕捉全屏、窗口和子窗口,可以保存到文件中(An example of screen capture, you can capture full screen, window and sub-window can be saved to a file)
    2013-08-13 13:24:25下载
    积分:1
  • 696518资源总数
  • 105885会员总数
  • 31今日下载