搜索资源列表
SX_4
- 一个简单的windows API 画图程序,通过键盘的选择可以画直线,椭圆和矩形。-a simple drawing program windows API, through keyboard choice can be painted straight, oval and rectangular.
drawclient
- 一个简单的画图程序,可以简单说明VC中制作画图软件的原理及过程-a simple drawing program, you can simply note VC production Pbrush the principle and process
Painter
- 一个简单的绘图板程序,实现画图功能,编辑图片功能
qddown_vc1020345346241
- 一个简单的画图程序,可作入门之用,蛮好玩的
EastDraw
- 一个简单而功能强大的画图程序,适合初学者
CDC
- 一个简单的VC画图程序,在CXXView的OnDraw()里画一个篮球场,展示了一个VC的画图功能
DrawController
- 一个简单的画图程序,可以画点、线段、举行圆形椭圆等。
MFC简单绘图
- 这是一个简单的画图程序,VC6.0-This is a simple drawing program, VC6.0
Cad3.0
- 一个简单的画图程序,可以画线、矩形、圆等图形,并可进行相关操作。-a simple drawing program, line drawing, rectangle, circle and other graphics, can be associated operations.
vc画图程序
- 这是一个用vc实现的简单的画图程序,可以画直线,矩形,椭圆等图形-vc used to achieve a simple drawing program, drawing straight lines, rectangular, oval and other graphics
HDraw
- 这是一个用来绘图的程序,是一个简单的画图工具,与操作系统自带的画图工具的功能相似,具有详细的源代码和运行程序。-This is a procedure used for mapping, is a simple drawing tools, with the operating system built-in drawing tool similar to a detailed source code and run the program.
MyDraw
- 在Visual C++ 6.0中实现的一个简单的画图板程序。可以实现用“矩形”“直线”“椭圆”“圆角矩形”画图,可以改变画线宽度。可以用刷子填充某个封闭区域。-In Visual C++ 6.0 in the realization of a simple drawing board procedures. Can be achieved using " rectangular" " straight line" " elliptical"
ImageEditor
- VC.NET环境编写的一个仿Windows的画图程序,模仿的还挺像,编译时用VC2005或更高版本打开时需要转换工程文件,首次运行会出现很多警告,且速度较慢,不过可以顺利编译。 这款画图板程序功能还挺不少,可以手绘线、文字输入、简单图形、图块及拖放、重复撤销、画面缩放、打开保存图片文件,另外为了直接从数据库或者XML中存取图片以及从Base64编码存取图片的接口,还实现了工具箱及颜料盒。-Environment VC.NET prepared a drawing program lik
LineChartControl
- 用MFC编写的一个简单的画图程序,此画图程序在标准的坐标轴上画两路的动态波形,你可以控制它两路同时画出来或者画其中的一路。-With the MFC write a simple drawing program, the Paint program in the standard two-way draw axis dynamic waveform, you can control it at the same time two-way drawn or painted the way of t
6-pen
- 一个最简单的画图程序,虽然简单对初学者学习绘图可能有很大的帮助-One of the most simple drawing program, which is simple for beginners to learn the drawing may be of great help to
drawing
- 一个简单的画图程序,可以画圆,可以设置线宽,可以使用画刷。-A simple drawing program, you can draw a circle, you can set the line width, you can use the brush.
paint
- 我的第一个VC6.0画图程序,功能简单,有画笔画刷、选色等基本功能-My first VC6.0 Paint program, simple functions, basic functions of the painting brush strokes, color selection
QtGUIchap08
- 一个简单地画图程序 可以实现一些节点的链接和设计-A simple drawing program can achieve some of the nodes of the link and design
TSAnalyzer_20120712
- 一个简单的MFC画图程序,能画直线,矩形和椭圆。-A simple MFC drawing program, can draw lines, rectangles and ellipses.
简单绘图界面程序
- 做一个简单的画图工具,如下图所示。可以根据用户的选择项画出至少3种图形(直线、椭圆、矩形)。