资源列表
iterativemethods
- 分别用二分法、Newton法、弦截法、Newton下山法四种迭代法求解非线性方程x5-3x3+x-1= 0 在区间[-8,8〕上的全部实根,设计算法完成根区间隔离,然后实现单根区间上的迭代算法求解方程。-Respectively dichotomy, Newton method, Secant Method, Newton descent method four kinds of iterative methods for solving nonlinear equation x5-3x3+ x
Fortran
- FORTRAN常用数值算法的程序集,希望对大家有所帮助-FORTRAN numerical algorithm commonly used in the assembly, we want to help
fft
- fft tutorial for learning about FFT
pascal
- Pascal基本算法,涵盖了初级和部分中级的算法代码,适合参加高中信息学竞赛的同学以及计算机爱好者-Pascal basic algorithm, covering the primary and middle parts of the algorithm code, attended high school information for school students and computer enthusiasts Competition
lingo
- LINGO是用来求解线性和非线性优化问题的简易工具。LINGO内置了一种建立最优化模型的语言,可以简便地表达大规模问题,利用LINGO高效的求解器可快速求解并分析结果。 -LINGO is used to solve linear and nonlinear optimization problems simple tools. LINGO built an optimization model to establish the language, large-scale problems ca
DQ
- DQ(微分求积)方法的mathematica程序-program of the DQ method by mathematica
lab
- //定义五种命题的连接词:或(-) 且(+) 非(!) 蕴含($) 等价(#) //定义两个命题的标点符号: ( , ) //定义三个原子公式:p,q,r -//Define the conjunction of five propositions: or (-) and (+) non (!) Implies ($) equivalent (#)// define two propositions punctuation :' (' ,' )' // de
A_review_of_ant_algorithms
- 详细介绍了蚁群算法最近几年的应用领域,是一篇研究蚁群算法的入门级文章。希望对想深入研究此算法的朋友有所帮助。-this paper addressed the application of the ant colony alogrithm in recent years.you can learn the alogrithm of soft computing as a beginner.I hope this paper could be useful for you.
linearequations
- 线性方程组求解,增广矩阵可以在对话框界面中输入-To solve the linear equations,and augmented matrix can be input
Adaptive_Beamforming
- Consider a BPSK transmitter, in an unknown direction, emitting signal continuously. An interfering device (jammer) is also transmitting continuously a tone of the same frequency as that of BPSK transmitter. Following cases are of interest: Case
005
- 常用的数值计算C代码,包括共轭梯度法、单纯形法、数值积分、最小二乘、最速下降法等。-C code commonly used in numerical calculation, including the conjugate gradient method, simplex method, numerical integration, least squares, steepest descent method.
FFT
- 本程序是自己编写的频域抽取FFT程序,输入自然序,输出倒位序,用C语言实现。-The program is written in their own decimation in frequency domain FFT program, enter the natural order, the output inversion sequence, with the C language.
