您现在的位置:首页 > 面试试题 > 正文:广东北电面试题目
广东北电面试题目

1. Tranlation (Mandatory)

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)

static int f(int i){

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

    }

Ansewr:

static int f(int i){

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

    }

Ansewr:

static int f(int i){

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

    }

Ansewr:

b. There are two errors in the following JAVA program:

static void g(int i){

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

    }

please correct them to make sure we can get the printed-out result as below:

3   10   5   16   8   4   2   1

文章来源于个人简历网,版权归原作者所有

 

相关文章:
·制药工程专业应聘工艺技术员、质
·高中生个人简历表格
·生物化学与分子生物学硕士的个人
·视觉传达艺术设计专业的个人简历
·机械/设备维修类的个人简历
·计算机类软件开发的求职简历
·应聘文教法律类/法务专员类-个人
·中文个人简历表格
"广东北电面试题目"一文版权归作者所有,转载请注明出处!
 栏目精选:
·2003企业招聘理工科试题辑
·微软等世界500强公司的面
·Shell company代表性考题
·四大名企选才标准 上汽集
·某机关2001年公务员招考面
·松下的人才观
·IBM社会招聘笔试题
·面试也玩“马拉松”--破译




  网站地图关于我们 收藏本站设置首页
Copyright @ www.gerenjianli.com Powered by 个人简历网 All Rights Reserved.