搜索资源列表
网络中国象棋
- 网络中国象棋的源码,界面不错,算法尚可-network source of Chinese chess, good interface, algorithms fair
game3dlod_080617
- 该源码为Thatcher Ulrich的游戏引擎测试器。是一个实验性和非实验性的面向游戏和图形的代码的混杂集合。可以利用该引擎LOD四叉树的算法。在大型3D游戏中,大规模室外地形真实感渲染是个室外渲染引擎的核心部分。而实现一个大规模的地形渲染系统的关键是怎么简化地形,抛弃不必要的渲染动作(如看渲染不见的三角形和不必要的细节)来加快渲染速度。 该代码支持3D网络游戏,有客户端和服务器端,语言使用C++,支持Linux, WIN32,可以参考demo程序。 编译可以在WIN32下,有Visu
ASL
- 本引擎是一款功能全面的2D游戏引擎。图形模块用MMX指令优化了各种常用特效如半 透明、色饱和、alpha通道绘制等,完全工作于GDI方式,提供了极高的兼容性。中 文显示模块用LRU算法的Cache管理字模,支持平滑字体显示(反锯齿),MMX指令优 化,成倍提高绘制速度。强大的可扩展GUI系统,模仿VCL的层次和接口,使用起来 类似在C++ Builder下的开发,实现了各种常用控件。另有支持Zip的文件IO、Ini文 件解析、音频播放、输入处理、精密时钟等各模块。引擎纯面向对
01Matthews
- 人工智能游戏编程真言一书附带的源码,这一章主要讲解A*寻路算法的原理和应用。这是第一个示例,很有参考意义。-AI Game Programming mantra source attached to a book, this chapter the main road on the A* search algorithm and application of the principle. This is the first example, very useful.
02Higgins
- 人工智能游戏编程真言一书附带的源码,这一章主要讲解A*寻路算法的原理和应用。这是第二个示例,很有参考意义。-AI Game Programming mantra source attached to a book, this chapter the main road on the A* search algorithm and application of the principle. This is the second example, is very useful.
03Higgins
- 人工智能游戏编程真言一书附带的源码,这一章主要讲解A*寻路算法的原理和应用。这是第三个示例,很有参考意义。-AI Game Programming mantra source attached to a book, this chapter the main road on the A* search algorithm and application of the principle. This is the third example, is very useful.
04Higgins
- 人工智能游戏编程真言一书附带的源码,这一章主要讲解A*寻路算法的原理和应用。这是第四个示例,很有参考意义。-AI Game Programming mantra source attached to a book, this chapter the main road on the A* search algorithm and application of the principle. This is the fourth example, the meaning of a good refe
vbspComplete
- HL2源码 编译完成 包内不含资源. vbsp算法 PVS 孔洞.-HL2 Source compile complete package without resources. Vbsp algorithm PVS holes.
game
- 游戏设计框架 寻路源码 地图源码 搜索算法源码-Game design framework wayfinding map source search algorithm source code
lzo-2.06.tar
- LZO算法库源码,可以用来对文件进行压缩或解压,普遍用于游戏引擎,需要的朋友可以研究一下。-LZO algorithm library source code can be used for file compression or decompression is widely used for the game engine, you need a friend to look at.
QXGameEngine0112MMORPG
- Silverlight-MMORPG游戏引擎0112源码 这里要说明的,此完成度约50 的2D-ARPG游戏引擎存在地图未切割、多线程未优化、算法未优化、无寻路等诸多毛病, 总结原因是架构上一开始就存在着问题,因此我不打算对其再进行完善及后续制作了。至于它的开源,或许对所有的朋友有大害而无一益, 那么就让它深藏吧。但是就是因为有了它的存在,才会有了本教程以一个更为优雅、简约时尚的姿态出现。我将在本例中完全屏弃 它所有的弱点,实现它未实现的所有功能,让所有的朋友们均能用WP
20081141675819
- QQ自动登陆器源码 QQ自动登陆器.QQ密码加密算法的实现. -QQ automatic landers source QQ automatic landers the QQ password encryption algorithm.
AStar2
- A星路径寻找算法入门到精通 压缩包里包括A星路径的文图教程与VC和VB两种程序源码,第一次接触A星路径算法的新手不可过错的教程 -A Star path finding algorithm entry to the master Compression bag including A Star path Ventura tutorial with VC and VB two program source code, the first contact with the A-Star
recipe-577457-1
- C++ 实现的 A 星寻路算法源码,在游戏中必不可少的存在-A-star Shortest Path Algorithm (C++ recipe)