登录
首页 » 算法 » 好玩的游戏,经典的游戏终于成功了

好玩的游戏,经典的游戏终于成功了

于 2022-03-26 发布 文件大小:18.58 MB
0 64
下载积分: 2 下载次数: 1

代码说明:

应用背景你玩儿过扫雷游戏吧?Windows操作系统中带了这个小游戏,那个系统叫什么来着?在游戏中要想过关,就必须要在一个 NxM 的区域上找出所有的地雷。游戏过程中,计算机会在地图上显示一些数字从而帮助你确定哪里有地雷。关键技术Have you ever played the game? Windows operating system with this little game, the system called what? In the game to pass, it is necessary to find out all the mines in a NxM area. In the process of the game, the computer will show some numbers on the map to help you identify where you are.

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

发表评论

0 个回复

  • 基于自适应巴特沃斯滤波器的红外弱小目标检测(Matlab版)
    应用背景由于红外弱小目标具有的可用特征非常有限,尤其在复杂背景下的弱小目标极易淹没在杂乱的信息之中,如何高效准确地从复杂背景中分离出目标具有重要的现实意义。关键技术本工程利用自适应巴特沃斯滤波器对复杂背景下的红外弱小目标进行检测,通过计算信息熵确定滤波器的参数。代码附有详细注释,简明易懂且具有很好的检测效果。
    2022-03-26 18:27:49下载
    积分:1
  • Displays a rotatable and scaleable wire frame of any 3D mathematical function....
    Displays a rotatable and scaleable wire frame of any 3D mathematical function. This can be made up from the normal VB maths plus inverse and hyperbolic functions. Functions can be created and saved as wanted. Image vertices can also be saved for use elsewhere. The MS ScriptControl Eval function simplifies calculations enormously and its use is demonstrated. Also shown are MoveToEx, LineTo which are much faster than the VB equivalents and very easy to use. Included are a set of string handling subroutines such as count characters, squeeze out spaces, replace sub-strings etc. Commented throughout including the 3D maths and perspective methods. All the files are visible and the program is written for an 800x600 screen.
    2022-02-02 12:09:47下载
    积分:1
  • 卡尔曼滤波在精留塔建模中的应用
    卡尔曼滤波在精留塔建模中的应用- The kalman filtering in fine keeps in the tower modelling the application
    2022-11-16 09:30:02下载
    积分:1
  • 这是一个用VC实现在数据结构课程中比较经典的应用的一项式运的程序.这个也测试通过.应该没有任何问题....
    这是一个用VC实现在数据结构课程中比较经典的应用的一项式运算的程序.这个也测试通过.应该没有任何问题.-with VC data structure courses in the more classic use of a Type Operational procedures. This is also the test. Should be no problem.
    2022-02-12 08:16:30下载
    积分:1
  • 二叉树源代码
    这是一个实现二叉树的代码,关于二叉树的所有操作都在其中,遍历、增加、删除、修改等。生成一个二叉树,先生成一个根节点,之后插入的节点的值与其比较,小于则放在左边,大于则放在右边。依次如此下去,可得一个完整的二叉树。二叉树主要是用来组织数据的,通过这种组织方式可以很好地对数据进行相应的增删查改等基础操作。
    2022-07-23 06:17:25下载
    积分:1
  • 分治求众数
    资源描述给定含有n个元素的多重集合S,每个元素在S中出现的次数称为该元素的重数。多重集S中重数最大的元素称为 众数。例如,S={1,2,2,2,3,5}。多重集S的众数是2,其重数为3。 求众数方法很多,现要求你用分治算法来试一试,并分析其效率。 编程任务:对于给定的由n个自然数组成的多重集S,采用分治算法编程计算S的众数及其重数。
    2022-03-26 15:28:34下载
    积分:1
  • 野火K60的直立程序
    应用背景基于野火K60的直立的程序,拿来就可以用。改改参数,就可以直立了。建议学习这个程序之前看看清华的直立方案的视频。对理解程序有很大帮助,用的是融合滤波。配合虚拟示波器看融合后的波形是否跟踪的很好。关键技术野火,K60,清华直立方案,融合滤波,虚拟示波器,
    2022-03-22 19:22:11下载
    积分:1
  • SHA-1c 语言实现
    它是一种哈希算法。它用于产生数字签名和指纹图谱的文件或邮件...它采取任意长度的消息和固定长度的摘要 (160) 的生产。
    2022-08-04 00:29:01下载
    积分:1
  • 两足机器人的能量控制开发
    使用UKF进行预测,控制方法为能量控制。 整个程序最终是以图形化的方式展现出来。 此程序为一个国外老师开发,不过标注很少。
    2023-03-30 05:50:03下载
    积分:1
  • 常用的C程序。主要内容包括多项式的计、复数运、随机数的产生、矩阵运、矩阵特征值与特征向量的计、线性代数方程组的求解、非线性方程与方程组的求解、插值与...
    常用算法的C程序。主要内容包括多项式的计算、复数运算、随机数的产生、矩阵运算、矩阵特征值与特征向量的计算、线性代数方程组的求解、非线性方程与方程组的求解、插值与逼近、数值积分、常微分方程组的求解、数据处理、极值问题的求解、数学变换与滤波、特殊函数的计算、排序和查找。-Commonly used algorithm of C procedures. Include polynomial terms, complex computation, random number generation, matrix operations, matrix eigenvalue and eigenvector calculations, linear algebra equations, nonlinear equations with the equations, interpolation and approximation, numerical integration, solving ordinary differential equations, data processing, for solving extremum problems, mathematical transformation and filtering, the calculation of special functions, sorting and search.
    2022-04-07 17:08:50下载
    积分:1
  • 696518资源总数
  • 104349会员总数
  • 32今日下载