搜索资源列表
miniCAD
- 这是我多年以前学习的代码,它实现了一个极小型的CAD,对VC的初学者会有帮助,尤其是对图形编程感兴趣的朋友-years ago to study the code, it achieved a very small CAD, VC and beginners will be helpful, especially for graphical programming of interest to a friend
MiniCAD
- 一个mini的CAD软件,风格类似AutoCAD。可画出直线、弧线、矩形和圆四种图形。
MiniCad
- 小型绘图程序,可绘制直线,矩形和椭圆,并计算两直线交点
MiniCAD_ALL
- 开源的超好国产cad-revenue-good homemade cad
miniCAD
- 这是我多年以前学习的代码,它实现了一个极小型的CAD,对VC的初学者会有帮助,尤其是对图形编程感兴趣的朋友-years ago to study the code, it achieved a very small CAD, VC and beginners will be helpful, especially for graphical programming of interest to a friend
coolminicad
- 一个不错的C语言程序,利用了鼠标,图形,文件等编程。代码高效。-a good C Programming Language, using a mouse, graphics, documents and other programming. Efficient code.
MiniCAD
- 一个mini的CAD软件,风格类似AutoCAD。可画出直线、弧线、矩形和圆四种图形。-A mini of the CAD software, style similar to AutoCAD. Can draw a straight line, arc, rectangular and round four graphics.
MiniCad
- 小型绘图程序,可绘制直线,矩形和椭圆,并计算两直线交点-Small drawing program, can draw a straight line, rectangle and oval, and calculate the intersection of two straight lines
theMiniCAD_ALL
- theMiniCAD_ALL,一个最精简的CAD的源代码,里面有文档。-theMiniCAD_ALL, one of the most streamlined CAD source code, there are documents.
MiniCAD_ALL
- solidgraph_sources,嵌入式开发、算法实现为主-solidgraph_sources, embedded development, algorithm-based
DrawingEngine1.95sweetdrawingengine
- Delphi Drawing Enginee - MiniCAD-Delphi Drawing Enginee- MiniCAD
MiniCAD
- 小型CAD绘图软件(MFC),代码精简便于学习。-Mini CAD Drawing Tool(MFC)
MiniCAD
- 一个MINICAD的源码,有点帮助把,希望大家有点帮助把-A MINICAD source, a little help to, I hope you a little help to
MiniCAD
- VC实现的一个小型绘图软件,允许用户绘制线条,矩形圆等,并且可以输入文字,可保存读取整个图像。-VC to achieve a small graphics software that allows users to draw lines, rectangles, circles, etc., and can enter text, save to read the entire image.
MiniCAD
- 在MFC中,文档类负责管理数据,提供保存和加载数据的功能。视图类负责数据的显示,以及给用户提供对数据的编辑和修改功能。 MFC给我们提供Document/View结构,将一个应用程序所需要的“数据处理与显示”的函数空壳都设计好了,这些函数都是虚函数,我们可以在派生类中重写这些函数。有关文件读写的操作在CDocument的Serialize函数中进行,有关数据和图形显示的操作在CView的OnDraw函数中进行。我们在其派生类中,只需
MiniCAD
- MFC下模拟CAD的miniCAD绘图程序,学习GDI绘图的可以研究下-MFC analog CAD miniCAD drawing program, learning can be studied under the GDI drawing
miniCAD
- miniCAD-java GUI实现的小型CAD软件,界面其实模仿了windows画图的风格,实现了画线、画圆、画矩形、画文字载入图片,并能改变图形的颜色和大小。-In this project, you should use Java GUI to implement a simple drawing board. To get full marks, you should implement to: 1.draw line,
miniCAD
- 用java写的miniCAD软件,可绘画,改变位置改变颜色等-miniCAD written by Java
miniCAD
- 这是一个简单的miniCAD画图工具源码。-Simple miniCAD drawing tool source.
miniCAD
- 用JAVA写一个miniCAD,实现线条、基本图形、界面、文字等基本功能。-Using JAVA to write a miniCAD, to achieve lines, basic graphics, interface, text and other basic functions.