单项选择题在窗体上画两个标签和一个命令按钮,其名称分别为Label1、Label2和Command1, 然后编写如下程序: Private Sub func(L As Label,ByVal a As Integer) L.Caption= 1234 a=a*a End Sub Private Sub Form_Load() Labell.Caption= ABCD Label2.Caption=10 End Sub Private Sub Command1_Click() a=Val(Label2.Caption) Call func(Labell,
单项选择题已知数据表A中每个元素距其最终位置不远,为节省时间,应采用的算法是_______。