资源简介
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
相关资源
- jstl-api-1.2和jstl-impl-1.2
- EXCEL文件转换成固定的格式的文本格式
- 西门子PLC S7 300 S7 400 STL编程手册 中文
- 程序源代码行数统计工具
- fastlib——十分好用的画图工具
- Chrome插件-Markdown一键转换到富文本格
-
ST-li
nkv2、v2.1最新官方固件升级工具 - STL.源码剖析(完全版).pdf中文完整版
- 数据结构 (STL框架)Part 1
-
STli
nkReflash_j修改版 jli nk 山寨版可 -
stsw-li
nk009_STM32 STli nk v2 win10驱动 - three.js的stl文件
- STL Tutorial and Reference Guide 2nd Edition
-
STM32 STli
nk驱动 - 牙齿STL文件
- STL英文版原版
- 朱志刚译《中文-数字图像处理》美
- 数字图像处理Kenneth R.Castleman
- CactiWall.VS2015.2019.8.5.7z
- STEP7_STL语句表编程手册
- Restlet Client
- 朱志刚译《中文-数字图像处理》美
- STL源码剖析(高清).pdf
- S7-300 和S7-400的语句表(STL)编程参考
- STL 源码剖析pdf 高清版非扫描
- 内含org.bouncycastle.jce包(加密签名)
- STL源码剖析.pdf(侯捷,完整版,已加
- Effective STL中文版 pdf
- C_STL中文版.zip
- S7-300STL语言
评论
共有 条评论