-
Visual C++.NET小游戏开发时尚编程百例
Visual C++.NET小游戏开发时尚编程百例-Visual the C NET small game develops the fashion to program
hundred examples
- 2022-08-15 08:38:19下载
- 积分: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
-
源代码
源代码- source code
- 2022-01-25 18:21:47下载
- 积分:1
-
三子棋游戏源代码
三子棋游戏源代码-three sons chess game source code
- 2023-06-13 08:50:03下载
- 积分:1
-
一个非常有趣的游戏图表源码。
一个很好玩的品图游戏源码.-a very fun game diagram of the source.
- 2022-02-26 13:12:43下载
- 积分:1
-
国外游戏开发者杂志2001年第一期配套代码,包含Jonathan Blow的示例代码并且还补充了自己的内积计算专栏的代码...
国外游戏开发者杂志2001年第一期配套代码,包含Jonathan Blow的示例代码并且还补充了自己的内积计算专栏的代码--Code of game development magazine in 2001 first issue, it including Jonathan Blow`s example code and also to supplement own inner product computation code
- 2022-01-28 03:58:24下载
- 积分:1
-
游戏编程参考手册.chm
游戏编程参考手册.chm-game programming reference manual. Chm
- 2022-02-03 12:19:02下载
- 积分:1
-
贪吃蛇游戏,用C++写的
贪吃蛇游戏,用c++builder写成-Snake games, written with c builder
- 2022-02-12 11:57:18下载
- 积分:1
-
俄罗斯方块源代码,支持单机对战,可定制方块数,键盘等
俄罗斯方块源代码,支持单机对战,可定制方块数,键盘等-Tetris source code, support single screen, customizable few cubes, keyboards, etc.!
- 2022-06-15 14:52:25下载
- 积分:1
-
扫雷游戏源代码,C语言编写。
扫雷游戏源代码,C语言编写。 -Mine the game source code
- 2022-03-05 16:54:01下载
- 积分:1