摘要:
#include int main(void) { int i; for (i = 0; i int main(void) { int i; for (i = 0; i int main(void) { int i; for (i = 10; i > 0; i--) { printf("%d\n", i); } ... 阅读全文
摘要:
type TRectangle=class private FCoordinates:array[0..3] of longint; function GetCoordinate(Index:integer):Longint; //读方法 procedure SetCoordinate(Index:integer; Value:... 阅读全文
摘要:
Dim x As Double, y As Double, Shift As Long, b As Boolean, doc As Document Dim sel1 As Shape, sel2 As Shape, s1 As Shape, s2 As Shape Set doc = ActiveDocument b = False ... 阅读全文