-
flash 打字机
flash 打字机-flash typewriter
- 2022-06-27 06:39:53下载
- 积分:1
-
国外游戏开发者杂志1999年第二期配套代码,包含了Jeff Lander的边界框的例子代码和Dave Pottinger协调单元运动的例子代码...
国外游戏开发者杂志1999年第二期配套代码,包含了Jeff Lander的边界框的例子代码和Dave Pottinger协调单元运动的例子代码--Code of game development magazine in 1999 second issue, it including Jeff Lander example code about bounding box and Dave example code about coordination unit movement
- 2022-08-16 16:20:35下载
- 积分:1
-
iuhgeiahk 看 动脑筋 得到 好玩
iuhgeiahk 看 动脑筋 得到 好玩-好的
- 2022-05-14 00:41:41下载
- 积分:1
-
三英战吕布之刘备单挑吕布
三英战吕布之刘备单挑吕布-SPH singled Thinking
- 2023-05-22 05:15:03下载
- 积分:1
-
游戏源代码,喜欢游戏开发的可以看看,请用vc编译
游戏源代码,喜欢游戏开发的可以看看,请用vc编译-Game Source Code
- 2023-04-16 14:40:20下载
- 积分:1
-
Tic Tac Toe程序。一个或两个球员。它使用了可视的基本计时器,所以每个…
Tic Tac Toe程序。可以供一到两个玩家使用。程序中使用了visual basic 计时器,所以每一个步骤都有时间限制。此外,计算机可是一个有简单智能的对手,他不但不会随便出手,反而还要竭力赢了你才罢休。
Tic Tac Toe program. One or two players. It uses the visual basic timer, so each move has time limit. Simple artificial intelligence: computer does not play randomly, but "tries" to win and stop you from winning.-Tic Tac Toe program. One or two players. It uses the visual basic timer, so each move has time limit. Simple artificial intelligence: computer does not play randomly, but "tries" to win and stop you from winning.
- 2022-04-24 18:40:22下载
- 积分:1
-
传统的网络玩家的ARPG游戏,";领域的混乱";源代码。
传统多人连网对战arpg游戏《混乱竞技场》源代码 客户端GSLIBGSLIB.DSW (包含含游戏客户段代码、图形引擎代码和资源工具代码)-more traditional networking players arpg game, "Arena chaos" source code client GSLIB GSLIB.DSW (included with the game of the customer code, graphics engine source code tools and resources)
- 2022-02-03 20:06:14下载
- 积分: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
-
外国网站用C++语言编写的一个举足轻重的游戏
国外网站用C语言编写的一个关键游戏
- 2023-07-07 16:45:03下载
- 积分:1
-
flash非常精巧的3Dplane
flash非常精巧的3Dplane-very sophisticated 3Dplane
- 2023-02-23 16:35:04下载
- 积分:1