• 大小: 19KB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-05-07
  • 语言: 其他
  • 标签: 文本格式  stl  

资源简介

STL文件有文本(asc)和二进制(bin)两种格式。本程序提供了从二进制到文本格式的转换。

资源截图

代码片段和文件信息

// Bin2AscOfSTL.cpp : Defines the class behaviors for the application.
//

#include “stdafx.h“
#include “Bin2AscOfSTL.h“
#include “Bin2AscOfSTLDlg.h“

#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif

/////////////////////////////////////////////////////////////////////////////
// CBin2AscOfSTLApp

BEGIN_MESSAGE_MAP(CBin2AscOfSTLApp CWinApp)
//{{AFX_MSG_MAP(CBin2AscOfSTLApp)
//}}AFX_MSG
ON_COMMAND(ID_HELP CWinApp::onhelp)
END_MESSAGE_MAP()

/////////////////////////////////////////////////////////////////////////////
// CBin2AscOfSTLApp construction

CBin2AscOfSTLApp::CBin2AscOfSTLApp()
{
}

/////////////////////////////////////////////////////////////////////////////
// The one and only CBin2AscOfSTLApp object

CBin2AscOfSTLApp theApp;

/////////////////////////////////////////////////////////////////////////////
// CBin2AscOfSTLApp initialization

BOOL CBin2AscOfSTLApp::InitInstance()
{
// Standard initialization

CBin2AscOfSTLDlg dlg;
m_pMainWnd = &dlg;
int nResponse = dlg.DoModal();
if (nResponse == IDOK)
{
}
else if (nResponse == IDCANCEL)
{
}

// Since the dialog has been closed return FALSE so that we exit the
//  application rather than start the application‘s message pump.
return FALSE;
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件      45284  2011-08-07 17:34  Bin2AscOfSTL\06.stl

     文件        809  2011-08-07 19:42  Bin2AscOfSTL\Bin2AscOfSTL.clw

     文件       1339  2011-08-07 18:14  Bin2AscOfSTL\Bin2AscOfSTL.cpp

     文件       4105  2011-08-07 19:43  Bin2AscOfSTL\Bin2AscOfSTL.dsp

     文件        547  2011-08-07 19:43  Bin2AscOfSTL\Bin2AscOfSTL.dsw

     文件       1248  2011-08-07 18:14  Bin2AscOfSTL\Bin2AscOfSTL.h

     文件        995  2011-08-07 19:39  Bin2AscOfSTL\Bin2AscOfSTL.plg

     文件       4610  2011-08-07 18:18  Bin2AscOfSTL\Bin2AscOfSTL.rc

     文件       4698  2011-08-07 19:39  Bin2AscOfSTL\Bin2AscOfSTLDlg.cpp

     文件       1345  2011-08-07 18:16  Bin2AscOfSTL\Bin2AscOfSTLDlg.h

     文件       1078  2011-08-07 18:14  Bin2AscOfSTL\res\Bin2AscOfSTL.ico

     文件        404  2011-08-07 18:14  Bin2AscOfSTL\res\Bin2AscOfSTL.rc2

     文件        598  2011-08-07 18:16  Bin2AscOfSTL\resource.h

     文件        214  2011-08-07 18:14  Bin2AscOfSTL\StdAfx.cpp

     文件        999  2011-08-07 18:14  Bin2AscOfSTL\StdAfx.h

     目录          0  2011-08-07 18:14  Bin2AscOfSTL\res

     目录          0  2011-08-07 19:43  Bin2AscOfSTL

----------- ---------  ---------- -----  ----

                68273                    17


评论

共有 条评论