登录
首页 » c++ » C++贪吃蛇(windows和linux平台)

C++贪吃蛇(windows和linux平台)

于 2022-06-02 发布 文件大小:59.62 kB
0 142
下载积分: 2 下载次数: 1

代码说明:

兼容windows和linux平台,存储最小的信息量,每次显示的时候重新构图,a左d右

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

发表评论

0 个回复

  • 现代电力系统分析.rar
    王锡凡先生写的现代电力系统分析,研究生教材(Modern Power System Analysis, Graduate Textbook by Mr. Wang Xifan)
    2021-02-17 23:59:45下载
    积分:1
  • Matrix矩阵运算
    矩阵的乘法、加法、减法、数乘和转置。README 中有详细的介绍//========================================================================================= /* Name: matrix.h * Description: declare matrix addition, subtraction and multiplication and so on. * Note: 参与运算和存储的数组元素类型必须为 matrix_t ,否则出错 * Author: Sun Hubing * Date: 2018/5/3 - 2018/6/10 * Email: shbmmd@163.com */ //========================================================================================= #ifndef MATRIX_H #define MATRIX_H typedef int matrix_t; // 矩阵元素的数据类型 typedef unsigned int uint; // 用来计数 /* 矩阵的行列相乘 * 如果矩阵 a 和 b 的行列不满足条件,返回NULL * 如果c = NULL,则申请一块内存存储结果,否则存在 c 中 * Note: c 可以等于 a 或 b */ void *mul_matrix(const void *a, const void *b, void *c, uint a_row, uint a_col, uint b_row, uint b_col); /* 矩阵的加法 * 如果参数非法,返回NULL * 如果c = NULL,则申请一块内存存储结果,否则存在 c 中 * Note: c 可以等于 a 或 b * 不检查a
    2022-03-21 07:44:36下载
    积分:1
  • my378
    包括脚本文件和函数文件形式,MinkowskiMethod算法 ,抑制载波型差分相位调制。( Including script files and function files in the form, MinkowskiMethod algorithm, Suppressed carrier type differential phase modulation.)
    2017-06-02 11:09:56下载
    积分:1
  • F4-ADC-DMA-DAC
    用STM32F407的ADC+DMA+DAC的应用(Use STM32F407 ADC+ DMA+ application of DAC)
    2021-03-17 14:59:21下载
    积分:1
  • 三维地形可视化
    说明:  三维地形可视化,有关三维地形漫游地图数据,vs2010(3D terrain visualization, 3D terrain roaming map data)
    2020-07-29 00:58:43下载
    积分:1
  • T3DCHA~4
    游戏的声音图像演示程序,通过本程序的演示说明你可以清楚的了解游戏的声音图像(The voice of the game demo images, through the demonstration of this procedure to show that you can clearly understand the voice of the game image)
    2007-10-27 16:38:00下载
    积分:1
  • MyFunctions
    说明:  本人是刚刚毕业的学生,毕业设计时的题目是数字示波器,本示波器是用基于LPC2290ARM和UCOS2操作系统设计的,这是原代码,UCOS操作系统的移植代码由于公司原因没有上传!(I am a recently graduated student, graduated from the design of the subject is digital oscilloscope, the oscilloscope is LPC2290ARM and UCOS2 based operating system designed, which is the original code, UCOS operating system code as a result of the company the reasons for transplantation did not upload!)
    2008-11-04 21:23:00下载
    积分:1
  • song-send2
    基于51单片机,将信息通过无线发射装置发送出去,进行通信(Based on 51 single-chip, the information is sent out via radio transmitting device, communication)
    2014-02-18 15:32:43下载
    积分:1
  • CSharp-WindowsFormsApplication1
    c#取取图像,并处理和显示结果。HALCON,.(c# Take proper image, and the processing and display of results. HALCON ,.)
    2015-07-15 09:34:11下载
    积分:1
  • Oney+-
    一元多项式加减程序 C 这是基在C下的数据结构算法(one yuan polynomial modified C-This is the C-based data structure algorithm)
    2006-11-14 08:34:04下载
    积分:1
  • 696516资源总数
  • 106658会员总数
  • 16今日下载