登录
首页 » 数据结构 » 代码游戏蛇

代码游戏蛇

于 2022-05-30 发布 文件大小:138.32 kB
0 83
下载积分: 2 下载次数: 1

代码说明:

我给你代码游戏蛇写 c,如果你不在意你能告诉我关于它,我会帮你现在。谢谢你 !

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

发表评论

0 个回复

  • 这是中模拟栈的一个精典例子利用火车进站出站模拟出栈和入栈...
    这是数据结构中模拟栈的一个精典例子利用火车进站出站模拟出栈和入栈-This is the data structure of a simulated stack classic examples of using the train station stop simulated stack and pushed
    2022-07-24 05:01:28下载
    积分:1
  • 一个最短路径算法,具体内容程序开头有介绍
    一个最短路径算法,具体内容程序开头有介绍-a shortest path algorithm, the specific content of the beginning of a process introduced
    2022-10-19 13:15:02下载
    积分:1
  • 的课程设计 哈希表 有详细的论文和源程序
    数据结构的课程设计 哈希表 有详细的论文和源程序 -Data structure of the curriculum design Hashtable detailed papers and source code
    2023-06-01 23:35:04下载
    积分:1
  • 短信开发利用kfxt和MSComm控件
    sms develop use kfxt and mscomm and suce-sms develop and use kfxt mscomm and suce
    2022-08-08 19:25:25下载
    积分:1
  • 一个用MFC编写的家庭财务管理系统.采用了Sqlserver库.压缩包中已包括了所需的库文件.可直接附加到SQL服务器....
    一个用MFC编写的家庭财务管理系统.采用了Sqlserver数据库.压缩包中已包括了所需的数据库文件.可直接附加到SQL服务器.-Using MFC to prepare a family financial management system. Using sqlserver database. Compressed package includes the necessary database files. Can be directly attached to the SQL server.
    2023-03-28 15:15:03下载
    积分:1
  • PB9.0生成的图书管理系统,该系统包含读者管理和图书管理两部分,能完成图书借阅的基本功能。后缀为db的是库文件...
    PB9.0生成的图书管理系统,该系统包含读者管理和图书管理两部分,能完成图书借阅的基本功能。后缀为db的是数据库文件-PB9.0 generated library management system, which includes management and library management readers in two parts, to complete the basic functions of books to borrow. Db suffix to the database file
    2023-05-11 12:00:03下载
    积分:1
  • 使用sqlite3进行存取图片二进制
    前段时间在做一款嵌入式项目,用到了SQLite数据库,现在就SQLite数据库中存取图片问题来与大家共享一下,对于二进制数据我们自然是不能够直接进行存储,在SQLite中我们可以将其转换而后存储。 在对主句操作之前我们先要打开数据库,SQLite给用户提供了丰富的API,足以使我们来驾驭它,利用sqlite3_open()函数,打开我们所要操作的数据库,接下来就是对于我们的图片文件的操作了,我在这里的方法便是将图片文件转换成字符流,而后进行存储。
    2023-03-25 20:45:05下载
    积分:1
  • ,c源代码。
    数据结构,c源代码。 -Data structures, c source code.
    2022-12-31 13:30:15下载
    积分:1
  • 经典的哲学家就餐问题的C语言版本
    经典的哲学家就餐问题的C语言版本-Power wilt die of hunger laugh mold cavity open string问Questions cavity C Pang Sung-linked版
    2022-04-01 07:48:11下载
    积分:1
  • 问题描述:假设一个商店,有一个架子和一个仓库,当第…
    问题描述: 假设一个商店,它有一个货架和一个仓库,当货架上的商品数量少于一定的数目时,从仓库运一定数量的商品摆到货架上,当仓库里的商品的数量少于一定的数目时,购买商品把仓库填满,商品的出售要按照商品的生产日期来,快要过期的商品要先出售。 解决问题的方法: 用了两个栈和 一个队列,把队列当作仓库,用一个栈作为货架,把另一个栈当作临时的存储箱。当要往货架上添商品时,先把作为货架的栈中的元素全都压到作为存储箱的栈中,再把仓库中的元素压到存储箱中,然后再把存储箱中的所有元素都压到货架上,这样,就能保证快要过期的商品先被出售。-Problem description : Suppose a shop, which has a shelf and a warehouse, when the merchandise on the shelves less than a certain quantity of the number, a certain number from the warehouses of goods on the shelves, when the warehouse volume of goods is less than certain number, purchase goods warehouse filled, the goods according to the sale of commodity production to date, is about to expire first sale of goods. The solution : a two stack and a queue, queue as a warehouse, used as a stack shelves, and another stack as a temporary storage bins. When to go to the shelves Tim commodity, first as a stack shelves of all elements of the pressure storage tank as the stack, then the warehouse down to the storage element box, and then s
    2022-07-13 01:56:00下载
    积分:1
  • 696518资源总数
  • 104353会员总数
  • 66今日下载