资源列表
designtoolsfordrawinggraphic
- 像画图板那样,可以画简单的图形,可以设置画笔颜色,可以输入文字等。-Like a drawing board, as you can draw simple graphics, you can set the pen color, you can enter text and so on.
VC_MFC_DCOM_drawing_customers_code
- VC_MFC实现DCOM画图客户程序源代码VC_MFC DCOM drawing customers to achieve source code -VC_MFC DCOM drawing customers to achieve source code
AdvanceMAthematics
- 高等数学,对软件开发人员非常有用,基础中的基础-Advanced Mathematics
pcode
- 鼠标画图的例子,可以下载来看看,很值得的-画图的编程
AutocadVBA
- 主要介绍如何通过vb在autocad中创建对象-Introduces how to create a vb object in autocad
AutoCADVBAshuxing
- 主要是介绍autocad在vb中的属性,对初学者可以提供非常好的帮助-Autocad key is to introduce the properties in vb, can provide very good for beginners help
Exp31_1
- 简单的绘图工具,并且带有颜色。简单好用。仅供学习娱乐。-Simple drawing tools, and with color. Simple and easy to use. Only learning fun.
CustEntityDBX
- 巴西人写的自定义实体代码,在VS2008+acad2010上修改调试-Brazilian entities to write custom code to modify in VS2008+ acad2010 debugging
Rectangle
- 一个可以画矩形和椭圆的VC程序,同时可以对画矩形进行允许和禁止切换-One can draw rectangular and elliptical VC procedures, can be painted to allow and prohibit switching rectangular
Graphic
- MFC做的画图程序,比较简单容易理解,大家可以下了-MFC to do the drawing process, relatively simple and easy to understand, we can look down
BEZIER
- 这个程序可以用来显示如何绘制bezier曲线-drawing bezier curves
dajkgjk
- 设某图形处理程序只考虑点、直线、圆三种基本图形。对于点,给出点的横纵坐标;对于直线,给出直线方程ax+by+c=0的三个系数a,b,c;对于圆,给出圆心坐标和半径。试说明图形的几何形状类型,并编写输入和输出图形数据、求两点矩离、求两直线交点、 已知点和半径形成圆、已知两点形成直线等函数。