-
DSP programming functions commonly used double uniform (a double, double b, long...
DSP编程常用函数 double uniform(double a,double b,long int* seed) double gauss(double mean,double sigma,long int *seed) double exponent(double beta,long int *seed) double laplace(double beta,long int* seed) double rayleigh(double sigma,long int *seed) double weibull(double a,double b,long int*seed) int bn(double p,long int*seed) int bin(int n,double p,long int*seed) int poisson(double lambda,long int *seed) void dft(double x[],double y[],double a[],double b[],int n,int sign) void fft(double x[],double y[],int n,int sign)-DSP programming functions commonly used double uniform (a double, double b, long int* seed) double Gauss (double mean, double sigma, long int* seed) double exponent (double beta, long int* seed) double Laplace (double beta,* long int seed) double Rayleigh (double sigma, long int* seed) double Weibull (a double, double b, long int* seed) int bn (double p, long int* seed) int bin (int n, p double, seed long int*) int poisson (double lambda, long int* seed) void dft index (doubl
- 2023-03-21 07:35:03下载
- 积分:1
-
acasscascs
你好,我的朋友
- 2023-07-09 17:50:03下载
- 积分:1
-
操作系统生产者与消费者的进程描述,图形界面
操作系统生产者与消费者的进程描述,图形界面-Producers and consumers, the process of the operating system description, graphical interface
- 2022-09-19 10:20:03下载
- 积分:1
-
CTreeCtrl控件和 ComcoBox控件的使用,比较基础
CTreeCtrl控件和 ComcoBox控件的使用,比较基础-ComcoBox control CTreeCtrl control and the use of basis of comparison. . .
- 2022-02-05 02:39:38下载
- 积分:1
-
编译原理的slr(1)分析程序,用C语言实现,希望对同学有点帮助...
编译原理的slr(1)分析程序,用C语言实现,希望对同学有点帮助-Compilation Principle of slr (1) analytical procedures, using C language implementation, in the hope a little bit to help students
- 2022-02-25 10:47:06下载
- 积分:1
-
网络聊天室程序,您可以更改昵称,根据增加…
网络聊天室程序,可以更改昵称,根据ip增加成员等,用户界面友好-Internet chat room program, you can change the nickname, according to an increase in membership ip and so on, user-friendly
- 2022-02-21 10:10:23下载
- 积分:1
-
本程序是数据立方体计算中多路数据聚集算法的实现。在MultyWay文件夹下有data.txt和result.txt两个文本文件,data.txt中记录的是用于构...
本程序是数据立方体计算中多路数据聚集算法的实现。在MultyWay文件夹下有data.txt和result.txt两个文本文件,data.txt中记录的是用于构造数据立方体的数据,其数据格式如下
location quarter item measure
假定location有5个值,分别用1至5来表示,quarter有4个值(第1、2、3、4季度),分别用1至4表示,item有10种,分别用1至10来表示。measure则为度量。目前的程序对此格式要求十分严格,各项之间用Tab键隔开,各项数据的长度一定,具体见data.txt。用户使用时可自己重写构造立方体的数据。Result.txt是对数据立方体进行多路聚集后得到的数据。
-This procedure is the calculation of data cube multi-channel data aggregation algorithm. MultyWay folder in data.txt and Result.txt under two text files, data.txt recorded data cube is used to structure the data, its data formats are as follows location quarter item measure assumes that location there are five values, respectively 1-5 to show that, quarter have four values (the first quarter 1,2,3,4), 1-4, respectively, said, item 10 species were used to express 1-10. measure for measure. At present, the procedure is very strict on this format, the Tab key to separate between the various data on the length of a certain specific see data.txt. Users can construct th
- 2022-03-04 02:21:34下载
- 积分:1
-
介绍C++编程语法及技巧的一本电子书,书名为《C++编程思想》。对于C++初学者来说,是一本非常好的入门课本。...
介绍C++编程语法及技巧的一本电子书,书名为《C++编程思想》。对于C++初学者来说,是一本非常好的入门课本。-nothing
- 2022-03-20 09:40:50下载
- 积分:1
-
多路RTSP播放器直播与点播技术实现源码
该RTSP播放器实现了主流RTSP播放器的基本功能,并有所拓展:
1、RTSP 标准码流(包括音视频)的实时预览播放;
2、网络数据流的断线重连;
3、对存储文件的解码播放以及控制;
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2023-09-03 02:20:05下载
- 积分:1
-
VC++的文件操作函数,可以遍历指定目录下的所有或指定类型的文件....
VC++的文件操作函数,可以遍历指定目录下的所有或指定类型的文件.-VC++ The file manipulation functions, you specify a directory traversal of all or specified types of files.
- 2022-03-18 00:39:42下载
- 积分:1