登录
首页 » Java » Vapour

Vapour

于 2020-11-06 发布 文件大小:112KB
0 275
下载积分: 1 下载次数: 37

代码说明:

  IBM robocode的冠军代码Vapour,直接可用,适合开发时做对比使用(IBM robocode champion Code Vapour, directly available for use when developing to do comparison )

文件列表:

Vapour
......\shrub
......\.....\BattleStats.class,1681,2002-08-06
......\.....\BattleStats.java,2740,2002-08-06
......\.....\Bearing.class,2252,2002-08-06
......\.....\Bearing.java,4666,2002-08-06
......\.....\BHPredictor.class,2991,2002-08-06
......\.....\BHPredictor.java,11230,2002-08-06
......\.....\Body.class,6098,2002-08-06
......\.....\Body.java,20650,2002-08-06
......\.....\BodyInstruction.class,786,2002-08-06
......\.....\BodyInstruction.java,1581,2002-08-06
......\.....\Box.class,3565,2002-08-06
......\.....\Box.java,9339,2002-08-06
......\.....\CPPredictor.class,1239,2002-08-06
......\.....\CPPredictor.java,3311,2002-08-06
......\.....\Gun.class,5343,2002-08-06
......\.....\Gun.java,17358,2002-08-06
......\.....\GunInstruction.class,562,2002-08-06
......\.....\GunInstruction.java,963,2002-08-06
......\.....\Heading.class,2439,2002-08-06
......\.....\Heading.java,6890,2002-08-06
......\.....\HistoricIterator.class,1787,2002-08-06
......\.....\HistoricIterator.java,6090,2002-08-06
......\.....\Instruction.class,936,2002-08-06
......\.....\Instruction.java,1084,2002-08-06
......\.....\InterceptSolution.class,306,2002-08-06
......\.....\InterceptSolution.java,159,2002-08-06
......\.....\Line.class,3824,2002-08-06
......\.....\Line.java,10415,2002-08-06
......\.....\Location.class,2233,2002-08-06
......\.....\Location.java,4413,2002-08-06
......\.....\MHTracker.class,8183,2002-08-06
......\.....\MHTracker.java,23908,2002-08-06
......\.....\MoveHistory.class,4073,2002-08-06
......\.....\MoveHistory.java,13519,2002-08-06
......\.....\Movement.class,4505,2002-08-06
......\.....\Movement.java,12959,2002-08-06
......\.....\MultiPData.class,2777,2002-08-06
......\.....\MultiPData.java,8337,2002-08-06
......\.....\Navigator.class,4309,2002-08-06
......\.....\Navigator.java,14074,2002-08-06
......\.....\PCalculator.class,1948,2002-08-06
......\.....\PCalculator.java,4394,2002-08-06
......\.....\Phasor.class,1537,2002-08-06
......\.....\Phasor.java,2347,2002-08-06
......\.....\PHPredictor.class,3094,2002-08-06
......\.....\PHPredictor.java,11597,2002-08-06
......\.....\PredictorAPI.class,347,2002-08-06
......\.....\PredictorAPI.java,1286,2002-08-06
......\.....\QuadrantAdjust.class,1075,2002-08-06
......\.....\QuadrantAdjust.java,3157,2002-08-06
......\.....\Radar.class,2941,2002-08-06
......\.....\Radar.java,6700,2002-08-06
......\.....\RadarInstruction.class,478,2002-08-06
......\.....\RadarInstruction.java,683,2002-08-06
......\.....\RoundStats.class,3220,2002-08-06
......\.....\RoundStats.java,9118,2002-08-06
......\.....\ShrubMath.class,1450,2002-08-06
......\.....\ShrubMath.java,5433,2002-08-06
......\.....\Sighting.class,2380,2002-08-06
......\.....\Sighting.java,3366,2002-08-06
......\.....\TargetPData.class,2169,2002-08-06
......\.....\TargetPData.java,4967,2002-08-06
......\.....\TrackerAPI.class,470,2002-08-06
......\.....\TrackerAPI.java,613,2002-08-06
......\.....\Turret.class,2692,2002-08-06
......\.....\Turret.java,5772,2002-08-06
......\.....\TurretInstruction.class,480,2002-08-06
......\.....\TurretInstruction.java,684,2002-08-06
......\.....\Vapour.class,13985,2002-08-06
......\.....\Vapour.java,38905,2002-08-06
......\.....\Vapour.properties,227,2002-08-06

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

发表评论

0 个回复

  • Javacoursedesigncode
    《Java课程设计》随书源码,源码方便大家学习,祝网友们学习愉快!(Java course design code)
    2010-07-12 11:56:11下载
    积分:1
  • Socket
    java socket编程比较好的学习资料ppt,能够帮助初学者迅速了解socket编程,包含这多个实例。(Socket ppt programming a good learning materials Java, can help beginners quickly understand the socket programming, including the many examples. )
    2016-12-11 11:36:20下载
    积分:1
  • upgrade
    说明:  This is a content manage system for upgrade, java platform
    2020-06-20 08:00:01下载
    积分:1
  • 五子棋java
    说明:  基本算法: 采用博弈比较常用的策略。 计算机下子前,分别对玩家和电脑棋型进行评估,然后根据棋型对每一位置打分(玩家和电脑在同一点的分数不同),比如活三100分,冲四1000分等,然后根据每个落子点分数进行选择。采用极大极小值策略,进行多步计算。(Basic algorithm: The game strategy is commonly used. Before computer playing, players and computer chess models are evaluated separately, and then each position is scored according to the chess pattern (players and computers have different scores at the same point), such as live three hundred points, go four thousand points, and then choose according to the score of each falling point. Multi-step calculation is carried out by using the minimax strategy.)
    2020-06-17 17:00:02下载
    积分:1
  • bookStore
    基于Spring web+Hibernate一个在线书店系统。其中引入了Spring的web框架,Spring集成了Hibernate,JSTL标签库在其中得到很好的应用。 项目里有完整的代码和详细的文档说明以及系统移植说明书,帮助大家学习和理解。(Spring web+ Hibernate based on an online bookstore system. Which the introduction of Spring' s web framework, Spring integrates with Hibernate, JSTL tag library in which the application is well. Projects have a complete code and detailed documentation and system specification transplantation to help the U.S. study and understanding.)
    2009-02-15 23:21:53下载
    积分:1
  • Spring-in-Action-(3rd-Edition).tar
    Spring 3 in action: This book is use get grep on Spring framwork
    2012-02-01 19:26:24下载
    积分:1
  • cattsoft
    该项目采用Struts框架,主要为各类通信系统运营商或信息系统用户提供业务管理的完整解决方案。整个任务管理系统分为系统管理员、主管和员工三种角色,其中系统管理员具有添加人员、删除人员和分配人员的职责,主管具有制定任务、查看任务、调整任务、跟踪任务和查看人员等职责,员工具有制定计划、反馈计划、删除计划和查询计划的职责。通过以上三个角色实现对任务的管理。(The project uses the Struts framework, mainly to provide a complete solution for all types of business management communications system operator or user information systems. Overall task management system is divided into system administrators, supervisors, and employees in three roles, responsibilities which the system administrator has to add staff, delete personnel and distribution personnel in charge with the development tasks, view task, adjusting tasks, tracking tasks and view personnel duties, employees have a plan, feedback programs, plans and responsibilities delete query plans. Management of tasks to achieve the above three roles.)
    2013-12-23 12:14:58下载
    积分:1
  • bookstore(1)
    网上在线书城的注册登录,书籍的购买,订单的查询功能(Online online bookstore registration, book purchase, order query function)
    2018-03-26 22:47:53下载
    积分:1
  • InstrumentationTestSuiteBuilderTest
    Instrumentation Test Suite Builder Test extends Test Case.
    2014-02-17 11:41:25下载
    积分:1
  • MediaClass
    多媒体教室管理系统 功能很明确 页面简洁 (Multimedia classroom management system functions very clear simplicity of the page)
    2020-12-29 11:09:02下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载