-
Linux 下C语言俄罗斯方块
Linux下使用C语言编写的俄罗斯方块小游戏。
可以实现全部的方块组合,变形,移动等功能,同时包含积分统计,级别提升,暂停等功能。
- 2023-01-24 04:55:04下载
- 积分:1
-
954357
模仿QQ游戏登陆界面源码,例程使用图形按钮、透明标签等组件模仿QQ游戏的登陆界面。(QQ Games imitate login interface source code , the routine use of graphical buttons , labels and other components transparent imitation QQ Games login interface.)
- 2015-05-09 12:28:08下载
- 积分:1
-
BcbChess
C++Builder程序设计范例:中国象棋 / 胡达著 出版发行 北京 : 清华大学出版社, 2002
的附带光盘,用c++Builder实现一个简单的象棋程序
(C++ Builder Program Design Example: Chinese Chess/Huda published a Beijing: Tsinghua University Press, 2002 spin-off CD-ROM, with c++ Builder realize a simple chess program)
- 2008-04-07 23:05:11下载
- 积分:1
-
2048源码
html5现实的2048,可以用浏览器直接打开,参考学习html5的不错源码
- 2022-09-03 09:15:03下载
- 积分:1
-
d
说明: 简单版俄罗斯方块 运用一些基本的C和C++编写而成。。。适合那些学生下载来作报告(Simple version of Tetris to use some basic C and C++ Prepared. . . Suitable for those students to make a report to download)
- 2016-04-25 17:06:13下载
- 积分:1
-
vb_Game_Programming
说明: VB2008游戏编程,英文版,详细教程,可以参考学习(Visual Basic Game Programming for Teens-3ed--(vb2008 pro)--2010.pdf)
- 2011-03-04 16:28:35下载
- 积分:1
-
FIVE
自己写的五子棋代码,可以直接执行,效率很高(Write your own backgammon code that can be executed directly, high efficiency)
- 2013-10-10 10:56:31下载
- 积分:1
-
jimu
实现积木重力效应,是个有趣的网页弹出游戏(Building blocks to achieve the effect of gravity)
- 2014-01-04 13:33:51下载
- 积分:1
-
mySnikeNew
贪吃蛇游戏,简单,适合初学者.可以加速,变粗(Snake game, simple and suitable for beginners. Can speed up, thick)
- 2011-01-16 18:09:37下载
- 积分:1
-
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.)
- 2020-06-17 02:40:01下载
- 积分:1