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

搜索资源列表

  1. hrd_src

    0下载:
  2. 此版本的华容道仅是个VC++语言的演示版,只是为了演示 一种思路,所以没有增加任何的功能。本游戏图象也是从 同类FLASH游戏中剪出,可惜它的出处网页已经不可访问了. 由于华容道每角色同一时刻可能有不同方向的选择,增加了 判断难度。本游戏主要演示单键无选择控制华容道的模拟 智能处理过程。当然这很简单,谈不上真正的智能。 如果对AI类兴趣的话,可以到 http://chess.withu.com 和计算机下一盘,欢迎交流探讨该类AI算法。 本游戏还存在一些BU
  3. 所属分类:其他智力游戏

    • 发布日期:2008-10-13
    • 文件大小:159.8kb
    • 提供者:潘先生
  1. russion_chinese

    0下载:
  2. 部分源码来自于网上下载,本人将程序进行了部分汉化。 本人认为这个程序对于嵌入式编程人员很值得参考的,里面涉及到中断处理、汉字显示、算法控制等。 通过这种底层程序的学习,可以很快在嵌入式领域入门。每一个LINVX、UC/OS、VXWORKS高手应该都是非常精通DOS环境编程的。 希望对大家有用。欢迎探讨-some source downloaded from the Internet, I will be part of the procedures for the Manchus.
  3. 所属分类:其他游戏

    • 发布日期:2008-10-13
    • 文件大小:810.54kb
    • 提供者:周国翔
  1. AIGreedSnake

    0下载:
  2. 本程序是我放假时写的一个贪吃蛇,电脑有AI,不过很可惜AI智能不高。不过我现在认为自己的代码已经比当年有所提高,对文件的组织,对一些简单模式的运用,包括基本的格式注释等都有很大进步。我想对于一些初学者还是有参看的价值。AIStrategyLevelB.java这个文件就是用来扩展实现更高AI的算法的,我虽然有些思路,未能实现,希望有想法的和我交流,qq是9468387,邮箱是cookie1984717cookie@yahoo.com.cn(不好意思,长了点的,呵呵) 在eclipse,jdk
  3. 所属分类:其他智力游戏

    • 发布日期:2008-10-13
    • 文件大小:31.2kb
    • 提供者:cookie
  1. jingdiansuanfa

    0下载:
  2. 在黑白棋开发中经常用到的经典算法,加入部分人工智能成分-in reversi often used in the development of the classic algorithms, artificial intelligence component Part
  3. 所属分类:棋牌游戏

    • 发布日期:2008-10-13
    • 文件大小:1.34kb
    • 提供者:zuixinstu
  1. YellowDemo

    0下载:
  2. 这是用c++语言编写的在SCST仿真平台机器人足球赛一个比赛队提交的结果. 其中有一些人工智能的算法 值得一看.-This is the language used c SCST in robot soccer simulation platform for the team to a result. There are some interesting sites in artificial intelligence algorithms.
  3. 所属分类:其他智力游戏

    • 发布日期:2008-10-13
    • 文件大小:48.37kb
    • 提供者:喻林
  1. 哈利魔法

    0下载:
  2. 一个用数学的方法所描述的游戏:哈利魔法.只要根据游戏中的说明即可,它可利用算法来猜出你心中的数学.-a mathematical descr iption of the methodology of the game : Harry magic. As long as the game according to the statement can be, it can use algorithms to guess the math in your heart.
  3. 所属分类:其他游戏

    • 发布日期:2008-10-13
    • 文件大小:7.97kb
    • 提供者:星星
  1. 434362533

    0下载:
  2. 这是一个五子棋游戏的源代码,界面精美,带背景音乐,其中的许多算法,如搜索算法,也都值得研究! 这是一个五子棋游戏的源代码,界面精美,带背景音乐,其中的许多算法,如搜索算法,也都值得研究!-This is a 331 game's source code, interface beautifully with the background music, which in many algorithms, such as search algorithm, is worthy of stud
  3. 所属分类:棋牌游戏

    • 发布日期:2008-10-13
    • 文件大小:247.48kb
    • 提供者:万方
  1. WUZIQI.rar

    2下载:
  2. C语言写的五子棋代码,在TC下运行,简单易懂,AI强大,适合学习C语言和算法的初学者,Gobang language written in C code, running under the TC, easy-to-read, AI strong, suitable for learning C language and algorithms for beginners
  3. 所属分类:Game Program

    • 发布日期:2015-07-06
    • 文件大小:2.58kb
    • 提供者:homlee
  1. CatCatchRat.rar

    0下载:
  2. 实际上这是VC.NET的源代码,因为在VC++6.0下不能编译,因此编译本程序您需要安装vs2005及以上版本。   本游戏主要是侧重算法和动画生成方面的知识与技能,通过游戏我们一般都能学到很多东西,有空闲的时候值得一看。,In fact, this is the source code VC.NET because in VC++6.0 can not be compiled, the compiler of the procedures you need to install vs200
  3. 所属分类:Other Riddle games

    • 发布日期:2017-03-31
    • 文件大小:646.69kb
    • 提供者:994
  1. game3dlod_080617

    2下载:
  2. 该源码为Thatcher Ulrich的游戏引擎测试器。是一个实验性和非实验性的面向游戏和图形的代码的混杂集合。可以利用该引擎LOD四叉树的算法。在大型3D游戏中,大规模室外地形真实感渲染是个室外渲染引擎的核心部分。而实现一个大规模的地形渲染系统的关键是怎么简化地形,抛弃不必要的渲染动作(如看渲染不见的三角形和不必要的细节)来加快渲染速度。 该代码支持3D网络游戏,有客户端和服务器端,语言使用C++,支持Linux, WIN32,可以参考demo程序。 编译可以在WIN32下,有Visu
  3. 所属分类:Game Engine

    • 发布日期:2017-04-10
    • 文件大小:1.11mb
    • 提供者:gamedriver
  1. SUDOKU

    0下载:
  2. 自己开发的数独游戏教学程序,实现了当前主流的数独求解算法。一方面可以进行游戏,更重要的是在每一步自动提示后都会讲解相关的解题算法,便于学习数独。-Self-developed Sudoku games teaching program, to achieve the current mainstream sudoku algorithm. On the one hand you can play games, but more importantly is that in each step w
  3. 所属分类:Other Riddle games

    • 发布日期:2017-03-26
    • 文件大小:325.28kb
    • 提供者:胖猫
  1. New_Riders_Core_TechniquesAndAlgorithmsInGameProgr

    0下载:
  2. 游戏编程核心技术和算法电子版 ,描述了游戏开发中所用到的核心的数据结构和算法-New Riders- Core Techniques And Algorithms In Game Programming.chm
  3. 所属分类:Game Engine

    • 发布日期:2017-05-18
    • 文件大小:4.46mb
    • 提供者:zhangzhou
  1. Core_Techniques_and_Algorithms_in_Game_Programmin

    0下载:
  2. Core Techniques and Algorithms in Game Programming ebook.
  3. 所属分类:Game Program

    • 发布日期:2017-05-24
    • 文件大小:7.59mb
    • 提供者:PHJ
  1. chap-1

    0下载:
  2. 编程之美中有关游戏的内容, 包括连连看游戏设计,中国象棋将帅问题,NIM“拈”游戏分析 三个重要的算法详细讲解,对于想要提高自己算法水平的人群,非常必须-Programming in the beauty of the game, including Lianliankan game design, Chinese chess generals problem, NIM " twist" game analysis to explain three important algo
  3. 所属分类:Other Riddle games

    • 发布日期:2017-03-30
    • 文件大小:828.37kb
    • 提供者:sixmore
  1. Programming

    0下载:
  2. 还好Core.Techniques.And.Algorithms.in.Game.Programming-Fortunately Core.Techniques.And.Algorithms.in.Game.Programming
  3. 所属分类:Game Engine

    • 发布日期:2017-05-18
    • 文件大小:4.46mb
    • 提供者:李赛伟
  1. zhajinhua

    0下载:
  2. 地主游戏中的牌型很多,算法也各有不同,但我总觉得网上一些通用的算法有点铺天盖地,所以,我决定自己来重新想一下算法,总的来说,无论你出什么处于,三带二,炸,4带一等,你总是有个主牌的,从牌只认张数,大小是无所谓的,所以,我将主牌清点出来应该就只有 对子,3条,炸弹,双王,顺子这五类,所以,在发牌或者拿到底牌后,我们直接将所有的主牌类型清理出来即可-Many landowners game card type, the algorithm is also different, but I the o
  3. 所属分类:Chess Poker games

    • 发布日期:2017-11-26
    • 文件大小:5.71kb
    • 提供者:大海
  1. five-in-a-row

    0下载:
  2. 五子棋游戏,实现人人对战,和人工智能算法,即实现人和电脑对战,采用C实现-Backgammon games, all Battle, and artificial intelligence algorithms, and play against the computer, using C to achieve
  3. 所属分类:Chess Poker games

    • 发布日期:2017-11-23
    • 文件大小:2.7kb
    • 提供者:杨基隆
  1. java-algorithms-

    0下载:
  2. Java 算法,including many common algorithms that can be used in many aspects-Java algorithms,including many common algorithms that can be used in many aspects
  3. 所属分类:Games

    • 发布日期:2017-05-07
    • 文件大小:1.13mb
    • 提供者:王军
  1. pintu

    0下载:
  2. 在Unity 中设置一个拼图界面,通过各种算法在Unity中实现拼图游戏-In the Unity set up a jigsaw interface, through various algorithms in the Unity to achieve jigsaw puzzle
  3. 所属分类:Other Games

    • 发布日期:2017-05-20
    • 文件大小:5.65mb
    • 提供者:贺晶
  1. EightNamberGame

    0下载:
  2. 在Unity 中设置一个拼图界面,通过各种算法在Unity中实现拼图游戏。(In the Unity set up a jigsaw interface, through various algorithms in the Unity to achieve jigsaw puzzle.)
  3. 所属分类:游戏

« 12 3 »
搜珍网 www.dssz.com