-
一篇关于卡尔曼滤波的英文介绍,希望对大家有用
一篇关于卡尔曼滤波的英文介绍,希望对大家有用-An article on the English introduced the Kalman filter, in the hope that useful
- 2022-07-22 13:41:35下载
- 积分:1
-
compressed files is common C language function PDF files, a very comprehensive,...
压缩文件中是C语言常用函数的PDF文档,非常全面,可以满足工程人员的大部分需求。-compressed files is common C language function PDF files, a very comprehensive, engineering staff to meet the needs of the majority.
- 2022-06-13 14:26:50下载
- 积分:1
-
粒子群优化算法 (PSO)
粒子群优化算法 (PSO) 标准测试函数验证过程。M 在文档中,包括目前的文献用来验证的七个标准测试功能 (艾克利),三维动态显示,和过度的粒子浓度时的散射函数
- 2023-03-02 03:10:03下载
- 积分:1
-
C语言查表法求atan函数,
采用C语言实现,查表法运算速度快,对于不带浮点运算的单片机来说,查表法既简单又高效,对于一般精度要求的场合都适用。查表法只需要查找判断,不涉及浮点计算,对时钟要求不高,可轻松应用的51单片机上。例程给出了此查表法在TI的MSP430单片机中的简单应用。
- 2022-02-27 04:10:11下载
- 积分:1
-
某次python作业
某次python作业
- 2022-02-06 11:54:10下载
- 积分:1
-
Shortest Path
资源描述Write a program to find the weighted shortest distances from any vertex to a given source vertex in a digraph. If there is more than one minimum path from v to w, a path with the fewest number of edges is chosen. It is guaranteed that all the weights are positive and such a path is unique for any vertex.
- 2022-08-26 06:49:00下载
- 积分:1
-
用matlab程序实现粒子群算法
该程序是基于matlab平台的粒子群算法的实现程序,用来实现粒子群算法,程序简单易理解,对学习该方面知识的学者提供一定的帮助。
- 2022-03-21 20:42:33下载
- 积分:1
-
unknownexercice
#include < stdlib.h >
#include < stdio.h >
#include < sys/types.h >
#include < sys/stat.h >
#include < fcntl.h >
int 主要 (int argc、 char *argv[])
{
int fd、 fd2、 fd3 ;
int i;
浅黄色 char [10] ;
fd=open(argv[1],O_RDONLY) ;
if(fd2=open(argv[2],O_WRONLY) = =-1)
{
fd3 = 共创 (argv [2],S_IRUSR |S_IWUSR) ;
read(fd,buff,10) ;
write(fd3,buff,10) ;
}
其他
{
fd2=open(argv[2],O_TRUNC) ;
read(fd,buff,10) ;
write(fd2,buff,10) ;
}
返回 0 ;
}
- 2023-05-04 19:30:03下载
- 积分:1
-
二ETAPA Java源代码
应用背景下面的列表包含了近200个程序(有些是客户端,有些是基本的基础设施)。单击“程序名称”访问“爪哇代码”;单击“访问”的描述,并单击“数据文件名”访问数据。自我检验关键技术该应用程序加载。民众似乎是最好的如果你第一次去的第一个演示,从那里直接到二使用在网页端提供的链接。如果你从第一个演示到这个页面(带背面按钮),然后去二次演示,事情可能会卡住。停止,重装,访问其他页面,可能最终得到的东西装等。
- 2022-10-06 12:05:03下载
- 积分:1
-
给某个玩家100元的资本,让他不停押注直到输光,计算需要赌博多少次?
如果把次数放在数组ruinLength[]中,进行1000次实验后,看看破产的最大次数...
给某个玩家100元的资本,让他不停押注直到输光,计算需要赌博多少次?
如果把次数放在数组ruinLength[]中,进行1000次实验后,看看破产的最大次数、
最小次数和平均次数分别是多少?-100 to a player" s capital, so that he kept until the bet输光to calculate how many times the need for gambling? If the number on the array ruinLength [] in experiments carried out after 1000 to see the largest number of bankruptcy, the minimum number and the average number of how many were?
- 2022-02-01 04:15:03下载
- 积分:1