说明:本书的完整描述和全网支持,将使读者充分掌握MATLAB的脉搏,成为解决工程问题的最佳武器,21-29秒
说明:#include #include #include using namespace std; #define innode 8 //输入结点数 #define hidenode 14//隐含结点数 #define outnode 1 //输出结点数 #define tr...
说明:基于whitt的点目标极化定标算法,包含图像读入,写出和极化特征图等部分
说明:一个非常好的基于MATLAB的飞机动态控制工具箱,对于从事该方面研究的读者非常有参考价值-a very good aircraft based on MATLAB Toolbox dynamic control, engaged in the study of readers very valuab...
说明:基于水头算法的图像分割。此代码读取图像并使用HSD算法进行图像分割。该代码同时进行彩色图像和灰度图像分割。
说明:这个matlab代码 根据2012年hong的An Improved Reversible Data Hiding in Encrypted Images Using Side Match这篇算法编写而成,