今天的面试题,好难喔,我想没多少人会做吧!!!!

Sunny_Good 2009-04-01 10:17:57
1. RCP
Purpose of the project
Test the candidate's learning capability and problem solving skill

Requirements
1.Design an eclipse RCP application which uses menu or button to display "hello, world".
2.Design a module which will add menu or button to the previous application, the new menu or button will display "hello, SoEasy". The previous application should be able to get updated by this new module over the web.

Implementation Conditions

1.This project should be submitted by email. It is desired to have the second part submitted as URL, regardless whether candidate can manage to get the second part working over the web or not, a detail documentation is required.
2.This project should be finished within 4 days.



2. Date Sorting

Purpose of the project
Test the candidate's computer science background(algorithm and coding)

Requirements
Use any programming language(java, c/c++, python, perl, etc) to sort 1000 integers with only one array/list which can hold only 10 integers. You can use some local/temp variables, but no more collection/list/array structures.
Implementation Conditions
1.This project should generate 1000 random integers, and print out the result, and total number of comparisons you execute in the code. The goal is to minimize comparisons.
2.This project should be finished within 2 days.
...全文
333 30 打赏 收藏 转发到动态 举报
写回复
用AI写文章
30 条回复
切换为时间正序
请发表友善的回复…
发表回复
jordan3232 2009-04-15
  • 打赏
  • 举报
回复
强,E文不好
dinghun8leech 2009-04-14
  • 打赏
  • 举报
回复
卡在了第一关~~不识蝌蚪文
yde2008 2009-04-14
  • 打赏
  • 举报
回复
强悍
wysunning 2009-04-14
  • 打赏
  • 举报
回复
你打的也挺累的吧
jakesperlg 2009-04-14
  • 打赏
  • 举报
回复
该项目的目的
测试考生的学习能力和解决问题的技巧

要求
1.Design Eclipse的RCP封装应用使用菜单或按钮以显示“你好,世界” 。
2.Design一个模块,这将增加菜单或按钮上的应用,新的菜单或按钮,将显示“你好, SoEasy ” 。该项过往的申请应该可以更新这个新模块在网上。

实施细则

1.This项目应提交的电子邮件。它是理想的第二部分提交的网址,不论候选人可以管理获得的第二部分的工作通过网络或没有,一个详细的文件是必需的。
2.This项目应4天内完成。


2 。日期排序

该项目的目的
测试考生的计算机科学背景(算法和编码)

要求
使用任何编程语言(爪哇的C / C + + ,蟒蛇, perl的,等等)排序与1000年只有一个整数数组/列表,可容纳10整数。您可以使用一些地方/气温变量,但没有更多的收集/列表/阵列结构。
实施细则
1.This项目应可产生1000个随机整数,并打印出结果,总数比较您执行的代码。我们的目标是尽量减少比较。
2.This项目应在2天内完成。
dianaxiaofen 2009-04-14
  • 打赏
  • 举报
回复
rcp 没用过
iris1121 2009-04-14
  • 打赏
  • 举报
回复
晕点,我怎么没遇到这样的机会?还是机试 好,面试真郁闷
kingofvc 2009-04-05
  • 打赏
  • 举报
回复
挺好,给那么多时间做
Marvin 2009-04-05
  • 打赏
  • 举报
回复
第一个问题简单,第二个可以看看!
xiguagege 2009-04-05
  • 打赏
  • 举报
回复
up
ytxcn 2009-04-04
  • 打赏
  • 举报
回复
无语。。。。。。
Heero-Ewing 2009-04-04
  • 打赏
  • 举报
回复
无语。。。。
jiawei260 2009-04-04
  • 打赏
  • 举报
回复
哎,才学疏浅啊,看得懂也做不出来啊
aurual 2009-04-04
  • 打赏
  • 举报
回复
第二题还不咋滴,第一题比较变态,用RCP的开发好象蛮少的
java3399 2009-04-04
  • 打赏
  • 举报
回复
主要是英文问题。。。继续学习。。。
aacall1 2009-04-02
  • 打赏
  • 举报
回复
说一下第二题的思路
1、随机生成1000个整数,分成10份放到10个数组中,因为题目要求的array只能放10个元素
2、把数组加到array中
3、//实现Comparator接口,也就是定义排序规则,
class Mycomparator implements Comparator{

public int compare(Object o1,Object o2)

在接口中比较两个数组中元素


4、Comparator comp=new Mycomparator();
Collections.sort(l,comp);
HinanaiTenshi 2009-04-02
  • 打赏
  • 举报
回复
第二题说得不太清楚啊,没有限定随机的方式,那就可以取巧了( ̄(工) ̄)
joking520 2009-04-02
  • 打赏
  • 举报
回复
我飘过。
huyan1986 2009-04-02
  • 打赏
  • 举报
回复
都是英文的啊???
haogudu_1 2009-04-02
  • 打赏
  • 举报
回复
看不懂学习学习
加载更多回复(10)

58,454

社区成员

发帖
与我相关
我的任务
社区描述
Java Eclipse
社区管理员
  • Eclipse
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧