登录

最新会员 最新下载

成为了本站VIP会员

2024-12-25 15:38

成为了本站VIP会员

2024-12-25 12:28

成为了本站VIP会员

2024-12-25 12:10

成为了本站VIP会员

2024-12-24 23:54

成为了本站VIP会员

2024-12-24 23:29

成为了本站VIP会员

2024-12-21 19:40
已选条件
  1. 编程语言:所有
  2. 代码类别:游戏
  3. 发布时间:不限
全部撤销
编程语言 更多 收起
代码类别 更多 收起
发布时间
更多选项

1. 27268_gpSP-1538

说明:  game emulation playstation portable

2
下载
95
浏览
2020-06-17发布

2. master079

  MapleStoryServer A MapleStory Server in Go For CMS V079 Go 编写的079版本冒险岛服务端 Target 实现一个079版本的冒险岛服务器. 能够实现原Java的部分功能. Files main.go —— 程序入口,负责初始化CPU分配、打开控制台、准备消息分发routines,侦听端口,并且接收客户端的连接。 Packages connection —— 用于建立与客户端的连接,进行读写数据。 message —— 用于负责服务器向客户端方向的信息的递送,主要功能是广播和点对点通信; types —— 包含整个服务器所用到的各种数据结构,比如用户信息结构体等; users —— 包含用户管理相关函数,比如用户进入游戏与离开。 console —— 给服务端添加一个控制台,便于输入指令调试。(MapleStoryServer A MapleStory Server in Go For CMS V079 Go Edition 079 Adventure Island Server Target Implement a 079 version of the Adventure Island server. It can achieve some of the functions of the original Java. Files Main.go -- Program entry, which is responsible for initializing CPU allocation, opening console, preparing message distribution routines, listening on ports, and receiving client connections. Packages Connection - Used to establish a connection with the client to read and write data. Message is used to deliver information from server to client. Its main functions are broadcasting and point-to-point communication. Types - Contains all kinds of data structures used by the whole server, such as user information structure, etc. Users - Contains user management related functions, such as user entry into the game and departure. Console - add a console to the server to facilitate the debugging of input instructions.)

0
下载
129
浏览
2020-06-17发布

3. master079

说明:  MapleStoryServer A MapleStory Server in Go For CMS V079 Go 编写的079版本冒险岛服务端 Target 实现一个079版本的冒险岛服务器. 能够实现原Java的部分功能. Files main.go —— 程序入口,负责初始化CPU分配、打开控制台、准备消息分发routines,侦听端口,并且接收客户端的连接。 Packages connection —— 用于建立与客户端的连接,进行读写数据。 message —— 用于负责服务器向客户端方向的信息的递送,主要功能是广播和点对点通信; types —— 包含整个服务器所用到的各种数据结构,比如用户信息结构体等; users —— 包含用户管理相关函数,比如用户进入游戏与离开。 console —— 给服务端添加一个控制台,便于输入指令调试。(MapleStoryServer A MapleStory Server in Go For CMS V079 Go Edition 079 Adventure Island Server Target Implement a 079 version of the Adventure Island server. It can achieve some of the functions of the original Java. Files Main.go -- Program entry, which is responsible for initializing CPU allocation, opening console, preparing message distribution routines, listening on ports, and receiving client connections. Packages Connection - Used to establish a connection with the client to read and write data. Message is used to deliver information from server to client. Its main functions are broadcasting and point-to-point communication. Types - Contains all kinds of data structures used by the whole server, such as user information structure, etc. Users - Contains user management related functions, such as user entry into the game and departure. Console - add a console to the server to facilitate the debugging of input instructions.)

2
下载
122
浏览
2020-06-17发布

4. 扫雷

  实现扫雷游戏的制作,利用easyx进行图形界面的美化(Realize Minesweeping Game)

1
下载
70
浏览
2020-06-16发布

5. 扫雷

说明:  实现扫雷游戏的制作,利用easyx进行图形界面的美化(Realize Minesweeping Game)

3
下载
54
浏览
2020-06-16发布

6. Python Project

  python小程序实现,简单高级算法讲解进阶工程(Python small program implementation, simple advanced algorithm to explain advanced engineering)

0
下载
100
浏览
2020-06-16发布

7. Python Project

说明:  python小程序实现,简单高级算法讲解进阶工程(Python small program implementation, simple advanced algorithm to explain advanced engineering)

1
下载
72
浏览
2020-06-16发布

8. Invasion_src (1)

说明:  一款由vc6.0编译的飞船入侵游戏,其中用DirectX进行图形和渲染,玩家通过左右键和空格键移动飞船和发射子弹。(A spaceship invasion game compiled by vc6.0, in which DirectX is used for graphics and rendering. Players move spaceships and launch bullets through the left and right keys and the space bar.)

0
下载
80
浏览
2020-06-16发布

9. PlaneGame0.4

  用JAVA编写的简单的飞机飞行类小游戏,躲避界面内的小球(Simple flight games written in Java to avoid small balls in the interface.)

0
下载
82
浏览
2020-06-16发布

10. PlaneGame0.4

说明:  用JAVA编写的简单的飞机飞行类小游戏,躲避界面内的小球(Simple flight games written in Java to avoid small balls in the interface.)

1
下载
82
浏览
2020-06-16发布

11. pathFind

  四方向的简单寻路,cocoscreate(Simple Four-Direction Pathfinding)

0
下载
130
浏览
2020-06-16发布

12. pathFind

说明:  四方向的简单寻路,cocoscreate(Simple Four-Direction Pathfinding)

1
下载
99
浏览
2020-06-16发布

13. code

  用C++实现了一个飞机大战的游戏,游戏中有敌方飞机,用C++类来实现,地方飞机有大中小飞机,用C++的继承来是实现,是个不错的C++基础项目(A game of aircraft war is realized with C++. There are enemy planes in the game, which are implemented with C++ classes. Local planes have large, medium and small planes. It is a good basic project of C++ that is realized with the inheritance of C++)

0
下载
97
浏览
2020-06-16发布

14. code

说明:  用C++实现了一个飞机大战的游戏,游戏中有敌方飞机,用C++类来实现,地方飞机有大中小飞机,用C++的继承来是实现,是个不错的C++基础项目(A game of aircraft war is realized with C++. There are enemy planes in the game, which are implemented with C++ classes. Local planes have large, medium and small planes. It is a good basic project of C++ that is realized with the inheritance of C++)

1
下载
81
浏览
2020-06-16发布

15. 用C#实现的经典ASTAR寻路算法

  游戏里常用的寻路算法,用C#实现的经典ASTAR寻路算法,VS2013/2017编译通过(Classical ASTAR routing algorithm implemented by C# is compiled and passed by VS2013/2017.)

2
下载
244
浏览
2020-06-16发布

16. AStar

说明:  游戏里常用的寻路算法,用C#实现的经典ASTAR寻路算法,VS2013/2017编译通过(Classical ASTAR routing algorithm implemented by C# is compiled and passed by VS2013/2017.)

4
下载
114
浏览
2020-06-16发布

17. 飞机大战

  不是用面对对象方式写的 简单的飞机大战 基础语法 pygame(Simple Aircraft Warfare Not Written in Object-to-Object Way)

0
下载
88
浏览
2020-06-15发布

18. 飞机大战

说明:  不是用面对对象方式写的 简单的飞机大战 基础语法 pygame(Simple Aircraft Warfare Not Written in Object-to-Object Way)

1
下载
72
浏览
2020-06-15发布

19. src

  纯java实现的《梦幻西游》风格的回合制RPG游戏 JavaXYQ是使用纯java实现的一个2D回合制RPG游戏,大部分资源来自《梦幻西游》,类似梦幻西游玩法、风格(JavaXYQ is a 2-D round RPG game implemented in pure java. Most of the resources come from Dream Journey to the West, which is similar to Dream Journey to the West.)

0
下载
164
浏览
2020-06-15发布

20. src

说明:  纯java实现的《梦幻西游》风格的回合制RPG游戏 JavaXYQ是使用纯java实现的一个2D回合制RPG游戏,大部分资源来自《梦幻西游》,类似梦幻西游玩法、风格(JavaXYQ is a 2-D round RPG game implemented in pure java. Most of the resources come from Dream Journey to the West, which is similar to Dream Journey to the West.)

7
下载
71
浏览
2020-06-15发布