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

搜索资源列表

  1. SNANK

    1下载:
  2. 基于C51 8*8 点阵的贪吃蛇 带仿真带电路图(Based on C51 8*8 dot matrix snake band simulation circuit diagram)
  3. 所属分类:单片机开发

    • 发布日期:2017-12-29
    • 文件大小:64512
    • 提供者:世博
  1. tanchishe

    0下载:
  2. 贪吃蛇小游戏,使用c++语言,能简单实现贪吃蛇基本页面及功能(Snake game, the use of c++ language, simple Snake basic page and function)
  3. 所属分类:游戏

  1. master

    0下载:
  2. Python贪吃蛇源码,内容详细,带解释(the code of retro Snaker)
  3. 所属分类:游戏

    • 发布日期:2017-12-22
    • 文件大小:1396736
    • 提供者:经布朗
  1. snake

    0下载:
  2. 贪吃蛇游戏,一款老少皆宜的益智类游戏,充分的发挥了操作者的思维能力和反应能力(Snake game, a young and old all kinds of puzzle games, full play to the operator's thinking ability and response ability)
  3. 所属分类:Windows编程

  1. snake

    0下载:
  2. 新手花了几天做出来的简陋贪吃蛇,代码效率不高,只能看着玩一下(he novice spent a few days to do the simple snake)
  3. 所属分类:游戏

  1. tanchishe

    0下载:
  2. 本设计可在VC6.0直接编译运行,直接运行可开始贪吃蛇游戏(Direct operation can begin Snake game)
  3. 所属分类:其他

    • 发布日期:2017-12-27
    • 文件大小:2048
    • 提供者:阳123
  1. snake

    0下载:
  2. 这是一个基于win32平台的贪吃蛇控制台应用程序,里面含有对easyx画图工具的运用,对于win32初学者来说这是一个不错的学习程序(This is a WIN32 platform based snake console applications, which contains the use of EasyX drawing tools, for beginners Win32, this is a good learning process)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-25
    • 文件大小:23735296
    • 提供者:qiuyu1527
  1. 贪吃蛇

    0下载:
  2. 头一次试写的一款小程序,算是一个初级贪吃蛇版本吧,以后还会改进的,希望大家喜欢(This is a game programme that I wrote all by myself for the first time and I hope you will like it.)
  3. 所属分类:游戏

    • 发布日期:2017-12-14
    • 文件大小:1024
    • 提供者:歼20
  1. snake game

    0下载:
  2. 用stm8 + lxj12864 编的贪吃蛇游戏(With stm8 + lxj12864 series of Snake games)
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2017-12-26
    • 文件大小:10926080
    • 提供者:Budor
  1. snake

    0下载:
  2. 整理了贪吃蛇的游戏,更加适合基础C的学习。(Tidy up the snake game, more suitable for basic C learning.)
  3. 所属分类:其他游戏

    • 发布日期:2017-12-20
    • 文件大小:50085888
    • 提供者:zp_0717
  1. SnakeGameFrame

    0下载:
  2. java初学阶段的贪吃蛇游戏,适合0基础的(JAVA beginner Snake game)
  3. 所属分类:其他

    • 发布日期:2017-12-25
    • 文件大小:2048
    • 提供者:jadlf
  1. 3 流程结构与游戏

    0下载:
  2. 在windows下使用eclipse软件进行相关游戏的开发,首先必须搭建一个框架,此框架为Game框架,用户可自行下载,而后导入项目,即可进行相关程序的开发,如贪吃蛇、五子棋等游戏。(The development of game using eclipse software under windows, we must first construct a framework, the framework for the Game framework, users can download, a
  3. 所属分类:其他

    • 发布日期:2017-12-23
    • 文件大小:922624
    • 提供者:vvao2017
  1. tanchishe

    0下载:
  2. 贪吃蛇大作战,简单的小游戏,蛇在吃到东西后自动增长,碰到自身死亡(Snake big battle, simple game, the snake in the food after the automatic growth, and hit their own death)
  3. 所属分类:其他

    • 发布日期:2017-12-28
    • 文件大小:2048
    • 提供者:林叶轩
  1. snake

    0下载:
  2. 贪吃蛇除了能吃掉苹果使自身增长外,还能发射子弹打中苹果让自己增长(In addition to eating apples to make themselves grow, the snake can also shoot bullets and hit apples to make it grow)
  3. 所属分类:其他

    • 发布日期:2017-12-25
    • 文件大小:206848
    • 提供者:darkcode
  1. snake

    0下载:
  2. 贪吃蛇小游戏。本人为软件工程专业学生,需要贵站一些重要资料,谢谢!(Snake game. To my software engineering students, need your stand some important information, thank you!)
  3. 所属分类:游戏

  1. Snake

    0下载:
  2. 贪吃蛇,实现移动吃豆等,可供初学者使用,未应用指针结构体类等(Snake, to achieve mobile beans, etc., for beginners to use, not applied pointers, structural classes, etc.)
  3. 所属分类:其他小程序

    • 发布日期:2017-12-31
    • 文件大小:1024
    • 提供者:Simon0628
  1. CPrimerPlus6E_code

    0下载:
  2. 采用C语言实现了贪吃蛇游戏,是C语言入门后进行应用的不错练手项目(Using C language to achieve a snake game)
  3. 所属分类:游戏

  1. Gluttonous Snake

    0下载:
  2. 贪吃蛇小游戏,控制小蛇,包含加速减速功能和暂停功能,还有分数统计。(Snake game, WASD control direction, including acceleration, deceleration function and pause function, as well as score statistics.)
  3. 所属分类:游戏

    • 发布日期:2017-12-28
    • 文件大小:318464
    • 提供者:Masurqer
  1. 贪吃蛇项目

    0下载:
  2. 使用C++写的贪吃蛇游戏,可以运行,有得分,还有等级(Snake game written using C++, you can run, there are scores, as well as grades)
  3. 所属分类:游戏

    • 发布日期:2017-12-30
    • 文件大小:7595008
    • 提供者:leroy2
  1. c tan chi she

    0下载:
  2. 贪吃蛇 c语言编写 可以直接vc6.0直接编译(tanchishe c programming can compile by vc++6.0 can play ok)
  3. 所属分类:游戏

    • 发布日期:2017-12-31
    • 文件大小:2136064
    • 提供者:27薄荷糖
« 1 2 ... 13 14 15 16 17 1819 20 21 22 23 ... 50 »
搜珍网 www.dssz.com