-
Mathematics, like after the transformation, QR decomposition, such as solution o...
数学,好似后的变换,QR分解等解场系数微分方程的程序-Mathematics, like after the transformation, QR decomposition, such as solution of differential equation field procedures
- 2022-09-13 06:45:03下载
- 积分:1
-
一个求解Josephus问题的函数
#include
#include
#define NULL 0
#include
typedef struct Lnode
{
int data;
struct Lnode *next;
}Josephus;
void CreateList(Josephus*&L,int n)//建立循环链表
{
int i;
Josephus *p,*s;
s=(Josephus*)malloc(sizeof(Josephus));
s->data=1;
L=p=s;
for(i=2;idata=i;
p->next=s;
p=s;
}
p->next=L;
}
void DeleteList(Josephus*&L,Josephus*p,Josephus*q)
{
q->next=p->next;
free(p);
}
void Josephus1(Josephus*&L,int s,int m)
- 2022-01-27 23:12:59下载
- 积分:1
-
ALGORITHM_NEVILLE。
关于评价插值多项式 P
(N + 1)不同的数字 X(0),......,在数字 X X(N)
对于函数 F: 输入: 数字 X(0),......,X(N) 为 XX(1),......,XX(N+1) ;
数字 X ;值的 F 作为 Q 的第一列,或者可能如果函数 F 提供计算。
输出: 与 P(X) 表 Q = Q(N+1,N+1)。
- 2022-08-20 14:06:41下载
- 积分:1
-
实施基本例程在Matlab和奥克塔夫(目前利用Matlab R13)为S.
implement basic routines in Matlab and Octave (currently using Matlab R13) for simulating adaptive beamforming and filtering for antenna arrays.
- 2023-02-01 14:30:03下载
- 积分:1
-
校园巡逻机器人定位与避障技术研究
资源描述(1)针对校园环境范围大、结构简单的特点,结合RFID传感器信息传递
功能,提出一种大范围拓扑环境学习与建模新方法。根据校园环境上下文信息
需求,设计RFID标签格式,指导机器人进行环境学习,且以标签的分布代表
环境整体结构,由标签内容传递导航任务,由此构建环境模型。
(2)针对激光数据存在噪声干扰的问题,设计了一种动态自适应中值滤
波方法,利用激光数据时间和空间上的相关性,剔除噪声干扰,平滑激光数据。
- 2022-01-22 08:31:21下载
- 积分:1
-
用c实现IFFT,需输入信号
用C语言实现IFFT的算法,不过在程序中需要有输入信号。希望能有什么帮助。
- 2022-02-25 09:35:56下载
- 积分:1
-
高性能数值计算库
文件包括了高性能数值计算库PETSC说明文档以及源代码,尤其适合做大规模并行数值计算的朋友们使用。
- 2022-08-20 16:03:54下载
- 积分:1
-
This is on the Support Vector Machine Toolbox. Inside, including many current po...
这是关于支持向量机的工具箱。里面包括很多目前比较流行的工具箱的源代码文件-This is on the Support Vector Machine Toolbox. Inside, including many current popular toolbox source code files
- 2023-09-04 16:35:04下载
- 积分:1
-
通过本书的unjeng vheng匹配微软C /数学函数库…
Mathematical function library for Microsoft C / by Unjeng Vheng 书的配套三张软盘-Mathematical function library for Microsoft C/by the book Unjeng Vheng matching three floppy disks
- 2022-03-07 10:47:17下载
- 积分:1
-
JAVA数据结构之HASH编码的小应用程序
JAVA数据结构之HASH编码的小应用程序-Java data structures hash coding of small applications
- 2022-06-01 18:16:24下载
- 积分:1