搜索资源列表
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++标准库实现,不依赖