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

搜索资源列表

  1. Snake-game-source-code

    0下载:
  2. 我的程序源码是c语言实现的游戏,是贪吃蛇的游戏,设计了图形驱动,游戏画面,玩游戏具体过程,并输出游戏成绩。-My program source is c language game Snake game is designed graphics driver, the game screen, the game specific processes and outputs game results.
  3. 所属分类:Other Games

    • 发布日期:2017-04-14
    • 文件大小:2655
    • 提供者:赵小艳
  1. c

    0下载:
  2. c语言各种小程序,贪吃蛇,俄罗斯等等小游戏。-c language a variety of small programs, Snake, Russia and so on small game.
  3. 所属分类:Other Riddle games

    • 发布日期:2017-05-11
    • 文件大小:2054963
    • 提供者:李鹏程
  1. kmeans-snake-hough

    0下载:
  2. kmeans、snake、hough三种算法的c++代码,其中,kmeans进行分类,snake进行图像套索,hough进行找圆、直线等功能-kmeans, snake, hough three algorithms c++ code, which, kmeans classify, snake image lasso, hough were looking for circles, lines, and other functions
  3. 所属分类:Other systems

    • 发布日期:2017-05-09
    • 文件大小:1738717
    • 提供者:
  1. Gluttonous-Snake

    0下载:
  2. 采用C++语言编译的贪吃蛇游戏,程序简洁易懂,适宜初学者学习-C++ language compiler using the Snake game, the program easier to understand, suitable for beginners to learn
  3. 所属分类:Other Games

    • 发布日期:2017-04-30
    • 文件大小:12031
    • 提供者:zzh
  1. Snake

    0下载:
  2. 贪吃蛇游戏 用C++写的单机的贪吃蛇游戏,对游戏部分BUG进行了修改和改进,适合C++初学者的研究和can。希望对大家有帮助-Written with C++ single Snake game, the game part of the BUG has been modified and improved, suitable for beginners C++ research and can. Want to help everyone
  3. 所属分类:Other Games

    • 发布日期:2017-05-16
    • 文件大小:3606514
    • 提供者:Wondefulll
  1. Gluttonous-Snake

    0下载:
  2. C#写的一个贪吃蛇游戏 可以玩的哦-Gluttonous Snake write by C# Gluttonous Snake write by C#
  3. 所属分类:Other Games

    • 发布日期:2017-04-30
    • 文件大小:103898
    • 提供者:Tonny
  1. Snake

    0下载:
  2. 采用C#编程语言,开发的一款简单的贪吃蛇游戏,是大学生基础实训项目。-c# snake
  3. 所属分类:Other systems

    • 发布日期:2017-05-03
    • 文件大小:902689
    • 提供者:普大大
  1. Snake

    0下载:
  2. 贪吃蛇游戏 是经典手机游戏,既简单又耐玩。通过控制蛇头方向吃蛋,使得蛇变长,从而获得积分本示例通过C#实现了贪吃蛇的基本功能-Snake game is a classic mobile phone game, is simple and playable. By controlling the direction of snakeheads eat eggs, so the snake becomes longer, thus earn points in this example by C#
  3. 所属分类:Other Games

    • 发布日期:2017-04-30
    • 文件大小:70747
    • 提供者:江赟
  1. Snake-game

    0下载:
  2. 贪吃蛇 一个小游戏 用C语言 写的源码啊 很好很不错的啊-Snake game with a small C language source code written in ah very good
  3. 所属分类:Other systems

    • 发布日期:2017-05-07
    • 文件大小:1454098
    • 提供者:许筠
  1. Snake-ladder-Game-project

    0下载:
  2. Snake ladder Game with C++ language
  3. 所属分类:Other Games

    • 发布日期:2017-04-14
    • 文件大小:2758
    • 提供者:mrumar39
  1. Snake

    0下载:
  2. 使用C++实现了贪食蛇游戏,编译环境为VC6.0-Using c++ realized the gluttony snake game, compile environment VC6.0
  3. 所属分类:Other Games

    • 发布日期:2017-05-14
    • 文件大小:3472078
    • 提供者:fenfen246713
  1. Gluttonous-Snake

    0下载:
  2. 自己用c++编写的贪吃蛇小游戏,用vs2010开发的dos界面,希望对游戏开发初学者有所帮助-Own use c++ prepared by the snake game, with DOS development of the VS2010 interface, the hope of the game development for beginners to help
  3. 所属分类:Game Program

    • 发布日期:2017-05-30
    • 文件大小:11889571
    • 提供者:
  1. snake

    0下载:
  2. 基于C语言实现的贪吃蛇游戏完整实例代码 贪吃蛇游戏是经典手机游戏,既简单又耐玩。通过控制蛇头方向吃蛋,使得蛇变长,从而获得积分。-C language based on the complete example of the snake game code Snake game is a classic mobile phone game, which is simple and playable. By controlling the direction snakeheads eat
  3. 所属分类:Other Riddle games

    • 发布日期:2017-05-04
    • 文件大小:14457
    • 提供者:qiuchangling
  1. Gluttonous-Snake-by-CPP-and-Opencv

    0下载:
  2. 用C++和Opencv实现了一下贪吃蛇游戏 设计思路: 1.显示初始画面,蛇头box初始位置为中心,食物box位置随机 2.按随机方向移动蛇头,按a、s、d、w键控制移动方向,分别为向左,向下,向右,向上 3.蛇头位置与食物box位置重合,则把食物box加入到蛇身向量arraryBox里,并设置食物box为第一个元素 4.蛇身各个box移动规律是,每次移动后一个box的位置变为前一个box的位置 5.蛇头移动超越边界,游戏结束-With Opencv and C++ to
  3. 所属分类:Other Games

    • 发布日期:2017-04-13
    • 文件大小:2406
    • 提供者:吕不韦
  1. snake-game

    0下载:
  2. 贪吃蛇小游戏,使用C++、Opencv实现-Snake game, C++, Opencv achieve
  3. 所属分类:Other Games

    • 发布日期:2017-05-04
    • 文件大小:54236
    • 提供者:admin
  1. tanchishe

    0下载:
  2. C++游戏之贪吃蛇,基于win32窗口的程序,有大量的注释,对于新手入门游戏编程有较大帮助-Snake C++ games, based on a program win32 window, a large number of comments, for game programming beginners great help
  3. 所属分类:Other Riddle games

    • 发布日期:2017-05-26
    • 文件大小:9072426
    • 提供者:kong hanwen
  1. Snake

    0下载:
  2. 贪食蛇小游戏实现,利用C++控制台程序实现-Snake game realized using the console program implements C++
  3. 所属分类:Other Games

    • 发布日期:2017-05-06
    • 文件大小:752304
    • 提供者:林子圣
  1. snake

    0下载:
  2. 本程序使用c++进行开发,在visual C++环境下运行,是初学c++语言的开发人员练习c++程序的有效办法。也可以从中学到一些开发技巧。-The program uses c++ development, operating under visual C++ environment is an effective way to novice developers c++ language practice c++ program. You can also learn some develo
  3. 所属分类:Other Riddle games

    • 发布日期:2017-05-04
    • 文件大小:13809
    • 提供者:yangxiong
  1. Snake

    0下载:
  2. 这是一款经典贪吃蛇游戏的C++源码,基于windows平台开发。 -This is a classic Snake game C++ source development platform based on windows.
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-29
    • 文件大小:11497011
    • 提供者:matrix
  1. Snake.NET

    0下载:
  2. 实现了C#语言的简易网络聊天室,能进行简单的交流与通讯-Simple realization of the c# language network chat rooms, can simple communication and communication
  3. 所属分类:source in ebook

    • 发布日期:2017-05-04
    • 文件大小:137390
    • 提供者:姜宇
« 1 2 ... 26 27 28 29 30 3132 33 34 35 36 ... 50 »
搜珍网 www.dssz.com