北电英文笔试考试真题 北电英语面试 北电校考真题大全
创始人
2025-09-21 02:11:17
0

  1. tranlation (mandatory)

  cdma venders have worked hard to give cdma roaming capabilities via the development of ruim-essentially, a sim card for cdma handsets currently being deployed in china for new cdma operator china unicom. korean cellco ktf demonstrated earlier this year the ability to roam between gsm and cdma using such cards.however,only the card containing the user’s service data can roam-not the cdma handset or the user’s number (except via call forwarding).

  2. programming (mandatory)

  linked list

  a. implement a linked list for integers,which supports the insertafter (insert a node after a specified node) and removeafter (remove the node after a specified node)methods;

  b. implement a method to sort the linked list to descending order.

  3. debugging (mandatory)

  a. for each of the following recursive methods,enter y in the answer box if the method terminaters (assume i=5), otherwise enter n.static int f(int i){

  return f(i-1)*f(i-1);

  }

  ansewr:

  static int f(int i){

  if(i==0){return 1;}

  else {return f(i-1)*f(i-1);}

  }

  ansewr:

  static int f(int i){

  if(i==0){return 1;}

  else {return f(i-1)*f(i-2);}

  }

  ansewr:

  b. there are two errors in the following java program:

  static void g(int i){

  if(i==1){return;}

  if(i%2==0){g(i/2);return;}

  else {g(3*i);return;}

  }

  please correct them to make sure we can get the pri

  nted-out result as below:

  3 10 5 16 8 4 2 1

相关内容

热门资讯

最新或2023(历届)金华市事... 最新或2023(历届)机关事业单位涨工资方案最新消息  据人社部称,按全国平均水平计算,机关事业单位...
最新或2023(历届)绍兴市事... 最新或2023(历届)绍兴事业单位工资改革方案  教师工资改革消息、农村教师工资改革一直是在职教师以...
最新或2023(历届)湖州市事... 公务员基本工资的调整,事业单位工作人员基本工资的调整,三是机关事业单位离退休人员待遇的调整,这些文件...
最新或2023(历届)丽水市事... “公务员的工资水平应当与国民经济发展相协调、与社会进步相适应。国家实行工资调查制度,定期进行公务员和...
最新或2023(历届)温州市事... 最新或2023(历届)-最新或2023(历届)温州事业单位新政策及改革后涨工资最新消息  最新或20...