-
类似windows上的挖地雷游戏
类似windows上的挖地雷游戏-A game which likes the digging land game in windows
- 2023-03-28 17:40:03下载
- 积分: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
-
网吧电脑游戏升级系统
网吧电脑游戏升级系统-it is a upgrade system of internet bar
- 2023-03-29 07:20:04下载
- 积分: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 algorithm good game
- 2022-01-25 14:13:25下载
- 积分:1
-
新坦克大战,包括声音的操作
新坦克大战,包括声音的操作-new tank, including the operation of voice
- 2023-08-11 05:20:03下载
- 积分:1
-
bin care.orissa@aircel.co.in
bin care.orissa@aircel.co.in
- 2022-02-16 01:03:49下载
- 积分:1
-
猜数字游戏的源码
猜数字游戏的源码- Guesses the digital game the source code
- 2022-03-03 00:42:44下载
- 积分:1
-
pl0语言的编译器
pl0语言的编译器-pl0 language compiler
- 2022-03-17 09:16:56下载
- 积分:1
-
一个JAVA小程序!功能不小!
一个JAVA小程序!功能不小!-a small program! Not a small function!
- 2022-06-16 22:32:26下载
- 积分:1