• 2022-07-26 问题

    调度算法,可能会导致磁头会随时改变移动方向。 A: 最短寻道时间优先算法 B: SCAN算法 C: CSCAN算法 D: N-Step-SCAN算法

    调度算法,可能会导致磁头会随时改变移动方向。 A: 最短寻道时间优先算法 B: SCAN算法 C: CSCAN算法 D: N-Step-SCAN算法

  • 2022-06-03 问题

    对给定顶点邻接链表T,其一个欧拉回路可以以()复杂性求得。 A: O(sort(N)) B: O(scan(N)) C: O(scan(N))IO D: IO(scan(N))

    对给定顶点邻接链表T,其一个欧拉回路可以以()复杂性求得。 A: O(sort(N)) B: O(scan(N)) C: O(scan(N))IO D: IO(scan(N))

  • 2022-06-03 问题

    对给定顶点邻接链表T,其一个欧拉回路可以以()IO复杂性求得。 A: O(sort(N)) B: O(scan(N)) C: O(scan(N))IO D: IO(scan(N))

    对给定顶点邻接链表T,其一个欧拉回路可以以()IO复杂性求得。 A: O(sort(N)) B: O(scan(N)) C: O(scan(N))IO D: IO(scan(N))

  • 2022-05-30 问题

    前序计数的I/O复杂度为()。 A: IO(sort(N)) B: O(sort(N)) C: IO(scan(N)) D: O(scan(N))

    前序计数的I/O复杂度为()。 A: IO(sort(N)) B: O(sort(N)) C: IO(scan(N)) D: O(scan(N))

  • 2022-06-04 问题

    为数T的每个结点标上子树大小的I/O复杂度为()。 A: IO(sort(N)) B: O(sort(N)) C: IO(scan(N)) D: O(scan(N))

    为数T的每个结点标上子树大小的I/O复杂度为()。 A: IO(sort(N)) B: O(sort(N)) C: IO(scan(N)) D: O(scan(N))

  • 2022-06-07 问题

    How many steps will the scanning take if doing Graham Scan to n points? (No degeneration situation)对n个点进行Graham Scan,其中scan的过程中最多会迭代多少步?(不考虑退化情况) A: 2n-6 B: 2n-5 C: 2n-7 D: 2n-8

    How many steps will the scanning take if doing Graham Scan to n points? (No degeneration situation)对n个点进行Graham Scan,其中scan的过程中最多会迭代多少步?(不考虑退化情况) A: 2n-6 B: 2n-5 C: 2n-7 D: 2n-8

  • 2021-04-14 问题

    下列程序代码的运行结果为( )。 Private Sub Command1_Click() For m = 1 To 10 Step 2 a = 10 For n = 1 To 20 Step 2 a = a + 2 Next n Next m Print a End Sub

    下列程序代码的运行结果为( )。 Private Sub Command1_Click() For m = 1 To 10 Step 2 a = 10 For n = 1 To 20 Step 2 a = a + 2 Next n Next m Print a End Sub

  • 2022-05-31 问题

    假定有以下程序段n=0for i=1 to 6 step 2 for j=4 to 1 step -1 n=n+1 next jnext i运行完毕后,n的值是______。 A: 0 B: 3 C: 4 D: 12

    假定有以下程序段n=0for i=1 to 6 step 2 for j=4 to 1 step -1 n=n+1 next jnext i运行完毕后,n的值是______。 A: 0 B: 3 C: 4 D: 12

  • 2022-06-07 问题

    In Listening part, you'd better ____________ before starting? A: scan all the choices in this part B: scan all the choices in Section A C: scan all the choices in Section B D: scan all the choices in Section C

    In Listening part, you'd better ____________ before starting? A: scan all the choices in this part B: scan all the choices in Section A C: scan all the choices in Section B D: scan all the choices in Section C

  • 2022-06-08 问题

    ‌下列程序代码的运行结果为( )。‍‌Private Sub Command1_Click()‍‌ For m = 1 To 10 Step 2‍‌ a = 10‍‌ For n = 1 To 20 Step 2‍‌ a = a + 2‍‌ Next n‍‌ Next m‍‌ Print a‍‌End Sub‍‌‍ A: 60 B: 50 C: 30 D: 20

    ‌下列程序代码的运行结果为( )。‍‌Private Sub Command1_Click()‍‌ For m = 1 To 10 Step 2‍‌ a = 10‍‌ For n = 1 To 20 Step 2‍‌ a = a + 2‍‌ Next n‍‌ Next m‍‌ Print a‍‌End Sub‍‌‍ A: 60 B: 50 C: 30 D: 20

  • 1 2 3 4 5 6 7 8 9 10