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

搜索资源列表

  1. PoolMouseVersion

    0下载:
  2. 桌球游戏C代码,这是可以在DOS界面下实用鼠标操作的版本,内含能够将鼠标驱动引入代码的mouse.h头文件。
  3. 所属分类:其他游戏

    • 发布日期:2008-10-13
    • 文件大小:4034
    • 提供者:Michael
  1. Fly131

    0下载:
  2. 一款以OPenGL为基础的飞机飞行制作,要在C++头文件中添加几个OPenGL的头文件#include \"gl\\gl.h\" #include \"gl\\glu t.h\"
  3. 所属分类:其他游戏

    • 发布日期:2008-10-13
    • 文件大小:208989
    • 提供者:gaoyuan
  1. VirtualNES

    0下载:
  2. 在电脑上玩FC/NES红白机游戏少不了模拟器,网上下个NES格式的模拟游戏文件就可以玩了。VC6工程,需要DirectX SDK的支持,如编译出错请将DIRECTX目录下的DDraw.h和DInput.h两个文件拷到工程根目录下,还有个IDC_什么的未定义,直接将该语句删除就可以了。一般是一次编译通过。编译好的.exe文件需要.vlp文件,也压到压缩包里了-In the computer playing FC/NES NES simulator games and ultimately, the
  3. 所属分类:Other Games

    • 发布日期:2017-04-02
    • 文件大小:959370
    • 提供者:wanghan
  1. snakecappapp

    0下载:
  2. 贪吃蛇,在tc++3.0下运行; 解压后打开snake.prj文件,如果出现invalid data or directory点击ok之后从新运行; 也可将自己建立一个工程 ,将snakeh.h snakecpp.cpp use.cpp 文件添加到工程中,之后运行-snake
  3. 所属分类:Other Games

    • 发布日期:2017-04-28
    • 文件大小:48267
    • 提供者:shifengxuan
  1. Awesome-Tetris

    0下载:
  2. 本程序用C++编程语言实现了Windows控制台下俄罗斯方块这一游戏。用户进入游戏主界面后,经由键盘输入,可以控制游戏进程。 其特色在于,以模块化的结构,多文件的实现程序的功能。整个程序的终极目标——“俄罗斯方块”的功能,被拆分成了包括主函数在内的13个函数模块。整个项目由4个.CPP文件和6个.h头文件组成(其中有4个文件是External Dependencies),共583行。 -The program in C++ programming language to implemen
  3. 所属分类:Other Games

    • 发布日期:2017-05-03
    • 文件大小:1110934
    • 提供者:万辉
  1. FlyKnight

    0下载:
  2. 骑士飞行棋 app.c 程序入口文件 Controller.h + Controller.c 程序主要控制文件,控制游戏的业务流程 Map.h + Map.c 游戏的地图文件,用于生成和显示地图 Player.h + Player.c 玩家结构体,描述游戏中人脑玩家与电脑玩家的各种状态与函数 Stock.h + Stock.c 股票结构体,描述游戏中的股票信息和与其相关的各种函数 StockHoldInfo.h + StockHoldIn
  3. 所属分类:Other Games

    • 发布日期:2017-03-28
    • 文件大小:88312
    • 提供者:lql
  1. tetris

    0下载:
  2. 这是用graphics.h写的俄罗斯方块,要运行程序还要包含graphics.h文件,这个可以在网上下到-This is Tetris graphics.h write and want to run the program but also contains graphics.h file, this can be online to
  3. 所属分类:Other Games

    • 发布日期:2017-05-09
    • 文件大小:2494446
    • 提供者:杰仔
  1. taiqiugame

    0下载:
  2. 实现台球功能,里面有sys/types.h 的linux中的系统文件-Billiards function, which in sys/types.h linux system files
  3. 所属分类:Other Games

    • 发布日期:2017-11-13
    • 文件大小:462066
    • 提供者:申怀坤
  1. snake

    0下载:
  2. 首先 创建方向结构体、食物结构体、蛇身链表结构体、蛇的属性结构体 用到windows.h头文件里的gotoxy()函数,作用是将光标定位到指定坐标。-First create the direction of the structure, the structure of food, snake chain structure, the properties of the snake windows.h header file structure used in the gotoxy
  3. 所属分类:Other Games

    • 发布日期:2017-11-21
    • 文件大小:25321
    • 提供者:邵广斌
  1. Snake-code

    0下载:
  2. 贪吃蛇代码-C语言-VC++6.0 /*这是一个贪吃蛇代码,运行环境VC++6.0(亲测完美运行)*/ /*该程序在dos系统下运行,不需要graphics.h头文件*/ -Snake code-C language-VC++6.0 /* this is a Snake code, operating environment VC++6.0 (dear test run perfectly) /* this program to run in the DOS syste
  3. 所属分类:Other Games

    • 发布日期:2017-04-15
    • 文件大小:10040
    • 提供者:朱光前
  1. snake_game

    0下载:
  2. C语言实现贪吃蛇小游戏无需graphic.h头文件,通过链表的简单知识实现。有兴趣的可以下载看看。-C language implementation Snake game without graphic.h header files, through a simple knowledge linked list implementation. Are interested can download and see.
  3. 所属分类:Other Games

    • 发布日期:2017-05-12
    • 文件大小:2785261
    • 提供者:
  1. cocos2d模拟翻书

    0下载:
  2. cocos2d模拟翻书 PageTurn.cpp,PageTurn.h放在cocos引擎中,在VC导入。AppDelegate.cpp直接覆盖,test1.png放入res文件夹即可,运行。(Cocos2d book PageTurn.cpp PageTurn.h in the simulation, the Cocos engine, the introduction of VC. AppDelegate.cpp directly overwrite, test1.png into the
  3. 所属分类:其他游戏

    • 发布日期:2017-12-19
    • 文件大小:38912
    • 提供者:wangiii
搜珍网 www.dssz.com