單項選擇題multiprocessing.Queue中,從隊列中獲得一個數(shù)據(jù)元素,并將其從隊列中拿出的方法()

A.qsize()
B.put()
C.get()
D.full()


您可能感興趣的試卷

你可能感興趣的試題

1.單項選擇題multiprocessing.Queue中,將指定數(shù)據(jù)元素放入隊列的是()

A.qsize()
B.put()
C.get()
D.full()

2.單項選擇題multiprocessing.Queue中,判斷隊列是否為守護線程的方法是()

A.isDaemon()
B.getsize()
C.getname()
D.full()

3.單項選擇題while i的功能是()

A.當i有值時
B.定義i為正數(shù)
C.定義一個普通變量
D.定義一個全局變量

4.單項選擇題multiprocessing.Lock類中release的功能是()

A.獲得一個鎖
B.釋放一個鎖
C.創(chuàng)建一個鎖
D.刪除一個鎖

5.單項選擇題multiprocessing.Lock類中acquire的功能是()

A.獲得一個鎖
B.釋放一個鎖
C.創(chuàng)建一個鎖
D.刪除一個鎖