-
游戏代码的游戏地图编辑器代码
game code对于游戏地图的编辑代码-game code for the game map editor code
- 2022-01-31 00:09:49下载
- 积分:1
-
a fireworks demonstration of the code, compile function may not be perfect, but...
一个烟花演示的程序代码,编的功能可能不够完善,但是也可以看看!-a fireworks demonstration of the code, compile function may not be perfect, but may also look at!
- 2022-03-11 16:22:17下载
- 积分:1
-
Android游戏源码,Android程序开发测试代码
Android游戏源码,Android程序开发测试代码-Android games source, Android program development and testing code
- 2022-01-21 02:38:04下载
- 积分: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
-
将支持消息
message that will be supported
- 2022-03-10 06:01:57下载
- 积分:1
-
Demonstrates the use of a randomizer, bubble
随机性发生器、冒泡分类和混洗一组12张牌的演示程序。
Demonstrates the use of a randomizer, bubble-sort and an array to "shuffle" a deck of 12 cards. I put it here for those of you who are trying to figure out how to shuffle with a randomizer without having the same card appear two-or-more times.-Demonstrates the use of a randomizer, bubble-sort and an array to "shuffle" a deck of 12 cards. I put it here for those of you who are trying to figure out how to shuffle with a randomizer without having the same card appear two-or-more times.
- 2022-06-20 04:52:05下载
- 积分:1
-
用java计算器,它比Windows的计算器,功能更强大。
java计算器,它比windows计算器更强大。
- 2022-05-23 11:32:57下载
- 积分:1
-
这是一个模拟录象机的原代码
这是一个模拟录象机的原代码-This is a simulation of the original code VCR
- 2022-12-02 18:05:04下载
- 积分:1
-
有界面的贪吃蛇游戏,完整的win32程序,对学习C++的游戏编程有很大帮助...
有界面的贪吃蛇游戏,完整的win32程序,对学习C++的游戏编程有很大帮助-skyblue_snake playing
- 2022-05-10 17:14:06下载
- 积分: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