SQ LServer2008中的数据以页为基本存储单位,页的大小为()
A、8KB
B、16KB
C、32KB
D、64KB
A、8KB
B、16KB
C、32KB
D、64KB
A、sq.rear= (sq.rear+1)mod MAXSIZE; sq.elem[sq.rear]=x; B、sq.elem[sq.rear]=x; sq.rear= (sq.rear+1)mod MAXSIZE; C、sq.front= (sq.front+1)mod MAXSIZE; sq.elem[sq.front]=x; D、sq.elem[sq.front]=x; sq.front= sq.front+1;
A、A.sq.front= sq.rear B、B.sq.front= sq.rear+1 C、C.(sq.front +1)mod MAXSIZE= sq.rear D、D.(sq.rear+1)mod MAXSIZE= sq.front
A、R-sq及R-sq(调整)称为确定系数与调整确定系数 B、R-sq及R-sq(调整)称为多元全相关系数与调整的多元全相关系数 C、R-sq及R-sq(调整)越大越好 D、R-sq及R-sq(调整)越接近越好