-
一个小游戏,模拟自然选择的过程,比较有趣。
一个小游戏,模拟自然选择的过程,比较有趣。-This is a simplist game which simulate nature selection procedure,it s very interesting
- 2022-08-14 21:39:34下载
- 积分:1
-
很好游戏代码,请使用
很好游戏代码,请使用-good game code, please use the
- 2023-01-29 12:30:03下载
- 积分:1
-
一个2D游戏引擎的C和一个例子:疾风战机
A 2D game engine for C++ and an example : Aero Blasters -A 2D game engine for C and an example : Aero Blasters
- 2022-02-02 10:45:32下载
- 积分:1
-
手机游戏灭蚊游戏!用照相机玩的游戏
手机游戏灭蚊游戏!用照相机玩的游戏-mobile gaming mosquito control game! Camera play of the game
- 2022-02-21 14:56:27下载
- 积分: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
-
an automatic clearance source from csdn, the effect is not good, and I made a ch...
一个自动扫雷源码,来自csdn,效果并不好,我做了改动, 使之变为多线程.-an automatic clearance source from csdn, the effect is not good, and I made a change, to make it into threads.
- 2022-04-22 13:08:43下载
- 积分:1
-
穿纽扣游戏
穿纽扣游戏-game wearing buttons
- 2022-03-28 14:11:34下载
- 积分:1
-
用SDL写的一个小游戏,有点像是男人就撑过20秒。
用SDL写的一个小游戏,有点像是男人就撑过20秒。-Using SDL to write a small game, a bit like a man on the撑过20 seconds.
- 2022-03-20 17:09:40下载
- 积分: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
-
3D game development process Note
3D游戏开发流程说明-3D game development process Note
- 2022-05-13 23:34:51下载
- 积分:1