-
用fortran编写的复合形法的源程序,供大家参考。
用fortran编写的复合形法的源程序,供大家参考。-fortran prepared with the complex method of the source, for your reference.
- 2022-02-05 18:50:49下载
- 积分:1
-
Fortran 90
Fortran 90
- 2022-05-06 04:27:32下载
- 积分:1
-
c语言编写数学常用算法
c语言编写数学常用算法--commonly math algorithm written in C language
- 2023-08-05 00:35:04下载
- 积分:1
-
DTMF(Dual Tone Multi Frequency)Recognition Algorithm
Dual Tone Multi Frequencies (DTMF tones) are two different tones at two ends of a spectrum that are used to send information in telephonic communication mediums. The tones represent numbers 0-9 and the symbols * and #. A series of these numbers may be assigned to individuals as points of contact, as in a phone number, or the numbers can be used to relay other sorts of information.
While it may seem confusing, it should be noted that all numbers on a telephone are assigned two DTMF tones, and in all, seven different frequencies are assigned. Some numbers will have the same lower frequency, but different higher frequency, while others will have the same higher frequency but a different lower frequency. The range is between 697 Hz and 941 Hz for the lower frequencies and 1209 Hz and 1633 Hz for
- 2022-06-16 09:51:22下载
- 积分: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
-
卡尔曼滤波源码
卡尔曼滤波源码-Kalman filter source
- 2022-05-13 11:50:22下载
- 积分:1
-
四轴姿态解算
应用背景四轴飞控代码四轴飞控代码四轴飞控代码四轴飞控代码四轴飞控代码四轴飞控代码四轴飞控代码四轴飞控代码四轴飞控代码四轴飞控代码四轴飞控代码四轴飞控代码四轴飞控代码四轴飞控代码关键技术卡尔曼滤波卡尔曼滤波卡尔曼滤波卡尔曼滤波卡尔曼滤波卡尔曼滤波卡尔曼滤波卡尔曼滤波卡尔曼滤波卡尔曼滤波卡尔曼滤波卡尔曼滤波卡尔曼滤波卡尔曼滤波卡尔曼滤波卡尔曼滤波卡尔曼滤波卡尔曼滤波卡尔曼滤波卡尔曼滤波卡尔曼滤波卡尔曼滤波卡尔曼滤波卡尔曼滤波卡尔曼滤波卡尔曼滤波卡尔曼滤波
- 2023-03-22 00:35:06下载
- 积分:1
-
C++拟合圆的程序
根据输入的点拟合为一个圆,最小二乘法拟合圆程序。对学习和理解最小二乘法算法有很大帮助。
- 2022-08-02 22:14:00下载
- 积分:1
-
ACM拓扑排序
题目描述
假设给我们一个任意的图,它可能是也可能不是DAG(有向无圈图),推广拓扑排序算法,以使得给定有向图G的输入,它的输出是以下两者之一:
(a) 一个拓扑排序,于是确定了G为DAG;
或者
(b) G中的一个圈,于是确定了G不是DAG.
注意到输出的解可能不是唯一的,输出任意一个答案即可。
输入
第一行两个数n,m,代表节点数和边数
m行,每行两个数代表一条有向边
测试数据范围:(1
- 2023-01-22 18:30:04下载
- 积分:1
-
sofm神经网络的c++程序
神经网络是新技术领域中的一个时尚词汇。很多人听过这个词,但很少人真正明白它是什么。本文的目的是介绍所有关于神经网络的基本包括它的功能、一般结构、相关术语、类型及其应用。
一个真正的神经网络是由数个至数十亿个被称为神经元的细胞(组成我们大脑的微小细胞)所组成,它们以不同方式连接而型成网络。人工神经网络就是尝试模拟这种生物学上的体系结构及其操作。在这里有一个难题:我们对生物学上的神经网络知道的不多!因此,不同类型之间的神经网络体系结构有很大的不同,我们所知道的只是神经元基本的结构。 这是一个SOFM神经网络的c++程序。
- 2022-02-09 11:31:06下载
- 积分:1