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

搜索资源列表

  1. VC++6GameProgrammingandSourceCode

    0下载:
  2. VC++6游戏编程入门与源码,一套不错的VC++6游戏变成入门教程及大量源码!-VC six games portal and programming source, a good six games into VC introductory tutorial and a large quantity of the source code!
  3. 所属分类:其他游戏

    • 发布日期:2008-10-13
    • 文件大小:4576006
    • 提供者:nioe
  1. vc++gamedesign

    1下载:
  2. vc++专业游戏程序设计,主要涉及游戏中的图像处理,包括高效快速的贴图方法,各种特效的实现,directdraw的用法,多媒体编程-vc professional game programming, mainly involving games of image processing, including rapid and efficient method of map, the realization of various effects, directdraw usage, multime
  3. 所属分类:其他游戏

    • 发布日期:2008-10-13
    • 文件大小:17606325
    • 提供者:于威
  1. vc++ProfessionalGameProgram

    1下载:
  2. vc++专业游戏编程随书光盘,一本经典的游戏开发书籍,包含了几乎大部分游戏功能的实现
  3. 所属分类:其他游戏

    • 发布日期:2008-10-13
    • 文件大小:18007023
    • 提供者:施旸
  1. vc++ 6 game and code

    0下载:
  2. vc++6游戏编程入门及源码 对于游戏学习或爱好者很不错 最好又一点点C基础的
  3. 所属分类:其他游戏

    • 发布日期:2014-01-20
    • 文件大小:37717465
    • 提供者:肖伟
  1. 用VC制作小程序

    0下载:
  2. 简单的扫雷游戏 本文从分析Windows扫雷游戏的功能特点开始,应用面向对象的可视化编程语言Visual C++给出了个功能模块的具体实现方法,并提供了编写小游戏程序的一般方法和Visual C++的一些使用技巧。 -simple game of mine is mine from the analysis of Windows features games, the application of object-oriented visual programming language Visua
  3. 所属分类:其他游戏

    • 发布日期:2008-10-13
    • 文件大小:8848
    • 提供者:叶尔兰
  1. VC++6GAMEpro

    0下载:
  2. 游戏是动画的延伸,只要知道了动画的原理,在动画变化时,使它根据键盘或鼠标的输入操作而变化,就是游戏了。 所以在介绍游戏编程之前,先讲讲动画 -Games are an extension of animation, as long as know the principles of animation, the animation changes, make it under the keyboard or mouse input and changes in operation,
  3. 所属分类:Other Games

    • 发布日期:2017-05-12
    • 文件大小:2896113
    • 提供者:西蒙
  1. CHESS1.0

    0下载:
  2. 中国象棋源代码,用VC编程实现的简易象棋源代码-Chinese chess source code, using VC programming chess simple source code
  3. 所属分类:Other Games

    • 发布日期:2017-03-30
    • 文件大小:200547
    • 提供者:yepeng
  1. missile

    1下载:
  2. VC编程来模拟导弹的飞行过程,可以从不同视觉看到飞行效果,也仅仅是简单的小游戏编程。-VC program to simulate the missile' s flight, that flight from different visual effects, it is just a simple game programming.
  3. 所属分类:其他游戏

    • 发布日期:2013-08-10
    • 文件大小:2270224
    • 提供者:熊鑫
  1. vcgame

    0下载:
  2. 教学方案的内容是,从在VC环境中建立一个程序框架入手,一步一步地介绍在计算机上实现游戏的方法;其中根据游戏发展的需要,再介绍VC编程的具体方法。每一教学环节的完成,就是游戏的一个效果的完成。-Content of teaching programs, from the VC environment in the framework of a program to start, step by step descr iption on computer game method which acc
  3. 所属分类:Other Games

    • 发布日期:2017-05-27
    • 文件大小:10158377
    • 提供者:杨磊
  1. llkVC

    0下载:
  2. 连连看游戏大家都喜欢玩吧?这是从网络上收集的使用VC++程序编写的连连看游戏,虽然没有真正的连连看功能强大,不过作为一款仿写的游戏已经不错了,本连连看仅开发出了中级玩法,高级玩法正在开发中,游戏界面是QQ头像版,支持重新排列以及提示功能,作为VC编程朋友的参考程序应该很不错。 -Lianliankan game we all like to play with me? This is collected from the network using VC++ program written
  3. 所属分类:Other Games

    • 发布日期:2017-03-30
    • 文件大小:178656
    • 提供者:xujun
  1. qk_snake_api

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

    • 发布日期:2017-05-07
    • 文件大小:1728794
    • 提供者:秦坤
  1. vc-game-programming

    0下载:
  2. vc游戏编程基础资料,想学游戏编程的可以看看,还是相当不错的。-Basic information of vc game programming
  3. 所属分类:Other Games

    • 发布日期:2017-05-11
    • 文件大小:2895806
    • 提供者:千里伏骥
  1. SmallGamesCompliedInVC6.0

    0下载:
  2. VC6下编译游戏代码是练习VC编程的好帮手-VC6 code to compile the game is to practice good helper VC program
  3. 所属分类:Other Games

    • 发布日期:2017-05-22
    • 文件大小:7159570
    • 提供者:Freedom
  1. tanchishe

    0下载:
  2. 贪吃蛇游戏,VC++编程C语言设计,有需要的请来看看,实用就下载-Snake game, VC++ programming C language design, there is a need to Have a look at, practical to download
  3. 所属分类:Other Games

    • 发布日期:2017-04-26
    • 文件大小:12747
    • 提供者:高建伟
  1. Game-programming-VC-P-P6

    0下载:
  2. c++游戏编程入门书籍,书中详细地解析了几个小游戏的编写。-Introduction to c++ game programming books, the book detailed analysis of the preparation of several small games.
  3. 所属分类:Other Games

    • 发布日期:2017-05-11
    • 文件大小:2888869
    • 提供者:alex
  1. double-battle

    0下载:
  2. 用VC++编程的坦克大战,蛮不错的,可以拿来学习。-VC++ programming Tankedaizhan pretty good, can be used to learn.
  3. 所属分类:Other Games

    • 发布日期:2017-04-10
    • 文件大小:1784733
    • 提供者:zx
  1. Begining.CPP.Game.Programming

    0下载:
  2. 一本很好的游戏编程开发启蒙书籍,使用VC编程-A good game programming development enlightenment books, the use of the VC program
  3. 所属分类:Other Games

    • 发布日期:2017-06-20
    • 文件大小:34036464
    • 提供者:王婷
  1. vc-small-game-programming

    0下载:
  2. 多个小游戏编程方法,以及可用源码下载,包含扫雷,五子棋,俄罗斯方块,老鼠和滚球,飞机游戏,五子棋联机游戏。-The multiple game programming methods, as well as the source download
  3. 所属分类:Other Games

    • 发布日期:2017-11-25
    • 文件大小:2895831
    • 提供者:teresa
  1. VC-P-P--examples-teaching-the-game

    0下载:
  2. 一个vc++源码游戏的教学,对于初学编程有很好的帮助。-A vc++ source code of the game teaching programming for beginners have a good help.
  3. 所属分类:Other Games

    • 发布日期:2017-04-02
    • 文件大小:188225
    • 提供者:周公
  1. VC-PP-source-code-version-of-Tetris

    0下载:
  2. VC++版俄罗斯方块游戏源码,左侧个性化控制按钮,游戏模式基本和其它的一样,方块形式和小时候玩的很相似,经典型,为VC++编程者提供参考吧。-VC++ source code version of the Tetris game, the left side of the personalized control buttons, game modes and other basic, like a child playing in block form and is very similar
  3. 所属分类:Other Games

    • 发布日期:2017-04-25
    • 文件大小:66366
    • 提供者:xiaoshe123
« 12 3 4 »
搜珍网 www.dssz.com