搜索资源列表
MFC_DXF_read
- 用MFC编写的读取DXF2004文件的一个小程序,希望能有所帮助,不过不是我自己写的-Read DXF2004 with MFC document prepared by a small program, I hope to be helpful, but not my own writing
UG-OpenAPI.MFC-.COM-development-
- 《UG OpenAPI.MFC和COM开发实例精解》一书的部分源码。-" UG OpenAPI.MFC and fine examples COM development solutions," a book of some source code.
ACIS-Standard-Frame
- 标准的ACIS的MFC开发界面和框架,除了标准配置之外没有其他内容-Interface and framework of the standard ACIS MFC developers, in addition to the standard configuration, no other
easy
- 一个失量画图软件,适合CAD绘图者学习应用开发,及MFC类库,API的熟悉-A loss amount Paint software
BSpline
- MFC程序包含绘制直线、圆、Bezier曲线、B样条曲线四种绘制类型,能够动态修改曲线控制顶点,从而改变曲线形状。能够绘制相应的伯恩斯坦基函数图象。-The MFC program includes draw straight lines, circles, Bezier curves, B-spline curve four draw type, able to dynamically modify the curve control points, thus changing the sha
ARX_4MFC
- ARX OBJECTARX AUTOCAD ARX+MFC-ARX OBJECTARX AUTOCAD ARX+MFC
CAD
- VC2012+GDI做的简答的CAD绘制程序,vc2010和2012可以直接打开 基于MFC的-VC2012+GDI do short answer CAD drawing program, vc2010 and 2012 can directly open the MFC-based
CAD_Dock
- CAD停靠窗口,基于MFC的DOCK,cad dock window-cad dock window,cad dock window
freepcb-v1.359
- FreePCB一款优秀的开源PCB设计软件,用MFC编写,可以在VS2010下完成编译。这是最新的v1.359版源码。-FreePCB a good open source PCB design software, written in MFC, can be compiled under the VS2010. This is the latest version of the v1.359 source code.
ProComponent-v2.1-Sources
- ProE/Toolkit开发库基于同步模式DLL动态链接库形式的二次开发工程。根据官方文档中实例修改实现了根据MFC窗口输入参数自动画圆柱、圆台、棱柱等基本几何形状。即完成了草绘、拉伸、旋转等基本操作的代码实现以及其组合的实现。(备注:软件版本是ProE Wildfire 5.0,对应的开发环境是VS2008。工程所需外部链接库网上可以查到。)-ProE/Toolkit development libraries based on the synchronous mode dynamic lin
cad_move_your_name
- 一个C++程序,学cad时老师布置的作业,基于MFC,在屏幕上打印出自己的名字,并能够进行平移、缩放、改变颜色等操作。-A C++ program, it s an assignment when I study CAD, based on MFC, on the screen to print out your own name, and be able to pan, zoom, change the color
505860Zoom(1)
- Zoom Visual C++ MFC GDI
VC-CAD2
- 用C++模拟实现CAD功能,在C++的MFC窗口上模拟CAD的功能画图-With C++ simulation of CAD functions, in the C++ MFC window on the function of drawing CAD
dxflib-3.17.0-src
- dxflib是一个用来读写DXF文件的C++库。当读DXF文件的时候,dxflib分析文件并且调用用户自己定义的函数来添加实体、层、等。 需要注意的是,dxflib并不保存任何实体或者信息。它只是从DXF文件中分析可以识别的实体以及其他的对象。 使用dxflib库读DXF文件并不需要知道所有的DXF格式信息。当然,像实体、属性、层、段等基本概念还是需要了解的。如果是用dxflib库写DXF文件,则需要知道DXF文件是如何组织的。 dxflib完全基于C/C++标准库实现,不依赖