-
随机图生成工具
这是一个有向图或无向图的生成工具,可以随机地生产邻接矩阵和邻接表。该程序可以用于测试时产生测试数据程序为命令行式交互,命令列表如下: ////////////////////////// // COMMAND FORMAT // ////////////////////////// //gen D 5 10 //生成有向图,节点数,边数 //gen U 5 4 //生成无向图,节点数,边数 //show list //以邻接表形式输出 //show mat //以邻接矩阵形式输出 //show all //以邻接表和邻接矩阵形式输出 //out //out name.txt //输出到文件 //help //帮助 //quit ////////////////////
- 2023-03-15 05:35:04下载
- 积分:1
-
产生大素数。以时间作为随机数生成的种子,随机生成大素数。...
产生大素数。以时间作为随机数生成的种子,随机生成大素数。-Generate large prime numbers. With time as the random number generator seeds, randomly generated large prime numbers.
- 2023-05-17 13:25:03下载
- 积分: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
-
Using vc platform development dual Lagrange interpolation procedures can be...
用vc++平台开发二元拉格朗日插值程序,能够实现对曲面上的插值-Using vc platform development dual Lagrange interpolation procedures can be achieved on the surface of the interpolation
- 2022-05-18 10:43:29下载
- 积分:1
-
这个函数曲线的三维高斯轮廓为椭圆体。很有用的。
This function plots the contours of 3d gaussians as ellipsoids. Quite useful.
- 2022-09-24 10:35:03下载
- 积分:1
-
fibnacci数列
斐波那契数列:0, 1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89, 144, ...如果设F(n)为该数列的第n项(n∈N*),那么这句话可以写成如下形式:显然这是一个线性递推数列。
- 2023-04-15 07:55:10下载
- 积分:1
-
fft的文件,fortran环境下运行!欢迎指正!
fft的文件,fortran环境下运行!欢迎指正!-fft documents, fortran environment running! Please correct me!
- 2022-07-15 00:39:50下载
- 积分:1
-
提升格式的源代码,采用标准拆分,预测和…
小波提升格式的源代码,采用了标准的分裂、预测和更新三步,比经典小波算法速度提高一倍!-Lifting format of the source code, adoption of the standard split, forecasts and updates of steps, the classic wavelet algorithm than double the speed!
- 2023-06-04 04:50:03下载
- 积分:1
-
DBSCAN算法
% Function: [class,type]=dbscan(x,k,Eps)
% -------------------------------------------------------------------------
% Aim:
% Clustering the data with Density-Based Scan Algorithm with Noise (DBSCAN)
% -------------------------------------------------------------------------
% Input:
% x - data set (m,n); m-objects, n-variables
% k - number of objects in a neighborhood of an object
% (minimal number of objects considered as a cluster)
% Eps - neighborhood radius, if not known avoid this parameter or put []
% -------------------------------------------------------------------------
% Output:
% class - vector specifying assignment of the i-th object to certain
% cluster (m,1)
% type - vector specifying type of the i-th object
% (core: 1, border: 0, outlier: -1)
- 2022-04-08 08:12:27下载
- 积分:1
-
请认真阅读您的文件包,说明它至少有40字节。
Please read your package and describe it at least 40 bytes.
System will automatically delete the directory of debug and release
- 2022-09-10 02:55:03下载
- 积分:1