搜索资源列表
onec
- 单信道的发射接收机 包含匹配滤波 脉冲成型 误码率和理论值-The emission of the single-channel receiver includes a matched filter pulse shaping BER and the theoretical value
8_2
- 2.从键盘输入10个整形数据,将这10个数据写到c盘的test2.txt中,然后关闭文件。接着再打开文件读出这10个数据求平均值,并将平均值写入test2.txt中。-Enter shaping data from the keyboard 10, the data is written to these 10 test2.txt c drive, and then close the file. And then open the file to read the data out of th
6_1
- 1. 定义一个抽象学生类CStudent,它具有公有成员函数Average(),该函数用于计算学生的平均分,函数为虚函数;定义一个文科学生类CStudentLiberalArts,它是类CStudent的派生类,并以公有方式派生,它具有的成员有: 1) 保存英语、政治、数学、地理和历史、美术成绩的整形成员变量; 2) 设置上述变量的公有成员函数; 3) 输出上述变量的公有成员函数; 4) 公有的成员函数Average()用于计算学生的平均分; 定义一个理科学生类CStuden