种系发生
参考答案:将现时生存的与曾经生存过的动物类群按它们的祖裔亲缘关系互相连接起来组成一个动物进化系统,这个进化系统即为种系发生,也称系统发育。
在下向程序和横线处填上适当的内容,使程序执行后的输出结果为1/2005。 #include <iostream> using namespace std; class Date public: Date(int m=1,int y=0):month(m),year(y) void Print() cout<<month<<"/"<<year<<end 1; 【9】 operator+(eonst Date& d1, const Date& d2); private: int month,year; ; 【10】 operator+(const Date& d1, const Date& d2) int year,month; year=d1 .year+d2.year; month=d1. month+d2.month; year+=(month-1 )/12; month=(month-1 )% 12+1; return Date(month,year); void main() Date d1 (3,2004),d2,d3(10); d2=d3+d1; d2,Print();
角膜移植术后何种角膜营养不良易复发()
A.颗粒状角膜营养不良
B.斑块状角膜营养不良
C.格子状角膜营养不良
D.Fuchs角膜营养不良
E.地图-点状-指纹状上皮基膜营养不良