搜索资源列表
resolution
- 多基站雷达距离和多普勒分辨率;距离模糊函数;多普勒模糊函数-Range and Doppler resolution functions Range ambiguity functions Doppler ambiguity functions
CPPchengxutiaocuo
- 问题:定义一个Cpoint类,用成员函数的重载实现分别求出整型数的两点间距离和实型数的两点间距离 -Problem: define a Cpoint class, with member function to realize the heavy duty respectively and the integer number of the distance between the two points and the real number of the distance between
biancheng
- (1)编写一个程序实现如下功能:有4名学生,每个学生信息包含学号、姓名、数学成绩、英语成绩、C语言成绩和三门课程的总分,并对数据进行输入和输出(程序以文件名sy8_7.c存盘)。 (2) 编写一个程序实现如下功能:定义一个点的结构数据类型,实现下列功能: ①为点输入坐标值。 ②求两个点中点坐标。 ③求两点间距离。 (程序以文件名sy8_8.c存盘 (3)编写一个程序实现如下功能:建立一个单链表,每个结点数据要有职工号、工资。用一个creat函数来建立链表,用list函数输
point
- 设计并测试点类Point,其数据成员是直角坐标系的点坐标,友元函数distance用来计算两点间的距离。-Design and test Point kind of Point, the Point coordinate data member is rectangular coordinate system, short of the friend function is used to calculate the distance between two points.