Access提供了6种类型的窗体,分别是【 】、表格式窗体、【 】、主/子窗

题型:填空题

问题:

Access提供了6种类型的窗体,分别是【 】、表格式窗体、【 】、主/子窗体、图标窗体和数据透视表窗体。

考点:计算机等级考试ACCESS国家计算机二级(Access)92
题型:填空题

对青少年在校园里的交往认识正确的是[ ]

①青少年努力完成学习任务,不必费心去交往

②青少年应广交益友

③青少年应重视与同学之间的关系

④青少年应积极交往,让交往充实自己的生活世界

A、①②④

B、①③④

C、②③④  

D、①②③④

题型:填空题

大小齿轮齿数的比是5:3,小齿轮有15个齿,大齿轮有______个齿.

题型:填空题

满载状态下,只允许货物作Z轴方向上移动时,才能保证浮性依然具备。()

题型:填空题

【说明】
著名的四色定理指出任何平面区域均可以用4种颜色着色,使相邻区域着不同的颜色。本程序对给定的区域图找出所有可能的不超过4种颜色的着色方案。
【函数】
# include <stdio.h>
#define N 10 /*要着色的N个区域*/
void output(int color[]) /*输出一种着色方案 color[i]的值为区域i所着颜色*/

int i;
for (i=0; i<N; i++)
printf("%4d", color[i]);
printf("\n");

int back(int *ip, int color[j] /*回溯*/
int c=4;
while (c==4)

if (*ip<=0)
return 0:
--(*ip);
c= (1) ;
color[*ip]=-1;

return c;

/*检查区域i,考查c种颜色的可能性 */
int colorOK(iht i, int c, int adj[][N], int color[])

int j;
for(j=0; j<i; j++)
if ( (2) )
return 0;
return 1;

/*为区域i选一种可着的颜色*/
int select(int i, int c, int adj[][N], int color[])
/*寻找各种着色方案 adj[i][j]=1表示区域i与区域j不相邻*/

int k;
for (k=c; k<=4; k++) /*4种颜色*/
if (colorOK( (3) ))
return k;
return 0;

int coloring(int adj[][N])

int color[N], i, c, cnt;
for (i=0; i<N; i++) color[i]=-1:
i=c=0; cnt=0;
while (1)
[
if ((c= (4) )==0)

c=back(&i, color);
if (c==0)
return cnt;

else

(5) ;
i++;
if(i==N)

output(color);
++cnt;
c=back(&i, color);

else
c=0;



void main()

int adj[N][N]= 0, 1, 0, 1, 1, 1, 1, 1, 1, 1,
1, 0, 1, 1, 0, 1, 1, 1, 1, 0,
0, 1, 0, 1, 0, 1, 1, 0, 1, 1,
1, 1, 1, 0, 1, 1, 0, 0, 1, 1,
1, 0, 0, 1, 0, 1, 0, 0, 0, 0,
1, 1, 1, 1, 1, 0, 1, 0, 0, 1,
1, 1, 1, 0, 0, 1, 0, 0, 1, 0,
1, 1, 0, 0, 0, 0, 0, 0, 1, 1,
1, 1, 1, 1, 0, 0, 1, 1, 0, 1,
1, 0, 1, 1, 0, 1, 0, 1, 1, 0
;
printf("共有%d 组解.\n", coloring(adj));

题型:填空题

根据用途的不同,行程开关分()开关和()开关两种。

更多题库