-
网狐会员卡生成器,绝对好用等下把数据库配套的也传上希望多给点分。
英文介绍是数据库部分代码...
网狐会员卡生成器,绝对好用等下把数据库配套的也传上希望多给点分。
英文介绍是数据库部分代码-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
-
一个UDP编程,用VB编的一个很好的
一个UDP程序设计,用VB编的 很好用-a UDP programming, VB series with a good
- 2022-08-03 22:20:04下载
- 积分:1
-
是一个模拟打砖游戏,还不错吧,
是一个模拟打砖游戏,还不错吧,-is playing a simulation game brick, it is true,
- 2023-01-05 18:15:03下载
- 积分:1
-
超任模拟器的源代码
超任模拟器的源代码- Ultra no matter what simulator source code
- 2022-03-18 12:31:32下载
- 积分:1
-
从环境风险投资建立程序框架入手,一步…
是从在vc环境中建立一个程序框架入手,一步一步地介绍在计算机上实现游戏的方法;其中根据游戏发展的需要介绍vc编程的具体方法。每一教学环节的完成,就是游戏的一个效果的完成。-vc from the environment to establish a procedural framework for the start, step by step, to introduce computer games to achieve; According to the development of the game in which the needs of the program introduced vc specific methods. Each teaching links are completed, the game is a result of completion.
- 2023-07-07 16:50:05下载
- 积分:1
-
Atheon is a portable Server/Client program designed for easy incorporation into
Atheon is a portable Server/Client program designed for easy incorporation into just about any game engine. Atheon是一个可移植的服务器/客户端程序,设计为可以方便地集成到任何游戏引擎中。 来源: http://sourceforge.net/projects/atheon/-Atheon is a portable Server/Client program designed for easy
incorporation into just about any game engine. Atheon is the
server/customer end procedure which may transplant, designs for may
conveniently integrate in any game engine. Origin:
Http://sourceforge.net/projects/atheon/
- 2022-10-10 17:00:03下载
- 积分:1
-
这是一个打字游戏哦
这是一个打字游戏哦-This is a typing game oh
- 2023-06-28 23:30:03下载
- 积分:1
-
很好的一个游戏原代码
很好的一个游戏原代码-a good game of the original code
- 2022-03-04 06:07:23下载
- 积分:1
-
小小游戏专业源代码5
小小游戏专业源代码5-little game five professional source code
- 2022-03-24 21:11:54下载
- 积分:1
-
想加入你们,谢谢关照
想加入你们,谢谢关照-want to join you, thank you care
- 2022-08-06 22:29:48下载
- 积分:1