-
java挖雷游戏 一个运用java线程设计的一个游戏代码 不用修改就可以运行...
java挖雷游戏 一个运用java线程设计的一个游戏代码 不用修改就可以运行-java games mine dug using a java-thread design of a game code without changes on the run
- 2022-11-24 21:20:03下载
- 积分:1
-
用c编写的在dos下运行的汉诺塔小游戏
用c编写的在dos下运行的汉诺塔小游戏-used in the preparation of the running under dos HANOR small game
- 2022-03-24 14:34:22下载
- 积分:1
-
超级计算器游戏 超爽
超级计算器游戏 超爽-super-cool calculator games
- 2022-03-19 22:36:14下载
- 积分:1
-
很不错的软件请使用
很不错的软件请使用-very good software to use
- 2022-09-26 11:20:03下载
- 积分:1
-
一个很好的游戏对初学者有很好的帮助
一个很好的游戏对初学者有很好的帮助-a good game for beginners is a great help
- 2022-01-22 17:02:07下载
- 积分:1
-
移动方块,类似于华容道
移动方块,类似于华容道-mobile cubes, similar to HuaRong Road
- 2022-01-30 18:38:33下载
- 积分:1
-
拼图小游戏,可以自己选择照片,会让你拼自己的图,很有意思的...
拼图小游戏,可以自己选择照片,会让你拼自己的图,很有意思的-games
- 2022-05-24 13:08:37下载
- 积分:1
-
Iceman engine, the 2d game engine positioning times in the middle game engine. H...
冰人引擎,本2d游戏引擎定位于游戏次中层引擎。他不像CDX等引擎那样,大而全,定位于游戏的底层驱动,而是定位于可以直接用于游戏开发的中层引擎,但我把他叫做次中层引擎,是因为他包含一部分的底层相关东西,以便可以支持更多的游戏种类。 他支持的游戏如下:普通的小游戏,比如飞机游戏,俄罗斯方块等;传统RPG游戏;网络RPG游戏;网络棋牌类游戏;桌面游戏。也就是说,一般的2d游戏他都可以胜任!-Iceman engine, the 2d game engine positioning times in the middle game engine. He is not like other CDX based engine, large and all-encompassing, positioning game in the bottom-driven, but in positioning can be used directly in the middle game development engine, but I called his meeting middle engine, which is included as part of his bottom related things, in order to support more types of games. His support of the game are as follows : ordinary small games, games such as aircraft, the Russian cubes; Traditional RPG; RPG; Network games and dominoes; Desktop games. In other words, the general 2d game he can do!
- 2022-01-25 23:52:19下载
- 积分:1
-
网狐会员卡生成器,绝对好用等下把数据库配套的也传上希望多给点分。
英文介绍是数据库部分代码...
网狐会员卡生成器,绝对好用等下把数据库配套的也传上希望多给点分。
英文介绍是数据库部分代码-USE [CxGameTreasuredb]
GO
IF EXISTS (SELECT* FROM DBO.SYSOBJECTS WHERE ID = OBJECT_ID(N [dbo].[stock_data] ) and OBJECTPROPERTY(ID, N IsProcedure ) = 1)
DROP PROCEDURE [dbo].[stock_data]
GO
SET QUOTED_IDENTIFIER ON
GO
SET ANSI_NULLS ON
GO
CREATE PROCEDURE [dbo].[stock_data]
@cardcode [bigint],
@cardpass [nvarchar](50),
@userid [int]
WITH ENCRYPTION AS
BEGIN
DECLARE @Price [int]
DECLARE @IsCrad[bit]
IF EXISTS (SELECT UserID FROM QPTreasureDB.dbo.GameScoreLocker WHERE UserID=@UserID)
BEGIN
SELECT [ErrorDescribe]= 错误信息:您目前在银子游戏房间,不能进行银行操作!
RETURN
END
- 2022-07-15 23:56:59下载
- 积分:1
-
战棋游戏的地图编辑器
战棋游戏的地图编辑器-board game map editor
- 2022-03-18 18:03:59下载
- 积分:1