资源简介
STL文件有文本(asc)和二进制(bin)两种格式。本程序提供了从文本到二进制格式的转换。
代码片段和文件信息
// Asc2BinOfSTL.cpp : Defines the class behaviors for the application.
//
#include “stdafx.h“
#include “Asc2BinOfSTL.h“
#include “Asc2BinOfSTLDlg.h“
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// CAsc2BinOfSTLApp
BEGIN_MESSAGE_MAP(CAsc2BinOfSTLApp CWinApp)
//{{AFX_MSG_MAP(CAsc2BinOfSTLApp)
//}}AFX_MSG
ON_COMMAND(ID_HELP CWinApp::onhelp)
END_MESSAGE_MAP()
/////////////////////////////////////////////////////////////////////////////
// CAsc2BinOfSTLApp construction
CAsc2BinOfSTLApp::CAsc2BinOfSTLApp()
{
}
/////////////////////////////////////////////////////////////////////////////
// The one and only CAsc2BinOfSTLApp object
CAsc2BinOfSTLApp theApp;
/////////////////////////////////////////////////////////////////////////////
// CAsc2BinOfSTLApp initialization
BOOL CAsc2BinOfSTLApp::InitInstance()
{
// Standard initialization
CAsc2BinOfSTLDlg 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;
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 263081 2010-06-30 13:33 Asc2BinOfSTL\06.stl
文件 809 2011-08-07 14:54 Asc2BinOfSTL\Asc2BinOfSTL.clw
文件 1339 2011-08-06 15:15 Asc2BinOfSTL\Asc2BinOfSTL.cpp
文件 4105 2011-08-06 15:39 Asc2BinOfSTL\Asc2BinOfSTL.dsp
文件 547 2011-08-06 15:15 Asc2BinOfSTL\Asc2BinOfSTL.dsw
文件 1248 2011-08-06 15:15 Asc2BinOfSTL\Asc2BinOfSTL.h
文件 2373 2011-08-07 14:47 Asc2BinOfSTL\Asc2BinOfSTL.plg
文件 4610 2011-08-07 13:01 Asc2BinOfSTL\Asc2BinOfSTL.rc
文件 5078 2011-08-07 14:47 Asc2BinOfSTL\Asc2BinOfSTLDlg.cpp
文件 1345 2011-08-06 15:21 Asc2BinOfSTL\Asc2BinOfSTLDlg.h
文件 1078 2011-08-06 15:15 Asc2BinOfSTL\res\Asc2BinOfSTL.ico
文件 404 2011-08-06 15:15 Asc2BinOfSTL\res\Asc2BinOfSTL.rc2
文件 598 2011-08-06 15:21 Asc2BinOfSTL\resource.h
文件 214 2011-08-06 15:15 Asc2BinOfSTL\StdAfx.cpp
文件 999 2011-08-06 15:15 Asc2BinOfSTL\StdAfx.h
目录 0 2011-08-06 15:15 Asc2BinOfSTL\res
目录 0 2011-08-07 14:56 Asc2BinOfSTL
----------- --------- ---------- ----- ----
287828 17
- 上一篇:递推最小二乘法的代码
- 下一篇:魔塔原生js版.zip
相关资源
- 文本格式测井曲线转换工具 TXT2LAS
- AVL树的实现-插入和删除结点,并拥有
- STL文件读取显示与操作.pdf
- 3D工件STL格式
- activate-power-mode 插件
- 批量文本格式转换工具
- 曹文信息学课件_竞赛中常用的STL
- 西门子内部教材-STL语言编写讲解
- 圆雕图浏览器。stl格式的图
- 侯捷中文注释的SGI STL源代码,很好的
- STL源码
-
ST-li
nk V2 仿真器简介 -
jli
nk换成stli nk对应接线 - stl文件,line.stl
- 在opengl里读取catia文件
- 常用STL模型文件
-
欧姆龙Hostli
nk协议讲解以及举例 - taglibs-standard-1.2.5
- 全国省市区字典(文本格式)
- SGI STL源代码侯捷中文注释版
- Effective+STL+中文版chm版非常清晰
- 北京邮电大学acm集训队stl
-
STli
nk原理图与PCB文件 - 将二进制格式的stl文件转换的文本格
-
omron plc HOSTli
nk 协议 写的通用测试 - FastLineRendererforUnity-GPULineandParticleSys
-
Stli
nk官方驱动 -
STli
nk V2最新固件升级包V2J28S6 - 利用靶向卵泡抑素样蛋白1FSTL1的细胞
-
STli
nkV2.J28.M18.rar
评论
共有 条评论