-
游戏程序设计源码,很详细很详细
游戏编程源码,很全也很详细,是DEVC写得,用VC的自己再转一下-Game programming source code, it is also very detail-wide, DEVC are written with the VC about their sub-
- 2022-03-15 03:39:35下载
- 积分:1
-
small puzzle games, very fun.
拼图小游戏,很好玩的。-small puzzle games, very fun.
- 2022-03-18 12:17:30下载
- 积分:1
-
这是我的C程序,一个巨大的记忆,没有书面笔记,一些次要的功能…
这是我的一个贪吃蛇C程序,注释还没有写,部分次要的函数还没实现,但核心以实现完毕,主要的算法核心是用一个环形队列实现蛇的前进,请大家批评指正。-This is a huge memory of my C procedures, no written notes, some secondary function has not been achieved. However, in order to achieve completion of the core, the main core of the algorithm is used to achieve a circular queue snakes progress, and please correct me criticism.
- 2022-08-10 18:14:40下载
- 积分:1
-
国外游戏开发者杂志1997年第六期配套代码,包含Swen Vincke关于实时导航系统的人工智能例子和代码...
国外游戏开发者杂志1997年第六期配套代码,包含Swen Vincke关于实时导航系统的人工智能例子和代码--Code of game development magazine in 1997 the sixth issue, contains Swen Vincke`s artificial intelligence example and code about the real-time guidance system
- 2022-02-15 19:35:44下载
- 积分: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
-
这是一个迷宫游戏的原代码
这是一个迷宫游戏的原代码-This is a maze game"s original code
- 2022-03-31 12:18:50下载
- 积分:1
-
Visual C++角色扮演游戏程序设计(附带CD源代码)作者: (日)坂本千寻 译者:博硕文化
Visual C++角色扮演游戏程序设计(附带CD源代码)作者: (日)坂本千寻 译者:博硕文化 -role-playing game programming (with CD source code) Author : (Japan) Sakamoto Spirited Away Translator : Bo shek Cultural
- 2023-06-10 23:30:05下载
- 积分:1
-
这是我收集的游戏模拟器源程序!请站长开放下载权限!谢谢!...
这是我收集的游戏模拟器源程序!请站长开放下载权限!谢谢!-This is my collection of game consoles source! Please download authority head! Thank you!
- 2022-09-18 09:50:03下载
- 积分:1
-
用C做的一个泡泡糖程序.可以俩人玩.哎呀.装了C就可以玩了.混点份怎么这么难啊...
用C做的一个泡泡糖程序.可以俩人玩.哎呀.装了C就可以玩了.混点份怎么这么难啊-a bubble sugar program by c.two players can play ti,after install c.how hard get the score!
- 2023-02-03 04:00:04下载
- 积分:1
-
Prepared by C Snake game, again to optimize the algorithm.
用C编写的贪吃蛇小游戏,再次优化了算法。-Prepared by C Snake game, again to optimize the algorithm.
- 2022-04-10 02:00:27下载
- 积分:1