A、灰度 B、对比度 C、色彩度 D、光度
(4)喷墨打印机的主要技术参数有 ⑤ 、打印速度、打印效果与打印幅面、打印成本、售后服务等。
A、打印粉墨 B、打印材料 C、打印点阵 D、打印质量
五、程序分析题(本大题共3小题,共75分) 30、阅读程序,写出运行结果。(每小题5分,共25分) (1) #include <stdio.h> Main()
{ struct stu{
Char name[10]; Int age,sex; }
Printf("%d",sizeof(struct stu)); }
(2) #include <stdio.h> Main() {
int x=68;
printf("%c,%d",x,~x); }
(3) #include <stdio.h> #include <math.h> Main() {
double x=5.14;
int a=(int)floor(x);
int b=(int)pow(floor(x),3); printf("%d,%d",a,b); }
(4) #include <stdio.h> Main() {
char **p,*t[]={"computer","phone","mp4"}; for(p=t+2;p>=t,p--)
printf("%c ",*(*p+1)); }
(5) #include <stdio.h> f(int arr[]) {
int i=0;
for(;arr[i]<=10;i+=2) printf("%d",arr[i]); }
百度搜索“77cn”或“免费范文网”即可找到本站免费阅读全部范文。收藏本站方便下次阅读,免费范文网,提供经典小说教育文库高考真题湖南省2009年普通高等学校对口招生考试计算机应用类专业(6)在线全文阅读。
相关推荐: