登录
首页 » Java » Wumpus

Wumpus

于 2020-11-11 发布 文件大小:1977KB
0 111
下载积分: 1 下载次数: 40

代码说明:

  采用Agent机制,用Java语言实现的一个小游戏,使怪兽在不落入陷阱的前提下拾获所有金币。(Agent mechanism used by Java language implementation of a small game so that monsters do not fall into the trap at the premise of all gold coins Found.)

文件列表:

Wumpus
......\Agent
......\Agent.cpp
......\Agent.h
......\Debug
......\.....\Agent.obj
......\.....\Environment.obj
......\.....\MainFrm.obj
......\.....\PathStack.obj
......\.....\StdAfx.obj
......\.....\vc60.idb
......\.....\vc60.pdb
......\.....\Wumpus.exe
......\.....\Wumpus.ilk
......\.....\Wumpus.obj
......\.....\Wumpus.pch
......\.....\Wumpus.pdb
......\.....\Wumpus.res
......\.....\WumpusDoc.obj
......\.....\WumpusView.obj
......\Environment.asp
......\Environment.cpp
......\Environment.h
......\MainFrm.cpp
......\MainFrm.h
......\PathStack.cpp
......\PathStack.h
......\ReadMe.txt
......\res





......\...\entry.bmp
......\...\Thumbs.db
......\...\Toolbar.bmp
......\...\wall.bmp
......\...\Wumpus.ico
......\...\Wumpus.rc2
......\...\WumpusDoc.ico
......\resource.h
......\Stack.cpp
......\StdAfx.cpp
......\StdAfx.h
......\Wumpus.aps
......\Wumpus.clw
......\Wumpus.cpp
......\Wumpus.dsp
......\Wumpus.dsw
......\Wumpus.h
......\Wumpus.ncb
......\Wumpus.opt
......\Wumpus.plg
......\Wumpus.rc
......\Wumpus.sln
......\Wumpus.suo
......\Wumpus.vcproj
......\WumpusDoc.cpp
......\WumpusDoc.h
......\WumpusView.cpp
......\WumpusView.h
......\简评.txt
......\简评.txt.bak

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

发表评论

0 个回复

  • tese_ee04186_final_v1
    This report is about the development of efficient electric power conversion solutions for photovoltaic panels. Different solutions are presented and an overall perspective is shown. From the characteristics of the photovoltaic panels to the power grid all aspects are mentioned briefly. A three state commutation cell topology is chosen for a more detailed analysis, simulation is made and a prototype is built. Several tests reveal the characteristics of the chosen topology. Propose of this report is to introduce the necessary knowledge for further investigation of the three state commutation cell as well as its control by MPPT
    2015-08-02 12:50:19下载
    积分:1
  • 信使小精灵,是一个简易的聊天工具。主要是演示了网络的主要步骤。本序使用封装好的函数库,使得应用层不需要考虑网络消息是如何被接受和发送的,也不需要考虑数据粘
    信使小精灵,是一个简易的聊天工具。主要是演示了网络编程的主要步骤。本程序使用封装好的函数库,使得应用层不需要考虑网络消息是如何被接受和发送的,也不需要考虑数据粘包和丢包的刺手问题,你只要调用相应的函数就可以了。函数库为你做好了这些工作。你只需要定义自己的协议头和消息结构体,定义好网络消息的回调函数就可以了。-Messenger elf is a simple chat tool. Mainly to demonstrate the major steps in network programming. This procedure using the package a good library, making the application layer does not need to consider how the network news is accepted and sent, nor need to consider the data packet and packet loss sticky hands of the Spurs, you simply call the corresponding function can be a . Function library for you to do a good job in those efforts. You only need to define your own protocol header and message structure, the definition of good network news can be a callback function.
    2022-03-30 00:05:40下载
    积分:1
  • stream
    c/c++语言编写此法分析器。。。c/c++语言编写此法分析器。。。(c/c++ language parser of this Act. . . c/c++ language parser of this Act. . .)
    2010-05-25 13:42:41下载
    积分:1
  • Unidade_3_Fluxo_de_Potencia_New
    Document describing the Power Flow, a matter of Power Systems Analysis.
    2014-02-04 21:26:37下载
    积分:1
  • tcp_socket VS2010实现
    说明:  TCP_SOCKET VS2010实现最简单的通信,在两台电脑上实现,两台电脑直接通过网线连接即可。(TCP_ Socket VS2010 realizes the simplest communication, which can be realized on two computers. The two computers can be connected directly through the network cable.)
    2020-11-09 19:16:24下载
    积分:1
  • 坐标转换
    可以实现大地坐标系与三维空间直角坐标系之间的转换。高斯正反算等(The transformation between geodetic coordinate system and three-dimensional space rectangular coordinate system can be realized. Gauss forward and backward calculation, etc.)
    2019-05-01 11:10:32下载
    积分:1
  • Live_Easy_Motion_Detector_src
    motion detect on microsoft visual c++
    2009-05-17 13:03:25下载
    积分:1
  • audiere-1.9.4-win32
    说明:  ogre声音引擎开发插件sssssssssssss(the development of plug-in sound engine ogre)
    2009-07-29 15:31:02下载
    积分:1
  • pavntbrush
    一个使用MS VC++ 6,0编写的一个画笔程序实用程序(A paintbrush program utility written in MS VC 6 0)
    2018-12-30 09:34:53下载
    积分:1
  • Client序同样分别创建一个TCP socket 和一个UDP socket,首先client使用TCP socket连接TCP Server。 连接成...
    Client程序同样分别创建一个TCP socket 和一个UDP socket,首先client使用TCP socket连接TCP Server。 连接成功后显示提示信息; 然后client端向TCP Server发送“GET UDP PORT”字符串,Server收到后向client回送自己的UDP Server 端口号(即Client端仅知道TCP Server的端口号而不知道UDP Server的端口号); client在收到UDP Server的端口号后, 为用户显示3个选项: 1.“Get current time(TCP)”服务器时间 2.“Echo Mode(UDP)”回显6 3.“Exit the program”. -Client program also creates a TCP socket, respectively, and a UDP socket, the first client to use TCP socket connection TCP Server. After a successful connection displays a prompt message and then client-side to the TCP Server sends " GET UDP PORT" string, Server receipt back to the client to send their UDP Server port number (ie, Client-side only to know the TCP Server" s UDP port number do not know Server" s port number) client received UDP Server port number, in order to the user three options: 1. " Get current time (TCP)" server time 2. " Echo Mode (UDP)" echo 63. " Exit the program" .
    2023-07-31 00:05:03下载
    积分:1
  • 696522资源总数
  • 104040会员总数
  • 35今日下载