Direct3D中可以通过函数Check Device Multi Sample Type来检测设备是否支持多重采样。
第1题:
下列类的构造函数不能通过编译,正确的构造函数应该是______。
include<iostream.h>
class Sample
{
public:
int n;
const int con;
Sample(int m) {con=m+1;n=m;}
void disp( ) {cout<<"normal:n="<<n<<endl;}
void disp( )const {cout<<"static:n="<<n<<endl;}
};
void main( )
{
const Sample a (12);
Sample b (13);
a.disp( );
b.isp( );
cout<<a.n<<","<<b.con<<endl;
}
第2题:
已知类 Sample中的一个成员函数说明如下: void Set (Sample &a); 其中,Sample&a的含意是( )。
A.指向类Sample 的指针为a
B.将a的地址值赋给变量Set
C.a是类Smple的对象引用,用来作函数Set() 形参
D.变量Sample与a按位相与作为函数Set()的参数
第3题:
A.Type25
B.Type110
C.Type9
D.Type19
第4题:
Direct3D()程序通过调用IDirect3DDevice9::SetRenderState()函数来设置渲染状态。
第5题:
Which of the following can be used to determine the amount of physical memory installed in a laptop? ()
第6题:
Direct3D Create9函数创建一个Direct3D对象并获得指向Direct3D对象接口的指针,且参数必须设置为()。
第7题:
一个Direct3D对象可以创建多个Direct3D设备对象。
第8题:
下列的HTML中哪个可以产生复选框?()
第9题:
You are performing a backup of your database across the network. While taking the backup, you want to save space on the storage media and reduce the network bandwidth. Which command will you issue to configure the required type of backup?()
第10题:
第11题:
对
错
第12题:
2
3
4
5
第13题:
已知类Sample中的一个成员函数说明如下: void Set(Sample &a); 其中,Sample &a的含义是(58)。
A.指向类Sample的指针为a
B.将a的地址值赋给变量Set
C.a是类Sample的对象引用,用来作函数Set( )的形参
D.变量Sample与a按位相与作为函数Set( )的参数
第14题:
已知类sample是一个抽象类,其成员函数display是无形参、无返回类型的纯虚函数,请完成其声明:
sample{
public:
sample( ){ };
______
};
第15题:
图形学中称由于采样频率不足而造成的失真为走样,反走样通过多重采样改善图形锯齿效果。
第16题:
材质编辑器样本视窗中样本类型(Sample Type)最多可以有几种?()
第17题:
sample(withReplacement,fraction,seed)算子根据fraction指定的比例对数据进行采样,可以选择是否使用随机数进行替换,seed用于指定随机数生成器种子
第18题:
由于Direct3D设备对象是由Direct3D对象创建的,因此应先释放Direct3D设备对象。
第19题:
如果要实现多重判断,可以利用IF函数的嵌套来实现。
第20题:
What command would you use to set a persistent setting in RMAN so that backups are all written to a tape device?()
第21题:
CONFIGURE DEVICE TYPE TO sbt BACKUP TYPE TO BACKUPSET;
CONFIGURE DEVICE TYPE TO disk BACKUP TYPE TO COPY;
CONFIGURE DEVICE TYPE TO sbt BACKUP TYPE TO COMPRESSED BACKUPSET;
CONFIGURE DEVICE TYPE TO sbt BACKUP TYPE TO COMPRESSED COPY;
第22题:
对
错
第23题:
0, because channels have not been defined.
3, as indicated by the degree of parallelism.
1, the default value when device is configured.
5, as indicated by the last parallelism command.