资源简介
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
- 上一篇:图书管理系统概要设计说明
- 下一篇:正定对称矩阵求逆
相关资源
- STC8951系列单片机中方指南
- Omron ETN21模块进行modbustcp通讯
- 直流无刷电机方波驱动 stm32 例程代码
- STM32中文资料
-
st
yles 引文样式语言( CSL ) 引文样 - CCSv9链接及安装流程详解
- STM32蓝牙和串口程序
- The direction of synaptic plasticity mediated
- Reparatory Effects of Nicotine on NMDA Recepto
- Apolipoprotein E4 Impairs in vivo Hippocampal
- Histamine excites rat lateral vestibular nucle
- Diltiazem augmented pentobarbital-induced LORR
- Fabrication and all-optical poling characteris
- STM32f103超声波模块例程
- stm32f103c8t6 4 oled.rar
- VirTest5.0.rar
- CAD中插入带坐标的正射影像——Inse
- Uninstall_Cortana_WINCLIENT.CN.rar
- VisualStudioUninstaller vs卸载工具
- stm32f030 IAP Demo(原创)
- jstl-api-1.2和jstl-impl-1.2
- Crystal Impact Match!2.1.3 试用延长
- 基于MFC扩展CListCtrl子项显示图片并叠
- 向SysListView32里的某一行发送双击消息
- 易语言post提交示例
- STM32基于rt_thread操作系统的SDHC卡文件
- NRF24L01实现51与STM32双向通讯
- STM32F103 串口程序(完整版)
- Adobe Illustrator CS5原版amtlib.dll文件
- stm32 ds18b20 温度传感器 测试通过
评论
共有 条评论