首页 课程资源 Java     /    排序的两种实现(山东大学面向对象实验二)

排序的两种实现(山东大学面向对象实验二)

上传者: wuyupengwoaini | 上传时间:2024/5/13 6:18:41 | 文件大小:369KB | 文件类型:rar
排序的两种实现(山东大学面向对象实验二)
实验二设计一个负责排序的程序包,实现多种排序算法,至少包括插入排序、冒泡排序和快速排序算法。
要求:1.可以对任何简单类型和任意对象进行排序2.可以支持升序、降序、字典排序等多种顺序要求3.可以随意增加排序算法和顺序要求,保证其他程序不修改4.减少程序代码中逻辑上的冗余5.至少用两种方案编程实现该程序包,并说明两个方案的优缺点6.提交设计报告,包括:使用UML设计的类图;
主要程序代码说明;
方案优缺点比较。
本软件ID:3923718

文件下载

资源详情

[{"title":"(50个子文件369KB)排序的两种实现(山东大学面向对象实验二)","children":[{"title":"排序的两种实现","children":[{"title":"UML","children":[{"title":"方案二UML图(枚举实现).jpg <span style='color:#111;'>161.60KB</span>","children":null,"spread":false},{"title":"方案一UML图(继承实现).jpg <span style='color:#111;'>163.00KB</span>","children":null,"spread":false}],"spread":true},{"title":"实验说明.doc <span style='color:#111;'>98.50KB</span>","children":null,"spread":false},{"title":"sort","children":[{"title":"src","children":[{"title":"com","children":[{"title":"compator","children":[{"title":"ShortCompator.java <span style='color:#111;'>220B</span>","children":null,"spread":false},{"title":"DoubleCompator.java <span style='color:#111;'>229B</span>","children":null,"spread":false},{"title":"IntCompator.java <span style='color:#111;'>228B</span>","children":null,"spread":false},{"title":"CharCompator.java <span style='color:#111;'>237B</span>","children":null,"spread":false},{"title":"LongCompator.java <span style='color:#111;'>217B</span>","children":null,"spread":false},{"title":"FloatCompator.java <span style='color:#111;'>225B</span>","children":null,"spread":false},{"title":"ByteCompator.java <span style='color:#111;'>219B</span>","children":null,"spread":false},{"title":"MyCompator.java <span style='color:#111;'>93B</span>","children":null,"spread":false},{"title":"StringCompator.java <span style='color:#111;'>233B</span>","children":null,"spread":false}],"spread":true},{"title":"inheritancesort","children":[{"title":"QuickSorter.java <span style='color:#111;'>1.16KB</span>","children":null,"spread":false},{"title":"BubbleSorter.java <span style='color:#111;'>840B</span>","children":null,"spread":false},{"title":"Sorter.java <span style='color:#111;'>3.27KB</span>","children":null,"spread":false},{"title":"Demo.java <span style='color:#111;'>1.27KB</span>","children":null,"spread":false},{"title":"InsertSorter.java <span style='color:#111;'>917B</span>","children":null,"spread":false}],"spread":true},{"title":"interfacesort","children":[{"title":"Sorter.java <span style='color:#111;'>4.47KB</span>","children":null,"spread":false},{"title":"SortAlgorithm.java <span style='color:#111;'>85B</span>","children":null,"spread":false},{"title":"TypeSorter.java <span style='color:#111;'>499B</span>","children":null,"spread":false},{"title":"Test.java <span style='color:#111;'>1.19KB</span>","children":null,"spread":false},{"title":"PrimitiveSorter.java <span style='color:#111;'>2.12KB</span>","children":null,"spread":false}],"spread":true},{"title":"test","children":[{"title":"Test.java <span style='color:#111;'>1021B</span>","children":null,"spread":false}],"spread":true}],"spread":true}],"spread":true},{"title":"bin","children":[{"title":"com","children":[{"title":"compator","children":[{"title":"MyCompator.class <span style='color:#111;'>174B</span>","children":null,"spread":false},{"title":"DoubleCompator.class <span style='color:#111;'>628B</span>","children":null,"spread":false},{"title":"ShortCompator.class <span style='color:#111;'>622B</span>","children":null,"spread":false},{"title":"StringCompator.class <span style='color:#111;'>632B</span>","children":null,"spread":false},{"title":"CharCompator.class <span style='color:#111;'>631B</span>","children":null,"spread":false},{"title":"LongCompator.class <span style='color:#111;'>616B</span>","children":null,"spread":false},{"title":"IntCompator.class <span style='color:#111;'>622B</span>","children":null,"spread":false},{"title":"FloatCompator.class <span style='color:#111;'>622B</span>","children":null,"spread":false},{"title":"ByteCompator.class <span style='color:#111;'>616B</span>","children":null,"spread":false}],"spread":true},{"title":"inheritancesort","children":[{"title":"Demo.class <span style='color:#111;'>731B</span>","children":null,"spread":false},{"title":"Sorter.class <span style='color:#111;'>3.82KB</span>","children":null,"spread":false},{"title":"DogCompator.class <span style='color:#111;'>690B</span>","children":null,"spread":false},{"title":"BubbleSorter.class <span style='color:#111;'>1.20KB</span>","children":null,"spread":false},{"title":"QuickSorter.class <span style='color:#111;'>1.70KB</span>","children":null,"spread":false},{"title":"InsertSorter.class <span style='color:#111;'>1.15KB</span>","children":null,"spread":false},{"title":"Dog.class <span style='color:#111;'>582B</span>","children":null,"spread":false}],"spread":true},{"title":"interfacesort","children":[{"title":"TypeSorter.class <span style='color:#111;'>1.17KB</span>","children":null,"spread":false},{"title":"Sorter.class <span style='color:#111;'>5.01KB</span>","children":null,"spread":false},{"title":"SortAlgorithm.class <span style='color:#111;'>1.06KB</span>","children":null,"spread":false},{"title":"DogCompator.class <span style='color:#111;'>682B</span>","children":null,"spread":false},{"title":"PrimitiveSorter.class <span style='color:#111;'>3.12KB</span>","children":null,"spread":false},{"title":"Dog.class <span style='color:#111;'>578B</span>","children":null,"spread":false},{"title":"Test.class <span style='color:#111;'>777B</span>","children":null,"spread":false}],"spread":true},{"title":"test","children":[{"title":"Test.class <span style='color:#111;'>948B</span>","children":null,"spread":false}],"spread":true}],"spread":true}],"spread":true},{"title":".classpath <span style='color:#111;'>301B</span>","children":null,"spread":false},{"title":".settings","children":[{"title":"org.eclipse.jdt.core.prefs <span style='color:#111;'>629B</span>","children":null,"spread":false}],"spread":true},{"title":".project <span style='color:#111;'>380B</span>","children":null,"spread":false}],"spread":true}],"spread":true}],"spread":true}]

评论信息

  • Hasakee:
    很好用,很有参考价值,谢谢楼主分享2016-05-08
  • FancyFHD:
    很好用,有参考价值2015-05-16
  • 影幻:
    很好用,谢谢2015-03-19
  • yernhi:
    很不错,很详细,谢谢。2014-12-23
  • sukier1:
    好棒。两种方案,有详细的解释说明,还有uml图。2014-12-01

免责申明

【好快吧下载】的资源来自网友分享,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,【好快吧下载】 无法对用户传输的作品、信息、内容的权属或合法性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论 【好快吧下载】 经营者是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。
本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二条之规定,若资源存在侵权或相关问题请联系本站客服人员,8686821#qq.com,请把#换成@,本站将给予最大的支持与配合,做到及时反馈和处理。关于更多版权及免责申明参见 版权及免责申明