-
三国志源代码 我也不知道又没有用处
三国志源代码 我也不知道又没有用处-Three Kingdoms source code, I do not know another useless
- 2022-03-04 04:13:36下载
- 积分:1
-
《神州》RPG游戏引擎,包括场景生成,对话,买卖,装备,道具使用,战斗,升级,任务等RPG基本系统。...
《神州》RPG游戏引擎,包括场景生成,对话,买卖,装备,道具使用,战斗,升级,任务等RPG基本系统。-"Shenzhou" RPG game engine, including Scene Generation, dialogue, the sale of equipment, the use of props, the fighting escalated, basic tasks such as RPG system.
- 2022-12-30 11:20:03下载
- 积分:1
-
用VC编的俄罗斯方块
用VC编的俄罗斯方块-VC series of Rubik"s cube
- 2022-01-25 17:29:56下载
- 积分:1
-
三子棋游戏源代码
三子棋游戏源代码-three sons chess game source code
- 2023-06-13 08:50:03下载
- 积分:1
-
games, networking, input methods related
与游戏,网络,输入法相关-games, networking, input methods related
- 2022-03-06 23:30:19下载
- 积分:1
-
Chinese Chess source code comments in detail, you can learn the game to prepare!
中国象棋的源代码
注释详细,可以学习游戏的编写!-Chinese Chess source code comments in detail, you can learn the game to prepare!
- 2022-01-25 23:25:48下载
- 积分:1
-
两个迷宫的例子
两个迷宫的例子-Two examples of the maze
- 2022-07-16 19:26:04下载
- 积分: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
-
国外游戏开发者杂志2000年第十期配套代码,包含Jeff Lander改进的关于3d绘画的程序,扩展了能够绘画纹理的功能...
国外游戏开发者杂志2000年第十期配套代码,包含Jeff Lander改进的关于3d绘画的程序,扩展了能够绘画纹理的功能--Code of game development magazine in 2000 the tenth issue, contains Jeff Lander`s procedure about the 3d drawing, has been expanded the drawing texture function
- 2022-05-05 11:20:04下载
- 积分:1
-
a good game of Tetris
一个很好的俄罗斯方块游戏-a good game of Tetris
- 2022-03-14 10:02:11下载
- 积分:1