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

搜索资源列表

  1. JIMMYLIXY

    0下载:
  2. 这是我的一个贪吃蛇C程序,注释还没有写,部分次要的函数还没实现,但核心以实现完毕,主要的算法核心是用一个环形队列实现蛇的前进,请大家批评指正。-This is a huge memory of my C procedures, no written notes, some secondary function has not been achieved. However, in order to achieve completion of the core, the main core of t
  3. 所属分类:游戏

    • 发布日期:2008-10-13
    • 文件大小:2301
    • 提供者:jimmy
  1. javascriptCommonLittleGames

    0下载:
  2. javascr ipt常见小游戏,谈吃蛇,推箱子,俄罗斯方块,搬运工-javascr ipt common small game to eat snakes, Tuixiangzi, the Russian box, porters
  3. 所属分类:游戏

    • 发布日期:2008-10-13
    • 文件大小:73650
    • 提供者:朱蒙蒙
  1. SnakeEatBean

    0下载:
  2. 游蛇吃豆源代码详解,该程序运行在嵌入式arm设备上,操作系统为uc-os.-snakes eat beans Comments on the source code, the program operates on the embedded equipment arm, the operating system for uc-os.
  3. 所属分类:其他游戏

    • 发布日期:2008-10-13
    • 文件大小:6281
    • 提供者:张瑞华
  1. Snakes

    0下载:
  2. 非常古老的小游戏, 也是我最早编的一个 Borland C++ Builder 程序。 记得最早是学习 Pascal 时编了一个, 这个是我学习 BCB 时编的。 学习编程找些有意思的程序比看那些枯燥的例题效果可能会更好。
  3. 所属分类:游戏

    • 发布日期:2008-10-13
    • 文件大小:195787
    • 提供者:王燚
  1. ACM竞赛试题分析1

    0下载:
  2. 这是ACM的一道试题.内容是:“蛇和梯子”是一个在N*N(0<N<=20)的方格棋盘上进行的游戏.-This is a test of the ACM. It reads : "snakes and ladders" is one of the N * N (0lt; Nlt; = 20) in the box on the chessboard of the game.
  3. 所属分类:其他游戏

    • 发布日期:2008-10-13
    • 文件大小:35609
    • 提供者:小丽儿
  1. SnakesLadders

    0下载:
  2. Java based Snakes and Ladders game.
  3. 所属分类:Games

    • 发布日期:2017-04-25
    • 文件大小:64056
    • 提供者:u0552456
  1. Snako

    0下载:
  2. 用VC++实现的贪吃蛇程序,方向键控制蛇的移动,界面比较简单,希望能对您有帮助,-Using VC++ implementation of the Snake procedures, the arrow keys to control the movement of snakes, the interface is relatively simple, there is hope for your help, huh, huh
  3. 所属分类:Other Games

    • 发布日期:2017-05-21
    • 文件大小:6363829
    • 提供者:
  1. Snake

    0下载:
  2. 项目描述:贪吃蛇游戏,实现了蛇,食物,界面等对象。实现了蛇的移动,食物的随机出现以及蛇吃食物变长和蛇移动,食物的随机出现以及蛇吃食物变长和蛇移动到界面外死亡的功能,本项目主要是练习 面向对象的思想,SWING,多线程,事件监听,容器,泛型以及接口的使用等 -Project Descr iption: Snake game, achieve a snake, food, and other interface objects. Implementation of the snake mov
  3. 所属分类:Other Games

    • 发布日期:2017-04-05
    • 文件大小:27862
    • 提供者:dreamweb
  1. snake

    0下载:
  2. 贪吃蛇功能:蛇能吃食物,并且吃到食物后蛇能长大。-Snake functions: snakes can eat food, and eat food to grow up a snake.
  3. 所属分类:Game Program

    • 发布日期:2017-04-08
    • 文件大小:2352
    • 提供者:邓小中
  1. snakes

    0下载:
  2. 这是一款很有意思的贪吃蛇游戏的C语言的完整代码-Snakes
  3. 所属分类:Other Riddle games

    • 发布日期:2017-03-27
    • 文件大小:2255
    • 提供者:不点
  1. snake

    0下载:
  2. 贪食蛇编程要点 1、每次刷屏时需要注意无效矩形区的大小和位置,一般取整条蛇最小坐标和最大坐标组成的矩形(包括蛇的头和身体) 2、蛇全身的运行轨迹应该参照蛇头的运行轨迹 3、蛇吃下东西之后身体各点的变化情况应该参照第一点的变化,即第一点发生变化之后下一时间段第二点发生变化,再下一时间段第三点发生变化,依此类推,直到最后一点发生变化结束 4、分数的计算变量:蛇吃的一般屎数量、蛇吃大屎的数量、游戏的难度级别 计算公式:(一般屎数量+大屎数量)*难度级别 5、一个问题:游戏的难度
  3. 所属分类:Game Program

    • 发布日期:2017-05-07
    • 文件大小:1726653
    • 提供者:jory
  1. Snake

    0下载:
  2. 用Java实现的贪吃蛇游戏,与通常的贪吃蛇游戏不同,他可以两条蛇对战-A Snake Game by Java,different with normal Snake game,there are two snakes PK in this game
  3. 所属分类:Other Games

    • 发布日期:2017-03-31
    • 文件大小:593021
    • 提供者:zhouchangjun
  1. snake

    0下载:
  2. 用C语言编写的贪吃蛇小游戏,初学和teammate一起完成的,程序比较简单。 此贪吃蛇的主要特点是: 1.可以自主选择速度。 2.蛇可以穿墙过。 -Written in C language with the Snake game, and teammate with the complete beginner, the program is relatively simple. The Snake The main features are: 1. You can choose
  3. 所属分类:Other Games

    • 发布日期:2017-03-31
    • 文件大小:30098
    • 提供者:胡莹
  1. snakefight

    0下载:
  2. 贪食蛇游戏, 两条蛇大家,自己写的还很粗糙-Snake game, two snakes everyone that wrote it myself, very rough
  3. 所属分类:Other Games

    • 发布日期:2017-05-01
    • 文件大小:755736
    • 提供者:rock
  1. Pyhthons

    0下载:
  2. Pythons is a small game in c.. just like the snakes-Pythons is a small game in c.. just like the snakes...
  3. 所属分类:Other Games

    • 发布日期:2017-04-12
    • 文件大小:1569
    • 提供者:yenam
  1. Snakes_and_Ladders

    0下载:
  2. Snakes & Ladders Using java & ruby programming language ,, Perfect code
  3. 所属分类:Other Games

    • 发布日期:2017-04-09
    • 文件大小:29322
    • 提供者:Sika
  1. JavaProjectNetwork

    0下载:
  2. A game about snakes and ladders. using Java. single player only-A game about snakes and ladders. using Java. single player only
  3. 所属分类:Games

    • 发布日期:2017-03-28
    • 文件大小:344934
    • 提供者:Franz
  1. javaKimFranz

    0下载:
  2. A game about snakes and ladders. using Java. single player only-A game about snakes and ladders. using Java. single player only
  3. 所属分类:Games

    • 发布日期:2017-04-03
    • 文件大小:348950
    • 提供者:Franz
  1. Snakes

    0下载:
  2. 这是游戏贪吃蛇的源代码,可以自行设计蛇的形状和移动的速度。-This is the Snake game source code, can design the shape of a snake and mobile speed.
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-04
    • 文件大小:2259
    • 提供者:李明
  1. snakeandladders

    0下载:
  2. A game(snakes and ladders) with an animated story. There are 2 cats who had a fight between them for a mouse,so they decided to play the game and whoever wins gets mouse as prey
  3. 所属分类:Game Program

    • 发布日期:2017-04-02
    • 文件大小:42272
    • 提供者:juhimodi
« 12 3 »
搜珍网 www.dssz.com