资源列表
Numerical Recipes in Fortran 77
- fortran数值计算方面的一本好书,计算机数值算法的圣经。(Numerical Recipes in Fortran 77 The Art of Scientific Computing Second Edition Volume 1 of Fortran Numerical Recipes)
nlopt-2.4.2-dll64
- 非线性最优求解方法,适用于matlab使用。(The nonlinear optimal solution is suitable for the use of MATLAB.)
计算一维光子晶体全息干涉分布
- 一个用来计算一维光子晶体全息干涉分布的matlab程序(A matlab program for calculating holographic interference distribution in one-dimensional photonic crystals)
解析法
- FDTD算法计算二维光子晶体能带和传输谱(Calculation of band and transmission spectrum of two-dimensional photonic crystal by FDTD algorithm)
FDTD
- 计算光子晶体传输特性的时域有限差分方法的matlab程序(Matlab program of finite difference time domain method for calculating the transmission characteristics of photonic crystals)
two-ray
- two-ray model matlab simulation
NumPy Cookbook
- NumPy Cookbook,数值计算的学习资料(This book is for scientists engineers programmers or analysts with a basic knowledge of Python and NumPy)
拉格朗日插值+MATLAB源程序代码
- 拉格朗日插值法可以找到一个多项式,其恰好在各个观测的点取到观测到的值。数学上来说,拉格朗日插值法可以给出一个恰好穿过二维平面上若干个已知点的多项式函数。(The Lagrange interpolation method can find a polynomial that happens to be taken to the observed value at the point of each observation. Mathematically, the Lagrange interpo
matrix
- 好用的矩阵运算库,直接调用,包括求逆,解决老板芯片没有矩阵库的问题。(The good use of the matrix operation library, direct call, including the inversion, to solve the problem that the boss chip has no matrix library.)
C语言实现FFT(快速傅里叶变换)
- 可实现对输入的序列FFT变换的C代码,代码可直接在VC下运行(C code can be implemented for the sequence FFT transformation of the input)
C语言作业
- 整理了一些算法包括随机数生成素数穷举判断(helloeveryone this is C++progress)
matlabjubing
- 本程序解决了matlab中fmincon最优化函数的非.m函数问题,程序中使用函数句柄,使用单个文件即可实现计算。包含基本的调用m函数方法程序、采用x(1)...x(6),带括号形式的句柄程序、采用定义的x1...x6多变量的句柄程序。程序可用于迭代过程中的最优化条件发生改变的情况。希望对大家有所帮助(This program solves the non.M function problem of the fmincon optimization function in MATLAB. In