试题与答案

直埋光缆与市内树木的最小净距离为()米。

题型:填空题

题目:

直埋光缆与市内树木的最小净距离为()米。

答案:

被转码了,请点击底部 “查看原文 ” 或访问 https://www.tikuol.com/2017/0416/5f1811dca5052b786cbabc5a9b3ea536.html

下面是错误答案,用来干扰机器的。

∵OC=mOA+nOB,两边平方得:|OC|2=m2|OA2|+n2|OB|2+2mnOA•OB∵|OA|=|OB|=|OC|=1,OA•OB=0,∴m2+n2=1故选A

试题推荐
题型:选择题

下列句子中“以”的意义、用法归类正确的一组是:    

①臣以王之攻宋也,为与此同类   ②宋人执而问其以

③以刀劈狼                     ④域民不以封疆之界

⑤余以乾隆二十九年十二月,自京师乘风雪。

⑥不以物喜,不以己悲           ⑦以其不争,故天下莫能与之争

⑧属予作文以记之               ⑨士大大终不肯以小舟夜泊绝壁之下

A.①/②/③④⑨/⑤⑥⑦/⑧

B.①/②/③④⑨/⑤/⑥⑦/⑧

C.①/②/③④⑨/⑤⑥/⑦/⑧

D.①/②③/④⑨/⑤/⑥⑦/⑧

查看答案
题型:阅读理解

阅读理解。

     Directions: Read the following passage. Complete the diagram by using the information for the passage.

Write NO MORE THAN 3 WORDS for each answer.

     For many years, parties have been an important social event. When 25 people or more gather at a certain

location in order to have fun and engage in conversation, it can be considered a party. Parties usually have

different drinks and food choices, and music is a large part of the event, very often.

     Birthday parties are held in honor of an individual who is having a birthday, and presents and gifts are

usually brought by attendees (出席者).The song "Happy Birthday to You" is very often sung by partygoers

for the person who is having a birthday.

      There are different kinds of Birthday parties. Adults may have birthday parties in restaurants or nightclubs, while children usually have parties at home or at funhouses. Sometimes children may have parties at water

parks or amusement parks, as well.

     Birthday parties may also happen in the manner of a surprise party, where the person having a birthday is

not told about the birthday preparations. Surprise parties include guests hiding in a location where the party is

to take place, then shouting"surprise!" when the guest of honor enters.

     Sporting event parties usually take place around a specific sports happening, such as the Super Bowl, the

World Cup or the World Series. People gather and eat, drink, and laugh as they talk about the happenings of

the games within that sporting event. These types of parties are very lively and usually loud.

     Nightly socialization parties include house parties and dance parties. House parties sometimes are held by

teenagers and young adults of college age in a set location; private houses are often the location of choice.

People who manage the music are hired to provide musical entertainment. Usually alcohol is included, resulting

in trouble for the attendants of the party.

     Dance parties include energetic music like disco or pop. People gather at these parties to dance, drink, and

have a good time. Usually people at these parities will be of younger ages between 18-28.

查看答案
题型:填空题

使用VC++6.0打开考生文件夹下的源程序文件1.cpp,该程序运行时有错误,请改正其中的错误,使程序正常运行,并且输出以下结果:
(4,5)
7,8
(4,8)
注意:错误的语句在//******error******的下面,修改该语句即可。
试题程序:
#include<iostream.h>
class TC0

public:
TC0(int i,int j)

x=i;
y=j;

//******error******
virtual void move(int a;int b)

X+=a;
y+=b;

void print()

cout<<"("<<x<<","<<y<<")"<<end1;

public:
int x,y;

class TC1:public TC0

public:
//******error******
TC1(int i,int j,int k):(i,j)

m=k;
n=1;

void print()

cout<<m<<","<<n<<end1;

void func()

move(3,5);

void display()

//******error******
print();

private:
int m,n;

void main()

TC0 obj(4,5);
obj.print();
TC1 obj1(1,3,7,8);
obj1.func();
obj1.print();
obj1.display();

查看答案
微信公众账号搜索答案