单项选择题创建一个新的GTK窗口结构的函数是()。

A.gtk_init
B.gtk_windows_new
C.gtk_widget_show
D.gtk_main


您可能感兴趣的试卷

你可能感兴趣的试题

3.单项选择题所有的SQL语句在结尾处都要使用()符号。

A.,
B.:
C.;
D..

5.单项选择题用于返回本地套接字地址的函数是()。

A.socket
B.getsockname
C.getpeername
D.getsocket

6.单项选择题在使用一个线程属性对象之前,必须对其进行初始化,()函数完成对线程属性对象初始化。

A.pthread_init
B.pthread_attr_create
C.pthread_attr_destroy
D.pthread_attr_init

7.单项选择题()用来初始化一个互斥锁。

A.pthread_mutex_init
B.pthread_mutex_create
C.pthread_mutex_begin
D.pthread_mutex_lock

8.单项选择题可以使用下面的()函数将一个线程挂起。

A.pthread_self
B.pthread_pause
C.pthread_join
D.pthread_exit

9.单项选择题要结束一个线程,需要调用()函数。

A.exit
B.pthread_quit
C.pthread_exit
D.return

10.单项选择题在POSIX中,线程是用()动态地创建。

A.pthread_self
B.pthread_create
C.create_pthread
D.pthread_new