-
rc5algorithm
#定义选项
- 2022-03-05 20:30:25下载
- 积分:1
-
Lagrange interpolation, have done an interpolation algorithm
Lagrange插值,自己做的一个插值算法-Lagrange interpolation, have done an interpolation algorithm
- 2022-04-10 18:22:17下载
- 积分:1
-
基数排序
资源描述在本资源中提供了基数排序的实现源码,并附有相应的注释,在vs2012中可以成功编译运行。
- 2023-08-27 19:30:03下载
- 积分:1
-
停车场问题:一个关于堆栈操作的程序
停车场问题:一个关于堆栈操作的程序- Parking lot question: About storehouse operation procedure
- 2023-02-10 20:35:03下载
- 积分:1
-
MFC arbitrary graphics production
MFC图形任意制作 超爽-MFC arbitrary graphics production-Shuang
- 2023-02-03 00:50:03下载
- 积分:1
-
写多项式类,并进行多项式的输入输出,加减运算。
写多项式类,并进行多项式的输入输出,加减运算。
- 2023-06-10 18:25:02下载
- 积分:1
-
C语言实现的二维几何运算源码
用C语言实现的二维几何运算源码,包含了常见的二维几何运算,包括:
㈠ 点的基本运算
1. 平面上两点之间距离 1
2. 判断两点是否重合 1
3. 矢量叉乘 1
4. 矢量点乘 2
5. 判断点是否在线段上 2
6. 求一点饶某点旋转后的坐标 2
7. 求矢量夹角 2
㈡ 线段及直线的基本运算
1. 点与线段的关系 3
2. 求点到线段所在直线垂线的垂足 4
3. 点到线段的最近点 4
4. 点到线段所在直线的距离 4
- 2022-05-28 07:38:25下载
- 积分:1
-
基于VC的FFT算法
资源描述
Design
a program to implement the 1-D FFT algorithm.
Input:
a vector. Get the testing data in file ‘Project_2_test’.
Output:
a vector, which is the discrete Fourier transform of the input.
For
example:
Input:
3 8 10 12
Output:
33.0000+0.0000i -7.0000+4.0000i -7.0000+0.0000i -7.0000-4.0000i
Requirements:
- 2023-07-23 23:40:04下载
- 积分:1
-
dsp2812 DAC程序,C++编写.很好哦.
dsp2812 DAC程序,C++编写.很好哦.-dsp2812 DAC procedures, C to prepare. Oh well.
- 2022-08-16 21:55:35下载
- 积分:1
-
用MATLAB编写的运用Monte Carlo method数值积分的实例程序。可供初学者参考学习!...
用MATLAB编写的运用Monte Carlo method数值积分的实例程序。可供初学者参考学习!-TETRAHEDRON_MONTE_CARLO is a MATLAB library which estimates the integral of a function over a tetrahedron using the Monte Carlo method.
The library makes it relatively easy to compare different methods of producing sample points in the tetrahedron, and to vary the tetrahedron over which integration is carried out.
- 2022-02-21 17:32:42下载
- 积分:1