-
占星术4.0源码
占星术4.0源码-the souce of the astrology4.0
- 2022-04-10 11:43:13下载
- 积分: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
-
silverlight开发游戏
连连看
silverlight开发游戏
连连看-silverlight develop games Lianliankan
- 2022-02-07 22:15:12下载
- 积分:1
-
国外游戏开发者杂志2000年第七期配套代码,包含Brian Sharp的第一个关于模糊地面系列的安装版本和Jeff Lander的力量仿真器...
国外游戏开发者杂志2000年第七期配套代码,包含Brian Sharp的第一个关于模糊地面系列的安装版本和Jeff Lander的力量仿真器--Code of game development magazine in 2000 seventh issue,it including Brian Sharp`s first installation version theedition about murkiness and the Jeff Lander strength simulator about the fuzzy groundseries
- 2022-01-20 23:24:56下载
- 积分:1
-
diablo图形引擎例子
diablo图形引擎例子-diablo graphics engine example
- 2022-04-12 15:29:51下载
- 积分:1
-
一个非常酷的c显示地球源码
一个非常酷的c显示地球源码-a very cool c show the Earth source
- 2022-10-09 05:30:03下载
- 积分:1
-
vb实现的赛车小游戏,功能已经实现,界面以及显示需要改进
vb实现的赛车小游戏,功能已经实现,界面以及显示需要改进-vb realize the racing game, function has been achieved, the interface and show the need to improve
- 2022-02-03 07:27:52下载
- 积分:1
-
vc开发的地雷游戏
vc开发的地雷游戏-vc development of the mines games
- 2022-11-14 04:10:03下载
- 积分:1
-
扫雷游戏的,刚发现这里类别分的好细,刚才的几个都分做类了...
扫雷游戏的,刚发现这里类别分的好细,刚才的几个都分做类了-minesweeping games, has just discovered here the category of good small, just a few of the categories are alive
- 2022-03-18 04:08:44下载
- 积分:1
-
一个简单的C #做魔方的立方体和# 39;
一个简单的C# 做的俄罗斯方块-a simple C# to do the Rubik"s cube
- 2022-05-22 04:47:11下载
- 积分:1