-
迷宫程序实例
迷宫程序实例-example of the maze procedure
- 2023-06-17 15:00: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
-
- 2022-10-29 08:45:04下载
- 积分:1
-
五指棋游戏,很经典
五指棋游戏,很经典-dark game of chess, classic
- 2022-03-20 15:11:11下载
- 积分:1
-
" Online Game Client Programming" Chapter 6 of the sample programs, sou...
《网络游戏客户端编程》第6章的示例程序,源程序中对一些关键代码都有详细注释,望能对初学者有所帮助,也希望能得到朋友的指教。-" Online Game Client Programming" Chapter 6 of the sample programs, source code against some of the key have detailed notes, hope can be helpful for beginners, but also hope to get friends to appropriate advice.
- 2022-07-08 03:28:35下载
- 积分:1
-
模拟WINDOWS的扫雷游戏
模拟WINDOWS的扫雷游戏-WINDOWS mine simulation game
- 2022-09-19 06:30:03下载
- 积分:1
-
Bezier曲线
Bezier Curve
- 2022-12-21 01:40:04下载
- 积分:1
-
用C编的俄罗斯方块
用C编的俄罗斯方块-C series of Rubik"s cube
- 2022-01-26 16:34:08下载
- 积分:1
-
五子棋游戏,看看我们能不能帮助,下载看看
五子棋游戏,给大家看看,能不能有所帮助,下载看看-呵呵.-Gobang game to see if we can not help,download and see- Oh.
- 2022-07-11 15:31:15下载
- 积分:1
-
非常好的手机游戏源代码,欢迎大家下载学习和使用,非常好的手机游戏源代码,欢迎大家下载学习和使用...
非常好的手机游戏源代码,欢迎大家下载学习和使用,非常好的手机游戏源代码,欢迎大家下载学习和使用-very good cell phone game source code and you are welcome to download and use of learning, very good cell phone game source code and you are welcome to download and use of learning
- 2022-08-21 08:15:16下载
- 积分:1