-
国外游戏开发者杂志2001年第八期配套代码,包含Tim Schoeder在Volition Red Faction使用到的碰撞探测系统源代码...
国外游戏开发者杂志2001年第八期配套代码,包含Tim Schoeder在Volition Red Faction使用到的碰撞探测系统源代码--Code of development magazine in 2001 the eighth issue, including collision detection system source code that Tim Schoeder has used in Volition Red Factionto
- 2022-07-23 09:16:12下载
- 积分:1
-
opengl 描述的是鱼动态游动的效果,效果逼真,值得参考
opengl 描述的是鱼动态游动的效果,效果逼真,值得参考-opengl describes the effect of fish swimming dynamics, the effect realistic, it is also useful
- 2022-01-28 23:41:08下载
- 积分:1
-
MU仓库编辑器 (转发)
MU仓库编辑器 (转发)-MU warehouse editor (transponders)
- 2022-06-27 00:00:33下载
- 积分:1
-
PC game
PC游戏编程相关,有关嵌入式与网络通讯-PC game-related programming, embedded and network communications
- 2023-03-22 10:25:04下载
- 积分:1
-
1000 block of Terry Avenue linux version V1.0, written in C language, like Linux...
连连看linux版V1.0,用C语言写的,好像连连看linux版的很少见阿-1000 block of Terry Avenue linux version V1.0, written in C language, like Linux version of the 1000 block of Terry Avenue rarely see A
- 2023-05-12 07:35:03下载
- 积分:1
-
RPG:又称动作(Act)RPG,这种RPG没有专门的战斗画面,也就是说随时可以挥刀挥剑。如日本《不可思议之谜宫• 风来的西林》、日本《天地创造》等...
RPG:又称动作(Act)RPG,这种RPG没有专门的战斗画面,也就是说随时可以挥刀挥剑。如日本《不可思议之谜宫• 风来的西林》、日本《天地创造》等等,也有主观视角的A• RPG,如美《魔法门》系列。-RPG : also known as the action (Act) RPG, RPG no special combat scenes is ready brandished a knife and sword attack. Japan "inconceivable mystery Palace# 8226; The wind-resistant, "Japan" will create ", and so on subjective perspective of A# 8226; RPG, such as the United States, "Quest" series.
- 2022-07-20 05:28:16下载
- 积分:1
-
soft bouncing ball examples. Do not know? Like
小球蹦蹦弹跳的例子.不知道喜欢吗-soft bouncing ball examples. Do not know? Like
- 2023-06-19 23:05:03下载
- 积分:1
-
立体俄罗斯方块。
立体俄罗斯方块。-three-dimensional Rubik"s cube.
- 2022-03-30 07:26:56下载
- 积分: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
-
自编的华容道小游戏,用于交流经验。
自编的华容道小游戏,用于交流经验。-the small game, for the exchange of experience.
- 2022-03-30 02:58:00下载
- 积分:1