资源列表
[matlab例程] matlab463
说明:这是一个matlab的bp网络程序,可用于逼近和预测,程序里有详细的说明与注释,包括数据预处理、建立网络、训练、仿真、预测的整个过程。-This is a matlab the bp network procedures, can be used for approximation and prediction, procedure, there are detailed instructions and notes, including data pre-processing, network<lhy> 在 2025-07-27 上传 | 大小:3kb | 下载:0
[数据结构常用算法] xuleizhizhenshiyong
说明:虚基类中指针的使用 这是教您使用C中的虚基类中指针的使用的使示例代码-Virtual base class in the use of this guide is to teach you the use of C in the virtual base class pointer to enable the use of sample code<韩巍> 在 2025-07-27 上传 | 大小:3kb | 下载:0
[压缩解压] zoumigong
说明:可以使用的单纯走迷宫程序.简单实用.但缺少一般生成迷宫程序.需本人另找普通迷宫以待执行文件-Can be used simply Maze procedure. Simple and practical. However, the lack of general procedures to generate a maze. I need to find another maze to be the implementation of the general document<不会飞的小二> 在 2025-07-27 上传 | 大小:3kb | 下载:0
[人工智能/神经网络/遗传算法] xihuasuanfa
说明:细化算法,手写数字识别的细化算法,也是用C++写的,仅供参考-Thinning Algorithm, handwritten numeral recognition of the thinning algorithm is also used to write C and is for reference only<郑英杰> 在 2025-07-27 上传 | 大小:3kb | 下载:0
[人工智能/神经网络/遗传算法] JM98B
说明:经典"模拟退火算法" 解决“推销员问题”的实例 对数模和组合优化问题很有帮助 简单易懂的C语言编程和详细的注释,容易推广到其他语言-Classic<顺星> 在 2025-07-27 上传 | 大小:3kb | 下载:0
[matlab例程] flatsignal5
说明:平滑信号程序源代码,可用于模态分解,EMD,LMD等模态分解方法都能用到-Smooth signal program source code. . . For EMD<彭延峰> 在 2025-07-27 上传 | 大小:3kb | 下载:0
[数学计算/工程计算] SVD
说明:% 奇异值分解 (sigular value decomposition,SVD) 是另一种正交矩阵分解法;SVD是最可靠的分解法, % 但是它比QR 分解法要花上近十倍的计算时间。[U,S,V]=svd(A),其中U和V代表二个相互正交矩阵, % 而S代表一对角矩阵。 和QR分解法相同者, 原矩阵A不必为正方矩阵。 % 使用SVD分解法的用途是解最小平方误差法和数据压缩。用svd分解法解线性方程组,在Quke2中就用这个来计算图形信息,性能相当的好。在计算线性方程组时,一些不能分<zhxj> 在 2025-07-27 上传 | 大小:3kb | 下载:0