资源列表
fft_yhm
- 快速傅立叶变换源码,经验证正确。参数为complex<double>-C/C++ code for FFT and IFFT algorithms
Polynomial_multiplication
- 按照一定格式输入两个多项式进行多项式的乘法运算。-Enter two polynomial for polynomial multiplication.
Frame3
- 算术表达式计算。输入多个整数,分别进行加、减、乘、除等运算。要求:参加运算的操作数个数可变;采用文本行和组合框数组;文本行和组合框均要响应事件,事件处理方法的计算时间相同;解决除数为0问题。-Arithmetic expressions. Enter multiple integer, respectively, add, subtract, multiply, and divide operations. Requirements: to participate in the operatio
Smooth-interpolation
- 该程序能够实现数学问题中的光滑插值问题,读者可很容易进行修改-The program can achieve smooth interpolation mathematical problems in question , the reader can be easily modified
HT
- Hough Transform and Line Detection Algorithm
Interpolation-and-fitting
- 差值与拟合,多项式的差值与拟合,在众多样本中拟合-The difference with the fitting, and the difference polynomial fitting, fitting in the many samples
beam-vertical-load
- about beam Vertical Load in FEM
jiafa
- 支持浮点数的大数加法,对位数不加限制的,并且支持浮点数的大数加法运算-this code is very useful for the float add,there is no contor for number.
Gseidel
- Main program with a data file for the resolution of a system Ax=b The data file contents the dimension n and the values of the matrix A and the vector b.
linear_plot_pattern
- This program gives the necessary code the linear array pattern plotting
C++程序用类来实现矩阵
- 编写C++程序完成以下功能: (1) 用类来实现矩阵,定义一个矩阵的类,属性包括: 矩阵大小,用 lines, rows(行、列来表示); 存贮矩阵的数组指针,根据矩阵大小动态申请(new)。 (2) 矩阵类的方法包括: 构造函数,参数是矩阵大小,需要动态申请存贮矩阵的数组; 析构函数,需要释放矩阵的数组指针; 拷贝构造函数,需要申请和复制数组; 输入,可以从cin中输入矩阵元素; 输出,将矩阵格式化输出到cout; 矩阵相加的
basic_hough
- basic hough transform technique on images
