登录
首页 » c » 很实用的C语言源代码

很实用的C语言源代码

于 2022-06-20 发布 文件大小:7.13 kB
0 131
下载积分: 2 下载次数: 1

代码说明:

/* 模拟扫雷游戏   */ #include #include #include #include #include #include #include union REGS regs; int size=15;/*用于表示每个方块的大小(正方形的边长)*/ int pix,piy=50;/*pix,piy是矩阵的偏移量*/ char b[2]="1";/*用于显示方格周围的雷的个数*/ int pan[30][16];/*用于记录盘面的情况:0:没有、9:有雷、1~8:周围雷的个数*/ int pan1[30][16];/*pan1[][]纪录当前的挖雷情况,0:没有操作、1:打开了、2:标记了*/ int tt;/*纪录时间参数*/ int Eflags;/*用于标记鼠标按钮的有效性,0:有效,1:无效,2:这是鼠标的任意键等于重新开始*/

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • crazepony-firmware-none-5.2-ble
    crazypony飞控源码,keil版适合飞控初学者开发实践,简单上手快。(Crazypony flight control source, keil development practices for flight control beginners, the load on the simple.)
    2020-12-23 16:19:07下载
    积分:1
  • lpc17xx_uart.h
    Contains all macro definitions and function prototypes  support for UART firmware library on LPC17xx
    2022-03-22 08:43:20下载
    积分:1
  • Play and record audio
    说明:  Play and Record Audio Files
    2020-06-20 02:20:02下载
    积分:1
  • baizaosheng
    关于白噪声的仿真程序,有功率谱及fft的变换等,很有用(About the white noise simulation program, a power spectrum and FFT transformation and so on, is very useful )
    2013-03-06 09:21:09下载
    积分:1
  • 基于51单片机的温度采集程序
    基于51单片机的温度采集程序,所用温度传感器为DS18B20,其对时序的要求非常严格,单通信线实现的数据的传输,非常厉害,压缩包内含3个版本的传感器程序。
    2022-06-19 17:42:29下载
    积分:1
  • sensor_patch.tar
    This is a patch for the acceleration sensors for the JetDroid
    2011-04-04 01:27:03下载
    积分:1
  • Beyond_STL_cn
    c++boost库的中文说明手册,说明比较详细,可以做初始学都的参考资料(the description of the boost lib ,suit for the people who)
    2014-12-29 14:45:21下载
    积分:1
  • Timer
    CC2530的定时器实验,使用IAR编写。(CC2530 key experiments, using IAR preparation procedures.)
    2014-02-14 10:29:09下载
    积分:1
  • 阈值分割和轮廓提取
    阈值分割和轮廓提取 动态提取阀值实现轮廓的提取 使用opencv库
    2023-01-06 02:25:04下载
    积分:1
  • BeiDa_ACM1702
    北大ACM1702题 转换为3进制 很经典(NULL)
    2009-12-08 11:31:40下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载