-
3D火焰效果2好
3D火焰效果2好-3D flame effect two good Dongdong
- 2022-01-20 23:25:31下载
- 积分:1
-
小型游戏引擎
小型游戏引擎-Small game engine
- 2023-01-31 05:50:04下载
- 积分:1
-
game : a maze of six games. The use of small keyboard on the 8 2 4 6 respectivel...
游戏说明: 一个有6级的迷宫游戏。使用小键盘上的8 2 4 6 来分别指挥目标上下左右移动。 严重注意:本程序原代码和6个TXT文件必须全部保存在C:根目录下面才可以调试 运行成功!!否则,请改变程序代码中的TXT指向。 若调试不成,请查看你的PASCAL是否为安装版,否则请到: http://www.fengsha.com/bbs/dispbbs.asp?boardID=3&ID=575 下载完整PASCAL和补丁文件安装后再运行。 若有更多问题,请在论坛发贴讨论,请不要在本贴下回帖讨论,本贴及回帖只提供或允许网友发布程序、代码、习题等下载内容。!! 感谢您使用本程序。-game : a maze of six games. The use of small keyboard on the 8 2 4 6 respectively to target command from top to bottom and move around. Serious Note : This procedure code and the original six TXT all documents must be preserved in the C : root directory can debug running success! ! Otherwise, please change the code at the TXT. If no debugger, please check your PASCAL whether to install version, otherwise free : http://www.fengsha.com/bbs/dispbbs.asp boardID = 575 = 3ID PASCAL integrity and download patches installed after running. If more question, please sent to the Forum discussion, please do not in the replies posted under discussion, and the replies posted only provide or allow netizens release pr
- 2022-03-10 01:43:36下载
- 积分:1
-
一个用vb开发的源代码
一个用vb开发的源代码-vb development with a source code
- 2022-08-25 01:24:56下载
- 积分:1
-
java挖雷游戏 一个运用java线程设计的一个游戏代码 不用修改就可以运行...
java挖雷游戏 一个运用java线程设计的一个游戏代码 不用修改就可以运行-java games mine dug using a java-thread design of a game code without changes on the run
- 2022-11-24 21:20: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
-
很不错的完整源程序,已经在VC下调试通过。游戏有20幅地图,支持双人战斗,非常好玩。...
很不错的完整源程序,已经在VC下调试通过。游戏有20幅地图,支持双人战斗,非常好玩。-very good source of complete, the VC through debugging. Games are 20 maps, support for double-combatants, very fun.
- 2022-06-26 01:08:24下载
- 积分:1
-
C语言课程设计案例的源代码.rar
一般的小游戏的源代码,很好的东东
拿出来和大家共享...
C语言课程设计案例的源代码.rar
一般的小游戏的源代码,很好的东东
拿出来和大家共享-C language curriculum design cases the source code. Rar general game s source code, good Dongdong out and share
- 2022-08-23 05:04:24下载
- 积分:1
-
自己写的类似于打地鼠的文字模式的游戏程序,交流交流:)(以前上传的1. ball.rar,26KB 2. baiyechuang.rar,26KB 3. wor...
自己写的类似于打地鼠的文字模式的游戏程序,交流交流:)(以前上传的1. ball.rar,26KB 2. baiyechuang.rar,26KB 3. word.rar,12KB4. tanqiu.rar,1247KB 均不是源创,均只为学习交流所用,不要用于商业用途,谢谢)-himself wrote similar to the fight to control the text mode of the game procedures, exchange of communication :) (a previously uploaded. Ball.rar, 26KB 2. Baiyechuang.rar, 26KB 3. Word.rar, 12KB4. Tanqiu.rar, 1247KB sources were not hit, have only as a learning exchange, have not used for commercial purposes, thank you)
- 2022-07-12 04:36:16下载
- 积分:1
-
RPG:又称动作(Act)RPG,这种RPG没有专门的战斗画面,也就是说随时可以挥刀挥剑。如日本《不可思议之谜宫• 风来的西林》、日本《天地创造》等...
RPG:又称动作(Act)RPG,这种RPG没有专门的战斗画面,也就是说随时可以挥刀挥剑。如日本《不可思议之谜宫• 风来的西林》、日本《天地创造》等等,也有主观视角的A• RPG,如美《魔法门》系列。-RPG : also known as the action (Act) RPG, RPG no special combat scenes is ready brandished a knife and sword attack. Japan "inconceivable mystery Palace# 8226; The wind-resistant, "Japan" will create ", and so on subjective perspective of A# 8226; RPG, such as the United States, "Quest" series.
- 2022-07-20 05:28:16下载
- 积分:1