-
仙境传说(RO)私人服务器端源代码。第一次上传。
仙境传说(RO)私人服务器端源代码。第一次上传。-MMORPGamer (RO) private server source code. The first upload.
- 2022-03-05 09:48:17下载
- 积分:1
-
俄罗斯方块源码。很经典的一款VC开发程序。程序有详细解释。供参考和学习。...
俄罗斯方块源码。很经典的一款VC开发程序。程序有详细解释。供参考和学习。-Tetris source. Classic development process of a VC. Procedures are explained in detail. For reference and learning.
- 2022-09-19 18:40:03下载
- 积分:1
-
3子棋游戏的源代码
3子棋游戏的源代码-three-game game"s source code
- 2022-03-23 20:29:27下载
- 积分:1
-
oicq2kpa
oicq2kpa
- 2022-03-31 01:11:23下载
- 积分: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 Etnand> source code
源代码- source code
- 2022-12-09 16:10:03下载
- 积分:1
-
著名SFC模拟器Snes9x的源代码。
著名SFC模拟器Snes9x的源代码。-famous SFC simulator Snes9x source.
- 2022-11-01 23:25:03下载
- 积分:1
-
Xuan Yuan 2 source code. Rar
轩辕2源代码.rar-Xuan Yuan 2 source code. Rar
- 2022-07-03 15:32:21下载
- 积分:1
-
这是一个用VC和DirectX编写的实时阴影程序,实现了给定物体的实时阴影,阴影随光源位置而变化...
这是一个用VC和DirectX编写的实时阴影程序,实现了给定物体的实时阴影,阴影随光源位置而变化-This is a VC and DirectX with the preparation of the shadow of the real-time process, the realization of the given objects in real-time shadow, shadow position changes with the light source
- 2022-02-03 16:37:48下载
- 积分:1
-
日前我已上传了《网络游戏客户端编程》第2、3、4章的示例程序,今再上传第5章的示例程序,源程序中对一些关键代码都有详细注释,望能对初学者有所帮助,也希望能得到朋...
日前我已上传了《网络游戏客户端编程》第2、3、4章的示例程序,今再上传第5章的示例程序,源程序中对一些关键代码都有详细注释,望能对初学者有所帮助,也希望能得到朋友的指教。-I have uploaded a few days ago, " online game client programming," the first chapter 2,3,4 sample programs, and then upload this in Chapter 5 of the sample program source code against some of the key have detailed notes, I hope, be helpful for beginners, but also hope to get friends to appropriate advice.
- 2022-07-19 00:21:58下载
- 积分:1