登录
首页 » 其他项目 » VB编写的推箱子游戏

VB编写的推箱子游戏

于 2023-05-30 发布 文件大小:100.32 kB
0 1032
下载积分: 2 下载次数: 1

代码说明:

利用VB开发的推箱子小游戏,支持自定义地图及关卡。可完美编译运行,是学习游戏开发的好材料。

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

发表评论

0 个回复

  • 雷挖了一个很好的来源,真的很好,舛添是的,它是用C编写的依据。
    一个不错的挖雷的源代码,真的不错,舛不错,是用C++写的,很好-Ray dug a good source, really good, Masuzoe Yes, it is written using C and very good
    2022-06-27 18:20:24下载
    积分:1
  • 很重要的一本关于fpga图像的资料
    很重要的一本关于fpga图像的资料-Very important one on the FPGA image information
    2023-04-22 21:35:03下载
    积分:1
  • 售楼管理系统 比较好的售楼管理系统源码毕业的同学
    售楼管理系统 比较好的售楼管理系统源码毕业的同学-Sales management system for better sales management system for school-leavers source
    2022-03-23 15:38:16下载
    积分:1
  • 河北工业大大一至大二学期,课程设计源码,课程题是变幻线,希望对大家有所帮助,特别是河北工业大学的同学。...
    河北工业大大一至大二学期,课程设计源码,课程题目是变幻线,希望对大家有所帮助,特别是河北工业大学的同学。-Hebei Tai substantially a second semester, the curriculum design source, the curriculum is changing the subject line, and they hope to help everyone, especially students of Hebei Industrial University.
    2022-07-14 23:03:41下载
    积分:1
  • machines dedicated flashplaymobile
    专用于flashplaymobile的机器
    2023-01-01 09:05:03下载
    积分:1
  • 主要用于彩票的号码生成器,希望对大家有用,
    主要用于彩票的号码生成器,希望对大家有用,-Mainly used for lottery numbers generator, in the hope that everyone useful
    2022-02-01 05:38:39下载
    积分:1
  • Game modification tools for source code source code for use GamePaladin II* game...
    游戏修改工具源代码 GamePaladin II 源码使用说明 *游戏修改工具(内存高低阶,文件存档高低阶,图象捕捉,游戏记录,收藏夹 *本程序代码遵循源码开放标准"GNU通用公共许可",查看本文件即表示你同意该协议 *用Delphi7开发 *只用到了一个控件hexeditor.pas在SourceVcl下,编译前请安装 -Game modification tools for source code source code for use GamePaladin II* game modification tools (high-low-memory, file archiving of high-level, image capture, game records, favorites* this source code to follow open standards
    2022-02-01 18:29:12下载
    积分:1
  • 进程之间以时间片为单位,进行唤醒,调用,当时间片到后,进程就进入等待队列,而且是按优先级进行调用。...
    进程之间以时间片为单位,进行唤醒,调用,当时间片到后,进程就进入等待队列,而且是按优先级进行调用。-processes with time-unit, awakened, called when time-to the post, the process would enter the waiting queue, but is carried out according to priority calls.
    2022-01-24 17:41:48下载
    积分:1
  • 程序的: 输入一个任意大小的迷宫,用栈求出一条走出迷宫的路径,并 显示在屏幕上。 程序实现: 可以实现载入迷宫和保存迷宫,附带文件中有4个测试迷宫路径的 文件...
    程序目的: 输入一个任意大小的迷宫,用栈求出一条走出迷宫的路径,并 显示在屏幕上。 程序实现: 可以实现载入迷宫和保存迷宫,附带文件中有4个测试迷宫路径的 文件test1~4.dd。请将这些文件拷贝到TC当前目录下,或者在载 入时写明完全路径。由于屏幕大小的限制,当用户自己输入迷宫 时一定要注意:迷宫大小是有限制的,不小于4*3,不大于30*20。 否则会出现错误信息。输入开始时全是墙,用上下左右键移动, 用Del键删除墙,形成通路,用Enter键添加墙。输入结束时可以 将迷宫保存下来,以dd为扩展名。输入完毕时用F9键来得到结果, 找到路径时,屏幕下方会出现Path found,否则出现Path not found。 程序经Turbo C 2.0编译调试成功。运行时不用添加任何运行库。 不可以在VC上编译。-procedures purpose : to bring in a maze of arbitrary size, with a stack get out of the maze of trails and on the screen. Program : can achieve and preserve the printed maze maze, the accompanying documents were four test maze of trails to document test1 4.dd. I would be grateful if those files are copied to the TC current directory, or in the state when fully contained path. Due to restrictions on the size of the screen when the user input labyrinth must pay attention to : the size of the maze is a restriction, not less than 4* 3, not more than 30* 20. Otherwise there will be a wrong message. At the beginning of the importation of a
    2022-08-06 12:51:19下载
    积分:1
  • 本程序是为了计算日变化的平均值。 输入文件的数据格式是 2006 9 20 0 30 12577 0.263253 2.74975...
    本程序是为了计算日变化的平均值。 输入文件的数据格式是 2006 9 20 0 30 12577 0.263253 2.74975 -0.0157112 0.55523 8.65E-05 -7.9142 17.606 该输入文件按列为:年、月、日、时、分、序号、各量 计算结果将保存在数组里,如T【24】,24表示24小时(因为是1小时的平均)。 对输入文件的行进行循环,计算1小时的平均,该行的数据将累计平均到下标取“时”列的数组中。 -this program is to calculate the average daily change. Data input file format is 2006 9 20 0 30 12577 0.263253 2.74975-0.0157112 0.55523 8.65E-05-7.9142 17.606 of the losers into the document, as : year, month, day, hour, minute, serial number, the calculation results will be stored in the array, such as T [24]. 24 said 24 hours (because it is an hour average). On the importation of paper recycling firms, the calculation of the average one-hour, The data will be the cumulative average subscript taking "when" out of the array.
    2022-07-02 15:40:35下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载