-
一个利用C语言,仿真实现定点FFT算法的程序:)
一个利用C语言,仿真实现定点FFT算法的程序:)-A use of C language, the realization of fixed-point FFT algorithm simulation procedure:)
- 2023-02-04 22:55:04下载
- 积分:1
-
地震频率-波数域相移法波动方程正演模拟,适合地震正演的初学者
资源描述地震频率-波数域相移法波动方程叠后正演模拟,适合地震正演的初学者,频率-波数域波动方程正演、偏移无法适应横向变速较大的地质模型,但预算速度较快,对于一般的地球物理层状速度模型效果较好
- 2022-11-04 02:40:07下载
- 积分:1
-
fdtd算法的matlab源代码
用matlab实现的三维fdtd算法的源代码。
% 3-D FDTD code with PEC boundaries
%***********************************************************************
%
% Program author: Susan C. Hagness
% Department of Electrical and Computer Engineering
% University of Wisconsin-Madison
% 1415 Engineering Drive
% Madison, WI 53706-1691
%
- 2023-03-28 02:55:03下载
- 积分:1
-
!
2 ! HOMPACK90 is a suite of FORTRAN 90 subroutines for solving nonline...
!
2 ! HOMPACK90 is a suite of FORTRAN 90 subroutines for solving nonlinear
3 ! systems of equations by homotopy methods. There are subroutines for
4 ! fixed point, zero finding, and general homotopy curve tracking problems,
5 ! utilizing both dense and sparse Jacobian matrices, and implementing
6 ! three different algorithms: ODE-based, normal flow, and augmented
7 ! Jacobian. The (driver) subroutines called by the user are given in the
8 ! table below, and are well documented internally. The user need not
9 ! be concerned with any other subroutines in HOMPACK90.
-!
2 ! HOMPACK90 is a suite of FORTRAN 90 subroutines for solving nonlinear
3 ! systems of equations by homotopy methods. There are subroutines for
4 ! fixed point, zero finding, and general homotopy curve tracking problems,
5 ! utilizing both dense and sparse Jacobian matrices, and implementing
6 ! three different algorithms: ODE-based, normal flow, and augmented
7 ! Jac
- 2022-07-21 06:18:17下载
- 积分:1
-
鱼眼标定算法
这是一个鱼眼标定算法的源代码,代码中实现了一种常用的球面标定算法,初学者如果有需要可以下下来学习学习
- 2022-03-09 22:11:51下载
- 积分:1
-
大众人才网
大众人才网
- 2022-02-04 15:08:24下载
- 积分:1
-
这个程序是一个Win32程序,计算Fibonacci斐波纳契数列(一种整数数列, 其中每数等于前面两数之和)。其定义是f(1) = 1,f(2) = 2,并且当
这个程序是一个Win32程序,计算Fibonacci斐波纳契数列(一种整数数列, 其中每数等于前面两数之和)。其定义是f(1) = 1,f(2) = 2,并且当n>2时, f(n) = f(n-1) + f(n-2)。源代码种给出了三种计算方法。第一种方法用递归,第二种方法用大数组,第三种方法用小数组。此外,这个程序还具备多线程特性,所以在运算时可以做其它操作。代码用到了以前创建的Win32类。测试为发现bug和内存溢出。--Calculate Fibonacci value.
- 2023-06-06 19:10:03下载
- 积分:1
-
自己做的程序,可能对你有用
自己做的程序,可能对你有用-own procedures that may be useful to you
- 2022-07-12 03:17:35下载
- 积分:1
-
DT C4.5算法
资源描述
C4.5算法与其它分类算法如统计方法、神经网络等比较起来有如下优点:产生的分类规则易于理解,准确率较高。其缺点是:在构造树的过程中,需要对数据集进行多次的顺序扫描和排序,因而导致算法的低效。此外,C4.5只适合于能够驻留于内存的数据集,当训练集大得无法在内存容纳时程序无法运行。
- 2022-07-02 06:13:25下载
- 积分:1
-
DetectLines 算法
验证后可以使用的DetectLines算法,可以使用在图像处理之中,尤其在对图像进行校正操作时,效果非常好
- 2022-01-25 15:35:38下载
- 积分:1