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

搜索资源列表

  1. VCtanchishe

    0下载:
  2. VC++编写的贪吃蛇游戏源代码,供参考学习。-VC++ tanchisheyouxi。
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-26
    • 文件大小:1706741
    • 提供者:四谛法
  1. DlgCustom

    0下载:
  2. 基于VC的windows程序设计的贪吃蛇游戏编程-Based the VC windows program design Snake Game Programming
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-27
    • 文件大小:932
    • 提供者:李昊
  1. Snake

    0下载:
  2. VC++课程设计,小游戏-贪吃蛇。包含完整源代码和课程设计报告书。-VC++ curriculum design, small games- Snake. Contains the complete source code and curriculum design report.
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-07
    • 文件大小:456044
    • 提供者:lin
  1. snake

    0下载:
  2. 用VC++实现的贪吃蛇小程序源码,用键盘操作蛇的移动知道碰到边界结束游戏-The applet source Snake VC++ achieve mobile keyboard operation snake know that come across the border to the end of the game
  3. 所属分类:Other Games

    • 发布日期:2017-11-27
    • 文件大小:1574044
    • 提供者:qingdou
  1. game-snake

    0下载:
  2. vc++编写的贪吃蛇游戏代码,在VC6.0中测试可运行良好。游戏界面全屏显示,障碍物随机变换,玩游戏时能自动更新分数-Snake game code vc++ written in VC6.0 test run. The game interface full-screen, random obstacles transform, playing games can be automatically updated scores
  3. 所属分类:Other Games

    • 发布日期:2017-11-28
    • 文件大小:1485105
    • 提供者:xjj
  1. snake

    0下载:
  2. 这是个人自己用VC++ 6.0编译器编写的贪吃蛇游戏,供大家参考。编译器为VC++6.0-This is a personal own VC++ 6.0 compiler written Snake game, for your reference. Compiler VC++6.0
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-07
    • 文件大小:1631902
    • 提供者:吴志亮
  1. snake

    0下载:
  2. 用VC++软件编写的贪吃蛇游戏,可供游戏爱好者学习!-Snake game written VC++ software for game enthusiasts to learn!
  3. 所属分类:Game Program

    • 发布日期:2017-11-08
    • 文件大小:749227
    • 提供者:yezhangliao
  1. SnakeEatBeans

    0下载:
  2. 贪吃蛇游戏,有不同难度,计分模式等功能,环境为VC++6.0-Snake game, there are different levels of difficulty, scoring mode function, environment VC++6.0
  3. 所属分类:Other Games

    • 发布日期:2017-11-23
    • 文件大小:1989969
    • 提供者:zhengzhengzhong
  1. Snake-wtritten-by-CPP-program

    0下载:
  2. 在VC++ 6.0环境下,用C++语言编写休闲游戏“贪吃蛇”。-Snake wtritten by C++ program
  3. 所属分类:Other Games

    • 发布日期:2017-11-27
    • 文件大小:1496
    • 提供者:张小龙
  1. Snake

    0下载:
  2. 贪吃蛇小游戏,效果不错,vc++环境下编写的-Snake game, well written vc++ environment
  3. 所属分类:Other Riddle games

    • 发布日期:2017-12-10
    • 文件大小:403823
    • 提供者:shaoshuai
  1. sinak

    0下载:
  2. 自己写的贪吃蛇的小游戏,基于VC的对话框构件。使用了定时器,游戏难度会随着吃到的点的个数而增加-Write mine own Snake game, based on VC dialog box components. Use a timer, the difficulty of the game will increase with the number of points to eat
  3. 所属分类:Other Games

    • 发布日期:2017-11-20
    • 文件大小:316250
    • 提供者:家辉
  1. Snake

    0下载:
  2. 一个基于VC++6.0,用C语言编写的简单的贪吃蛇游戏,只实现了控制蛇移动吃食物增长,而没有计分等功能-Based VC++6.0 simple Snake game, C language only control the snake to move to eat food growth, without taking into account the classification function
  3. 所属分类:Other Games

    • 发布日期:2017-11-21
    • 文件大小:1737670
    • 提供者:王冬
  1. skyblue_Snake

    0下载:
  2. MFC实现贪吃蛇游戏,学习VC++开发的最佳程序之一。-The MFC Snake game, learning one of the best procedures developed by the VC++.
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-30
    • 文件大小:408972
    • 提供者:James
  1. game

    0下载:
  2. 通过VC++开发出的各种小游戏,包括五子棋,连连看,贪吃蛇,俄罗斯方块-Through vc++ to develop all sorts of small game, including the gobang, lianliankan, snake, tetris, and so on
  3. 所属分类:Multimedia program

    • 发布日期:2017-11-24
    • 文件大小:23053168
    • 提供者:莉莉
  1. tanchishe

    0下载:
  2. 一个简单的vc++控制台贪吃蛇程序。如vs2005及以上vs出现如warning C4996的警告: 1.在预编译头文件stdafx.h里(注意:一定要在没有include任何头文件之前)定义下面的宏: #define _CRT_SECURE_NO_DEPRECATE 2.#param warning(disable:4996) 3.更改预处理定义: 项目->属性->配置属性->C/C++ -> 预处理器 -> 预处理器定义,增加_CRT_S
  3. 所属分类:Console

    • 发布日期:2017-11-17
    • 文件大小:3061
    • 提供者:飞烦
  1. VCPP-Snake

    0下载:
  2. vc++编的贪吃蛇游戏,有排名英雄榜,希望可以从中有所收获-The Snake game compiled by vc++, ranked Armory, I hope you can gain something from
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-09
    • 文件大小:4241174
    • 提供者:张腾
  1. china-chess

    0下载:
  2. 用于双人娱乐,消遣,提供不同的娱乐项目。相信大家在空闲时候也会感到无聊,在电脑没有网络,不能用网络来消遣的情况下,我们就需要用像贪吃蛇这样的小游戏来消遣。熟练使用vc++,提高自身对MFC类的理解及更好的应用MFC类制作软件.Microsoft Visual C++6.0程序设计语言的基本概念和语法结构以及常用控件的使用,并通过大量的例子介绍C++程序设计的方法和技巧,内容包括:C++程序设计基础、对象及C++应用程序的建立、数据的输入与输出、基本的控制结构、数组和过程的程序设计、常用控件的使用
  3. 所属分类:Other Riddle games

    • 发布日期:2017-11-23
    • 文件大小:5817939
    • 提供者:李荣
  1. 118

    0下载:
  2. 这是一个VC编写的贪吃蛇游戏,功能基本全面,可直接使用-This is a VC prepared by the Snake game, the basic function fully, can be used directly
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-17
    • 文件大小:4422275
    • 提供者:李凌云
  1. SNAKE

    0下载:
  2. 贪吃蛇小游戏,用VC开发,界面比较清晰,是小学期的制作的小游戏-snake game
  3. 所属分类:assembly language

    • 发布日期:2017-04-07
    • 文件大小:484386
    • 提供者:huangcc
  1. snake_QT

    0下载:
  2. 基于QT的贪吃蛇游戏,开发平台:Ubuntu11.04: QtCreator 1.3.1+Qt4.6.1 (32 bit) Windows 7: QtCreator 2.6.0+Qt4.7.4(MinGW4.4) QtCreator 2.6.0+Qt4.8.0(VC++2010) VS2010+QTAddin1.11+QT4.8.0 注意:QtCreator 1.3.1+Qt4.6.1 (32 bit)无法添加声音支持. 另外本程序为了减小打包体积,未将背景音乐放入
  3. 所属分类:Other Games

    • 发布日期:2017-03-26
    • 文件大小:46970
    • 提供者:韩冰
« 1 2 ... 10 11 12 13 14 1516 17 18 »
搜珍网 www.dssz.com