资源列表
mcnpdata
- mc 燃耗分析库文件读取 结合burncal一起使用-mc burnup analysis library file read
FFT1024
- matlab 实现 1024点 FFT 运算 已经试过 运行很好-matlab achieve the 1024-point FFT computation
1D-MT
- 大地电磁一维正演程序是电磁法的基础编程,首先设置地电断面然后通过正演模拟电磁场在大地中的传播形式来得到地下地质体的电阻率情况,从而得到地下地质体情况。-One-dimensional magnetotelluric forward modeling process is the basis of electromagnetic program, first set the geoelectric section and then forward modeling electromagnetic
pml2d_dos
- 光子晶体计算软件FDTD程序,matlab程序。可计算模场等特性。-Photonic crystal FDTD calculation software program, matlab procedures. Computable mode field and so on.
CRC16Modbbus
- CRC-16 Modbus 标准协议原理及C代码实现实例-CRC-16 Modbus standard protocol principles and examples of C code to achieve
MUSIC
- 基于解相干的MUSIC源程序,阵列信号处理谱估计方面的程序-Based on decoherence-MUSIC source, array signal processing aspects of spectral estimation procedures
fft
- fft的算法,数据处理成频谱图,波形图的功能!-fft algorithms, data processing into the frequency spectrum, waveform features!
YYSCFC
- 解一元三次方程的C算法,可以求解一元三次方程-One dollar three equations
CLAPACK_dll
- LAPACK的全称是Linear Algebra PACKage,是非常著名的线性代数库。LAPACK是用Fortran写的,这里是C版LAPACK编译后的dll和头文件。-LAPACK full name is Linear Algebra PACKage, is a very well-known linear algebra library. LAPACK is written in Fortran, here is the C version of LAPACK compiled dll
SDL.Component.Suite.v6.0.Pro.For.C5D56.with.Source
- SDL控件组也是不错的,可以做化学分子结构图;信号FFT分析;画科学工程图等等。 和ABAKUS一样,其源码难以得到,极其困难!现在你可以拥有源码了-SDL is also a good control group, they can do chemical molecular structure diagram FFT signal analysis drawing of science engineering drawings and so on. And ABAKUS as i
MST
- 最小生成树prim算法matlab实现,计算出总权值和最优连线。-Minimum spanning tree algorithm matlab prim implemented to calculate the total weight and the optimal connection.
curvefiting
- 该程序利用最小二乘法进行拟合多元非线性方程。是我做毕设的时候写的。希望对大家有用。-This code can fit multivariable nonlinear equation by using least squares.