登录
首页 » Visual C++ » 在Solidworks中做的机械臂模型 robot-arm

在Solidworks中做的机械臂模型 robot-arm

于 2020-06-27 发布 文件大小:2373KB
0 112
下载积分: 1 下载次数: 221

代码说明:

  在Solidworks中做的机械臂模型,保存成stl格式,然后通过deep exploration转换成opengl cpp文件。最后通过MFC实现读取显示。(Solidworks to do in the arm model, save as stl format, and then through deep exploration into opengl cpp file. Finally, read through the MFC to display.)

文件列表:

机器人臂
........\Debug
........\.....\MainFrm.obj,19935,2011-10-20
........\.....\SDOpenGL.exe,532550,2011-10-21
........\.....\SDOpenGL.ilk,365364,2011-10-21
........\.....\SDOpenGL.obj,23070,2011-10-20
........\.....\SDOpenGL.pch,5608768,2011-10-20
........\.....\SDOpenGL.pdb,451584,2011-10-21
........\.....\SDOpenGL.res,7344,2011-10-20
........\.....\SDOpenGLDoc.obj,14835,2011-10-20
........\.....\SDOpenGLView.obj,161350,2011-10-21
........\.....\StdAfx.obj,107271,2011-10-20
........\.....\vc60.idb,214016,2011-10-21
........\.....\vc60.pdb,364544,2011-10-21
........\glut.h,27670,2000-12-13
........\MainFrm.cpp,2509,2002-10-17
........\MainFrm.h,1581,2002-10-17
........\ReadMe.txt,4361,2002-10-17
........\RES

........\...\SDOpenGL.rc2,400,2002-10-17


........\Resource.h,496,2002-10-17
........\SDOpenGL.aps,28756,2011-10-21
........\SDOpenGL.clw,2322,2011-10-21
........\SDOpenGL.cpp,4245,2002-10-17
........\SDOpenGL.dsp,4731,2011-10-21
........\SDOpenGL.dsw,541,2002-10-17
........\SDOpenGL.h,1384,2002-10-17
........\SDOpenGL.ncb,148480,2011-10-21
........\SDOpenGL.opt,641024,2011-10-21
........\SDOpenGL.plg,1216,2011-10-21
........\SDOpenGL.rc,10595,2002-10-17
........\SDOpenGLDoc.cpp,1782,2002-10-17
........\SDOpenGLDoc.h,1503,2002-10-17
........\SDOpenGLView.cpp,14619,2011-10-21
........\SDOpenGLView.h,2649,2005-11-28
........\StdAfx.cpp,210,2002-10-17
........\StdAfx.h,1329,2011-10-20
........\机器人臂.h,312134,2011-10-21

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

发表评论

0 个回复

  • DoProcess
    在VC环境下编写的对内存进行扫描的小程序。(In the VC environment prepared to scan the memory of small procedures.)
    2008-05-13 12:01:02下载
    积分:1
  • main
    double linked list.vcproj
    2009-12-17 06:45:43下载
    积分:1
  • chafen
    SPN的差分密码分析,建议选取的明密文对数量为8000+,太小可能结果有偏差(SPN Differential cryptanalysis, ciphertext clear recommendations for selected number of 8000+, too small deviations may result)
    2015-11-02 21:56:38下载
    积分:1
  • server
    Program to upload one or more file in a specific server.
    2011-08-29 04:51:31下载
    积分:1
  • Input_5p2
    ANSI input 5p2 implementation
    2012-10-23 14:08:36下载
    积分:1
  • High-quality_programming_guide
    高质量C++编程指南,让你养成良好的编程习惯,使得编写的程序简洁、高效! (High quality c++ programming guide, let you develop good programming habits, makes the program is simple and efficient! )
    2016-04-01 11:37:24下载
    积分:1
  • hilight_dg
    说明:  在autocad2007环境中直接使用API就可以亮显实体的一个示例演示(This program demonstrates how to use ObjectARX API functions to highlight and unhighlight subentities of complex entities such as ACIS solids.)
    2009-08-23 11:22:34下载
    积分:1
  • MARK_Dehaze
    2009年CVPR最佳论文《Single image haze removal using dark channel prior》暗原色图像去雾的算法实现。与原文不同的是本程序没有完成最后matting细化效果的部分,但仍能够达到视觉上可以接受的去雾效果。计算机视觉课程作业。工程运行于VS2008环境,需要OpenCV支持。Debug目下exe文件可以直接双击运行查看结果。(CVPR 2009 Best Paper " Single image haze removal using dark channel prior" to the dark fog of the primary image algorithm. The difference is that with the original program did not complete the final matting refinement part,yet haze-removal result is visually acceptable. Visual course work. This project runs under VS2008 with OpenCV. Double click the exe file under Debug folder to check the final result.)
    2011-08-10 16:46:35下载
    积分:1
  • xianxingbiao
    另外一个可以实现线性表的程序,简单的操作,值得初学者的借鉴(Another table can achieve a linear process, simple to operate, it is worth drawing beginners)
    2007-12-07 20:20:32下载
    积分:1
  • WinEditor
    最近做了一个类似Windows画图板的小程序,拿来和大家分享一下。功能和界面全部模仿于Windows自带的画图板,界面如截图。功能主要有: 手绘线、简单图形、文字输入、图块拖放、重复撤销、画面缩放、打开保存图片文件,另外为了直接从数据库或者XML中存取图片,另外还提供了从Base64编码存取图片的接口,其他还实现了和画图板同样效果的工具箱及颜料盒。(Recently to do a similar drawing board a small Windows program, use and share with you. Features and interfaces in Windows, bringing all to imitate the drawing board, such as interface screenshot. The main features include: hand-painted lines, simple graphics, text input, drag and drop block, duplicate revoked, screen zoom, open the Save picture files, the other in order to directly from the database or XML access picture also provides a survival from the Base64 encoding Photos from the interface, the other also drawing board and achieve the same effect toolbox and paint boxes.)
    2009-03-17 11:51:59下载
    积分:1
  • 696518资源总数
  • 105562会员总数
  • 1今日下载