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

搜索资源列表

  1. 迷宫问题的算法(优于广度优先,深度优先

    0下载:
  2. 迷宫问题的算法(优于广度优先,深度优先-maze of algorithm (priority than breadth, depth priority
  3. 所属分类:其他游戏

    • 发布日期:2008-10-13
    • 文件大小:10720
    • 提供者:大叔
  1. 05_

    0下载:
  2. 精通DirectX 3D图形与动画程序设计 第5章 光照与材质 109 5.1 光照计算模型 109 5.2 光源 111 5.2.1 光源类型 111 5.2.2 光源属性 113 5.2.3 设置灯光 115 5.2.4 对光源的几点说明 116 5.3 材质 116 5.3.1 设置材质 117 5.3.2 获取材质属性 118 5.4 光照和材质示例程序 118 5.4.1 简单光照示例程序 119 5.4.2 多光源光照示例程序 12
  3. 所属分类:Other Games

    • 发布日期:2017-04-29
    • 文件大小:67772
    • 提供者:Diego Guo
  1. 09_

    0下载:
  2. 精通DirectX 3D图形与动画程序设计 第9章 雾化 215 9.1 雾化效果实现原理 215 9.2 雾化混合因子计算方法 215 9.3 顶点雾化与像素雾化 217 9.3.1 顶点雾化与基于范围的雾化 217 9.3.2 像素雾化和与眼相关深度雾化 218 9.4 为场景添加雾化效果 218 9.4.1 顶点雾化示例程序 218 9.4.2 像素雾化示例程序 226 9.4.3 基于范围的雾化示例程序 227 9.5 对雾化效果的几点说明 2
  3. 所属分类:Other Games

    • 发布日期:2017-04-29
    • 文件大小:423030
    • 提供者:Diego Guo
  1. lianliankan

    0下载:
  2. 连连看游戏设计思想,主要算法,扩展问题,带你进行深入思考。-Lianliankan game design ideas, the main algorithm, the expansion of the problem, take you to conduct in-depth thinking.
  3. 所属分类:Other Games

    • 发布日期:2017-04-04
    • 文件大小:247851
    • 提供者:王林
  1. 3Djiche

    0下载:
  2. 3D机车游戏,用VB开发的,其实VB学好了照样可以作出这种华丽效果的3D游戏,这个游戏可以详细设置分辨率、颜色深度、阴影效果、半透明、光源反射、纹理质量等画面效果,同时可以选择游戏难度。最有意思的是,游戏在“动作模式”下,可以使用诸如“自动追踪导弹”和“防护罩”之类的武器,看谁能够坚持到最后就是胜利者!不管是学习游戏编程思想或是图形处理都很有参考价值。-Locomotive 3D game developed using VB, VB In fact, the same can be made
  3. 所属分类:Other Games

    • 发布日期:2017-05-02
    • 文件大小:637521
    • 提供者:921
  1. tochkisrc

    0下载:
  2. Delphi realization of well-known points game. Compiles with Delphi 7. Demonstrates simple depth search with some heuristics in estimate function.
  3. 所属分类:Other Games

    • 发布日期:2017-04-03
    • 文件大小:53477
    • 提供者:GreyWolf
  1. TileProblem.tar

    0下载:
  2. This is simulation of classic 15 tile puzzle problem solver. It has capability to solve the problem using artificial intelligent techniques of depth first search and A-star search. This project is completely done in netbeans for running game requ
  3. 所属分类:Other Games

    • 发布日期:2017-03-29
    • 文件大小:22182
    • 提供者:ravi
  1. 1

    0下载:
  2. 管西京编著,2011,深入体验VC++项目开发,第一章飞机飞行游戏源代码。-Guan Xijing edited, 2011, in-depth the experience VC++ project development,the source code of the first chapter: the Airplane Flight Game.
  3. 所属分类:Other Games

    • 发布日期:2017-05-08
    • 文件大小:2046624
    • 提供者:雨勇
  1. Maze

    0下载:
  2. 自己用Java写的一个随机生成迷宫程序,采用深度优先算法生成迷宫,模拟小老鼠走迷宫。-A randomly generated maze procedure written in Java, using depth-first algorithm to generate a maze to simulate the maze of little mice.
  3. 所属分类:Other Games

    • 发布日期:2017-03-28
    • 文件大小:3079
    • 提供者:exfoide
  1. src

    0下载:
  2. 基于java实现的迷宫生成小程序,采用深度优先算法实现-Achieve maze based java applet is generated using a depth-first algorithm
  3. 所属分类:Other Games

    • 发布日期:2017-11-23
    • 文件大小:2810
    • 提供者:曾翔
  1. src

    0下载:
  2. 《深入体验C语言项目开发》赠送案例代码,包含贪吃蛇、五子棋游戏、潜艇大战游戏三个游戏。-Depth experience of C language project development " presented case code contains Snake, backgammon games, game three of the World War II submarine game.
  3. 所属分类:Other Games

    • 发布日期:2017-11-08
    • 文件大小:1386951
    • 提供者:郑鹏
  1. Maze-Generration-and-routing

    1下载:
  2. 设计算法生成一个N×M(N行M列)的迷宫,完成迷宫的组织和存储。实现两种不同的迷宫路由算法:广度优先和深度优先算法,并比较(包括理论和实验)两种方法的时间复杂性。-Design algorithm to generate a NM (N rows and M columns) of the maze, the maze to complete the organization and storage. Achieve two different maze routing algorithms:
  3. 所属分类:Other Games

    • 发布日期:2017-04-24
    • 文件大小:74446
    • 提供者:周利
  1. popstar

    0下载:
  2. 消灭星星的控制台版本,在C4droid下编译成功(使用conio.h),使用了深度搜索的回溯算法.-Elimination of the console version of the stars, in C4droid compiled successfully (use conio.h), the use of backtracking algorithm depth search.
  3. 所属分类:Other Games

    • 发布日期:2017-04-13
    • 文件大小:2402
    • 提供者:王天宇
  1. Antguide

    0下载:
  2. 一款简易蚂蚁搬家游戏,适合初学者,中间会用到深度优先算法探索迷宫。-A simple ant moving game, suitable for beginners, the middle will use depth first algorithm to explore the maze.
  3. 所属分类:Other Games

    • 发布日期:2017-05-29
    • 文件大小:11324849
    • 提供者:www
搜珍网 www.dssz.com