-
c语言五子棋功能的实现
设计五子棋的棋盘,绘制棋子,清除棋子,以及能够按照游戏的规则进行游戏过程,程序能够判断键盘的输入的键值,如果用上下左右的方向键,就能在键盘移动。
- 2022-06-20 00:52:49下载
- 积分:1
-
求行列式的代码,用了递归算法,要求行列式的元素为整型数据...
求行列式的代码,用了递归算法,要求行列式的元素为整型数据-Determinant for the code, with a recursive algorithm, the requirements for the integer determinant element data
- 2022-05-26 09:07:48下载
- 积分:1
-
C语言进程调度
资源描述关于进程调度的操作系统实验的算法,可以点击来看看,进程调度的算法
- 2022-01-26 00:51:30下载
- 积分:1
-
基于GRID格式DEM的等值线追踪算法(已删除编译目录),可用于多种散点插值生成的格网,只需将格网数据写成GRID格式的文本即可....
基于GRID格式DEM的等值线追踪算法(已删除编译目录),可用于多种散点插值生成的格网,只需将格网数据写成GRID格式的文本即可.-GRID-based format of the contour DEM tracking algorithm (the compiler has been deleted directory), can be used for a variety of scattered point interpolation to generate a grid, simply written GRID Grid data can be formatted text.
- 2023-02-15 02:10:04下载
- 积分:1
-
二
有限差分时间域二阶、空间域四阶二维声波方程加吸收边界常速模拟研究 (F=30 C=2500 时好) 震源不可放在边界-Second-order finite difference time domain and space domain plus the fourth-order two-dimensional acoustic wave equation absorbing boundary constant speed simulation study
- 2022-06-15 22:34:01下载
- 积分:1
-
pn码的kalman滤波频估,IEEE的论文,希望对大家有帮助
pn码的kalman滤波频估,IEEE的论文,希望对大家有帮助-Joint Estimation of PN Code Delay and
Multipath Using the Extended
Kalman Filter
- 2022-03-23 10:17:57下载
- 积分:1
-
A星算法实现
应用背景本程序对Astar算法进行了实现。是A星算法的一个例子,A星算法可以应用在机器人自定位导航的学习中,适合于刚开始接触这一块的同学们关键技术A*搜寻算法俗称A星算法。这是一种在图形平面上,有多个节点的路径,求出最低通过成本的算法。常用于游戏中的NPC的移动计算,或线上游戏的BOT的移动计算上。在游戏中,路径潜在地花费了许多存储空间,
特别是当路径很长并且有很多物体需要寻路时。路径压缩,导航点和beacons通过把多个步骤保存为一个较小数据从而减少了空间需求。Waypoints
rely on straight-line segments being common so that we have to store
only the endpoints, while beacons rely on there being well-known paths
calculated beforehand between specially marked places on the
map.如果路径仍然用了许多存储空间,可以限制路径长度,这就回到了经典的时间-空间折衷法:为了节省空间,信息可以被丢弃,稍后才重新计算它。
- 2023-05-30 19:40:03下载
- 积分:1
-
求解整数的最大公约数
求解整数的最大公约数-the common denominator for Solving Integer
- 2022-03-02 07:14:48下载
- 积分:1
-
adaboost分类算法工具箱
主要用于分类。adaboost是目前分类最好的分类算法。通过不断学习改变样本的权重达到更好的分类效果。
- 2022-03-16 20:50:09下载
- 积分:1
-
C++经典数值算法源码
包括多个经典的数值算法
C++经典数值算法源码
包括多个经典的数值算法-C++ Classical numerical algorithm source code, including a number of classical numerical algorithm
- 2022-03-09 14:59:29下载
- 积分:1