从集线器具有的功能及可提供的服务,大体可以分为智能集线器和 【3】 两类。
参考答案:非智能集成器
The child is ____ young to join the army. [ ]
A. so
B. too
C. enough
D. such
以下程序的输出结果是( )。 #include<iostream.h> long fun(int n) long s; if(n==1||n==2)s=2; else s=n-fun(n-1); return s; voidmain()cout<<fun(3);
A.1
B.2
C.3
D.4