-
玩好cs必备的工具知己知彼才能百战百胜啊
玩好cs必备的工具知己知彼才能百战百胜啊-good cs play an essential tool for competitors to ever-victorious ah
- 2022-01-24 16:54:04下载
- 积分:1
-
c语言编写的打飞机小游戏.
c语言编写的打飞机小游戏.-c language compilation hits the airplane small game.
- 2022-02-02 05:16:06下载
- 积分:1
-
安卓三维立方体演示。
android 3d cube demo.
- 2022-04-30 11:16:29下载
- 积分:1
-
用C语言编写的俄罗斯方块
用C语言编写的俄罗斯方块-C language prepared by the Russian ideographic
- 2023-09-05 02: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
-
一个演示串口通讯的例子
一个演示串口通讯的例子--A example which demonstrates serial communication
- 2023-04-20 05:20:03下载
- 积分:1
-
风魂游戏底层开发库
风魂游戏底层开发库-Wind soul for the development of the game bottom
- 2023-06-03 07:35:03下载
- 积分:1
-
A RPG game is the original code is relatively simple, but it still has some
一个RPG游戏原代码,比较简单,但该有的都还是有了-A RPG game is the original code is relatively simple, but it still has some
- 2022-05-15 16:16:57下载
- 积分: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
-
Maze produced a super
迷宫制作,一个超级简单的算法模式,就是牛逼-Maze produced a super-simple algorithm model is
- 2022-05-28 03:21:34下载
- 积分:1