-
Polynomial fit functions
=== === === ===
RegressionObject.cls contains a cl...
Polynomial fit functions
=== ===
RegressionObject.cls contains a class that provides an easy way to add polynomial regression functionality to any application. If you just want linear regression or a very high degree, no matter: this class has good performance and scales seamlessly with the complexity of your problem.-Polynomial fit functions
=== === === ===
RegressionObject.cls contains a class that provides an easy way to add polynomial regression functionality to any application. If you just want linear regression or a very high degree, no matter: this class has good performance and scales seamlessly with the complexity of your problem.
- 2022-11-25 05:50:02下载
- 积分:1
-
mfcc经典代码
mfcc,最全面的,非网上流传的,首先对输入数据采取加窗分帧,对于每帧的语音,进行SFFT,求得功率谱,送mel滤波器组,经对数变换,DCT变换求得压缩的最终MFCC特征参数
- 2022-03-04 11:23:13下载
- 积分:1
-
method Queen's back problems
回溯法求解皇后问题-method Queen"s back problems
- 2022-05-08 02:52:17下载
- 积分:1
-
一个比较简单的算法程序。输入一些数,计算后按照矩阵的形式输出。设了三个数组a[],b[],c[]。分别实现c[]=a[]+b[],c[]=a[]...
一个比较简单的算法程序。输入一些数,计算后按照矩阵的形式输出。设了三个数组a[],b[],c[]。分别实现c[]=a[]+b[],c[]=a[]-b[],c[]=a[]*b[]。-a relatively simple procedure of the algorithm. The importation of some few, calculated in accordance with the matrix in the form of output. Established three array a [], [] b, c []. C respectively, to achieve a = [] [] [] b, c = a [] []- [] b, c [] [] = a* b [].
- 2022-06-29 20:00:13下载
- 积分:1
-
binary to bcd conversion
二进制到bcd转换
- 2022-02-14 15:53:06下载
- 积分:1
-
各种内部排序算法的集合,很经典的代码。
各种内部排序算法的集合,很经典的代码。-internal algorithm assembly, classic code.
- 2023-08-27 23:25:03下载
- 积分:1
-
Based on direct LU decomposition method, to solve complex coefficients equations...
基于LU分解的直接求解方法,求解复系数方程组A.x=b的解-Based on direct LU decomposition method, to solve complex coefficients equations Ax = b solution
- 2022-02-01 04:50:07下载
- 积分:1
-
hsjgvdshjdvshvssssdjvs
sjdhgsssssss js dhs shdghs hsaj hsds hsdgas d asd asd asf sd xc zxc zxc zxc zxcz xvc zxc zc zc zc zc zc zxc zxc zc zxc zc zc zc zc zc zc zc zc zc zd sdhjsdsdss dsdscf sfxzvc xvx v xcxcz xcs ad zxvx ssda asfsd sfa sfsa xzcx sfsfsf s fasnfb;
- 2022-01-31 12:33:55下载
- 积分:1
-
压缩感知算法效果对比(内含完整代码、包括OMP、CoSaMPl以及SP算法的对比,代码简单易懂)
压缩感知算法效果对比(内含完整代码、包括OMP、CoSaMPl以及SP算法的对比,代码简单易懂)
。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。
- 2022-03-29 16:39:11下载
- 积分:1
-
操作系统之磁盘调度
资源描述
磁盘调度在多道程序设计的计算机系统中,各个进程可能会不断提出不同的对磁盘进行读/写操作的请求。由于有时候这些进程的发送请求的速度比磁盘响应的还要快,因此我们有必要为每个磁盘设备建立一个等待队列,输入等待序列,先后进行以下四种算法, 先来先服务算法(FCFS),最短寻道时间优先算法(SSTF),扫描算法(SCAN),循环扫描算法(CSCAN),并求得最短寻道时间。
- 2022-06-11 14:05:54下载
- 积分:1