资源列表
四步相移法程序
- 实现光栅投影,并将光栅投影到物体上,然后解相位(Realize the grating projection, project the grating onto the object, and then solve the phase)
1粒子群算法20160830
- 粒子群算法详解,方便新手学习,简单上手,通俗易懂(Particle swarm optimization algorithm detailed explanation, convenient for novices to learn, easy to use)
2改进的粒子群算法20160831
- 改进的粒子群算法,适合新手学习,通俗易懂,好上手(Particle swarm optimization algorithm detailed explanation, convenient for novices to learn, easy to use)
LSTM-master
- 通过Long Short-Term Memory长短期记忆网络处理时间序列缺失值问题。(handing missing data)
增压柴油机的simulink
- 用于永增压柴油机的simulink模型,可以运行 并进行相应的学习。
冒泡排序
- 基于C++语言的对随机生成数的冒泡排序算法,非常好哦
基于matlab的gui的火灾检测(究极完全版)
- 各类函数都有,运行就出图。简单上手,无需复杂操作。
有限元法求解Fokker-Planck方程
- 适用于求解ut-▽(a(x,y)▽u)=f(x,y)的零初边值问题(Applicable to the problem of zero initial boundary value of a kind of PDE)
Random_sample
- 随机均匀采样的matlab代码实现,输入矩阵的大小和要采样的数目。返回一个随机均匀采样的测量矩阵,矩阵的值为0或1,0表示没有采样,1表示采样(Matlab code of random and uniform sampling, the size of input matrix and the number of samples. Returns a measurement matrix with random and uniform sampling. The value of the ma
Deep-Learning-in-Python-master
- 用于深度学习 循环神经网络等,方法是分类与回归(Classification and regression of deep learning)
北航2019级数值分析第一次大作业源代码
- 为课后计算实习第三题源代码,这是2019年才换的新题,之前都是做的第一题,采用C++语言编写
RSA算法
- RSA公开密钥密码体制主要包括RSA算法的加解密过程和公式论证