智力活动与操作活动的结构主要指构成要素()和()。
参考答案:执行顺序;执行要求
请使用“答题”菜单或使用VC6打开考生文件夹proj1下的工程proj1。程序中位于每个//ERROR************found************下的语句行有错,请加以改正。改正后程序的输出应该是: Name:Smith Age:21 ID:99999 CourseNum:12 Record:970 注意:只能修改每个//ERROR************found************下的那一行,不要改动程序中的其他内容。 //源程序 #include<iostream> using namespace std; class StudentInfo protected: //ERROR************found************ char Name[]; int Age; int ID; int CourseNum; float Record: public: //ERROR************found************ void StudentInfo(char*name, int age, int ID, int courseNum,float record); //ERROR************found************ void~StudentInfo()delete[]Name; float AverageRecord() return Record/CourseNum: void show() consL; ; StudentInfo::StudentInfo(char*name, int age, int ID, int courseNum, float record) Name=strdup(name);
Age=age;this->ID=ID:CourseNum=courseNum:Record=record:void StudentInfo::show()constcout<<"Name:"<<Name<<"Age:"<<<<"CourseNum:"<<CourseNum<<" Record:"<<Record<<endl;int main()StudentInfo st("Smith",21,99999,12,970);st.show();return 0:
自动空气开关,在电路发生过载和短路故障时,能自动断开电路。()