CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - c 游戏

搜索资源列表

  1. death

    0下载:
  2. 根据约瑟夫生死游戏的规则自己利用C语言开发的一个程序
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:6942
    • 提供者:楼敏炫
  1. 185pushbox

    0下载:
  2. 用C写的推箱子游戏,代码质量高,很有参考价值
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:75944
    • 提供者:lanjun
  1. Hanoi

    0下载:
  2. 我编写的c++汉诺塔游戏程序 ( 字符显示 ) 面向对象的思想编写
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:2306
    • 提供者:王呈鹏
  1. 24_by_xueylloulan

    0下载:
  2. 24点游戏,相信大家都玩过 这里给出一个c++算法实现计算机运算-24 point games, I believe we have played here is a c + + algorithm computing
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:100475
    • 提供者:薛云龙
  1. bahuanghou

    0下载:
  2. 八皇后的一个小游戏的c语言实现,有空可以下了看看。
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1047
    • 提供者:ren
  1. Maze

    0下载:
  2. 一个用C写的迷宫小游戏,旨在对C中的指针及数据结构中的单链表和栈的使用的训练。
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:10691
    • 提供者:Angus_007
  1. 二十四点

    0下载:
  2. 利用C语言编的二十四点小游戏,在C语言下可直接运行。-use of the C language Part 24 small game, in the C language can be run directly.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:3816
    • 提供者:夏雨
  1. TCtoqicailianzhu.rar

    0下载:
  2. 根据数据结构的思想,利用C语言设计游戏七彩连珠。在9X9的棋盘方格内,将五个及五个以上的同颜色的彩球连成直线(横、竖、对角均可),则彩球消失并得分;游戏开始在棋盘内随机出现五个颜色随机的彩球,在玩家每次移动一个球后,随机的出现3个颜色随机的球,至少存在一条可通路径,彩球方可被移动,直到棋盘被球填满,游戏结束。,Data structure in accordance with the idea of game design using C language Lianzhu colorful. 9
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:44880
    • 提供者:屠娇娇
  1. RLE_Arithmetic.rar

    0下载:
  2. RLE压缩算法C#版,里面有详细的中文注释, 包括压缩和解压算法,因游戏中图片多采用此种算法,故写了个简单的C#版,因很多游戏工具使用C#编写,且在网上找了,虽有代码,却无详细注释。 源码中有测试数据,可供测试。,RLE compression algorithm C# version, which the Chinese have detailed notes, including the compression and decompression algorithms, because
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-24
    • 文件大小:34723
    • 提供者:jorn ham
  1. Demo

    1下载:
  2. 游戏中的寻路算法C++源码,可以自己编辑地图 。-Wayfinding game algorithm C++ Source, you can edit the map itself.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:50577
    • 提供者:原无星
  1. tictactoe

    2下载:
  2. c#编写的井字棋小游戏,可以调节难度,但是要求节点的数目随之更改-c# written in Tic-Tac-chess game, you can adjust the difficulty, but the number of nodes required to be changed accordingly
  3. 所属分类:AI-NN-PR

    • 发布日期:2015-06-11
    • 文件大小:95240
    • 提供者:xuanyucong
  1. Astar

    1下载:
  2. a星寻路~~c++ 做游戏的初学者值得-a star pathfinding ~ ~ c++ for beginners to do the game is worth a look ~ ~
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-28
    • 文件大小:290597
    • 提供者:林杰
  1. migong

    0下载:
  2. MFC 的迷宫小游戏数据结构课程设计:迷宫,采用Visual C++ 6.0开发,适合初学者学习使用-MFC maze game data structures curriculum design: a maze, using Visual C++ 6.0 development, suitable for beginners learning to use
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:31307
    • 提供者:andyyu
  1. dosjumper

    0下载:
  2. 利用c++编写的带人工智能的跳棋程序。屏幕的中央是棋盘,所有的操作都是对这个棋盘进行的,棋子的选择框是红色的,移动它(“w”、“s”、“a”、“d”分别代表上、下、左、右)进行选子和选择目的地,利用空格键可以表示选定选择框到达的位置,棋盘左边有提示信息,提示由哪个玩家走棋。“Q”表示退出游戏,“R”表示重新开始,“H”表示悔棋(一次只能悔一步棋)-Using c++, prepared with artificial intelligence Checkers procedures. Scree
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-26
    • 文件大小:96686
    • 提供者:ccq
  1. qushizi

    0下载:
  2. 一个简单程序,C++代码实现取石子游戏的问题-qushiziyouxi
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:2743
    • 提供者:smile bear
  1. hannuota

    0下载:
  2. 用C++编写一个进行汉诺塔游戏的程序,只需要输入汉诺塔的层数,会自动计算如何进行搬运最简单-a programme that been writen by c++ which can calculate the simplest way to solve the hannuota game.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:129286
    • 提供者:carl
  1. smallGame

    0下载:
  2. 这是一个小游戏的程序代码.供初学c或c++的朋友参考-This is a small game program code. For beginner c or c++ friend of reference
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-04
    • 文件大小:2504
    • 提供者:阳阳
  1. matlab_rs232

    0下载:
  2. 所属分类:matlab

    • 发布日期:2017-04-17
    • 文件大小:11250
    • 提供者:俞斌
  1. thinkpad

    0下载:
  2. 本人原创的一个人和电脑互取苹果的游戏程序,核心是Fibonacci数列,供学习c/c++和数据结构的新手学习,以增强学习兴趣和热情。-I have an original and Apple computers and take the game procedures, the core is the Fibonacci series for learning c/c++ and data structure of new learning, to enhance the interest an
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:3392
    • 提供者:prolove
  1. snacks

    0下载:
  2. 自制C语言贪食蛇小游戏,里面包含两个文件,一个是源程序,一个是图形化驱动,只要两个文件放在一个目录下即可运行,语句简单易懂-Self-made C-Snake game, which contains two files, one source, one is graphical driver, as long as two files in a directory to run, easy to understand statements
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:4954
    • 提供者:江浩
« 1 2 34 5 6 »
搜珍网 www.dssz.com