-
在 c + + 编译的 TMS320 ASM 语音声码器
演讲过程 c + + 编写和编译的 TMS320 ASM 的声码器
- 2022-07-27 04:22:50下载
- 积分:1
-
cholesky分解 c++
#include
#include
#include
#include
#include
using namespace std;
int main (int argc, char* argv[])
{
cout
- 2022-01-27 16:58:06下载
- 积分:1
-
GPS数据处理源代码,提供了星历处理、伪距定位、载波定位的函数。...
GPS数据处理源代码,提供了星历处理、伪距定位、载波定位的函数。-GPS data processing source code, provided ephemeris treatment, pseudo-range positioning, carrier positioning function.
- 2022-03-04 03:55:05下载
- 积分:1
-
KNN分类算法
用KNN算法实现数据分类,算法简单易懂,适合初学者!简单来说,K-NN可以看成:有那么一堆你已经知道分类的数据,然后当一个新数据进入的时候,就开始跟训练数据里的每个点求距离,然后挑离这个训练数据最近的K个点看看这几个点属于什么类型,然后用少数服从多数的原则,给新数据归类。
- 2022-09-30 19:55:03下载
- 积分:1
-
FFT algorithm for power system improvements, there is a need to look at the Frie...
电力系统FFT算法的改进,有需要的朋友可以下载看看。这可是我实际应用产品的程序哦-FFT algorithm for power system improvements, there is a need to look at the Friends can be downloaded. This is the practical application of my process Oh Products
- 2022-05-21 09:29:21下载
- 积分:1
-
单比特树查找算法
单比特树查找算法,是用于路由查找的,内含有路由查找相关资料
- 2022-06-13 12:21:27下载
- 积分:1
-
牛顿迭代式,用VB实现~~~!
牛顿迭代式,用VB实现~~~!-Newton iterative, using VB to achieve ~ ~ ~!
- 2022-10-16 09:25:03下载
- 积分:1
-
VC和Matlab的扩展编程
VC和Matlab的扩展编程-Extand program by VC and Matlab
- 2022-07-10 06:45:11下载
- 积分: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
-
C语言进程调度
资源描述关于进程调度的操作系统实验的算法,可以点击来看看,进程调度的算法
- 2022-01-26 00:51:30下载
- 积分:1