-
-
[
C/C++]
cadlib_srcDXF.rar
Read CAD drawing files, regardless of the complexity of drawing the map can be easily drawn many. Notes and content, color, markings can be clearly displayed
-
-
[
Visual C++ (VC++)]
Complex.curve.drawing.program.rar
Complex curve drawing program, you can map parameters spline curve, Pui Maiziere curve, B-spline curve, realize mapping, modify, delete and display a variety of functions, such as basis function. CAGD professional procedures very classic! ! !
-
-
[
Visual C++ (VC++)]
EasyDraw.rar
EasyDraw is a simple Draw software, and you will know the base knowledge of the Visual C++ 2005.
The EasyDraw include following function:
1. Draw line, rect, ellipse.
2. Change the type, width, color of the Line.
-
[
Lisp/Scheme]
gear.rar
Gear design verification and parametric mapping, using AutoLISP in autocad programming in
-
-
-
-
[
Unix_Linux]
drawarea.rar
... drawarea
n = 0
XtSetArg[args[n], XmNwidth, 500 ] n++
XtSetArg[args[n], XmNheight, 500 ] n++
drawarea = XmCreateDrawingArea[toplevel, "drawarea", args, n]
XtManageChild[drawarea]
//建立绘图所用的GC
prepare[]