-
经典格式的数值解!用FORTRAN编写!
经典的数值求解格式!Fortran编写!-Numerical Solution of the classical format! Fortran prepared!
- 2022-01-26 03:17:07下载
- 积分:1
-
C和指针课后答案代码
应用背景阅读c和指针时,初学者都会被一些疑问所困扰,我将一些亲测可用的问题答案代码放上来了。关键技术包含代码较全,比课后答案附录要全
- 2022-07-15 21:19:04下载
- 积分:1
-
多传感器数据融合系统中时间配准算法分析,非常有用
多传感器数据融合系统中时间配准算法分析,非常有用-An analysis of time registration in multi―sensor data fusion system
- 2022-08-15 21:14:51下载
- 积分:1
-
单链表操作
资源描述#include
#define maxsize 100
using namespace std;
/*class base
{
int length;
};*/
class Seqlist //实现顺序表类
{
private:
int size; //当前元素个数
int length; //当前表的总长度
public:
int *elem; //动态存放数据
Seqlist(); //构造函数的声明
int listset(); //顺序表的创建
&nbs
- 2022-06-03 18:29:34下载
- 积分:1
-
NVIDIA 的数学运算库,包括快速开方,浮点转整数等
NVIDIA 的数学运算库,包括快速开方,浮点转整数等-NVIDIA mathematical libraries, including rapid evolution, floating point to integer, etc.
- 2022-07-18 03:32:51下载
- 积分:1
-
- 2022-07-23 17:47:53下载
- 积分:1
-
用幂法求矩阵的特征值,求出来的是矩阵最大的特征和对应的特征向量。...
用幂法求矩阵的特征值,求出来的是矩阵最大的特征和对应的特征向量。-method for using the power of the matrix eigenvalue, seeking the Matrix is the biggest character and the corresponding eigenvector.
- 2022-01-21 01:40:03下载
- 积分:1
-
初学高斯混合概率假设密度
GM-PHD最基本算法实现4个目标20个虚警没有考虑分裂目标代码将滤波点过滤出来 画图没有加进去 可以自己加 有目标数目的预测值 需要估计目标个数的可以自己把目标个数存起来 画上去
- 2022-05-15 11:45:58下载
- 积分:1
-
fortran kriging 2d 3d
克里金二维、三维插值。是斯坦福油气预测中心C.V. Deutsch写的。网上也有些人上传了代码,但是往往都不全,我从网站下下来后没有一个可以正常使用;这个是我从作者原始网页上下载的程序,并将编译语句写成SHELL语句。我上传的这个程序,确保可以编译、运行、出结果。首先运行文件夹中的Compile编译然后运行exe执行。-Kerry Jiner Wei, three-dimensional interpolation. Stanford hydrocarbon prediction center CV Deutsch wrote. Some people on this site have uploaded the code, but often not the whole, I am from this site down after no one can normally use This is what I downloaded from the website of the original program and compile written statement SHELL statement. I uploaded this program to ensure that you can compile and run, the result. Compile to compile the first run in a folder and then run exe execution.
- 2023-03-08 12:15:03下载
- 积分:1
-
基于统计的关键词提取算法实现(使用TF-IDF算法)
使用TF-IDF算法实现基于统计的关键词提取算法实现。使用IKAnalyzer分词器,使用之前需要自己添加相应的jar包。可以找到指定文件夹下的每一篇文件中的关键词,并选取结果排在前5个的词进行显示。可以自己更换指定文件夹,以及输出关键词的个数。
- 2022-02-13 15:43:22下载
- 积分:1