CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 游戏 搜索资源 - 结构体

搜索资源列表

  1. saolei

    0下载:
  2. c语言程序编写扫雷小游戏,主要用递归调用,结构体,局部清屏-C programming demining small game, mainly using recursion, structures, local screen clearing
  3. 所属分类:Game Program

    • 发布日期:2017-04-02
    • 文件大小:962327
    • 提供者:
  1. tanchishe

    0下载:
  2. 贪吃蛇,运用数组等功能来实现各个函数,定义结构体-Snake, using an array of other functions to achieve the various functions, the definition of the structure
  3. 所属分类:Other Games

    • 发布日期:2017-03-29
    • 文件大小:2527
    • 提供者:kk
  1. miaoshuqi

    0下载:
  2. 描述器,运用数组链表和结构体实现描述的功能,可以自动的进行描述-Descr iption, and the use of the array list and descr iption of the structure to achieve the function, you can describe the automatic
  3. 所属分类:Other Games

    • 发布日期:2017-04-03
    • 文件大小:2503
    • 提供者:kk
  1. tushugongneng

    0下载:
  2. 图书功能,运用数组和结构体实现,可以实现对图书的日常维护和管理-Book features, the use of the array and the realization of the structure can be achieved on the books of the day-to-day maintenance and management
  3. 所属分类:Other Games

    • 发布日期:2017-04-01
    • 文件大小:2803
    • 提供者:kk
  1. erfenchazhao

    0下载:
  2. 二分查找程序,运用数组结构体和链表实现查找功能-Binary search procedures, the use of the array structure and list search functions to achieve
  3. 所属分类:Other Games

    • 发布日期:2017-04-12
    • 文件大小:1951
    • 提供者:kk
  1. c_txz_src

    0下载:
  2. 用纯C语言写的一个推箱子游戏,运行于CMD环境(DOS)下,通过这个游戏你可以学到很多汇编底层的东西,涉及到软中断、二维数组、键盘操作以及图形化函数等方面的知识,还可以掌握显示器中断寄存器的设置、二维数组及结构体的定义、键盘键值的获娶图形下光标的显示与定位等,不要小看它哦! -Pure C language used to write a Sokoban game, running on the CMD environment (DOS), through the game you can le
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-04
    • 文件大小:46174
    • 提供者:138
  1. game

    0下载:
  2. 子弹射击字母游戏 用结构体存储子弹与字母的状态 当子弹射击到字母时,字母消失 -Games shooting bullets letter structure is stored with the bullets and letters the state when the bullets fired into the letters, the letters disappear
  3. 所属分类:Other Games

    • 发布日期:2017-05-06
    • 文件大小:1236869
    • 提供者:sophia
  1. Clean_bomb

    0下载:
  2. // 程序思路: // 1,首先初始化二维数组,结构数组,定义好类以及结构体 // 2,填充全部空格,埋雷(),随机布雷. // 3,定义鼠标左键单击事件,显示格子属性(数字0-8,空地,雷区) // 4,鼠标右键单击标雷.再单击测消标雷 // 5,鼠标左右键齐击,自动计算数字周边已经显示全部雷数的3*3范围的数字己空格 // 6,利用注册表记录成绩信息,新纪录成绩记录写入注册表,记录最后一次打开的级别 // 7,消息拦截,拦截F2按键消息,重新开始游戏. //
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-24
    • 文件大小:358179
    • 提供者:star
  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. Shuffle-the-licensing-procedures

    0下载:
  2. 洗牌发牌程序,54张牌随机发给四个人.用到结构体,指针.-Shuffle the licensing procedures
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-07
    • 文件大小:790
    • 提供者:flzx
  1. vc-tanchishe

    0下载:
  2. 非常简洁的贪吃蛇,适合新手,有详细注释,无全局变量,无结构体,学了c函数、循环和数组的都能完成。-simple tanchishe
  3. 所属分类:Game Program

    • 发布日期:2017-12-10
    • 文件大小:1778
    • 提供者:笑杰
  1. saolei

    0下载:
  2. 本课程设计实现类似于Windows操作系统自带的扫雷游戏。在课程设计中,系统开发平台为Windows XP,程序设计语言采用Visual C++,程序运行平台为Windows 2000/XP。在程序设计中,把整个雷区看成一个二维数组,把雷方块定义为具有所在雷区二维数组的行和列、当前状态、方块属性、历史状态的结构体,采用了结构化与面向对象两种解决问题的方法。整个游戏程序包括了布雷、扫雷过程和结果三个阶段,在处理鼠标响应事件中伴随着GDI绘图。程序通过调试运行,实现了设计目标,能够同时满足扫雷游戏初
  3. 所属分类:Other Riddle games

    • 发布日期:2017-11-18
    • 文件大小:4465635
    • 提供者:dingchen
  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. jump_sheep

    0下载:
  2. linux环境下,c语言游戏,跳山羊游戏。图形运用,链表,结构体,碰撞原理。法语版-Under linux environment, c language games, jumping goat
  3. 所属分类:Other Games

    • 发布日期:2017-04-17
    • 文件大小:177015
    • 提供者:
  1. erfenchazhao

    0下载:
  2. 二分查找程序,运用数组结构体和链表实现查找功能-Binary search procedures, the use of the array structure and list search functions to achieve
  3. 所属分类:Game Program

    • 发布日期:2017-04-13
    • 文件大小:1996
    • 提供者:couphea
  1. erfenchazhao

    0下载:
  2. 二分查找程序,运用数组结构体和链表实现查找功能-Binary search procedures, the use of the array structure and list search functions to achieve
  3. 所属分类:Game Program

    • 发布日期:2017-04-13
    • 文件大小:2112
    • 提供者:dperform
  1. miaoshuqi

    0下载:
  2. 描述器,运用数组链表和结构体实现描述的功能,可以自动的进行描述-Descr iption, and the use of the array list and descr iption of the structure to achieve the function, you can describe the automatic
  3. 所属分类:Game Program

    • 发布日期:2017-04-13
    • 文件大小:2548
    • 提供者:omputUni
  1. nxfx

    0下载:
  2. 第一次尝试逆向分析,这是一个游戏里的部分函数.用来实现用户结构体不停的变换防止外挂.-The first attempt to reverse analysis, which is the function of a part of the game used to stop the transformation of the user structure to prevent the plug.
  3. 所属分类:Game Program

    • 发布日期:2017-04-13
    • 文件大小:3352
    • 提供者:udeffo
  1. z

    0下载:
  2. 一个用C语言写的俄罗斯方块,运用结构体以及一些特殊的颜色构成。-One written in C language Tetris, use the structure as well as some special color composition.
  3. 所属分类:Other Games

    • 发布日期:2017-04-06
    • 文件大小:2602
    • 提供者:xu
  1. SuperMushrooms

    0下载:
  2. 超级蘑菇游戏。游戏优点:使用了类和结构体,所以结构较为清晰明了。功能比较完全,包含图片和音乐。游戏缺点:由于没有太多时间,所以只设置了一关游戏,而且游戏地图很小。-Game advantages: the use of classes and structures, so the structure is relatively clear. Features more complete, contains pictures and music. Game Disadvantages: Becau
  3. 所属分类:Other Games

    • 发布日期:2017-05-11
    • 文件大小:2124604
    • 提供者:姜是
« 12 »
搜珍网 www.dssz.com