下列哪种格式可以通过Acrobat软件打开()
A:PDF B:PNG C:PICT D:PHOTOSHOP
将Flash图像保存为位图GIF、JPEG、PICT(Macintosh)或BMP(Windows)文件时,图像会丢失其矢量信息,仅以像素信息保存。
下列哪种图片文件格式适合网络使用()?
A:.jpg B:.psd C:.pict D:.bmp
不可以将具有以下哪个格式的文件用作纹理?()
A:PNG B:PSD C:BMP D:PICT
有如下程序:
Private Sub Commandl_Click( )
Dim a As Single
Dim b As Single
a=2:b=4
Call CS(a,b)
End Sub
Sub CS(x As Single,y As Single)
t=X
x=t/y
y=t Mod y
End Sub
程序运行后,单击命令按钮,a和b的值分别为( )。
A:Dim pict[3,4]As Integer B:Dim pict(3,4)As Integer C:Dim pict[3.4]As Integer D:Dim pict(3:4)As Integer.
下面的数组声明中,正确的是( )。
A:Dim pict[3,4]As Integer B:Dim pict(3,4)As Integer C:Dim pict[3.4]As Integer D:Dim pict(3:4)As Integer.
下面的数组声明中,正确的是
A:Dim pict[3,4]As Integer B:Dim pict(3,4)As Integer C:Dim pict[3.4]As Integer D:Dim pict(3:4)As Intege
PageMaker文件若用于网上发布,通常采用()格式。
A:PICT B:GIF C:HTML D:PDF