JPEG图像压缩标准可应用于 (43) 图像。在JPEG图像有损压缩编码过程中,主要是 (44) 环节造成信息损失。 44()
A. DCT变换
B. 系数量化
C. DPCM及RLE编码
D. 熵编码
查看答案
在高级程序设计语言中,使用参数是函数(过程、子程序)之间传递信息的一种手段。传值调用是指把实际参数的 (51) 传递给相应的形式参数,函数通过这种传值形参 (52) ;引用调用是指把实际参数的 (53) 传递给相应的形式参数,在函数中对形参的引用和赋值被处理成是对实际参数间接的访问。C语言中采用 (54) 调用方式进行参数传递。在下面的主程序中,实参a与形参x以引用调用(Call by reference)的方式传递信息,实参b与形参y以传值调用(Call by value)的方式传递信息,那么,从过程"compute"返回主程序后,a和b的值分别为 (55) 。主程序 过程computea:=2; X:=2*xq-y;b:=a*ar X:=xq+2*y;compute(a,b); return; 51()
A. 值
B. 名
C. 地址
D. 地址和值
DOM is a platform- and language- (65) API that allows programs and scripts to dynamically access and update the content, structure and style of WWW documents (currently, definitions for HTML and XML documents are part of the specification). The document can be further processed and the results of that processing can be incorporated back into the presented (66) . DOM is a (67) -based API to documents, which requires the whole document to be represented in (68) while processing it. A simpler alternative to DOM is the event-based SAX, which can be used to process very large (69) documents that do not fit into the memory available for processing. 69()
A. XML
B. HTML
C. script
D. Web
MPEG-1视频编码标准中定义了 (47) 种不同类型的视频帧,其中, (48) 在各种帧类型中数据量居中,而数据量最小的 (49) 在之前的H.261标准中并没有定义,能够直接作为索引和访问点的是 (50) 。 48()
A. I帧
B. S帧
C. Y帧
D. P帧
MPEG-1视频编码标准中定义了 (47) 种不同类型的视频帧,其中, (48) 在各种帧类型中数据量居中,而数据量最小的 (49) 在之前的H.261标准中并没有定义,能够直接作为索引和访问点的是 (50) 。 47()
A. 2
B. 3
C. 4
D. 5