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

搜索资源列表

  1. five436

    0下载:
  2. 本代码是一个完整的小游戏,界面美观,其中的人工智能算法也很值得参考学习. -the code is a complete mini-games, beautiful interface, artificial intelligence algorithms which are worth learning.
  3. 所属分类:棋牌游戏

    • 发布日期:2008-10-13
    • 文件大小:140437
    • 提供者:q024100404
  1. JavaSwing_lianliankan

    0下载:
  2. Java Swing 版的连连看,适合刚入门的朋友学习,里面包含了一些算法,布局,通过阅读代码你或许有很大的收获。-Java Swing version of the 1000 block of Terry Avenue, suitable for beginners friends learning, which contains a number of algorithms, layout, read code you may have achieved a lot.
  3. 所属分类:游戏

    • 发布日期:2008-10-13
    • 文件大小:418712
    • 提供者:原泉
  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
    • 文件大小:829997
    • 提供者:周国翔
  1. eluosifangkuai

    0下载:
  2. 这是一个小巧的俄罗斯方块游戏源代码,做的比较简单,要体现算法和分析思路。很详细的注释和很清晰的编码风格,是初学者学习的好范例-This a small Tetris game source code, so relatively simple, to demonstrate algorithms and analysis of ideas. A very detailed notes and clear coding style is a good beginners learning para
  3. 所属分类:其他游戏

    • 发布日期:2008-10-13
    • 文件大小:20200
    • 提供者:wzz
  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
    • 文件大小:2641
    • 提供者:homlee
  1. Llkgm

    0下载:
  2. 连连看游戏 这是一款使用C#开发的连连看游戏,其中详细阐述了连连看的算法,仅供学习使用-Lianliankan Games This is a use of C# development Lianliankan Game, one of Lianliankan elaborated algorithms, for learning to use
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-27
    • 文件大小:232649
    • 提供者:伍奇宏
  1. Othello

    0下载:
  2. 使用java編寫的GUI的黑白棋遊戲-GUI using java prepared Riversi games, search algorithms using classical game tree, and on this basis have done a lot of optimization, the evaluation function I used Simon M. Lucas and Thomas P. Runarsson published in its Temporal
  3. 所属分类:Games

    • 发布日期:2017-03-29
    • 文件大小:59561
    • 提供者:chowkwing
  1. chess_csharp

    0下载:
  2. 一位朋友编的中国象棋,带有中文语音提示,可双人下棋和人机下棋, 人机下棋时电脑的棋力差了一些,不过贵在有源码,可以供我们学习一下人工智力的程序是如何编的。智能算法及危机识别。遗传算法学习。-A friend of series Chinese chess, with a Chinese voice prompts, can be double machine playing chess and playing chess, computer chess machine number thin
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-10
    • 文件大小:1859023
    • 提供者:红信
  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. sudoku_fill

    0下载:
  2. 数独的全部源码,包括其算法.用VC2005写的,单步操作利于学习。-Sudoku all the source code, including its algorithms. VC2005 written with a single step conducive to learning.
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-17
    • 文件大小:57817
    • 提供者:郭平湘
  1. wulinwaigua

    0下载:
  2. 自己写的武林外挂,带自动买卖,群怪的算法有点垃圾(还在学习中 我是新手)-Write their own plug-martial arts, with automatic trading algorithms group a little bit strange garbage (still learning I am a novice)
  3. 所属分类:Game Hook Crack

    • 发布日期:2017-04-17
    • 文件大小:345454
    • 提供者:
  1. BOX

    0下载:
  2. 一款简单的推箱子游戏,里面有很多关卡,对算法的的设计非常的巧妙,可供学习算法的人学习参考-A simple Sokoban game, there are many points, the algorithm' s design is very clever, for reference learning algorithms to learn
  3. 所属分类:Other Riddle games

    • 发布日期:2017-05-15
    • 文件大小:3623824
    • 提供者:huangyi
  1. control_Astar

    0下载:
  2. A start算法的控制台版本,学习算法的例子-A start the console version of the algorithm, examples of learning algorithms
  3. 所属分类:Game Engine

    • 发布日期:2017-04-08
    • 文件大小:7098
    • 提供者:anyue
  1. fk

    0下载:
  2. 不到200行代码的俄罗斯方块游戏,虽然是控制台下的字符显示,但整个程序结构清晰明了,对学习游戏及开发及相关算法具有很好的参考价值,VC++6环境下编译通过-Less than 200 lines of code Tetris game, characters are displayed under the console, but the entire program structure, clarity, a good reference value for learning game dev
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-07
    • 文件大小:10270
    • 提供者:pc8mcu
  1. Chinese-chess-source-code(DIY)

    0下载:
  2. 中国象棋源代码,附带编写的智能AI。对于学习AI算法和界面编写有很好的指导作用-Chinese chess source code, with the preparation of smart AI. Have a good guide for learning AI algorithms and interface to write
  3. 所属分类:Chess Poker games

    • 发布日期:2017-05-17
    • 文件大小:4966985
    • 提供者:wangshuai
  1. C_lianliankan

    0下载:
  2. 用C写的一款连连看小游戏,有代码有注释,很利于研究连连看的算法,以及新手学习C语言程序的编写。-A the Lianliankan small game written in C code annotated, it is conducive to the study lianliankan algorithms, as well as novice learning C language program.
  3. 所属分类:Other Riddle games

    • 发布日期:2017-12-09
    • 文件大小:4543
    • 提供者:allen
  1. CSharpwuziqi

    1下载:
  2. 高水平算术算法,五子棋,值得学习或者借鉴一下。-High level of arithmetic algorithms, backgammon, it is worth learning or learn about.
  3. 所属分类:Chess Poker games

    • 发布日期:2017-11-30
    • 文件大小:1509905
    • 提供者:haishan
  1. tanchishe

    0下载:
  2. java编写的一个贪吃蛇小游戏,大家可以下载之后看一下里面的算法分析,学java基础编程很有帮助哦-java prepared a Snake game, then you can download what you see inside the analysis of algorithms, learning java-based programming helpful oh
  3. 所属分类:Games

    • 发布日期:2017-04-14
    • 文件大小:2698
    • 提供者:李浩田
  1. control_Astar

    0下载:
  2. A start算法的控制台版本,学习算法的例子-A start the console version of the algorithm, examples of learning algorithms
  3. 所属分类:Game Program

    • 发布日期:2017-04-15
    • 文件大小:7143
    • 提供者:程序段
  1. control_Astar

    0下载:
  2. A start算法的控制台版本,学习算法的例子-A start the console version of the algorithm, examples of learning algorithms
  3. 所属分类:Game Program

    • 发布日期:2017-04-15
    • 文件大小:7259
    • 提供者:prisedof
« 12 »
搜珍网 www.dssz.com