-
1、较复杂的数独游戏,多种难度;
2、优美的界面;
3、清晰的编码及注释;...
1、较复杂的数独游戏,多种难度;
2、优美的界面;
3、清晰的编码及注释;-1, more complex Sudoku games, a wide range of difficulty 2, elegant interface 3, clear the code and the Notes
- 2022-07-07 19:06:07下载
- 积分:1
-
Minesweeper s source code, very classic minigame. Base on VC++6.0 & Windows2000...
扫雷游戏的源代码,很经典的游戏,VC++6.0&Windows2000 简体中文版 编译通过。-Minesweeper s source code, very classic minigame. Base on VC++6.0 & Windows2000 simplified Chinese version, certified by complier
- 2023-04-06 00:35:04下载
- 积分:1
-
下棋
下棋- Plays chess
- 2022-07-10 20:41:18下载
- 积分:1
-
《OpenGL游戏编程》这本书的配套源码。
《OpenGL游戏编程》这本书的配套源码。-" OpenGL Game Programming" book matching source.
- 2022-07-01 17:25:19下载
- 积分:1
-
game maker 历程游戏 吃豆
game maker 历程游戏 吃豆-course of the game game maker to eat beans
- 2022-01-26 04:19:35下载
- 积分:1
-
8数码游戏
8数码游戏-8 digital game
- 2022-07-15 22:00:35下载
- 积分:1
-
GBA开发简单入门,看过之后绝对能编写出一个GBA游戏来!
国内资料及其匮乏,这是我自己制作的PDF!...
GBA开发简单入门,看过之后绝对能编写出一个GBA游戏来!
国内资料及其匮乏,这是我自己制作的PDF!-GBA to develop simple entry, after reading the absolutely be able to write to a GBA game! Domestic information and its lack of, which is produced by my own PDF!
- 2022-03-07 04:49:08下载
- 积分: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
-
i develop it by BCB,a mine sweeping game, good effect.
本人用BCB编写的扫雷小游戏,效果还不错。-i develop it by BCB,a mine sweeping game, good effect.
- 2022-02-27 06:00:16下载
- 积分:1
-
用VB做的小记忆游戏,大家分享
用VB做的小记忆游戏,大家分享-do with VB small memory games, we share
- 2022-03-15 08:31:37下载
- 积分:1