英语翻译
程序员笔试题:1.RCPPurposeoftheprojectTestthecandidate'slearningcapabilityandproblemsolvingskillRequirements1.DesignaneclipseRCPapplicationwhichusesmenuorbuttontodisplay"hello,world".2.Designamodulewhichwilladdmenuorbuttontothepreviousapplication,thenewmenuorbuttonwilldisplay"hello,SoEasy".Thepreviousapplicationshouldbeabletogetupdatedbythisnewmoduleovertheweb.ImplementationConditions1.Thisprojectshouldbesubmittedbyemail.ItisdesiredtohavethesecondpartsubmittedasURL,regardlesswhethercandidatecanmanagetogetthesecondpartworkingoverthewebornot,adetaildocumentationisrequired.2.Thisprojectshouldbefinishedwithin4days.2.DateSortingPurposeoftheprojectTestthecandidate'scomputersciencebackground(algorithmandcoding)RequirementsUseanyprogramminglanguage(java,c/c++,python,perl,etc)tosort1000integerswithonlyonearray/listwhichcanholdonly10integers.Youcanusesomelocal/tempvariables,butnomorecollection/list/arraystructures.ImplementationConditions1.Thisprojectshouldgenerate1000randomintegers,andprintouttheresult,andtotalnumberofcomparisonsyouexecuteinthecode.Thegoalistominimizecomparisons.2.Thisprojectshouldbefinishedwithin2days.