-
3D_RPG_sbns
如果只是执行EXE文件,只要电脑安装了Direct X9.0就行了,
一般电脑在装操作系统时有默认安装这个的!
-------------------------------------------------------
如果是要编译游戏源程序,需要安装VC++ 6.0和DirectX 9.0b或以上的版本!
游戏名称:孙膑问世
游戏内容:
本游戏改编自36集大集古装电视连续剧《孙子兵法与三十六计》
游戏类型:3D RPG游戏
游戏剧情:目前只有初期剧情,大约30分钟
出现的主要人物有:孙膑(初始名为:孙宾)、鬼谷子、庞涓、钟离春
出现的NPC有:山药夫、武防店主、柴夫、猎人
出现了3个场景,分别是:鬼谷山顶、鬼谷半山腰(鬼谷子住处)、鬼谷山脚下(if only to implement EXE file, if the computer installed Direct X9.0 on the trip, In general computer operating systems installed by default when you install this!------------------------------- If the game is to compile source files, need to install VC 6.0 and DirectX 9.0b or more versions! Name of the game : Sun Bin advent of the game : Adapted from the game 36 sets great costume collection television series, "Art of War, and thirty-six stratagems" game types : 3D RPG game storyline games : at present only the initial story appeared about 30 minutes, the main characters are : Sun Bin (initial entitled : Bin Sun), Guiguzi, Pang Juan Zhong Li-chun of NPC : Yam said that the armed defense of shopkeepers, Cifu. Hunter appeared three scenes are : Guiguzi Pe)
- 2020-07-04 23:40:02下载
- 积分:1
-
linux下mplayer播放器源代码
MPlayer能播放几乎所有流行的音频 和视频格式,相对其它播放器来说,资源占用非常少,不需要任何系统解码器就可以播放各种媒体格式(ZOL特供MPlayer播放器免费下载)。MPlayer是在Linux平台上的最强大的电影播放器的Windows版本。
- 2022-03-17 03:15:03下载
- 积分:1
-
test1
基于STC89C51的红外解码程序,并且在数码管显示(STC89C51 based infrared decoding procedures, and in the digital display)
- 2013-09-02 23:54:43下载
- 积分:1
-
data-gathering
利用IPAM模块,实现数据数字量和模拟量的采集(aciqre the digital and analog information
based on IPAM.)
- 2015-05-27 13:19:11下载
- 积分:1
-
Visual C#对 XML操作的演示示例集
这是一个C#操作XML文件的示例集,可完成 如下功能演示:
枚举XML集合中的元素名称
枚举XML集合中的元素文本
判断XML元素在集合中是否存在
筛选XML中的子代元素集合
使用链接轴方法枚举XML元素
根据元素属性查找XML元素
根据元素名称查找XML元素
根据元素属性和名称查找XML元素
根据中间计算值查找XML元素
比如枚举XML集合中的元素文本:private void button2_Click(object sender, EventArgs e)
{//枚举XML集合中的元素文本
XElement MyXElements = new XElement("Root",
new XElement("贵州省", "贵阳市"),
new XElement("四川省", "成都市"));
IEnumerable MyXElement =
from MySelect in MyXElements.Elements()
select MySelect;
string MyInfo = "元素文本包括:";
foreach (XElement MyValue in MyXElement)
MyInfo += MyValue.Value + "、";
//显示:贵阳市、成都市
MessageBox.Show(MyInfo, "信息提示", MessageBoxButtons.OK);
}
- 2022-03-14 22:11:51下载
- 积分:1
-
三次样条插值算法的C++语言,但始终是数据溢出
三次样条插值的C语言算法,但是总是数据溢出-cubic spline interpolation algorithm in C language, but always data overflow
- 2022-04-20 11:38:18下载
- 积分:1
-
lib_web_system
山东建筑大学-图书管理系统,用VS2005开发,CSharp编程语言。(Shandong Architectural University- library management system, using VS2005 development, CSharp programming languages.)
- 2009-10-13 15:37:46下载
- 积分:1
-
barsky
OpenGl中的二维裁剪算法,实现直线段相对于给定窗口的裁减,主要采用梁友栋-barsky算法,(OpenGl the two-dimensional cutting algorithm, and of the linear phase for a given window of the reduction, used mainly friends of Liang Dong-barsky algorithm,)
- 2006-12-05 22:49:46下载
- 积分:1
-
C++试题无敌题库
大一c++练习题库,题库中有所需的填空题,选择题,改错题,以及程序设计题,可供大一学子参考(Freshman c++ exercises database, questions in the library filled questions, multiple choice, error correction, and programming problems, for freshmen reference.)
- 2020-10-21 11:37:24下载
- 积分:1
-
WWZHunter
说明: 采用Qt编写的僵尸世界大战修改器,带源码,可修改线下和线上(World War Z modifier written by QT)
- 2020-06-15 22:26:12下载
- 积分:1