CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - snake c

搜索资源列表

  1. tanchishe

    0下载:
  2. 贪吃蛇C++小游戏程序,可运行使用,速度可以调节-Snake C++ small game program can be run using the speed can be adjusted. .
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-14
    • 文件大小:2732
    • 提供者:吴科君
  1. Snake

    0下载:
  2. 贪吃蛇小游戏,c语言环境下运行,简单易懂,容易上手,适合初学者观看-Snake game, c language environment to run, easy to understand, easy to use, suitable for beginners to watch
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-13
    • 文件大小:2352
    • 提供者:胡猛
  1. tanchishe

    0下载:
  2. 益智小游戏,贪吃蛇的C语言程序设计的主函数,-Puzzle game, Snake C language programming of the main function,
  3. 所属分类:Console

    • 发布日期:2017-05-07
    • 文件大小:1180615
    • 提供者:孙军锋
  1. snareSxurce

    0下载:
  2. Source code 贪吃蛇C语言代码说明-The Source code snake C code
  3. 所属分类:Other systems

    • 发布日期:2017-05-05
    • 文件大小:8496
    • 提供者:document
  1. tanchishe

    0下载:
  2. 贪吃蛇的C语言源代码,可以在CodeBlocks和VC6上运行,并进行试玩。-Snake C language source code can be run on CodeBlocks and VC6, and demo.
  3. 所属分类:SCM

    • 发布日期:2017-12-15
    • 文件大小:2048
    • 提供者:赵枫
  1. snakemove2

    0下载:
  2. 贪吃蛇c++三个难度 easy nomal difficult-Snake c++ three difficulty easy nomal difficult
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-12-17
    • 文件大小:2048
    • 提供者:路子暗
  1. snake

    0下载:
  2. 贪吃蛇,一种电脑上的智力游戏。代码比较简洁 适用于C初学者-Snake game
  3. 所属分类:Other Riddle games

    • 发布日期:2017-12-11
    • 文件大小:1493
    • 提供者:老王先生
  1. snake

    0下载:
  2. this gives implementation of snake game using c-this gives implementation of snake game using c++
  3. 所属分类:Other Games

    • 发布日期:2017-12-13
    • 文件大小:1631
    • 提供者:devi
  1. snake

    0下载:
  2. 使用VS2010,C#语言开发的贪吃蛇小游戏,适合于初学者利用此工程学习C#语言。-Use VS2010, C# language development of the Snake game, suitable for beginners to use this project to learn C# language.
  3. 所属分类:Game Program

    • 发布日期:2017-12-12
    • 文件大小:35893
    • 提供者:张鑫
  1. snake

    0下载:
  2. vs开发环境c#语言实现贪吃蛇手机游戏,移植性强-Vs development environment c# language Snake mobile games, strong portability
  3. 所属分类:CSharp

    • 发布日期:2017-12-12
    • 文件大小:21150
    • 提供者:卢守泉
  1. main.c.tar

    0下载:
  2. 贪食蛇 linux系统 C语言文件 运行前需要先编译一下。-Snake linux system before running C language files you need to compile it.
  3. 所属分类:Other Riddle games

    • 发布日期:2017-12-12
    • 文件大小:1161
    • 提供者:罗敏成
  1. Snake

    0下载:
  2. 一个用C#实现的贪吃蛇小游戏,适合初学者学习,对学习C#有一定帮助-A gluttonous snake game that is implemented in c# is suitable for beginners and helps to learn c#
  3. 所属分类:CSharp

    • 发布日期:2017-12-16
    • 文件大小:58368
    • 提供者:程两
  1. Snake

    0下载:
  2. 此程序用基于QT界面开发编写的一个c++的贪吃蛇程序-This procedure is based on the development of QT interface prepared by a c++ Snake procedures
  3. 所属分类:Other Games

    • 发布日期:2017-12-10
    • 文件大小:621703
    • 提供者:真梦行路
  1. snake

    0下载:
  2. 贪吃蛇小游戏,贪吃蛇,用C语言编译的。使用多种函数-Snake game, Snake, compiled with the C language. Use a variety of functions. .
  3. 所属分类:Other Riddle games

    • 发布日期:2017-12-12
    • 文件大小:3072
    • 提供者:哈溜溜
  1. 贪吃蛇

    0下载:
  2. 用C++编写的一个简单的贪吃蛇小游戏,包括积分等功能(the simple snake game by visual c++)
  3. 所属分类:游戏

    • 发布日期:2017-12-19
    • 文件大小:6122496
    • 提供者:Hanhaha
  1. c++贪食蛇

    0下载:
  2. 程序关键在于表示蛇的图形及蛇的移动。用一个小矩形块表示蛇的一节身体,身体每长一节,增加一个矩形块,蛇头用一节表示。移动时必须从蛇头开始,所以蛇不能向相反的方向移动,如果不按任意键,蛇自行在当前方向上前移,但按下有效方向键后,蛇头朝着该方向移动,一步移动一节身体,所以按下有效方向键后,先确定蛇头的位置,而后蛇的身体随蛇头移动,图形的实现是从蛇头新位置开始画出蛇。食物的出现与消失也是画矩形块和覆盖矩形块。为了便于理解,定义两个结构体:食物与蛇。(The key to the program is t
  3. 所属分类:其他

    • 发布日期:2017-12-21
    • 文件大小:812032
    • 提供者:VIKKI00
  1. 贪吃蛇代码-C语言-VC++6.0

    0下载:
  2. 贪吃蛇游戏代码,是一款娱乐游戏,装了了c++平台,copy过去可以直接使用(Snake game code, is an entertainment game, installed the c ++ platform, copy the past can be used directly)
  3. 所属分类:游戏

    • 发布日期:2017-12-13
    • 文件大小:7708
    • 提供者:123345
  1. to -snake

    0下载:
  2. 贪吃蛇小游戏,C语言下的简单实现。窗口的简单使用。(Retro Snaker Simple implementation under C language. Simple window usage.)
  3. 所属分类:游戏

    • 发布日期:2017-12-20
    • 文件大小:1024
    • 提供者:shawlen
  1. 2015111622-4-3

    0下载:
  2. mfc实现的贪吃蛇程序,有暂停功能,难度会跟随蛇的长度增加。(MFC implementation of the snake program)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-25
    • 文件大小:17855488
    • 提供者:swag-iwnl-
  1. SNAKE

    0下载:
  2. 一段C++贪吃蛇有趣方便理解好玩,适合初学者入门(A section of C++ snake, interesting, convenient, understand, funny, suitable for beginners entry)
  3. 所属分类:汇编语言

« 1 2 ... 28 29 30 31 32 3334 35 36 37 38 ... 50 »
搜珍网 www.dssz.com