-
1、数独游戏源代码;
2、简单;
3、容易Porting到嵌入式设备;...
1、数独游戏源代码;
2、简单;
3、容易Porting到嵌入式设备;-1, sudoku source code 2, simple 3, easy to Porting to embedded devices
- 2022-03-12 15:42:18下载
- 积分:1
-
非常好的手机游戏源代码,欢迎大家下载学习和使用,非常好的手机游戏源代码,欢迎大家下载学习和使用...
非常好的手机游戏源代码,欢迎大家下载学习和使用,非常好的手机游戏源代码,欢迎大家下载学习和使用-very good cell phone game source code and you are welcome to download and use of learning, very good cell phone game source code and you are welcome to download and use of learning
- 2022-08-21 08:15:16下载
- 积分:1
-
禁手规则和智能算法的研究及其实现的源代码…
【五子棋】禁手规则和智能算法探讨及其实现源代码(VC6.0环境成功通过!)含禁手规则、智能算法和倒计时功能等-Ban hand rules and intelligent algorithm to explore the source code and its implementation
- 2023-07-05 05:05:03下载
- 积分:1
-
用风险投资开发的块源代码
一个用VC开发的完整的俄罗斯方块游戏源程序代码。-the whole source code of Block developed by using VC
- 2022-04-18 08:29:03下载
- 积分:1
-
使用Turbo C2.0写的俄罗斯方块
使用Turbo C2.0写的俄罗斯方块- Uses Russian block which Turbo C2.0 writes
- 2023-03-25 04:20:04下载
- 积分:1
-
DC上的GB模拟器源代码
DC上的GB模拟器源代码-GB DC on the simulator source code
- 2022-06-26 11:18:12下载
- 积分:1
-
21天学会Java游戏编程,需要的就拿走,不客气
21天学会Java游戏编程,需要的就拿走,不客气-21 days of the Institute of Java game programming, on the need to take, bluntly
- 2023-07-12 16:55:03下载
- 积分:1
-
贪吃蛇源程序
本程序为贪吃蛇游戏,想必大家都玩过这个游戏,程序源代码用TC2.0编译通过,需要图形驱动文件的支持,在TC2.0的集成环境中有.
本...
贪吃蛇源程序
本程序为贪吃蛇游戏,想必大家都玩过这个游戏,程序源代码用TC2.0编译通过,需要图形驱动文件的支持,在TC2.0的集成环境中有.
本程序利用数据结构中的链表,来将蛇身连接,同时当蛇吃到一定数目的东西时会自动升级,及移动速度会加快,程序会时刻将一些信息显示在屏幕上,包括所得分数,要吃多少东西才能升级,并且游戏者可以自己手动选择游戏级别,级别越高,蛇的移动速度越快.
另外,此游戏可能与CPU的速度有关系.-/* in the begin,there is only a snake head,and it will have to eat food*/
/* to become stronger,and it eat a piece of food each time,it will*/
/* lengthen it s body,with the number of food the snake eats going up,it*/
/* will become long more and more,and the score will goes up also.*/
/* there is always useful information during the game process.*/
/* if the path by which the snake goes to eat food is the shortest,the*/
/* score will add up a double.
- 2022-11-09 01:55: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
-
解决有名的皇后问题
解决有名的皇后问题-solve problems famous Statue
- 2022-02-03 02:24:55下载
- 积分:1