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

搜索资源列表

  1. CnChess

    0下载:
  2. 经典游戏中国象棋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
  3. 所属分类:Game Program

    • 发布日期:2017-05-19
    • 文件大小:5318693
    • 提供者:164
  1. AlgorithmsandNetworkingforComputerGames

    0下载:
  2. 辛苦搜集的游戏编程书籍。《计算机游戏算法和网络》-Hard to collect the game programming books. " Computer game algorithms and network"
  3. 所属分类:Game Program

    • 发布日期:2017-05-06
    • 文件大小:1349098
    • 提供者:odaliu
  1. PathFinder

    0下载:
  2. 基于Action scr ipt的路径寻找算法,适合网页游戏编程。-Action scr ipt to find the path based algorithm, suitable for web programming the game.
  3. 所属分类:Game Engine

    • 发布日期:2017-03-30
    • 文件大小:1505
    • 提供者:chickenzzz
  1. Snake_App

    0下载:
  2. 又一个贪吃蛇i游戏的源码,虽然每一款贪吃蛇的玩法都相同,但是编程的算法却不同,本贪吃蛇有要是应用到VC++的循环队列和简单链表原理实现的,用键盘上的W/A/S/D键分别控制蛇身移动,越接越长,在游戏开始前,蛇身、食物数量可以自己设置-I also a Snake game source code, even though each of the games are played are the same as a Snake, but the programming algorithm is d
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-03
    • 文件大小:311995
    • 提供者:xiaojie
  1. FiveQi

    0下载:
  2. 我写的五子棋人机对弈程序,开发环境是Code::Block8.02,是用的Win32 SDK编程,没用任何框架,所以其它开发环境应该把源文件加入工程就OK了,但是我没试过。核心算法参考了Zhong_Zw的程序,特此感谢。本来还想实现博弈树的算法,可是没有调试通过,就放弃了。使用的算法是贪心算法,还有随机算法。-I wrote the man-machine chess backgammon program development environment Code:: Block8.02, is
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-04
    • 文件大小:199704
    • 提供者:自由民
  1. ClassicsArithmetic

    0下载:
  2. Java的经典算法大荟萃。认真学习之后定能提高编程设计的水平。内有算法分析及源代码。-The classic algorithm for big meets Java. After careful study and design will be able to improve the level of programming. There are algorithm analysis and source code.
  3. 所属分类:Games

    • 发布日期:2017-04-09
    • 文件大小:704427
    • 提供者:陈俊沛
  1. c

    0下载:
  2. c大全 包含常用算法程序及游戏编程实例 九百种算法和九百种实例 推箱子日历等小游戏程序-c Daquan commonly used algorithms include the procedures and examples of 900 kinds of game programming algorithm and 900 kinds of examples of the calendar and other small games Sokoban
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-02
    • 文件大小:563453
    • 提供者:任志远
  1. j2minesweeper

    0下载:
  2. j2me版的扫雷源程序,简单实用,关键是多研究一下实现算法,对编程会有很大的帮助啊-j2me version of the mine source, simple and practical, the key is more research to achieve algorithm, programming will be of great help to ah
  3. 所属分类:Games

    • 发布日期:2017-04-16
    • 文件大小:92011
    • 提供者:wangxing
  1. snake

    0下载:
  2. 个人是比较喜欢玩游戏的,所以学习编程二年多了,很想做个游戏程序,由于能力有限,一直没能做好,后来突然看同学在手机上玩“贪吃蛇”,故想做出来,其一是因为此游戏界面容易设计,算法也比较简单,今天我就把我程序的代码和算法介绍一下,顺便把程序界面皮肤设计说一下-the game of snake
  3. 所属分类:Other Games

    • 发布日期:2017-05-08
    • 文件大小:2005722
    • 提供者:丁亥
  1. Rule

    0下载:
  2. 五子棋的算法 用c编程 希望对大家有所帮助。-The artificial intelligence is one of very active research areas in recent years. The machine learning and game playing are important branches of the artificial intelligence research. The research of game playing is alread
  3. 所属分类:Chess Poker games

    • 发布日期:2017-03-28
    • 文件大小:8406
    • 提供者:唯一
  1. 788f-c

    0下载:
  2. 俄罗斯方块,基于控制台编写的,采用c、c++,里面既有数据结构的知识,又有算法的内容,还有键盘编程知识,唯独遗憾的是当时没有加入鼠标操作。否则这个例子是所有先手入门的经典案例!!! /*游戏 俄罗斯方块 源码 c c++ 算法 数据结构 键盘编程 控制台*/ -Tetris, written on the console, using c, c++, which both data structures, but also the content of the algorithm, as w
  3. 所属分类:Game Program

    • 发布日期:2017-03-30
    • 文件大小:24775
    • 提供者:蒋亮
  1. shudu

    0下载:
  2. 用c++编程实现数独游戏,九宫格,其中主要运用一些常用的算法-C++ programming with Sudoku, Style Box, mostly using some commonly used algorithm
  3. 所属分类:Game Program

    • 发布日期:2017-04-16
    • 文件大小:24674
    • 提供者:刘玉丹
  1. Cmine

    0下载:
  2. 本文档介绍了用C++编程实现windows扫雷游戏的过程,简单易懂。 当然,这个游戏比Window自带的简单。但就目前来说,离它其实也不远。添加菜单项,并相应修改参数值:m_RowCount、m_ColCount、leinum,并重新初始化界面就行了。 本书的例子都只是一些最基本的游戏算法,它教你怎样去实现游戏,而至于游戏的扩展,我只是提一些建议,让你自己去实现。 -This document describes the use of C++ programming process
  3. 所属分类:Game Program

    • 发布日期:2017-05-01
    • 文件大小:760595
    • 提供者:fdevil
  1. SnakeApp

    0下载:
  2. 又一个贪吃蛇i游戏的源码,虽然每一款贪吃蛇的玩法都相同,但是编程的算法却不同,本贪吃蛇有要是应用到VC++的循环队列和简单链表原理实现的,用键盘上的W/A/S/D键分别控制蛇身移动,越接越长,在游戏开始前,蛇身、食物数量可以自己设置,提醒一下,这个游戏需要你的视力特别好哦,要不然看不清楚的。 -I another Snake game source code, although each of the games are played are the same as a Snake, but
  3. 所属分类:Other Games

    • 发布日期:2017-04-01
    • 文件大小:318216
    • 提供者:xujun
  1. dkll

    0下载:
  2. 计算机图形学几何算法详解电子书,可以帮助学习游戏编程人员有所帮助,如有需求者可以下载。-Computer graphics, geometric algorithms Xiangjie e-books, learning games can help programmers to help, if demand can download.
  3. 所属分类:Game Program

    • 发布日期:2017-06-21
    • 文件大小:35123001
    • 提供者:罗顺华
  1. Jiugong

    0下载:
  2. 九宫游戏——基于C++编程,考虑到人工智能方面的算法,是一个学习搜索算法不错的程序。-jiugong game--based on c++ program.it is a very good example about learning the searcher algorithm,it is based on Artificial Intelligence
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-09
    • 文件大小:1957324
    • 提供者:liufanxiu
  1. huarongdao

    0下载:
  2. “华容道”游戏解法的研究与实现 “华容道”是中国古代传统单人玩的拼板类游戏。虽然以前多次见到报刊、网络有具体解法的报道,但未见到有对此游戏全面的分析和通用局的计算机解法的描述。为此,作者采用改进的非递归深度优先算法对《华容道》通用局的解法进行了全面的分析和论证。随后通过编程实现了这一通用解法,并通过对当前常见的几十个布局进行了测试,从而验证了分析结论及其有效性。-" Huarong" Research and implementation of the game solut
  3. 所属分类:Game Program

    • 发布日期:2017-04-10
    • 文件大小:1082224
    • 提供者:gh
  1. code_game

    0下载:
  2. 算法类书籍,有关游戏编程的核心算法,适用于广大编程爱好者!-Algorithms books, the core algorithm of game programming, programming for the majority of fans!
  3. 所属分类:Game Program

    • 发布日期:2017-05-17
    • 文件大小:4679120
    • 提供者:panpete_p
  1. 5

    0下载:
  2. 关于二十四点游戏的编程思路与基本算法(计算有括号的简单表达式。)-Programming on the second two p.m. game ideas and basic algorithms (calculated with a simple expression in parentheses.)
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-14
    • 文件大小:5612
    • 提供者:chenlidan
  1. waterking

    0下载:
  2. 寻找水王游戏的算法,来自微软公司的编程之美-King of the algorithm to locate the game, from the beauty of Microsoft' s programming
  3. 所属分类:Other Games

    • 发布日期:2017-04-23
    • 文件大小:210086
    • 提供者:sssw
« 1 2 34 5 6 »
搜珍网 www.dssz.com