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

搜索资源列表

  1. snake_v0.1-win32

    0下载:
  2. 一个关于snake算法的VISUAL C++的实现-a snake on the Visual C Algorithm Implementation
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:76009
    • 提供者:luxieji
  1. tanchishe

    0下载:
  2. 贪吃蛇算法,可用于最短路径的查询,C#实现,可将次算法用于物流配送,旅游线路等系统中。-Snake algorithm, can be used for shortest path queries, C# to achieve, can be sub-algorithm for the logistics and distribution, travel routes, such as system.
  3. 所属分类:software engineering

    • 发布日期:2017-04-24
    • 文件大小:11756
    • 提供者:shanshan
  1. snake_c

    0下载:
  2. C语言课程设计贪吃蛇的参考资料,适合于C语言的初学人员-snake game
  3. 所属分类:software engineering

    • 发布日期:2017-03-30
    • 文件大小:2252
    • 提供者:华狼
  1. Snake_Game20393412262006

    0下载:
  2. Snake Game in C++ .Very easy
  3. 所属分类:software engineering

    • 发布日期:2017-04-08
    • 文件大小:72626
    • 提供者:Mihai
  1. Snake

    0下载:
  2. Snake C++. just a little detail
  3. 所属分类:File Formats

    • 发布日期:2017-04-03
    • 文件大小:215636
    • 提供者:Mihai
  1. Visual_C_Plus_Plus_Snake

    0下载:
  2. 一个visual c plus plus贪吃蛇课程设计报告和源码,希望能给大家帮助!-A visual c plus plus Snake curriculum design reports and source code, hope that they can help!
  3. 所属分类:Project Design

    • 发布日期:2017-05-23
    • 文件大小:7344275
    • 提供者:永卜放齐
  1. M16C-Snake

    0下载:
  2. 瑞萨M16C设计的贪吃蛇程序。是一款基于瑞萨M16C单片机开发的贪食蛇游戏的源代码,采用的是C语言开发,可以供大家下载参考,此代码已经在单片机上实现,可以直接下载后烧到机子上使用-Renesas M16c Snake Design
  3. 所属分类:Software Testing

    • 发布日期:2017-11-17
    • 文件大小:501979
    • 提供者:李斯达
  1. greedy-snake

    0下载:
  2. vs用c#语言编写的贪吃蛇小程序,可以拿来学习c#-vs c# language with Snake small program that can be used to learn c#
  3. 所属分类:software engineering

    • 发布日期:2017-04-17
    • 文件大小:54811
    • 提供者:xiaoxia
  1. CPP_Gluttonous_Snake

    0下载:
  2. 利用C++编写的,贪吃蛇小游戏源码,并且编译通过-Use C++ written Snake game source code, and compile
  3. 所属分类:File Formats

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

    0下载:
  2. 一款贪吃蛇C程序的设计,以LCD12864显示.-A Snake C program designed to LCD12864 display.
  3. 所属分类:software engineering

    • 发布日期:2017-03-29
    • 文件大小:107644
    • 提供者:Kay_tion
  1. Snake-c-code

    0下载:
  2. 贪吃蛇的c源代码,供有兴趣的同学学习和参考!-Snake c source code for interested students to learn and reference!
  3. 所属分类:Software Testing

    • 发布日期:2017-04-25
    • 文件大小:212508
    • 提供者:吴文
  1. snake

    0下载:
  2. 一个简单的贪吃蛇游戏,基于visual C-the game named snake,build on visual c++
  3. 所属分类:software engineering

    • 发布日期:2017-04-25
    • 文件大小:11765
    • 提供者:季新成
  1. Snake

    0下载:
  2. 贪吃蛇游戏源代码,c++编写,很有价值,值得您下载。-Snake game source code, c++ writing, great value, worth the download.
  3. 所属分类:software engineering

    • 发布日期:2017-04-12
    • 文件大小:1245
    • 提供者:hewei
  1. Nibbles-game

    0下载:
  2. 贪吃蛇是一款比较经典的小游戏,这是用C++来实现他的比较具体的功能,比较的不错!-Snake is a more classic small game, this is to use c++ to realize his more specific function, is good!
  3. 所属分类:Document

    • 发布日期:2017-04-26
    • 文件大小:61423
    • 提供者:zhangjianguo
  1. snake-game

    0下载:
  2. 基于visual c++的贪吃蛇小游戏的实现-Achieve visual c++ Snake game based
  3. 所属分类:Software Testing

    • 发布日期:2017-04-08
    • 文件大小:6053
    • 提供者:曾娅蒙
  1. Console_Snake

    0下载:
  2. Tutorial for snake game in c#
  3. 所属分类:software engineering

    • 发布日期:2017-04-29
    • 文件大小:301436
    • 提供者:Rain
  1. C语言课程设计实例精编

    0下载:
  2. C 语言由于具有灵活 高效 可移植性好等诸多优点 成为软件开发中常用的计 算机编程语言之一 全书介绍了贪吃蛇游戏 计算器 黑白棋游戏 迷宫问题 扫地 雷游戏 速算 24 数据结构 CAI 演示 进程调度 存储管理等十四个案例 各个案例 独具特色 覆盖了 C 语言的基本知识点和各种数据结构 如堆栈 队列 链表等 综 合应用了光带菜单 下拉菜单 图形设计 鼠标应用等知识 本书应用性极强 读者 可以根据这些案例进行研究 修改和扩展(C language has many advantages
  3. 所属分类:文章/文档

    • 发布日期:2017-12-14
    • 文件大小:1506569
    • 提供者:david呆伟
  1. ???

    0下载:
  2. 游戏 C语言 C语言基础 snakegame ??? ? ??(snake game source code)
  3. 所属分类:软件工程

    • 发布日期:2018-01-01
    • 文件大小:9933824
    • 提供者:bangbangBANG
搜珍网 www.dssz.com