CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - 游戏 路径

搜索资源列表

  1. pingpang

    0下载:
  2. 这是我参加比赛时做的一个乒乓球游戏的C语言源程序,用51单片机控制,两个按键为球拍,8个LED表示球移动的路径,液晶显示比分,非常好玩-This is my race to do a table tennis game when the C-language source code, with 51 single-chip control, two keys for the racket, 8 LED, said the path of the ball moving, liquid cryst
  3. 所属分类:SCM

    • 发布日期:2017-04-08
    • 文件大小:47143
    • 提供者:吴凯杰
  1. ClassAstar

    0下载:
  2. A*搜寻算法,俗称A星算法。这是一种在图形平面上,有多个节点的路径,求出最低通过成本的算法。常用于游戏中的NPC的移动计算,或线上游戏的BOT的移动计算上。-A* search algorithm, called A Star algorithm. This is a plane in the graphics, there are multiple nodes in the path, find the lowest cost method adopted. Commonly used in
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:84597
    • 提供者:ligang
  1. Silverlight_YYFly

    0下载:
  2. 利用Silverlight开发的一个打苍蝇游戏,此程序主要是实现了Path和sin函数的使用,有助于理解Silverlight的动画编程和路径的设置。-Da Cangying using Silverlight development of a game, this program is to achieve the Path and the sin function is used to help understand the Silverlight animation programming
  3. 所属分类:Game Program

    • 发布日期:2017-05-04
    • 文件大小:1044505
    • 提供者:凌少虎
  1. Maze_game

    0下载:
  2. 简单的迷宫游戏,可以自动搜索最佳路径,可以自己输入地图。-Simple maze game, can automatically search the best path for their input map.
  3. 所属分类:Other systems

    • 发布日期:2017-04-15
    • 文件大小:5660
    • 提供者:路飞
  1. seekroad

    0下载:
  2. 寻找最短路径, 游戏编程, 有最优化的方法-Find the shortest path, game programming, the most optimal way
  3. 所属分类:CSharp

    • 发布日期:2017-04-09
    • 文件大小:21057
    • 提供者:jack
  1. eight

    1下载:
  2. 八数码拼图游戏的求解程序,通过双向广度优先搜索算法,输出最优解的路径.-Eight digital jigsaw puzzle solving process, through bi-directional breadth-first search algorithm, the optimal solution output path.
  3. 所属分类:Game Program

    • 发布日期:2015-11-23
    • 文件大小:1024
    • 提供者:zhuwc
  1. mg

    0下载:
  2. 游戏名称: 最短迷宫寻路算法的演示 游戏内容: 首先动态生成迷宫,再用算法求出最短路径。-Game Name: The shortest maze game pathfinding algorithm demo: first dynamically generated maze, and then find the shortest path algorithm.
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:53581
    • 提供者:magicyang
  1. Heritage

    0下载:
  2. 由于寻找路径问题被看成是游戏人工智能的一块神圣基石,该代码用用遗传算法在一个非常简单的场景中解决寻找路径问题。-Helping Bob Home
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-08
    • 文件大小:1799193
    • 提供者:卢跃武
  1. migong

    0下载:
  2. 判断迷宫是否可行,并着到最优解决路径,解决很多游戏中迷宫出错的可能。-failed to translate
  3. 所属分类:Game Program

    • 发布日期:2017-04-02
    • 文件大小:1480
    • 提供者:王金亮
  1. snake2

    0下载:
  2. 程序中用opencv进行图像处理,通过虚拟键盘控制方向玩文件夹内的贪吃蛇游戏,实现最短路径规划及撞到墙或者撞到自身时的方向控制。-Opencv image processing procedures used by the direction of the virtual keyboard control to play the game Snake within a folder, to achieve the shortest path planning and hit the wall o
  3. 所属分类:Special Effects

    • 发布日期:2017-06-02
    • 文件大小:14807611
    • 提供者:邢姝姝
  1. Dijkstra

    0下载:
  2. 使用c实现人工智能中的dijkstra算法,主要用于游戏人物的自动路径搜寻-Use c to achieve artificial intelligence dijkstra algorithm, mainly used for the automatic path search game characters
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:1781
    • 提供者:zerowing
  1. VCPPxingji

    0下载:
  2. 星际游戏辅助外挂VC++源代码,内置两个版本的星际游戏,大家可以玩了。使用本程序前请先设置好星际路径,点击启动就行了。程序具备版本转换、注册、屏蔽WIN键,要转其他版本的话只要增加相应的文件和函数就行了。-failed to translate
  3. 所属分类:Game Hook Crack

    • 发布日期:2017-05-14
    • 文件大小:3478287
    • 提供者:小玫瑰
  1. Wumpus

    1下载:
  2. Wumpus,模拟实现Wumpus小游戏,实现了自主规划行走路径,并在界面上显示出来-Wumpus, analog to achieve Wumpus game plan to achieve a self-walking path, and displayed on the interface
  3. 所属分类:Game Program

    • 发布日期:2016-05-13
    • 文件大小:1914880
    • 提供者:chengfeilong
  1. activex-wuziqi

    0下载:
  2. 这是个用ActiveX控件做的五子棋!! 关于ActiveX控件是什么?我就不再多说!只是个列子,我提供了源码,初学者可以看看!不管是做游戏还是做控件都有帮助!! clock这个工程是生成一个ActiveX控件!在这个控件中已经实现了五子棋的所有功能!而在另一个工程Goban里使用了所生成的这个控件!这个工程生成的才是可执行文件,它不用编写任何代码,只需将该控件嵌入并显示,所有的功能都在该控件中实现了!!!执行时,必须注册该控件!!否则凡是使用了该控件的程序都将无法运行!如果不会注
  3. 所属分类:Chess Poker games

    • 发布日期:2017-05-27
    • 文件大小:10333985
    • 提供者:袁元
  1. green

    0下载:
  2. 运行主程序,然后在要抓包的游戏或者程序里面按小键盘的星号键呼叫。 然后点“开始”,就可以抓包了,点“停止”是停止抓包,回到游戏点“关闭本窗口”, 在在上面的筐筐里面可以写上保存的文件名,一般是TXT文件,要打完整的路径和名字 否则出错,退出前一定要点“释放本窗口”,不然会出错。再有就是有些游戏会无发呼叫本窗口。 本程序源代码BCB 5.0通过。 本程序只钩挂了"send","sendto","recv","recvfrom"这4个函数,WSAsend等不钩挂, 因为是
  3. 所属分类:Hook api

    • 发布日期:2017-04-04
    • 文件大小:404752
    • 提供者:naiooit
  1. TTLBSceneDemo

    0下载:
  2. 文章地址:http://www.cnblogs.com/syqking 实现地形的部分主要都是改ETM实现的。 场景环境和模型的载入时直接在Sample中用Tinyxml实现的。 修改的ETM源文件所在目录为.\dependency\ETM\src Demo源文件所在目录为.\dependency\ETM\Sample 由于大小问题大部分资源文件,静态库都未包含,所以请自行添加Ogre自带的一些资源文件和TTLB的资源文件,并可能需要修改项目的一些路径设置。
  3. 所属分类:Other systems

    • 发布日期:2017-05-26
    • 文件大小:9703190
    • 提供者:lzxlzxlzx9
  1. Irregular

    0下载:
  2. VC++实现Windows不规则窗体编程的实例演示,我们在编写某些特殊软件,特别是在游戏编写中,为了避免呆板,常会改变一些窗体的形状,让程序显得更生动,典型的例子有Media Player,其实实现不规则窗体不是太难,知道了基本原理后,你也可以创建各种有趣的不规则窗体,本例将引导你学会如何创建椭圆、路径窗体、位图窗体等常用的不规则窗体创建方法。 -Windows VC++ implementation of irregular form programming example demonst
  3. 所属分类:GUI Develop

    • 发布日期:2017-03-28
    • 文件大小:40395
    • 提供者:madud00103
  1. RobotView

    0下载:
  2. VC++游戏——会沿路径行走的机器人,感兴趣的可以参考下。-VC++ game- will be walking along the path of the robot
  3. 所属分类:Game Program

    • 发布日期:2017-04-16
    • 文件大小:49591
    • 提供者:
  1. tANK

    0下载:
  2. 坦克游戏源代码 路径,图片,都包含在其中,是一个坦克射击游戏-Tank game source code path, pictures, are included, is a tank shooting game
  3. 所属分类:Shot Game

    • 发布日期:2017-04-16
    • 文件大小:265469
    • 提供者:shangliang
  1. migong

    0下载:
  2. 用vc编写一个小游戏,迷宫。可以随机产生迷宫图像,用键盘控制光标移动,找到路径-Vc write a little game with the maze. Images can be randomly generated maze, move the cursor with the keyboard, find the path
  3. 所属分类:Other Games

    • 发布日期:2017-03-29
    • 文件大小:66676
    • 提供者:孙育林
« 1 2 3 4 5 67 8 9 10 11 12 »
搜珍网 www.dssz.com