-
This is the author of self
此为作者自主研发的3D引擎swe的一个简单的演示程序,主要是演示引擎的物理模块的功能。所以做得比较简单。
另外,作者不太懂美术,也做不出比较漂亮的关卡,这还是求朋友给做了一个,画面也显得很粗糙。
附的源码只是本演示相关的源码,并没有带引擎的源码。-This is the author of self-developed 3D engine swe a simple demo program, the main engine is to demonstrate the function of the physical module. Therefore, relatively simple to do. In addition, the authors do not really understand art, but also not able compared crossing beautiful, this is for a friend to make the images also appeared to be very rough. Attached to the source code is only relevant source of this demo, and did not take the source engine.
- 2022-04-13 08:59:25下载
- 积分: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 typical snake game s source codes.
- 2022-12-21 06:00:03下载
- 积分:1
-
这是非常好的手机游戏源代码,欢迎大家下载学习和使用,这是非常好的手机游戏源代码,欢迎大家下载学习和使用...
这是非常好的手机游戏源代码,欢迎大家下载学习和使用,这是非常好的手机游戏源代码,欢迎大家下载学习和使用-It is a very good cell phone game source code and you are welcome to download and use of learning, It is a very good cell phone game source code and you are welcome to download and use of learning
- 2022-01-25 15:09:52下载
- 积分:1
-
使用Turbo C2.0写的俄罗斯方块
使用Turbo C2.0写的俄罗斯方块- Uses Russian block which Turbo C2.0 writes
- 2023-03-25 04:20:04下载
- 积分:1
-
一个坦克游戏的代码,转发的,我不是作者!
一个坦克游戏的代码,转发的,我不是作者!-a tank game code, transponders, I am not the author!
- 2022-01-20 23:18:10下载
- 积分:1
-
vb do with the table tennis game source code
用vb做的乒乓球游戏源代码-vb do with the table tennis game source code
- 2022-01-26 03:32:15下载
- 积分:1
-
一个简单的C #做魔方的立方体和# 39;
一个简单的C# 做的俄罗斯方块-a simple C# to do the Rubik"s cube
- 2022-05-22 04:47:11下载
- 积分:1
-
Very good mobile game source code, welcomed everyone to download and learn to us...
非常好的手机游戏源代码,欢迎大家下载和学习使用,非常好的手机游戏源代码,欢迎大家下载和学习使用-Very good mobile game source code, welcomed everyone to download and learn to use, very good mobile game source code, welcomed everyone to download and learn to use
- 2022-03-31 19:08:35下载
- 积分:1
-
火车查询系统(web版)
火车查询系统(web版) -Train Inquiry System (web version) to see to s
- 2022-09-17 16:25:03下载
- 积分:1