-
一个小蛇游戏的源代码
一个小蛇游戏的源代码- A small snake game source code
- 2022-01-31 00:45:46下载
- 积分:1
-
Windows programming games Quick Start doc format electronic directory
Windows游戏编程快速入门的doc格式电子教程-Windows programming games Quick Start doc format electronic directory
- 2022-01-25 23:10:06下载
- 积分:1
-
a desktop games, Super Mario Bros. constantly keep up your mouse, VB source code...
一个桌面游戏,超级玛莉不停的追赶着你的鼠标,VB源代码,对想学习游戏编程的人很值得参考一下。-a desktop games, Super Mario Bros. constantly keep up your mouse, VB source code, want to learn the programming of the game is worthy of reference.
- 2022-01-24 13:05:06下载
- 积分:1
-
本人自己做的21点游戏!
本人自己做的21点游戏!-I do for myself 21:00 game!
- 2022-03-24 10:54:41下载
- 积分:1
-
JXOnline Auto Sell Program
JXOnline Auto Sell Program
- 2022-09-17 19:10:03下载
- 积分:1
-
魔方与# 39;S立方体,适合初学者学习参考SDK
俄罗斯方块,适于sdk初学者参考学习-Rubik"s cube, suitable for beginners reference sdk learning
- 2023-06-13 20:10:04下载
- 积分:1
-
搬运工
搬运工-porters
- 2022-12-08 19:30: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
-
3d game development some of introduction, such as the engine, into the backgroun...
3d游戏开发的一些介绍,如引擎、背景的导入、碰撞检测和处理、人工智能、添加多层级和角色、更新游戏元素、用户界面、游戏特效介绍、语音识别-3d game development some of introduction, such as the engine, into the background, collision detection and treatment, artificial intelligence, to add multi-level and role, update the game elements, user interface, games introduce special effects, speech recognition
- 2022-03-07 12:15:39下载
- 积分:1
-
用VC7.0 开发的俄罗斯方块游戏
用VC7.0 开发的俄罗斯方块游戏- The Russian block develops which with VC7.0 plays
- 2022-03-19 11:28:26下载
- 积分:1