-
金点公司的游戏一点通教学文档 失我见过的傻瓜级的最通俗易懂的3d游戏入门教材了...
金点公司的游戏一点通教学文档 失我见过的傻瓜级的最通俗易懂的3d游戏入门教材了-golden point company s games toturials.it is the most easy 3d game toturials i ever saw.
- 2023-01-03 00:45:04下载
- 积分: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
-
3d游戏开发大全书所附带源吗,第3章,开发环境UltraEdit
3d游戏开发大全书所附带源吗,第3章,开发环境UltraEdit-3d game development book volumes attached to the source?, Chapter 3, UltraEdit Development Environment
- 2022-09-20 19:00:03下载
- 积分:1
-
game programing code
game programing code
- 2022-01-28 20:13:14下载
- 积分:1
-
<visualc++ 网络游戏建模与实现>,联众总裁鲍岳桥为该书作序,描述了用VC++实现棋牌类等网络游戏建模和编程
,联众总裁鲍岳桥为该书作序,描述了用VC++实现棋牌类等网络游戏建模和编程-, Lianzhong president Bao Yueqiao preface for the book, describes the use of VC++ achieve online games such as chess and class modeling and programming
- 2022-10-02 11:55:15下载
- 积分:1
-
java写的模仿windows上的挖雷的游戏
java写的模仿windows上的挖雷的游戏-java written in imitation windows on mine dug game
- 2022-07-23 10:47:44下载
- 积分:1
-
很好网的游戏,不信实施
很好网的游戏,不信实施-good net game and did not believe the implementation of
- 2022-04-12 00:03:15下载
- 积分:1
-
圣剑二完整的游戏代码。附作者写的三篇文章。游戏的开发过程,以及源程序导读...
圣剑二完整的游戏代码。附作者写的三篇文章。游戏的开发过程,以及源程序导读-integrity of the game code. Written by the author of three articles. Game development process and source Guide
- 2022-06-14 16:52:10下载
- 积分:1
-
这个源程序是很有用地
这个源程序是很有用地-this is the very source of land
- 2022-01-25 14:13:44下载
- 积分: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