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

搜索资源列表

  1. dim

    0下载:
  2. 1 程序采用borland c++ builder 6.0 + wspp16(作者风云)制作,其中wspp16针对borland c++ builder 6.0做了一些修改(不一定再适用VC),使用时请遵从其中的版权限制。除此之外的代码可以任意复制散发。 2 另外,素材也从PopCap的Diamond Mine中抽取,请尊收原软件对素材的版权限制。 -a procedure used borland c builder 6.0 wspp16 (Author Fengyun) produc
  3. 所属分类:其他智力游戏

    • 发布日期:2008-10-13
    • 文件大小:1613329
    • 提供者:dong
  1. fastenergame

    0下载:
  2. 这是用vc开发的穿纽扣游戏,对掌握用c编程有很大的益处。-vc this is the development of the game wearing buttons to master c programming with a lot of benefits.
  3. 所属分类:其他智力游戏

    • 发布日期:2008-10-13
    • 文件大小:103179
    • 提供者:李国盛
  1. C++扫雷代码

    0下载:
  2. 用VC++6.0可以实现扫雷代码编辑!很好玩的,适合初学者学习VC++6.0。
  3. 所属分类:其他智力游戏

  1. wuziqiyouxidaima.rar

    0下载:
  2. 简单的五子棋游戏C++代码,已经成功的再VC环境中运行了,Gobang simple game C + + code, has been successfully re-run VC environment,Gobang simple game C++ code, has been successfully re-run VC environment
  3. 所属分类:Other Riddle games

    • 发布日期:2017-03-27
    • 文件大小:912174
    • 提供者:小蔡
  1. VC-Mine-sweeper

    0下载:
  2. VC编写的扫雷游戏,在 Visual C++ 6.0 中,打开“扫雷游戏”项目文件。编译、连接、运行,打开如图所示窗口,即可进行扫雷游戏的操作。 -Mine written in VC games in Visual C++ 6.0, open the " Minesweeper" project file. Compile, link, run, open the window shown, you can de-mining operation of the game.
  3. 所属分类:Other Riddle games

    • 发布日期:2017-03-30
    • 文件大小:1015705
    • 提供者:纪昀
  1. tanke

    0下载:
  2. 是个坦克大战的游戏,游戏做得很精致,是个学习vc的好例子,对类的用法很精髓-Is a Tankedaizhan game, games make it very elegant, it is a good example of vc study of types of usage are the essence of
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-09
    • 文件大小:1612801
    • 提供者:邹江波
  1. LifeGamechengxu

    0下载:
  2. 生命游戏的VC实现。 生命游戏其实是一个零玩家游戏。它包括一个二维矩形世界,这个世界中的每个方格居住着一个活着的或死了的细胞。一个细胞在下一个时刻生死取决于相邻八个方格中活着的或死了的细胞的数量。如果相邻方格活着的细胞数量过多,这个细胞会因为资源匮乏而在下一个时刻死去;相反,如果周围活细胞过少,这个细胞会因太孤单而死去。-The realization of the VC games to life. Game of Life is a zero-player games. It include
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-05
    • 文件大小:96142
    • 提供者:luke wu
  1. VC

    0下载:
  2. 此代码是在Visual C++上实现俄罗斯方块的游戏-This code is in Visual C++ to achieve Tetris game
  3. 所属分类:Other Riddle games

    • 发布日期:2017-05-10
    • 文件大小:2223856
    • 提供者:杨卫成
  1. c_plusplus_Snake_Report_and_Source

    0下载:
  2. VC++ 6.0编写的贪吃蛇经典小游戏。不仅包含源代码,并且包含了作者的设计文档。-VC++ 6.0 written in the classic Snake game. Includes not only the source code, and includes the author' s design document.
  3. 所属分类:Other Riddle games

    • 发布日期:2017-05-14
    • 文件大小:3889586
    • 提供者:罗世凯
  1. lianliankan-vc

    0下载:
  2. vs6.0下c++写的连连看源码 供大家分享 多多指教 -vs6.0 under c++ to write to share Lianliankan source for great weekend
  3. 所属分类:Other Riddle games

    • 发布日期:2017-11-24
    • 文件大小:3982391
    • 提供者:张欣
  1. VC-Tetris

    0下载:
  2. VC编写的俄罗斯方块游戏源码,在 Visual C++ 6.0 中,打开“俄罗斯方块游戏”项目文件。编译、连接、运行,打开如图所示窗口,即可进行俄罗斯方块游戏的操作。-VC source Tetris game written in Visual C++ 6.0, open the " Tetris" project file. Compile, link, run, open the window shown, you can make the operation of th
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-04
    • 文件大小:575192
    • 提供者:纪昀
  1. ShipDemo

    0下载:
  2. 摘要:VC/C++源码,游戏编程,潜艇大战   潜艇大战游戏VC++源代码,不能不说的一款游戏,在90时代风靡全球的小游戏,在Windows中,甚至自带有潜艇大战。其源代码在99年已经公布,纯C++代码编写,通过学习本款代码,让您学会编写潜艇大战游戏是将要的,更重要的是让您从中理解OOP的理解。 -vc game
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-01
    • 文件大小:41306
    • 提供者:yaohongjie
  1. frmMathMaze

    0下载:
  2. maze迷宫程序,是在VC平台下操作的代码,我已经成功调试和运行。是一个不错的游戏代码 -maze
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-02
    • 文件大小:9624
    • 提供者:wdx
  1. vc++编程之五子棋小游戏

    0下载:
  2. 有源码
  3. 所属分类:其他智力游戏

  1. VC--SHE

    0下载:
  2. 使用Visual c++编译的贪吃蛇程序,键盘控制,通俗易懂,可以继续添加其他功能!-Snake program using Visual C++ compiled, keyboard control, easy to understand, you can continue to add other features!
  3. 所属分类:Other Riddle games

    • 发布日期:2017-11-10
    • 文件大小:5715
    • 提供者:郭中辉
  1. VC-chaojimali

    0下载:
  2. 这是一款经典游戏 超级玛丽,里面结合了c语言,需要的同学就马上下载吧-This is a classic game Super Mario, which combines the c language, students need to download it immediately
  3. 所属分类:Other Riddle games

    • 发布日期:2017-05-02
    • 文件大小:905412
    • 提供者:mp
  1. c-chaojimali

    0下载:
  2. 用VC++编写的C语言版超级玛丽 速度不是很好 手感差一点 源码值得借鉴-Written in C language with VC++ version of Super Mario speed is not very good feel almost worth learning source
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-06
    • 文件大小:70965
    • 提供者:孙万福
  1. qtllk

    0下载:
  2. VC/C++源码,游戏编程,连连看 基于Qt的VC++连连看程序,源代码本身是比较小的,QT库附带的文件比较多,源码打包后有22M左右,因建立于QT库,所以比较有针对性,以此有需求的可下载源码,源代码在sources文件夹中。游戏测试文件在Game目录下。-VC/C++ source, game programming, Qt-based VC++ Lianliankan Lianliankan program, the source code itself is relatively sm
  3. 所属分类:Other Riddle games

    • 发布日期:2017-06-14
    • 文件大小:22276386
    • 提供者:飞儿
  1. C-pintu-gama

    0下载:
  2. 编译环境VC++6.0. 程序和资源一共15M. //自制-拼图游戏 作者:高坤 转载请标明出处 谢谢 //代码笨拙 高手勿笑 欢迎批评指正-Compiler environment VC++6.0. Procedures and resources total 15M. //Homemade- puzzle Author: Gao Kun Thank reprint please indicate the source //Code clum
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-25
    • 文件大小:15308
    • 提供者:ZENGYI FU
  1. Snake-code-C-language-VC-P-P6.0

    0下载:
  2. 基于VC++6.0平台的C语言编程实现:DOS界面下实现贪吃蛇的功能。-C language programming platform based on VC++6.0 achieve: to achieve Snake function under DOS interface.
  3. 所属分类:Other Riddle games

    • 发布日期:2017-03-28
    • 文件大小:6013
    • 提供者:向文涛
« 12 3 4 »
搜珍网 www.dssz.com