永发信息网

请高手帮我看看这段程序是什么意思

答案:3  悬赏:10  手机版
解决时间 2021-08-01 02:09
  • 提问者网友:不爱我么
  • 2021-07-31 18:01

int width,height;

void main ()

{

unsigned char* arr1;

visual();

arr1 = (unsigned char*)malloc(sizeof(unsigned char)*width*height);

arr1 = openfile(file, width, height);

writefile(arr1,width,height);

}

void visual()

{

printf("Input the file name:");

scanf("%s",&file);

printf("The width is\n");

scanf("%d",width);

printf("The height is\n");

scanf("%d",height);

}

最佳答案
  • 五星知识达人网友:青灯有味
  • 2021-07-31 18:32

大致上就是说某个表格文件的高度和宽度 具体的我也不是很明白

全部回答
  • 1楼网友:痴妹与他
  • 2021-07-31 20:26
计算长宽
  • 2楼网友:孤老序
  • 2021-07-31 18:59
要么程序出错,要么就在最后显示长宽
我要举报
如以上回答内容为低俗、色情、不良、暴力、侵权、涉及违法等信息,可以点下面链接进行举报!
点此我要举报以上问答信息
大家都在看
推荐资讯