-
猜数字很好玩的大家去
猜数字很好玩的大家去- Guessed digital very amusing everybody has a look
- 2023-09-01 13:55:04下载
- 积分:1
-
一个炸弹人游戏的源代码(win32 application)
一个炸弹人游戏的源代码(win32 application)--A bomb-person game source code (win32 application)
- 2022-07-07 04:04:41下载
- 积分:1
-
new mine (WinMine)
新扫雷(WinMine)-new mine (WinMine)
- 2022-03-29 02:54:01下载
- 积分:1
-
fun to see will know
好玩,看看就知道了-fun to see will know
- 2022-08-02 11:23:25下载
- 积分:1
-
Puzzle, it can load a image and shuffle then you can play it to restruct the ima...
Puzzle, it can load a image and shuffle then you can play it to restruct the image !
- 2022-07-08 17:35:46下载
- 积分:1
-
九个按钮中的每一个按钮都会从10到1的往下数,你需点击它们使它们增大,当每一个按钮的数字为0时游戏就玩完了...
九个按钮中的每一个按钮都会从10到1的往下数,你需点击它们使它们增大,当每一个按钮的数字为0时游戏就玩完了-nine buttons of a button will each from 10-1 down to the few, you need to click on them to make them increased, every one of the buttons for the 0005 games on the Monotony
- 2022-03-23 12:52:18下载
- 积分:1
-
三维游戏VC源码
三维游戏VC源码- Three dimensional plays the VC source code
- 2022-05-21 16:38:10下载
- 积分:1
-
flash非常精巧的3Dplane
flash非常精巧的3Dplane-very sophisticated 3Dplane
- 2023-02-23 16:35: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
-
三子棋游戏源代码
三子棋游戏源代码-three sons chess game source code
- 2023-06-13 08:50:03下载
- 积分:1