niusouti.com
参考答案和解析
正确答案:正确
更多“Direct3D中可以通过函数Check Device Multi Sample Type来检测设备是否支持多重采样。”相关问题
  • 第1题:

    下列类的构造函数不能通过编译,正确的构造函数应该是______。 include class Sample

    下列类的构造函数不能通过编译,正确的构造函数应该是______。

    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;

    }


    正确答案:Sample(int m):con(m+1){n=m;)
    Sample(int m):con(m+1){n=m;) 解析:本题考察常数据成员的初始化方法。常数据成员的定义必须出现在类体中,而且初始化只能通过构造函数的成员初始化列表进行,而且不能被更新。

  • 第2题:

    已知类 Sample中的一个成员函数说明如下: void Set (Sample &a); 其中,Sample&a的含意是( )。

    A.指向类Sample 的指针为a

    B.将a的地址值赋给变量Set

    C.a是类Smple的对象引用,用来作函数Set() 形参

    D.变量Sample与a按位相与作为函数Set()的参数


    正确答案:C

  • 第3题:

    可以通过无线侧()报告来计算N7信令负荷。

    A.Type25

    B.Type110

    C.Type9

    D.Type19


    参考答案:A, B, C

  • 第4题:

    Direct3D()程序通过调用IDirect3DDevice9::SetRenderState()函数来设置渲染状态。


    正确答案:图形

  • 第5题:

    Which of the following can be used to determine the amount of physical memory installed in a laptop? ()

    • A、Check Device Manager Snap-in.
    • B、Type WINVER in the command prompt.
    • C、Check the BIOS.
    • D、Check System Information in the Accessibility folder.
    • E、Check System Information.

    正确答案:C,E

  • 第6题:

    Direct3D Create9函数创建一个Direct3D对象并获得指向Direct3D对象接口的指针,且参数必须设置为()。


    正确答案:D3D_SDK_VERSION

  • 第7题:

    一个Direct3D对象可以创建多个Direct3D设备对象。


    正确答案:正确

  • 第8题:

    下列的HTML中哪个可以产生复选框?()

    • A、<input type="check">  
    • B、<checkbox>  
    • C、<input type="checkbox">  
    • D、<check>

    正确答案:C

  • 第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?()

    • A、 CONFIGURE DEVICE TYPE TO sbt BACKUP TYPE TO BACKUPSET;
    • B、 CONFIGURE DEVICE TYPE TO disk BACKUP TYPE TO COPY;
    • C、 CONFIGURE DEVICE TYPE TO sbt BACKUP TYPE TO COMPRESSED BACKUPSET;
    • D、 CONFIGURE DEVICE TYPE TO sbt BACKUP TYPE TO COMPRESSED COPY;

    正确答案:C

  • 第10题:

    填空题
    Direct3D()程序通过调用IDirect3DDevice9::SetRenderState()函数来设置渲染状态。

    正确答案: 图形
    解析: 暂无解析

  • 第11题:

    判断题
    一个Direct3D对象可以创建多个Direct3D设备对象。
    A

    B


    正确答案:
    解析: 暂无解析

  • 第12题:

    单选题
    材质编辑器样本视窗中样本类型(Sample Type)最多可以有几种?()
    A

    2

    B

    3

    C

    4

    D

    5


    正确答案: A
    解析: 暂无解析

  • 第13题:

    已知类Sample中的一个成员函数说明如下: void Set(Sample &a); 其中,Sample &a的含义是(58)。

    A.指向类Sample的指针为a

    B.将a的地址值赋给变量Set

    C.a是类Sample的对象引用,用来作函数Set( )的形参

    D.变量Sample与a按位相与作为函数Set( )的参数


    正确答案:C
    解析:本题考查类中函数声明的方法。由题目中的代码我们可以看到,在函数Set()里面有一个形参a,其类型是Sample,符号&表示参数a是一个引用,因此,Sample&a就表示a是类Sample的对象引用。

  • 第14题:

    已知类sample是一个抽象类,其成员函数display是无形参、无返回类型的纯虚函数,请完成其声明:

    sample{

    public:

    sample( ){ };

    ______

    };


    正确答案:virtual void display( )=0;
    virtual void display( )=0;

  • 第15题:

    图形学中称由于采样频率不足而造成的失真为走样,反走样通过多重采样改善图形锯齿效果。


    正确答案:正确

  • 第16题:

    材质编辑器样本视窗中样本类型(Sample Type)最多可以有几种?()

    • A、2
    • B、3
    • C、4
    • D、5

    正确答案:C

  • 第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?()

    • A、CONFIGURE DEFAULT DEVICE TYPE TO TAPE MEDIA 
    • B、CONFIGURE DEFAULT DEVICE TYPE TO TAPE 
    • C、CONFIGURE DEFAULT DEVICE TYPE TO SBT 
    • D、CONFIGURE DEFAULT DEVICE TYPE TO SBT_TAPE

    正确答案:C

  • 第21题:

    单选题
    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?()
    A

     CONFIGURE DEVICE TYPE TO sbt BACKUP TYPE TO BACKUPSET;

    B

     CONFIGURE DEVICE TYPE TO disk BACKUP TYPE TO COPY;

    C

     CONFIGURE DEVICE TYPE TO sbt BACKUP TYPE TO COMPRESSED BACKUPSET;

    D

     CONFIGURE DEVICE TYPE TO sbt BACKUP TYPE TO COMPRESSED COPY;


    正确答案: D
    解析: 暂无解析

  • 第22题:

    判断题
    Direct3D中可以通过函数Check Device Multi Sample Type来检测设备是否支持多重采样。
    A

    B


    正确答案:
    解析: 暂无解析

  • 第23题:

    单选题
    You have configured the following:  RMAN> CONFIGURE DEFAULT DEVICE TYPE TO ’sbt’; new RMAN configuration parameters:  CONFIGURE DEFAULT DEVICE TYPE TO ’sbt’; new RMAN configuration parameters are successfully stored RMAN> SHOW DEVICE TYPE; RMAN configuration parameters are: CONFIGURE DEVICE TYPE SBT PARALLELISM 1; # CONFIGURE DEVICE TYPE DISK PARALLELISM 1; #  RMAN> CONFIGURE DEVICE TYPE SET PARALLELISM 5;  RMAN> SHOW DEVICE TYPE; RMAN configuration parameters are: CONFIGURE DEVICE TYPE SBT PARALLELISM 5; CONFIGURE DEVICE TYPE DISK PARALLELISM 1; #  How many channels are allocated to SBT?()
    A

    0, because channels have not been defined.

    B

    3, as indicated by the degree of parallelism.

    C

    1, the default value when device is configured.

    D

    5, as indicated by the last parallelism command.


    正确答案: A
    解析: 暂无解析