-
-
CGeditor.zip
... provides an interface for the users for handling the display and manipulation of basic picture objects like point, line, rectangle, ellipse, polygon, spiral, etc. It can also perform operations on selected objects like clipping, translation, rotation, ...
-
LCDBlackBoard.rar
Sample Paint program written in VB6 for Graphical LCD systems.
This can be used as a base for further LCD designs.
The system has
1-Line (Pen Tool)
2-Rectangle
3-Circle
4-Line width
-
LCDBlackBoard2.rar
Sample Paint program written in VB6 for Graphical LCD systems.
This can be used as a base for further LCD designs.
The system has
1-Line (Pen Tool)
2-Rectangle
3-Circle
4-Line width
-
-
-
GriedGen.rar
Algebraic Grid Generation for a 2D Rectangle or square. This program is of basic introduction level for under graduate students for grid generation.
-
-
-
a.rar
由Point类派生出描述一个矩形的类Rectangle (左上角、右下角两点确定矩形) :
Rectangle类的成员数据:
① 公有继承Point类后已有1个点;
② 再增加1个成员对象 ... protected: float length
④ 增加存放面积的成员数据: protected: float rectarea
Rectangle类的成员函数、友元函数:// float distance(){return 2*(abs( ...
-
-