搜索资源列表
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
- 小型CAD绘图软件(MFC),代码精简便于学习。-Mini CAD Drawing Tool(MFC)
MiniCAD_ALL
- solidgraph_sources,嵌入式开发、算法实现为主-solidgraph_sources, embedded development, algorithm-based
DrawingEngine1.95sweetdrawingengine
- Delphi Drawing Enginee - MiniCAD-Delphi Drawing Enginee- MiniCAD
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函数中进行。我们在其派生类中,只需要去关注Serialize和OnDraw函数就可以了,其它的
MiniCAD
- 用MFC开发的一款简单的绘图软件,适合初学者-Using MFC to develop a simple drawing software
MiniCAD
- MFC下模拟CAD的miniCAD绘图程序,学习GDI绘图的可以研究下-MFC analog CAD miniCAD drawing program, learning can be studied under the GDI drawing
Winsocket
- Window socket网络编程 实现服务端和客户端的TCP 和UDP通信 组播和广播-The MFC under simulation AutoCAD achieve miniCAD drawing program, using gdi drawing techniques
CAD
- 这是一个miniCAD,实现了画圆、直线和矩形、移动、变大小、颜色等功能-this is a miniCAD written by JAVA
miniCAD
- use Java GUI to implement a simple drawing board. implement 1.draw line, circle, rectangle, text 2.change the color of a target 3.change the position of a targets 4.change the size of a targets 5.save images as files and load a im
MiniCAD
- java实现的图形界面画图板,可以画图,移动和改变大小、颜色,支持打开和保存图片文件-java drawing board to achieve graphical interface, you can draw, move and change the size, color, support for opening and saving image files
minicad
- In this project, you should use Java GUI to implement a simple drawing board. draw line, circle, rectangle, text change the color of a target change the position of a targets change the size of a targets save images as files and load a i
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, circle, rectangle, text 2.c
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.