搜索资源列表
cHitChecker_src
- 游戏的算法 碰撞检测 开发环境是VC 库DIRECTX8.1-games collision detection algorithm development environment for VC DIRECTX8.1
HitChecker
- 游戏开发中经常会用到碰撞检测,这是一个简单算法实现的2D碰撞检测模型,对初学碰撞检测的同学很有参考价值-Often used in game development, collision detection is a simple algorithm for 2D collision detection model, collision detection for beginners useful reference for students
GAME
- 利用SIFT检测两图片的相同点,并获 ·北京大学数字图象处理课件,封举富 ·主要内容彩色256色转灰度图,hough变 ·OPENCV手册!opencv用具很实用,广 ·功能强大的图像处理软件可以打开,关 ·ICP是用来匹配两组未知点,可以用于 ·利用opencv完成的汽车牌号识别,支 ·細線化程式,本程式源 ·图像处理算法方面编程代码汇总,请 -Detect SIFT picture using the same two points, and digita
GameCapture
- 这是用OPENCV里面人脸检测算法实现的一个小游戏,用vs2008的-This is OPENCV face detection algorithm inside a small game, using vs2008' s
Ball
- visual basic6.0环境下的打桌球游戏,游戏的3D-2D转换算法和碰撞检测算法可以学习一下-visual basic6.0 environment Da Zhuoqiu game, the game 3D-2D transformation algorithm and collision detection algorithm can learn about
test
- 基于OpenGL的碰撞检测原代码,用于3D游戏开发中最常用的算法之一,希望有助于大家提高!-The collision detection based on OpenGL source code for 3D game development in one of the most common algorithms I hope will help us improve!
CANVAS
- 一种基于颜色碰撞检测的源代码,在2D游戏中常用的一种碰撞检测算法。-A collision test arithmetic based on color.
RPGGameFrame
- 游戏怪物战斗AI,地图行走,碰撞检测,A*算法-Monster fighting game AI, walking maps, collision detection, A* algorithm =======
cHitChecker_src
- 该程序演示了一个游戏当中的碰撞检测算法,游戏初学者必备-The program demonstrates a game which the collision detection algorithm, the game must for beginners
stu060145
- 高中学生算法课程作品,小游戏类型作品,玩玩游戏,检测你的记忆力如何。在高中信息技术算法课程教学中很有借鉴意义-High school students algorithm program works, works of small game, play games, testing your memory how to. In senior high school information technology curriculum teaching algorithm has very much
mfighterre176208scnk
- 打飞机游戏,有飞机动画,boss设置等,场景刷新,碰撞检测等算法。-Aircraft games, aircraft animation, boss settings and refresh the scene, the collision detection algorithm.
Real-time-collision
- 一本详细介绍碰撞检测算法的书。实时碰撞检测算法技术-A book of detailed collision detection algorithm.
mycamera
- 能打开自己笔记本电脑的摄像头,然后进行监控,可以判断是否有人靠近电脑,还可以做人脸识别,换个算法- 自动检测语言 . 翻译结果(中 > 英) 复制结果双语对照查看 Can open their own notebook computer camera, and then monitor, you can determine whether someone close to the computer, can also
paopaotang
- 游戏 泡泡堂 源代码 C 人工智能 本游戏模仿盛大网络版泡泡堂,使用C和windows api编写完成,使用到了碰撞检测,人工智能技术。而人工智能部分又使用到A寻路算法,有限状态机。-Artificial intelligence game the BNB source code C
Abnormal-detect
- 使用TcmKnn算法完成数据包的异常检测,,代码已经经过测试,可以直接运行-Algorithm using Tcm-Knn complete packet anomaly detection, code has been tested, can be directly run-Knn算法完成数据包的异常检测,,代码已经经过测试,可以直接运行-Algorithm using Tcm-Knn complete packet anomaly detection, code has been teste
luanshi
- 状态机,线程,图象处理技术。以及游戏基本的碰撞检测与2D算法,数据存储是基于android提供的包,音乐效果采用mediaPlayer和soundpool技实现。- state machine, threads, image processing technology , 2D basic algorithm, collision detection algorithm, the data storage is based on package
NSA
- 基于入侵检测的负选择算法,适合于初学者,可以快速了解负选择算法思想-NSA
N huanghou
- 国际象棋中皇后可以在横、竖、斜线上不限步数地吃掉其他棋子。如何将N个皇后放在一个国际象棋的棋盘上(有8 * 8个方格),使它们谁也不能被吃掉!这就是著名的八皇后问题。我们现在扩展一下,对于某个满足要求的N皇后的摆放方法,定义一个皇后序列与之对应,即{(x1,y1),(x2,y2)…(xN,yN)},其中(xi∈[1,N],yi∈[1,N],N∈[4,16]),其中(xi,yi)为相应摆法中第i个皇后所处的坐标(行数和列数)。那么需要针对这个序列进行检测,检测序列给定的皇后们是否存在可以相互吃掉的