两个大样本均数比较的U检验|μ|=1.98,则统计结论是()
A.P<0.05
B.P<0.01
C.P>0.05
D.P=0.05
E.无法判断
参考答案:A
Radio interferometry is a technique for studying details of celestial objects that combines signals intercepted by widely spaced radio telescopes. This technique requires ultraprecise timing, exact knowledge of the locations of the telescopes, and sophisticated computer programs. The successful interferometric linking of an Earth-based radio telescope with a radio telescope on an orbiting satellite was therefore a significant technological accomplishment. Which of the following can be correctly inferred from the statements above
A.Special care was taken in the launching of the satellite so the calculations of its orbit would be facilitated.
B.The signals received on the satellite are per than those received by a terrestrial telescope.
C.The resolution of detail achieved by the satellite-Earth interferometer system is inferior to that achieved by exclusively terrestrial systems.
D.The computer programs required for making use of the signals received by the satellite required a long time for development.
E.(E) The location of an orbiting satellite relative to locations on Earth can be well enough known for interferometric purposes.
有以下程序 main( ) { char str[ ]="xyz",*ps=str; while(*ps) ps++; for(ps--;ps-str>=0;ps--) puts(ps);} 执行后输出结果是
A.yz xyz
B.z yz
C.z yz xyz
D.x xy xyz