单项选择题
A.Me = "Access Test" B.Me.Caption = "Access Test" C.Me.Text = "Access Test" D.Me.Name = "Access Test"
A.冒泡排序为 n/2 B.冒泡排序为 n C.快速排序为 n D.快速排序为 n(n-1)/2
A.数据与程序独立存放 B.不同的数据被存放在不同的文件中 C.不同的数据只能被对应的应用程序所使用 D.以上三种说法都不对