-
数据结构
数学计算
数 据结构
数学计算
数据结构
数学计算...
数据结构
数学计算
数 据结构
数学计算
数据结构
数学计算
-data structure calculation data structure calculation data structure mathematical calculations
- 2022-07-06 16:24:27下载
- 积分:1
-
一种排序算法
一种排序算法-A kind of sorting algorithm
- 2022-02-13 08:48:01下载
- 积分:1
-
A* 算法K短路算法
所谓K短路,就是从s到t的第K短的路,第1短就是最短路。
如何求第K短呢?有一种简单的方法是广度优先搜索,记录t出队列的次数,当t第k次出队列时,就是第k短路了。但点数过大时,入队列的节点过多,时间和空间复杂度都较高。
A*是在搜索中常用的优化,一种启发式搜索。简单的说,它可以用公式表示为f(n) = g(n) + f(n),其中,f(n)是从s经由节点n到t的估价函数,g(n)是在状态空间中从s到n的实际代价,h(n)是从n到t的最佳路径估计代价。在设计中,要保证h(n)
- 2023-06-26 04:50:02下载
- 积分:1
-
我的数字信号处理 作业。FFT的C语言实现。运行时将2个c文件放在同一目录,运行draw.c。最好Turbo.c 如用VC运行,把头文件改下,很容易的...
我的数字信号处理 作业。FFT的C语言实现。运行时将2个c文件放在同一目录,运行draw.c。最好Turbo.c 如用VC运行,把头文件改下,很容易的-digital signal processing operations. FFT C language. When running two c files on the same directory, run draw.c. Best Turbo.c as VC running headfirst document change, it is very easy
- 2022-03-19 11:41:29下载
- 积分:1
-
约瑟夫问题
约瑟夫问题-Joseph
- 2022-10-21 18:15:03下载
- 积分:1
-
用MFC实现抽奖
用MFC实现抽奖
- 2022-03-24 14:38:43下载
- 积分:1
-
计算机常用数值计算算法与程序(C++),主要用于科学计算中的复数运算,多项式与连分式计算,矩阵运算,矩阵特征值与特征向量的计算,线性方程组求解,非线性方程(组)...
计算机常用数值计算算法与程序(C++),主要用于科学计算中的复数运算,多项式与连分式计算,矩阵运算,矩阵特征值与特征向量的计算,线性方程组求解,非线性方程(组)求解,插值,数值积分,常微分方程(组)求解,数值拟合与逼近,数据处理与回归分析,极值等。
-Commonly used computer algorithms and numerical procedures (C++), Mainly used for scientific computing complex in the computation, polynomials and continued fractions calculation, matrix operations, matrix eigenvalue and eigenvector calculation, solving linear equations , non-linear equation (group) to solve, interpolation, numerical integration, ordinary differential equations (group) to solve, numerical simulation and approximation, data processing and regression analysis, extreme value, etc..
- 2022-05-22 17:21:07下载
- 积分:1
-
In the learning process of digital signal processing algorithms using VC General...
在学习数字信号处理算法程序中用VC编写的几个通用算法程序。
卷积计算/DFT与FFT实现/-In the learning process of digital signal processing algorithms using VC General Algorithm for the preparation of several procedures. Convolution calculation/DFT and FFT realization /
- 2022-07-13 20:31:16下载
- 积分:1
-
陀螺仪 加速度计 卡尔曼
基于卡尔曼滤波的陀螺仪与加速度计数据融合,采用C++编写将其封装成类,可用在角度测量应用。
- 2022-03-17 09:59:47下载
- 积分:1
-
expression evaluates to complete the arithmetic can be the
完成表达式求值 加减乘除 都可以的-expression evaluates to complete the arithmetic can be the
- 2022-01-26 03:53:20下载
- 积分:1