下面属于软件设计阶段产生的文档是( )。
- A.数据流程图和数据字典
- B.软件确认测试计划
- C.详细设计规格说明书
- D.软件需求规格说明书
热度🔥748
解析:打开微信小程序查看本题解析
有以下程序
#include
#include
typedef struct stu {
char name[10];
char gender;
int score;
} STU;
void f(char *name, char gender, int score)
{ strcpy(name, "Qian");
gender = 'f';
score = 350;
}
main()
{ STU a={"Zhao", 'm', 290}, b;
b=a;
f(b.name,b.gender,b.score);
printf("%s,%c,%d,", a.name, a.gender, a.score);
printf("%s,%c,%d\n", b.name, b.gender, b.score);
}
程序的运行结果是
无线网状网的英文缩写是
以 1,200bps 速率来传送 15,000 字节的文件所需时间约为( )。
不可以在Excel工作表中插入的迷你图类型是( )。