登录
首页 » Visual C++ » ProComponent-v2.1-Sources

ProComponent-v2.1-Sources

于 2021-02-08 发布 文件大小:19268KB
0 206
下载积分: 1 下载次数: 9

代码说明:

  ProE/Toolkit开发库基于同步模式DLL动态链接库形式的二次开发工程。根据官方文档中实例修改实现了根据MFC窗口输入参数自动画圆柱、圆台、棱柱等基本几何形状。即完成了草绘、拉伸、旋转等基本操作的代码实现以及其组合的实现。(备注:软件版本是ProE Wildfire 5.0,对应的开发环境是VS2008。工程所需外部链接库网上可以查到。)(ProE/Toolkit development libraries based on the synchronous mode dynamic link library DLL form of secondary development projects. Modify achieved under MFC window input parameters the base geometry animation cylinder, round table, prism, etc., according to official documents instances. That completed a sketch, drawing, code rotation and other basic operations to achieve and realize its portfolio. (Note: The software version is ProE Wildfire 5.0, the corresponding development environment is VS2008 external link libraries needed projects can be found online.))

文件列表:

ProECQU00
.........\ProECQU00
.........\.........\advanceddialog.cpp,27706,2014-11-29
.........\.........\advanceddialog.h,598,2014-11-26
.........\.........\boidialog.cpp,24516,2014-12-01
.........\.........\boidialog.h,604,2014-12-01
.........\.........\commonClass.cpp,6463,2014-11-17
.........\.........\commonClass.h,793,2014-11-17
.........\.........\duodialog.cpp,24665,2014-12-01
.........\.........\duodialog.h,619,2014-11-26
.........\.........\frusdialog.cpp,25187,2014-12-01
.........\.........\frusdialog.h,594,2014-11-26
.........\.........\geardialog.cpp,28739,2014-12-01
.........\.........\geardialog.h,631,2014-11-26
.........\.........\img
.........\.........\...\sketch.bmp

.........\.........\pridialog.cpp,24755,2014-12-01
.........\.........\pridialog.h,602,2014-11-28
.........\.........\ProECQU00.aps,3187368,2014-12-01
.........\.........\ProECQU00.cpp,18825,2014-11-29
.........\.........\ProECQU00.def,138,2014-11-16
.........\.........\ProECQU00.h,458,2014-11-16
.........\.........\ProECQU00.rc,14770,2014-12-01
.........\.........\ProECQU00.vcproj,6767,2014-11-28
.........\.........\ProECQU00.vcproj.QIANGPUCHEN6A0D.Administrator.user,1401,2014-12-01
.........\.........\radialog.cpp,26106,2014-11-29
.........\.........\radialog.h,584,2014-11-28
.........\.........\ReadMe.txt,2417,2014-11-16
.........\.........\Release
.........\.........\.......\advanceddialog.obj,72322,2014-12-01
.........\.........\.......\boidialog.obj,71487,2014-12-01
.........\.........\.......\BuildLog.htm,19558,2014-12-01
.........\.........\.......\duodialog.obj,71870,2014-12-01
.........\.........\.......\frusdialog.obj,71418,2014-12-01
.........\.........\.......\geardialog.obj,75163,2014-12-01
.........\.........\.......\mt.dep,64,2014-12-01
.........\.........\.......\pridialog.obj,70736,2014-12-01
.........\.........\.......\ProECQU00.dll.intermediate.manifest,851,2014-12-01
.........\.........\.......\ProECQU00.obj,69355,2014-12-01
.........\.........\.......\ProECQU00.pch,28966912,2014-12-01
.........\.........\.......\ProECQU00.res,3148388,2014-12-01
.........\.........\.......\radialog.obj,73256,2014-12-01
.........\.........\.......\stdafx.obj,2814819,2014-12-01
.........\.........\.......\vc90.idb,904192,2014-12-01
.........\.........\.......\vc90.pdb,2347008,2014-12-01
.........\.........\.......\yidialog.obj,74740,2014-12-01
.........\.........\res
.........\.........\...\ProECQU00.rc2,400,2014-11-16
.........\.........\resource.h,1561,2014-11-28
.........\.........\stdafx.cpp,209,2014-11-16
.........\.........\stdafx.h,2994,2014-11-26
.........\.........\targetver.h,1432,2014-11-16
.........\.........\yidialog.cpp,29899,2014-12-01
.........\.........\yidialog.h,581,2014-11-28
.........\ProECQU00.ncb,22744064,2014-12-01
.........\ProECQU00.sln,893,2014-11-16

.........\protk.dat,135,2014-12-01
.........\Release
.........\.......\ProECQU00.dll,17347584,2014-12-01
.........\.......\ProECQU00.exp,2635,2014-12-01
.........\.......\ProECQU00.lib,4196,2014-12-01
.........\.......\ProECQU00.pdb,9964544,2014-12-01
.........\Samples
.........\.......\prt0001.prt.2,194672,2014-11-19
.........\.......\prt0002.prt.3,223697,2014-11-20
.........\.......\prt0002.prt.4,223577,2014-11-20
.........\Start_ProE_Local.bat,142,2014-11-20
.........\text
.........\....\Message.txt,1119,2014-11-29
.........\....\msg_ugdatum.txt,399,2014-11-26
.........\....\msg_ugfund.old.txt,20,
.........\....\msg_ugfund.txt,219,2014-11-29

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

发表评论

0 个回复

  • Counter_dll
    基于研华PCI-1710HG数据采集卡基于动态链接库的计数器程序。用VC++6.0MFC实现。程序功能实现实时计数值显示及频率值显示。(Advantech PCI-1710HG-based data acquisition card is based on the dynamic link library counter program. With VC++6.0MFC achieved. Program features real-time count value display and frequency display.)
    2020-09-10 10:58:00下载
    积分:1
  • ContactMS
    MFC做的通讯录,利用ODBC连接access数据库,能够对数据进行写入、读出和修改。适合初学者参考。[注:需要自己配置数据源,也可以不配置,运行程序两次就行,第一次相当于是配置](MFC to do the book, using ODBC to connect access database, the data can be written to, read and modify. Suitable for beginners reference.)
    2013-11-03 11:31:35下载
    积分:1
  • SDS_INV2005
    说明:  這個是我剛開始學C#的時候作的一個小 小的東西,可以實現查詢,修改等功能(this is what I have just started to learn the C# time for a little something, can achieve inquiries, such as functional changes)
    2006-04-22 18:49:51下载
    积分:1
  • D3DPoker
    D3D扑克小游戏,自主研发的D3D小游戏,实现D3D基础,注解非常清楚(D3D poker game, and independent R )
    2020-07-04 03:40:02下载
    积分:1
  • Client-dotnet
    一个用于客户端和服务器端的客户端的简单程序,C#(one for the client and the server-client simple procedure, C#)
    2013-09-03 12:09:29下载
    积分:1
  • alsa-lib.tar
    i8320 系统服务与组件,提取自limo操作系统内核完整源代码(i8320 system services and components extracted from the limo complete source code for the operating system kernel)
    2011-10-12 19:45:39下载
    积分:1
  • RefrainChild
    限定MDI子框架窗口的最大、最小尺寸,C++精选学习源码,很好的参考资料。(Defining the maximum, minimum size MDI sub frame window, select learning C++ source code, a good reference.)
    2013-11-27 07:27:10下载
    积分:1
  • set_pen_width
    vc设置钢笔的宽度和对齐方式的程序源码,希望对大家有所帮助(vc set pen width and alignment of the program source code, we want to help)
    2011-06-05 13:59:23下载
    积分:1
  • MFC
    (1)定义一个抽象基类Shape,同它派生出5个类:圆、正方形、矩形、梯形、三角形。 (2)利用虚函数计算几种图形面积。 (3)演示构造函数、复制构造函数、析构函数的作用和调用顺序 (4)用类模板具体实现。 (5)利用MFC类库在图形用户界面上绘制及修改这些图形,采用对话框输入输出图形的基本属性,或者利用运算符重载输入输出图形的基本属性。 (6)用文件保存图形信息,且能够从文件中读取并作相应处理。 2)创新要求: 采用头文件与源文件分离的方法,多态性的实现多样化(defines an abstract base class Shape, with which it derives five categories: round, square, rectangular, trapezoidal, triangular. (2) the use of virtual functions to calculate several graphics area. Effect (3) demonstrate the constructor, copy constructor and destructor call sequence (4) with a class template implementation. (5) The use of MFC library to draw and modify graphics, using the basic properties dialog input and output graphics, or the use of the basic properties of operator overloading the input and output graphics on the graphical user interface. (6) with the file save graphical information, and can be read a file and make the appropriate treatment. 2) Innovation requirements: Using the method header and source files separate polymorphism diversify )
    2020-11-04 14:29:52下载
    积分:1
  • mail
    说明:  一个基础于C++的邮件收发器,已测试,运行正常用(A foundation in C++ the message transceiver has been tested with the normal operation)
    2009-08-15 10:11:11下载
    积分:1
  • 696518资源总数
  • 106222会员总数
  • 14今日下载