搜索资源列表
cHitChecker_src
- 游戏的算法 碰撞检测 开发环境是VC 库DIRECTX8.1-games collision detection algorithm development environment for VC DIRECTX8.1
ACT
- 左右方向键+小键盘的1键 这个demo是问题多多,我也懒的去解决了,有兴趣的自己搞定下,呵呵 反正算是个c++游戏制作的作业之类的东西吧 说真的游戏的算法和构架真是垃圾,可能是因为我还没有学习数据结构关系吧, 我尽快学下就是了,呵呵 本源码在vc6.0~~~~.net7.0下编译通过,需要DX9sdk头文件和lib库的支持,ok,谢谢;
CnChess
- 经典游戏中国象棋VC++源代码。超强难度的搜索引擎和算法、估值函数以及开局库,还有大量的开局库资料都将为您展现出来。研究VC++游戏编程的朋友可绝不要错过哦!-Classical Chinese Chess game VC++ source code. Super-difficult search engines and algorithms, as well as the start value of the Treasury function, there are a large numbe
fly_engine
- fly_engine是基于OPENGL库开发的游戏引擎.包含游戏所有组件及引擎用的模型插件原码,是给研究3D游戏实施渲染技术及高级的游戏核心游戏算法的朋友一个好的引擎例子.-fly_engine is based on OPENGL library developed game engine. with the game all the components and engine models of plug-ins with the original code, is to research
GraphVerify1.part05
- 完美、诛仙等游戏验证码答题反外挂系统的初级识别程序如题,完美、诛仙等游戏为了防止外挂,设置了验证码答题系统。 这种系统的答题方式是识别下图中有几个红色字表示的汉字。 这种图对汉字做了大量的扭曲变形、干扰线添加等工作,导致识别工作变的异常困难。 当初想搞这种设别是为因为毕业设计与此有关,现在毕设改了也就没用了。 下面这个工程是当初我做的识别系统扣出来的一部分,只实现了对某个字和标准字的 相似度对比部分。(对重叠汉字的区分识别、干扰线去除等操作还有点
FIR
- C语言写的一个五子棋的游戏,主要是学习C语言的graphic.h图形库的应用以及五子棋的算法。希望对入门的朋友有帮助。-C language to write a backgammon game, mainly to learn C language graphic.h graphics library of applications and backgammon algorithm. Introduction to the friends want to help.
gamelib
- 游戏类库和一些游戏常用算法总结,可供参考-Games library and a number of commonly used algorithms, for reference
XiangQi
- 自己根据常用的象棋算法做的一个象棋游戏。由于没有棋库所以性能比较差,可能只能供对算法感兴趣的朋友研究一下了。图像资源是从游戏软件里“借”来的。-Their own algorithm based on commonly used to do a chess chess game. In the absence of relatively poor performance of chess library so may only be interested in the algorithm for
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.
wuziqi
- 实现利用计算机评判两个人五子棋比赛游戏、用C语言提供的图形库函数实现绘制五子棋棋盘,实现五子棋规则评判算法-Judge two people to achieve using computer backgammon tournament game, using C language library functions provide graphical rendering backgammon board, backgammon rule evaluation algorithm to achi
chineseChess
- 源码简介: 本项目是安卓中国象棋游戏项目源码,棋盘使用一维数组,采用开局库,目前可以人机对弈部分参考<a href= http://www.xqbase.com/league/elephanteye.htm target= _blank >ElephantEye(象眼)开源项目。众所周知象棋的棋路复杂度要比五子棋复杂多了,象棋是走一步要看若干步。另外本项目还附带一份对中国象棋算法的pdf分析文档。正在研究这一块的朋友可以借鉴一下。 涉及模块&技术 绘图 算法 -S
MFC-Simulate-Gobang
- 通过使用VC的MFC库,我们能够制作一款五子棋游戏界面,界面美观,算法简单。-By using MFC in VC, we can make an interface of the gobang game which owns beautiful interface and simple arithmetic.
cchess
- 基于GTK图形库和Linux平台的中国象棋源程序,用C语言开发。游戏很简单,但算法也挺麻烦的。受限于算法效率,本程序递归搜索只到6层,电脑的棋力大概相当于小学生水平。还有很大改进空间啦,哈哈。-A simple Chinese Chess game. Built on GTK and Linux evironment. Code is simple, while progress not. The level is like a ten years old child. Have fun:)
SRC
- 计算任意球轨迹,提供4种算法,主要基于龙格库塔法、欧拉方法,具体参数请查看代码源文件-Stimulate the trajactory of Free-Kick football, 4 algorithms are provided, based on Runge-Kutta Method and Euler Method