登录
首页 » Java » packing

packing

于 2020-11-12 发布
0 211
下载积分: 1 下载次数: 2

代码说明:

说明:  用EvoHyp实现一维装箱问题的选择构造超启发式算法。(Implementation of a Selection Constructive Hyper- Heuristic using EvoHyp to solve the One-Dimensional Bin- Packing Problem)

文件列表:

.classpath, 690 , 2020-11-12
.git, 0 , 2020-11-12
.git\config, 351 , 2020-11-12
.git\description, 73 , 2020-11-12
.git\HEAD, 23 , 2020-11-12
.git\hooks, 0 , 2020-11-12
.git\hooks\applypatch-msg.sample, 478 , 2020-11-12
.git\hooks\commit-msg.sample, 896 , 2020-11-12
.git\hooks\fsmonitor-watchman.sample, 4655 , 2020-11-12
.git\hooks\post-update.sample, 189 , 2020-11-12
.git\hooks\pre-applypatch.sample, 424 , 2020-11-12
.git\hooks\pre-commit.sample, 1643 , 2020-11-12
.git\hooks\pre-merge-commit.sample, 416 , 2020-11-12
.git\hooks\pre-push.sample, 1374 , 2020-11-12
.git\hooks\pre-rebase.sample, 4898 , 2020-11-12
.git\hooks\pre-receive.sample, 544 , 2020-11-12
.git\hooks\prepare-commit-msg.sample, 1492 , 2020-11-12
.git\hooks\update.sample, 3650 , 2020-11-12
.git\index, 2186 , 2020-11-12
.git\info, 0 , 2020-11-12
.git\info\exclude, 240 , 2020-11-12
.git\logs, 0 , 2020-11-12
.git\logs\HEAD, 230 , 2020-11-12
.git\logs\refs, 0 , 2020-11-12
.git\logs\refs\heads, 0 , 2020-11-12
.git\logs\refs\heads\master, 230 , 2020-11-12
.git\logs\refs\remotes, 0 , 2020-11-12
.git\logs\refs\remotes\origin, 0 , 2020-11-12
.git\logs\refs\remotes\origin\HEAD, 230 , 2020-11-12
.git\objects, 0 , 2020-11-12
.git\objects\info, 0 , 2020-11-12
.git\objects\pack, 0 , 2020-11-12
.git\objects\pack\pack-535fd7ef5bbb0ec06675c7da6ce07700298e8d4f.idx, 1968 , 2020-11-12
.git\objects\pack\pack-535fd7ef5bbb0ec06675c7da6ce07700298e8d4f.pack, 55774 , 2020-11-12
.git\packed-refs, 114 , 2020-11-12
.git\refs, 0 , 2020-11-12
.git\refs\heads, 0 , 2020-11-12
.git\refs\heads\master, 41 , 2020-11-12
.git\refs\remotes, 0 , 2020-11-12
.git\refs\remotes\origin, 0 , 2020-11-12
.git\refs\remotes\origin\HEAD, 32 , 2020-11-12
.git\refs\tags, 0 , 2020-11-12
.gitignore, 7 , 2020-11-12
.idea, 0 , 2020-11-12
.idea\.gitignore, 281 , 2020-11-12
.idea\.name, 20 , 2020-11-12
.idea\codeStyles, 0 , 2020-11-12
.idea\codeStyles\codeStyleConfig.xml, 153 , 2020-11-12
.idea\codeStyles\Project.xml, 985 , 2020-11-12
.idea\inspectionProfiles, 0 , 2020-11-12
.idea\inspectionProfiles\Project_Default.xml, 1444 , 2020-11-12
.idea\misc.xml, 267 , 2020-11-12
.idea\modules.xml, 287 , 2020-11-12
.idea\vcs.xml, 172 , 2020-11-12
.idea\workspace.xml, 3529 , 2020-11-12
.project, 396 , 2020-11-12
.settings, 0 , 2020-11-12
.settings\org.eclipse.jdt.core.prefs, 598 , 2020-11-12
214520141_GA_Selection_Constructive_EvoHyp.bat, 56 , 2020-11-12
214520141_GA_Selection_Constructive_EvoHyp.jar, 33988 , 2020-11-12
COMP718_Assignment_3.iml, 2969 , 2020-11-12
lib, 0 , 2020-11-12
lib\BPP2.jar, 2357 , 2020-11-12
lib\DistrGenAlg.jar, 22554 , 2020-11-12
lib\GenAlg.jar, 10031 , 2020-11-12
lib\InitialSoln.jar, 1196 , 2020-11-12
lib\Problem.jar, 1058 , 2020-11-12
lib\ProblemDomain.jar, 1086 , 2020-11-12
lib\Solution.jar, 1159 , 2020-11-12
Parameters.txt, 33 , 2020-11-12
README.md, 1191 , 2020-11-12
resources, 0 , 2020-11-12
resources\EasyA.txt, 206 , 2020-11-12
resources\HardA.txt, 1413 , 2020-11-12
resources\MediumA.txt, 260 , 2020-11-12
src, 0 , 2020-11-12
src\app, 0 , 2020-11-12
src\app\Runnable.java, 3978 , 2020-11-12
src\packing, 0 , 2020-11-12
src\packing\BinPacking.java, 4454 , 2020-11-12
src\packing\BppProblem.java, 417 , 2020-11-12
src\packing\InitialSolution.java, 1201 , 2020-11-12

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 809420
    在java中实现2个线程之间的死锁,即程序始终不终止,但也仍在运行()
    2018-02-10 21:16:13下载
    积分:1
  • Calculator
    一个简单的计算器实现,带小数的加减乘除。使用Java AWT/Swing实现(Implement a simple calculator, decimal addition and subtraction)
    2013-10-05 11:42:48下载
    积分:1
  • En_Decoder
    java自带类3des加解密 java自带类3des加解密 java自带类3des加解密(java class comes 3des encryption 3des decryption java java class comes with its own class 3des encryption and decryption)
    2013-08-27 15:11:13下载
    积分:1
  • WEB_Chat_Room
    java常连接通信,java基于web聊天系统(java often connected communication)
    2014-02-26 16:27:56下载
    积分:1
  • Java 8实战
    全书分四个部分:基础知识、函数式数据处理、高效Java 8 编程和超越Java 8。(The book is divided into four parts: basic knowledge, functional data processing, efficient Java 8 programming and beyond Java 8.)
    2020-06-19 02:00:01下载
    积分:1
  • SSM-DB2
    SSM(struts2+spring+mybatis+db2整合案例)(SSM (struts2+spring+mybatis+db2 integration scenarios))
    2013-10-10 09:40:08下载
    积分:1
  • H-ui.2.1
    H-ui前端框架是在bootstrap的思想基础上基于 HTML、CSS、java script开发的轻量级web前端框架,开源免费,简单灵活,兼容性好,满足大多数中国网站。(H-ui front frame is based on the idea of bootstrap on HTML, CSS, java script developed lightweight web front frame, free open source, simple, flexible, good compatibility, meet the majority of Chinese websites.)
    2016-06-23 21:36:28下载
    积分:1
  • AbstractCharsetDecoderTestCase
    Super class for concrete charset test suites for Java.
    2013-10-05 08:22:42下载
    积分:1
  • Multithreading
    JAVA多线程C/S结构的演示,多线程客户端.(JAVA multi-threaded C/S structure of the presentation, multi-threaded client.)
    2009-04-28 18:19:44下载
    积分:1
  • Blasteroids3AlternateMovement
    Java application game that includes a fighter that destroys asteroids.
    2010-11-28 07:03:05下载
    积分:1
  • 696516资源总数
  • 106442会员总数
  • 11今日下载