搜索资源列表
tptranform.for
- This program is used for tau-p transform
NetCDF3.6.1Beta1.Win32.for.CVF.IVF
- 0. Tree of the prebuilt NetCDF-3.6.1 Beta1 Win32 file "NetCDF3.6.1Beta1.Win32.for.CVF.IVF.rar" 1. Using pre-built binaries 2. Using NetCDF libraries in Compaq Visual Fortran (CVF) 6.* and Intel "Visual" Fortran(IVF) 9.*, 10.
Pseudo
- This a code of Pseudo-Arc Length Continuation Method , the method can be used for solving the nonlinear equations, the principle can re found in some text books. In the code,I prove the agreement of the code with other methods -This is a code of
SOR
- SOR法解线性方程组(逐次超松弛法)是Gauss-Seidel的改进方法-SOR method for linear equations (successive over-relaxation method) is the Gauss-Seidel Method
Interior_point_method
- 内点法是从可行域内某一初始内点出发,在可行域内进行迭代的序列极小化方法。它仅用于求解不等式约束优化问题。这里列出内点惩罚函数法的六个子程序。 -Interior point method is a feasible region within the initial point of view, the region, where feasible, to carry out the sequence of iterative minimization method. It is only
Fortran-95-2003-for-Scientists-and-Engineers---97
- Fortran 95,2003 for Scientists and Engineers
AERODYN
- 这是采用Fortran语言编写的用于风力机性能预测的动量叶素理论的程序,大家可以一起研究下。-It is written using Fortran for performance prediction of wind turbine blade element momentum theory of the process, we can study together the next.
l1benchmark
- l1benchmark 这个算法包提供了十种求解带稀疏约束的矩阵方程 AX=b 的 MATLAB 实现代码,并提供了一个比较各种算法求解结果的演示。-An L1-norm minimization benchmark package, which contains an implementation of ten L1-norm minimization algorithms in MATLAB. The package also provides a test scr ipt for comp
bipartite_matching.cpp.tar
- This is a small program for bipartite matching-This is a small program for bipartite matching...
2MW_wind_grid_inverter
- 针对兆瓦级风电并网逆变器主电路研制中存在的并联扩容、开关频率较低和LCL滤波器难以优化设计等问题,提出了采用交流侧串接电感再进行并联的均流方案,采用载波移相技术提高变流器的等效开关频率,提出了LCL滤波器的设计原则,并给出了上述设计的理论依据和实现方法。通过对2兆瓦风电变流器主电路的仿真验证了上述技术方案。-MW-class wind power for grid-inverter main circuit of the parallel development of existing capa
PSO
- 粒子群最佳化演算法(pso),為一個基本的程式,適合初學者來參考。-Particle Swarm Optimization algorithm (pso), for a basic program for beginners to reference.
The_finite_difference_time_domain_method_for_elect
- 一本非常好的fdtd编程资料,国内较难找到的。-A useful book for fdtd,you cann t get it with ease.
codeforImageProcessing
- a serie of examples for image processing by using labview codes
PROCLUS
- Fast Algorithms for Projected Clustering - PROCLUS - a traditional subspace clustering algorithm for high dimensional data-Fast Algorithms for Projected Clustering- PROCLUS- a traditional subspace clustering algorithm for high dimensional data
EFIE
- 本程序用于电场积分方程求解圆柱散射,为矩量法重要的基本程序。-This procedure for the electric field integral equation cylindrical scattering, Method of Moments important for the basic procedures.
MatlabcodefordESalgorithm
- this the matlab code for des algorithm-this is the matlab code for des algorithm
nolinerequationssolves
- MATLAB求解非线性方程组的一些算法程序,牛顿迭代法,高斯迭代法等-MATLAB for solving nonlinear equations of some algorithm program, Newton iteration, Gauss iterative method, etc.
1
- Calling a non-local algorithm for image denoising.
Numerical-Methods-for-Physicsin-Cpp
- Cpp子程序集“Numerical Methods for Physics",2nd Ed. (Prentice Hall).作者:Alejandro Garcia-Cpp subroutine sets " Numerical Methods for Physics" , 2nd Ed. (Prentice Hall). Author: Alejandro Garcia
algorithms-for-linear-problems
- 线性方程的迭代法,集合了Jacobi,Gauss-Seidel,SOR三种方法,还有针对泊松方程的SOR方法-Programs to solve linear problems.Four algorithms are included.They are Jacobi,Gauss-Seidel,SORand SOR for Poisson