-
一个UDP编程,用VB编的一个很好的
一个UDP程序设计,用VB编的 很好用-a UDP programming, VB series with a good
- 2022-08-03 22:20:04下载
- 积分:1
-
blood2游戏源码
blood2游戏源码 -Source of blood2
- 2023-03-15 23:05:04下载
- 积分: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 good game for beginners is a great help
- 2022-01-22 17:02:07下载
- 积分:1
-
OPenGL graphics effects and good, worth a look, good results
OPenGL 绘图 效果和不错,值得一看,效果很好-OPenGL graphics effects and good, worth a look, good results
- 2023-04-17 15:25: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
-
一个好玩的猜谜游戏
一个好玩的猜谜游戏-guess a fun game
- 2022-02-01 08:04:17下载
- 积分:1
-
*此功能将光标定位在指定的*,*坐标。它使用t ..
* This function positions the cursor at the specified * x,y coordinate. It uses the ANSI standard ESCAPE * * sequence to produce the desired effect. Its not the * * fastest way to position the cursor, but perhaps the * * most portable. * -* This function positions the cursor at the specified* x,y coordinate. It uses the ANSI standard ESCAPE** sequence to produce the desired effect. Its not the** fastest way to position the cursor, but perhaps the** most portable.*
- 2022-06-17 13:12:55下载
- 积分:1
-
Minigui prepared with the game can be ported to many platforms. A lot of fun
用Minigui编写的游戏,可以移植到很多平台上使用。很好玩-Minigui prepared with the game can be ported to many platforms. A lot of fun
- 2023-04-04 23:50:04下载
- 积分:1
-
此程序是一个扫雷的小游戏
此程序是一个扫雷的小游戏-This process is a mine of small game
- 2022-07-25 09:13:33下载
- 积分:1