-
with retroactive law and stack maze solving problems
用回溯法和栈求解迷宫问题-with retroactive law and stack maze solving problems
- 2022-05-29 14:21:35下载
- 积分:1
-
java编写的扫雷程序
java编写的扫雷程序-java compilation mine clearance procedure
- 2022-07-21 09:13:13下载
- 积分:1
-
国外游戏开发者杂志1998年第十一期配套代码,包含Andrew Flavell关于MIP...
国外游戏开发者杂志1998年第十一期配套代码,包含Andrew Flavell关于MIP-mapping的文章的配套代码,Stan Melax多边形下降的例子代码和Jeff Lander的关于IK的例子代码--Code of game development magazine in 1998 the 11th issue, contained Andrew Flavell`s necessary code aboutMIP-mapping article , example code about polygon dropped and Jeff Lander`s example code about IK
- 2022-07-22 02:06:43下载
- 积分:1
-
用VC编的反潜游戏,事先声明:不是自己写的,我下载的,可用于VC++爱好者参考。...
用VC编的反潜游戏,事先声明:不是自己写的,我下载的,可用于VC++爱好者参考。-VC series of anti-submarine game, prior statement : not wrote it myself, I downloaded that can be used in VC++ reference lovers.
- 2022-03-22 07:10:05下载
- 积分:1
-
Battle City game, very interesting, can serve as a novice to learn information.
坦克大战游戏,很有意思,可以作为新手学习的资料。-Battle City game, very interesting, can serve as a novice to learn information.
- 2022-03-02 21:07:18下载
- 积分: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
- 2023-07-03 07:20:03下载
- 积分:1
-
小游戏 不过不怎么好玩
小游戏 不过不怎么好玩 -small game less fun
- 2022-03-21 03:47:37下载
- 积分:1
-
国外游戏开发者杂志1998年第十期配套代码,包含Swen Vincke的遗传学算法代码...
国外游戏开发者杂志1998年第十期配套代码,包含Swen Vincke的遗传学算法代码--Code of game development magazine in 1998 the tenth issue, contains Swen Vincke`s genetics algorithm
- 2023-03-18 18:40:03下载
- 积分:1
-
这是个虚拟魔方游戏程序(C语言),希望站长喜欢。
这是个虚拟魔方游戏程序(C语言),希望站长喜欢。-This is a virtual Rubik"s cube Games (C language), like head.
- 2023-04-08 10:55: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