-
维纳滤波处理,是C++源代码,包含了几个函数,请各位达人多多使用...
维纳滤波处理,是C++源代码,包含了几个函数,请各位达人多多使用-Wiener filtering treatment is C++ Source code contains a number of functions, please use up a lot of people
- 2022-11-12 05:15:03下载
- 积分:1
-
AHP(层次分析法)的计算软件,可以进行一致性检验,虽然目前只能计算6阶以下的矩阵,但稍作修改即可扩充功能。...
AHP(层次分析法)的计算软件,可以进行一致性检验,虽然目前只能计算6阶以下的矩阵,但稍作修改即可扩充功能。-AHP (Analytic Hierarchy Process) calculation software can be tested for consistency, Although currently only six bands calculated the following matrix, but with some slight modifications can be expanded easily.
- 2023-07-07 17:05:04下载
- 积分: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
-
此代码用vc++模拟行星绕恒星的运行状态。
此代码用vc++模拟行星绕恒星的运行状态。-This is for discribing a plante cyclying another
- 2022-05-22 15:50:35下载
- 积分:1
-
算法设计与分析基础(中文).pdf
清华大学出版社
算法设计与分析基础(中文).pdf
清华大学出版社-Algorithm design and analysis of the basis of (Chinese). Pdf Tsinghua University Press
- 2022-06-01 04:10:28下载
- 积分:1
-
MATLAB PFB
用于实现多相滤波结构,提高效率,通常用在实现通道划分的结构,通带平坦度更好,相对于其他的滤波器组结构来说有更优秀的通带和阻带性能
- 2022-03-10 06:46:58下载
- 积分:1
-
from regular
从正则式转化为有穷自动机-from regular-into DFA
- 2022-08-22 01:19:02下载
- 积分:1
-
Delphi 写的常用的基本算法 源代码
Delphi 写的常用的基本算法 源代码 -Written in Delphi source code for the basic algorithm used
- 2022-03-19 02:14:16下载
- 积分:1
-
有线网络仿真实验
有线网络仿真实验 里面有我自己写的无线网络仿真tcl文件,直接在ns2中运行就可以了
- 2022-02-05 07:03:29下载
- 积分:1
-
C++ net time 读取网洛时间
C++ net time 读取网洛时间-C net Luo time reading time
- 2022-08-03 15:31:02下载
- 积分:1