-
经典的推箱子游戏
经典的推箱子游戏-classic game magazines
- 2022-05-10 20:16:01下载
- 积分:1
-
gamemagic。V1.0
gamemagic.v1.0-ximpda.part4.rar
游戏的故事
游戏的故事由会员weekeed提供,一款适合学习用的RPG游戏-gamemagic.v1.0-ximpda.part4.rar game
- 2023-07-30 05:15:02下载
- 积分:1
-
C language for a game five of the procedures, with the mouse moves. And to a few...
C语言编一个五道棋的程序,用鼠标走棋.并且能数棋盘上的棋子,能判断胜负-C language for a game five of the procedures, with the mouse moves. And to a few of the pieces on the board can determine the outcome of
- 2022-02-13 14:10:32下载
- 积分:1
-
用Visual C++实现的扫雷程序。基本功能都已实现。用到了很多VC的控件知识。...
用Visual C++实现的扫雷程序。基本功能都已实现。用到了很多VC的控件知识。-Visual C procedures to achieve mine. Basic functions have been achieved. VC uses a lot of knowledge of the controls.
- 2023-07-18 00:25:03下载
- 积分:1
-
太阳系运行模拟系统,暑假大作业做的,来分享下
太阳系运行模拟系统,暑假大作业做的,来分享下-Solar simulation system is running, summer, work to do, to share the next
- 2022-02-11 20:30:07下载
- 积分:1
-
a good game of mine
一个不错的扫雷游戏-a good game of mine
- 2022-12-08 01:55:03下载
- 积分:1
-
经典小游戏
经典小游戏-贪吃蛇游戏源代码
开发工具是VC++ 6.0
-Classic games- Snake game source code development tool is VC++ 6.0
- 2022-02-25 15:39:18下载
- 积分:1
-
用VB编写的Tetris游戏
用VB编写的Tetris游戏-VB prepared by the Tetris game
- 2022-07-24 18:04:01下载
- 积分: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
-
适合继续毕业设计的朋友
适合继续毕业设计的朋友-fit to graduate design friends
- 2022-04-26 14:21:14下载
- 积分:1