-
PowerFish is a class library, intended to provide a broad functionality base for
PowerFish is a class library, intended to provide a broad functionality base for any application. Although the focus is on game and demo development. PowerFish是一个类库,旨在为应用程序提供一个广泛的功能基础,虽然其重点是在游戏和演示开发。 -PowerFish is a class library, intended to provide a broad base functionality for any application. Although the focus is on ga me and demo development. PowerFish is a class library, Application procedures designed to provide a wide range of functions, and although its focus is the development and demonstration of the game.
- 2022-04-10 14:19:09下载
- 积分:1
-
自学Java写的象棋游戏源码(简单),希望高人不要笑话,这是我自学写的,基本上是用Java调用图片显示的原理制...
自学Java写的象棋游戏源码(简单),希望高人不要笑话,这是我自学写的,基本上是用Java调用图片显示的原理制-Self-chess game written in Java source code (simple), hoping Gaoren not a joke, this is my self-written with Java call is basically the principle of image display system
- 2023-02-23 04:45:03下载
- 积分:1
-
C语言编写的俄罗斯方块游戏.
C语言编写的俄罗斯方块游戏.- C language compilation Russian block game.
- 2022-11-15 21:35:03下载
- 积分:1
-
VFP开发的一个拼图游戏
VFP开发的一个拼图游戏-development of a VFP pieces of the jigsaw
- 2022-09-01 04:45:03下载
- 积分:1
-
c高手不要错过呵
c高手不要错过呵-not miss uh
- 2022-02-06 11:56:18下载
- 积分:1
-
为解决迷宫问题可按如下方式对迷宫进行转化
为解决迷宫问题可按如下方式对迷宫进行转化-maze of issues can be resolved as follows right into a maze
- 2022-02-25 10:42:43下载
- 积分:1
-
非常好玩的俄罗斯方块
非常好玩的俄罗斯方块-very fun Tetris
- 2023-03-27 08:30:04下载
- 积分:1
-
三子棋游戏源代码
三子棋游戏源代码-three sons chess game source code
- 2023-06-13 08:50: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
-
由于开发时间创促,未对分辨率进行分类考虑,所以强烈推荐1024X768下面运行。 (对于winXP操作系统,可以正常运行,但是会发现速度很慢,具体问题有待解决。
由于开发时间创促,未对分辨率进行分类考虑,所以强烈推荐1024X768下面运行。 (对于winXP操作系统,可以正常运行,但是会发现速度很慢,具体问题有待解决。对于 其他操作系统有可能出现不可预料的问题) 控制键 1P:方向键 w s a d 开火: j 2P:方向键 上 下 左 右 开火: 小键盘0 本游戏内置15种彩蛋,具有一定趣味性,但需要慢慢体会。 由于为了节约空间,所以去掉了背景图,并把一些图片地效果改低,唯一优点就是小-as promoting innovation development time, the resolution failed to consider classification, So strongly recommend running below 1024 X768. (For winXP operating system, it works, but will find the speed is very slow. specific issues to be resolved. for other operating systems is possible unpredictable) 1P control keys : Key direction d w"s a fire : j 2P : The next key about fire : small keyboard 0 15 games built-in egg, certain interesting, but take time to appreciate. Because in order to save space, remove the background map and some photographs to effect change low, the only advantage of the sma
- 2022-03-26 10:16:00下载
- 积分:1