-
一个星象告诉命运的发挥
一个占星术算命游戏- An astrology tells fortunes plays
- 2023-06-19 00:00:04下载
- 积分:1
-
puzzles source code resource documents
拼图游戏源代码资源文件-puzzles source code resource documents
- 2022-09-18 18:10:03下载
- 积分:1
-
<VC Etnand> source code
源代码- source code
- 2022-12-09 16:10:03下载
- 积分:1
-
潜艇游戏,由C语言描述。
潜艇游戏,由C语言描述。-submarine game, described by the C language.
- 2022-06-21 04:07:30下载
- 积分:1
-
打印心型的好玩程序
打印心型的好玩程序-Print type of heart procedure fun! !
- 2022-06-15 20:49:14下载
- 积分:1
-
这是人工智能三子棋的源程序
这是人工智能三子棋的源程序-This is the third son of game artificial intelligence source
- 2022-05-07 04:03:48下载
- 积分:1
-
非常精彩的手机游戏,欢迎大家下载学习和使用,非常精彩的手机游戏,欢迎大家下载学习和使用...
非常精彩的手机游戏,欢迎大家下载学习和使用,非常精彩的手机游戏,欢迎大家下载学习和使用-very exciting mobile phone game, all are welcome to download the study and use of the phone is very exciting game, Welcome to download and use of learning
- 2022-03-03 02:03: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
-
一个3DRPG游戏源码,VC6.0、DirectX8.0SDK下编译通过。本代码很有参考价值,强烈推荐!...
一个3DRPG游戏源码,VC6.0、DirectX8.0SDK下编译通过。本代码很有参考价值,强烈推荐!-a source 3DRPG game, VC6.0, DirectX8.0SDK under compile. The code was useful and strongly recommended!
- 2023-02-26 08:30:04下载
- 积分:1
-
seven small games of the source
七个小游戏的源程序-seven small games of the source
- 2022-02-26 18:45:18下载
- 积分:1