-
游戏俄罗斯方块源程序
游戏俄罗斯方块源程序-game Tetris source
- 2022-10-03 23:05: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
-
手机游戏灭蚊游戏!用照相机玩的游戏
手机游戏灭蚊游戏!用照相机玩的游戏-mobile gaming mosquito control game! Camera play of the game
- 2022-02-21 14:56:27下载
- 积分: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
-
vc开发的地雷游戏
vc开发的地雷游戏-vc development of the mines games
- 2022-11-14 04:10:03下载
- 积分:1
-
Extreme Game Programming 极限游戏编程
Extreme Game Programming 极限游戏编程-Extreme Ultimate Game Programming game programming
- 2022-03-12 03:20:19下载
- 积分:1
-
红警2可移动巨炮(卡车展开) 找到并替换原先的代码
红警2可移动巨炮(卡车展开) 找到并替换原先的代码-Star two mobile artillery (truck start) to find and replace the original code
- 2022-06-01 01:33:14下载
- 积分:1
-
从环境风险投资建立程序框架入手,一步…
是从在vc环境中建立一个程序框架入手,一步一步地介绍在计算机上实现游戏的方法;其中根据游戏发展的需要介绍vc编程的具体方法。每一教学环节的完成,就是游戏的一个效果的完成。-vc from the environment to establish a procedural framework for the start, step by step, to introduce computer games to achieve; According to the development of the game in which the needs of the program introduced vc specific methods. Each teaching links are completed, the game is a result of completion.
- 2023-07-07 16:50:05下载
- 积分:1
-
Baffle in the flow direction in the prediction
水流在挡板中走向预测 仅有几处挡板设置。为原理演示-Baffle in the flow direction in the prediction
- 2022-02-22 13:19:22下载
- 积分:1
-
动态域名解析器。
动态域名解析器。-dynamic resolver.
- 2023-03-25 05:40:03下载
- 积分:1