-
Gaussian out the main element method, c code
高斯列主元法,c 代码-Gaussian out the main element method, c code
- 2022-02-24 19:58:42下载
- 积分:1
-
用VB实现多种数值插值方法。包括:接格朗日,有序函数,三次样条,有序表的检索法,插值多项式等七种插值法。...
用VB实现多种数值插值方法。包括:接格朗日,有序函数,三次样条,有序表的检索法,插值多项式等七种插值法。-VB multiple numerical interpolation method. Including : Next granges and orderly function, cubic spline, orderly table retrieval, polynomial interpolation seven interpolation.
- 2022-03-20 06:39:32下载
- 积分:1
-
Cognitive femto
函数
- 2023-01-04 14:15:04下载
- 积分:1
-
傅里叶变换算法fft
How To Use
void main(void)
{
gen_w_r2(w, N); // Generate coefficient table
bit_rev(w, N>>1); // Bit−reverse coefficient table
DSPF_sp_cfftr2_dit(x, w, N);
// radix−2 DIT forward FFT
// input in normal order, output in
// order bit−reversed
// coefficient table in bit−reversed
// order
DSPF_sp_icfftr2_dif(x, w, N);
// Inverse radix 2 FFT
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-03-02 15:55:21下载
- 积分:1
-
EStereo/Stereo Plus
EStereo is a C++ library that enables to perform real-time dense stereo from 2 or 3 rectified images. StereoPlus is a GUI-based application allowing a user to load images and compute their disparity image and visualize/manipulate their 3D reconstruction (requires DirectX 9.0 or higher).
- 2022-06-13 01:41:19下载
- 积分:1
-
图书管理系统
图书管理系统包括新增图书,查询图书,删除图书,新增会员,查询会员,删除会员,包括两种算法:表插入排序算法和快速排序算法
- 2022-07-09 08:53:36下载
- 积分:1
-
计算方法程序设计
计算方法程序设计-calculation program design
- 2023-04-11 19:55:04下载
- 积分:1
-
共生矩阵提取纹理
灰度共生矩阵算法实现,实现能量,熵,惯性矩,相关,局部平稳,共生矩阵
- 2023-05-14 16:50:03下载
- 积分:1
-
beckhoff直线和圆弧插补源码
应用背景可以应用在三轴直角坐标机器中,走直线和圆弧功能,有一定的参考价值~~关键技术采用TWINCAT2集成环境开发,ST语言编写的直线、圆弧插补源码,有需要的朋友可以参考一下~~
- 2022-03-26 01:42:59下载
- 积分:1
-
Jacobi method with realistic symmetric matrix of eigenvalues and eigenvectors fo...
用雅可比法求实对称阵的特征值与特征向量
例子中为3阶矩阵-Jacobi method with realistic symmetric matrix of eigenvalues and eigenvectors for the case of 3-order matrix
- 2022-03-11 23:53:46下载
- 积分:1