-
这是一个关于二十四点游戏的编程思路与基本算法。大家有空来看看。...
这是一个关于二十四点游戏的编程思路与基本算法。大家有空来看看。-This a 24-point game on the ideas and basic programming algorithm. We look at the time.
- 2022-02-15 13:19:10下载
- 积分:1
-
国外游戏开发者杂志2001年第三期配套代码,包含Jeff Lander的动画的顶点投影的源代码...
国外游戏开发者杂志2001年第三期配套代码,包含Jeff Lander的动画的顶点投影的源代码--Code of game development magazine in 2001 the third issue, contains Jeff Lander`s apex projection code of animation
- 2022-05-30 17:51:34下载
- 积分:1
-
i develop it by BCB,a mine sweeping game, good effect.
本人用BCB编写的扫雷小游戏,效果还不错。-i develop it by BCB,a mine sweeping game, good effect.
- 2022-02-27 06:00:16下载
- 积分:1
-
Turbo C++2.0下的迷宫程序,这是我的课程设计,里面有自己用乐谱演奏的音乐哦,音乐与游戏是并行的,可以一般听音乐...
Turbo C++2.0下的迷宫程序,这是我的课程设计,里面有自己用乐谱演奏的音乐哦,音乐与游戏是并行的,可以一般听音乐-labyrinth program in turbo c++2.0,this is my course design,there is music by music book,music and game are parallel,you can listen to the music
- 2022-02-25 06:47:12下载
- 积分: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
-
English.
System will automatically delete the directory of debug and release, s...
English.
System will automatically delete the directory of debug and release, so please do not put files on these two directory.
- 2022-06-03 12:18:20下载
- 积分: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
-
MantisChess
MantisChess -- A Chinese Chess Program
Copyright (C) Chen Chengtao, China
This program is free software you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation either version 2
of the License, or (at your option) any later version.-MantisChess-- A Chinese Chess Program Cop yright (C) Chen Chengtao, China This program is free software you can Talk stribute it and/or modify it under the terms of t he GNU General Public License as published by th e Free Software Foundation either version 2 of t he License, or (at your option) any later version.
- 2022-01-26 19:07:58下载
- 积分:1
-
半条命2(Half Life2)源码,据说是泄漏出来的游戏源码,其中还包含了反恐精英CS游戏以及其他部分的源码。有兴趣的朋友可以去研究一下,请勿用于非法用途。...
半条命2(Half Life2)源码,据说是泄漏出来的游戏源码,其中还包含了反恐精英CS游戏以及其他部分的源码。有兴趣的朋友可以去研究一下,请勿用于非法用途。--Source code of Half life 2 (Half Life2) ,it including CS game and other parts sources code. Please do not use in the illegal use.
- 2022-02-04 16:52:48下载
- 积分:1
-
java game uploading now
java game uploading now
- 2023-01-15 12:40:04下载
- 积分:1