-
这里是关于游戏的说明
这里是关于游戏的说明-here is a note of the game
- 2022-12-19 12:55: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
-
著名GBA模拟器VisualBoyAdvance1.72版模拟器
著名GBA模拟器VisualBoyAdvance1.72版模拟器-famous GBA version Simulator Simulator VisualBoyAdvance1.72
- 2023-06-04 04:45:04下载
- 积分:1
-
这是一个游戏类的软件代码。
这是一个游戏类的软件代码。-The code is a kind of games!
- 2022-02-20 05:09:40下载
- 积分:1
-
泡泡堂游戏单机版完整源码(ASL引擎)。此源码模拟了盛大公司的同名游戏泡泡堂,演示了ASL引擎的使用方法。支持支持小龟、大物体、飞碟等坐骑、动画物体,猫头鹰,支...
泡泡堂游戏单机版完整源码(ASL引擎)。此源码模拟了盛大公司的同名游戏泡泡堂,演示了ASL引擎的使用方法。支持支持小龟、大物体、飞碟等坐骑、动画物体,猫头鹰,支持草丛、帐篷、冰窟等隐藏物体,支持各种主要道具。所有使用的图片版权归盛大公司所有。 本游戏可以实现单双人对战。-BNB stand-alone version of the game complete source code (ASL engine). This source code to simulate the same name, Shanda" s game BnB, demonstrating ASL engine use. Support support to small turtles, large objects, UFO and other mounts, animated objects, owls, to support grass, tents, through the ice and other hidden objects in support of all major props. All images copyright to use the grand companies. This game can achieve Mono Skirmish.
- 2022-09-18 08:55:03下载
- 积分:1
-
it is a game about a lovely pig which can run anywhere in a rand state.
随机走跑动的小-it is a game about a lovely pig which can run anywhere in a rand state.
- 2022-06-03 17:50:07下载
- 积分:1
-
一个简单的游戏程序
一个简单的游戏程序-a simple procedure of the game
- 2023-05-28 09:30:02下载
- 积分:1
-
24点游戏,DOS下运行的,增加了输入验证的强度,可以在程序中对答案进行查询...
24点游戏,DOS下运行的,增加了输入验证的强度,可以在程序中对答案进行查询-24-point game, DOS running under, an increase of the intensity of input validation, you can answer in the proceedings of the inquiry
- 2023-03-07 05:35:04下载
- 积分:1
-
是一个模拟打砖游戏,还不错吧,
是一个模拟打砖游戏,还不错吧,-is playing a simulation game brick, it is true,
- 2023-01-05 18:15:03下载
- 积分:1
-
一个Delphi 开发的猜数字的小游戏。自己开发的。有兴趣的朋友可以下载下下。...
一个Delphi 开发的猜数字的小游戏。自己开发的。有兴趣的朋友可以下载下下。-Delphi developed a small number guessing game
- 2022-01-21 22:03:15下载
- 积分:1