登录
首页 » Visual C++ » off2stl

off2stl

于 2021-03-13 发布 文件大小:3223KB
0 110
下载积分: 1 下载次数: 29

代码说明:

  三维模型文件的数据结构转换,能将off格式文件转换成stl格式,可用于3d打印(transform off to stl)

文件列表:

off2stl
.......\Debug
.......\.....\off2stl.exe,72192,2015-10-19
.......\.....\off2stl.ilk,687064,2015-10-19
.......\.....\off2stl.pdb,1010688,2015-10-19
.......\off2stl
.......\.......\CCAABB.cpp,5427,2015-04-15
.......\.......\CCAABB.h,3547,2015-04-26
.......\.......\CCOBB.cpp,13314,2015-04-26
.......\.......\CCOBB.h,4284,2015-04-26
.......\.......\Debug
.......\.......\.....\CCOBB.obj,205659,2015-10-02
.......\.......\.....\Mat4.obj,109177,2015-10-02
.......\.......\.....\off2stl.log,1388,2015-10-19
.......\.......\.....\off2stl.obj,171888,2015-10-19
.......\.......\.....\off2stl.tlog
.......\.......\.....\............\CL.read.1.tlog,41562,2015-10-19
.......\.......\.....\............\CL.write.1.tlog,3046,2015-10-19
.......\.......\.....\............\link.read.1.tlog,2544,2015-10-19
.......\.......\.....\............\link.write.1.tlog,396,2015-10-19
.......\.......\.....\............\off2stl.lastbuildstate,161,2015-10-19
.......\.......\.....\Quaternion.obj,55967,2015-10-02
.......\.......\.....\vc120.idb,379904,2015-10-19
.......\.......\.....\vc120.pdb,389120,2015-10-19
.......\.......\.....\Vec3.obj,59778,2015-10-02
.......\.......\.....\Vec4.obj,41873,2015-10-02
.......\.......\Mat4.cpp,22436,2015-04-26
.......\.......\Mat4.h,28718,2015-04-26
.......\.......\off2stl.cpp,3073,2015-10-19
.......\.......\off2stl.h,398,2015-10-02
.......\.......\off2stl.vcxproj,4254,2015-10-02
.......\.......\off2stl.vcxproj.filters,1068,2015-10-02
.......\.......\Quaternion.cpp,9848,2015-04-15
.......\.......\Quaternion.h,14382,2015-04-15
.......\.......\Vec3.cpp,7338,2015-04-26
.......\.......\Vec3.h,14304,2015-04-26
.......\.......\Vec4.cpp,7569,2015-04-26
.......\.......\Vec4.h,12244,2015-04-26
.......\off2stl.sdf,8323072,2015-10-19
.......\off2stl.sln,967,2015-10-02

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

发表评论

0 个回复

  • sample-histogram-equalization
    直方图拉伸是通过对比度拉伸对直方图进行调整,从而“扩大”前景和背景灰度的差别,以达到增强对比度的目的(Histogram stretching histogram is adjusted by contrast stretching, thereby " expand" the difference between the foreground and background of gray, in order to achieve the purpose of enhancing the contrast)
    2016-10-25 17:28:33下载
    积分:1
  • matlab
    算术编码与译码的matlab程序 信息论 通信 (matlab)
    2009-06-06 18:22:15下载
    积分:1
  • AVRTemperatureControlSystem
    基于 AVR 单片机的水温自动控制系统 摘要: 本系统以 ATMEGA16 单片机作为系统的检测和控制核心,采用温度传感器 AD590实现0—100℃温度范围内的实时温度采集,通过双向可控硅 BT136 控制电热杯对系统进行加热,利用继电器控制半导体制冷片对系统进行散热。通过一线键盘实现对任意温度值进行设定并对模糊 PID 参数的调整,液晶 LCD1602 实时更新显示当前温度测量值与键盘设定温度值。利用模糊 PID 算法,通过调功法对水温系统进行控制,实现在 0—100℃范围内任意设定温度值,静态误差小于±0.5℃。 关键词: AVR 单片机 水温自动控制 模糊 PID 算法 (AVR Microcontroller Based Temperature Control System Abstract: This system ATMEGA16 microcontroller as the core monitoring and control system using the temperature sensor AD590 0-100 ℃ temperature range to achieve real-time temperature acquisition, through triac BT136 control system for electric heating cup, using relay control system for semiconductor cooling heat tablet. Achieved through the keyboard line value for any temperature setting and adjustment of fuzzy PID parameters, real-time updates LCD1602 LCD displays the current temperature measurements and the keyboard set temperature. Fuzzy PID algorithm, the system transfer function method of temperature control, to achieve the 0-100 ℃ adjustable set temperature, the static error is less than ± 0.5 ℃. Keywords: AVR microcontroller water temperature control fuzzy PID algorithm )
    2010-05-13 11:32:02下载
    积分:1
  • MinimumCostFlow
    说明:  最小费用最大流问题 MATLAB编程代码(Maximum flow problem minimum cost MATLAB programming code)
    2009-08-13 18:20:01下载
    积分:1
  • shuangcanshushuangmenxianjiance
    双参数的双门限语音端点检测程序MATLAB代码 可直接运行(Two parameters of the double threshold endpoint detection procedures MATLAB code can be directly run)
    2015-03-30 14:39:04下载
    积分:1
  • NetProcessAct
    说明:  监控上网过程,时下非常流行,用于控制别人也可以(The process of monitoring the Internet, become a very popular, can also be used to control other people)
    2009-09-03 17:41:26下载
    积分:1
  • mfc_general_dynamenu
    DYNAMENU illustrates dynamic modification of menus and status bars regardless of whether handling commands are known at compile time. DYNAMENU illustrates the following capabilities(DYNAMENU illustrates dynamic modificati on of menus and status bars regardless of whethe r handling commands are known at compile time. D YNAMENU illustrates the following capabiliti es)
    2007-02-16 23:48:28下载
    积分:1
  • Introduction-to-Algorithms
    《算法导论》,是一本十分经典的计算机算法书籍,与高德纳(Donald E.Knuth)的《计算机程序设计艺术》(《The Art Of Computer Programming》)相媲美。 《算法导论》由Thomas H.Cormen、Charles E.Leiserson、Ronald L.Rivest、Clifford Stein四人合作编著(其中Clifford Stein是第二版开始参与的合著者)。本书的最大特点就是将严谨性和全面性融入在了一起。(原书名——《Introduction to Algorithms》)
    2013-05-07 10:53:05下载
    积分:1
  • legrnonguithwith
    服务器程序,可实现与客户端的通信,适合于初学者的学习,(The server program, and can realize communicate with the client, suitable for beginners learning,)
    2017-03-24 17:06:44下载
    积分:1
  • c5ex
    C.Primer.Plus 第五版 书中的源代码(C.Primer.Plus fifth edition of the book' s source code)
    2010-05-11 12:48:13下载
    积分:1
  • 696518资源总数
  • 105559会员总数
  • 1今日下载