资源列表
Question No1
- 关于FFT的matlab,运用一些特定函数方程,设定wn的值进行编写matlab文件(Write a Matlab function fastft.m which implements the Fast Fourier Transform (FFT) algorithm for computing the DFT.)
8.1.1
- 用四阶龙格-库塔法解著名的Lorenz方程,FORTRAN(The four - order Runge - Kutta method is used to solve the famous Lorenz equation.)
Desktop
- 用于非线性方程计算的牛顿迭代法,给水工程管网平差计算(nonlinear equation method of iteration)
求主特征值的正确程序
- 求特征值的正确的程序,采用的方法为幂法。可调试(Find the correct procedure for eigenvalues, using the power method. Can be debugged)
06-飞机大战-玩家飞机发射子弹
- python飞机大战源码,大家可以下载来看看,如果有问题可以联系(Python plane war source code, you can download to see, if there is a problem can be contacted)
k-means算法2
- 使用该算法可以实现数据的聚类分析,非常适合初学者。(The algorithm can be used to achieve clustering analysis of data, ideal for beginners.)
身份证最后一位
- 判断一个或多个身份证是否有效,c语言较简单(Whether the identification card is valid or not)
SVE1
- SVE1污染物传播半径的计算,UDF,适用于Fluent(User-Defined Function for Residual ratio)
MK
- 根据中国气象站点数据,经过处理,对其进行突变分析。(According to the data of China Meteorological Station, the mutation analysis was carried out.)
EMfunction
- 混合高斯分布的em算法,e步和m步,输出各参数值(mixture of gaussian,em)
解析法
- FDTD算法计算二维光子晶体能带和传输谱(Calculation of band and transmission spectrum of two-dimensional photonic crystal by FDTD algorithm)
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