资源列表
[人工智能/神经网络/遗传算法] smthga
说明:很程式化的标准遗传算法程序,用以求解多元函数的极值-Very stylized standard genetic algorithm procedure to solve the multi-function extremum<oklahoma> 在 2025-08-02 上传 | 大小:3kb | 下载:0
[数学计算/工程计算] fft_enhance_cubs
说明:介绍fft指纹增强算法,该源码测试可行。希望对大家有用。-Introduction fft fingerprint enhancement algorithm, the source test feasible. Hope useful for all of us.<刘红莉> 在 2025-08-02 上传 | 大小:3kb | 下载:1
[matlab例程] 0003MatrixEigenvalueCalculation
说明:通过这些能够熟练掌握MATLAB中特征值来计算相关函数,而且能通过编程实现多种矩阵特征值运算的算法。-Through these can master Eigenvalue MATLAB to calculate the correlation function, and can achieve a variety of programming matrix eigenvalue computing algorithms.<王海波> 在 2025-08-02 上传 | 大小:3kb | 下载:0
[数学计算/工程计算] ex4_fast_fourier_transform
说明:快速傅立叶变换算法的实现,用eclipse实现,-Fast Fourier Transform algorithm, using eclipse realized,<Jiawang> 在 2025-08-02 上传 | 大小:3kb | 下载:0
[数据结构常用算法] DosAvl
说明:这是一个数据结构的小程序,非递归的avl树实现,用到了穿线法-This is a data structure of small procedures, non-recursive AVL tree realization, using the threading method<hanjiasong> 在 2025-08-02 上传 | 大小:3kb | 下载:0
[数学计算/工程计算] bp.example
说明:采用动量梯度下降算法训练BP网络,采用两种训练方法,即 L-M 优化算法(trainlm)和贝叶斯正则化算法(trainbr),用以训练 BP 网络-Gradient descent algorithm using momentum BP network training, using two training methods, namely, LM optimization algorithm (trainlm) and Bayesian regularization algorithm (t<闫薇> 在 2025-08-02 上传 | 大小:3kb | 下载:0
[数学计算/工程计算] Matrix_Leastsquare
说明:C#编写,包括两个类:矩阵运算,根据布尔莎模型通过最小二乘法计算七参数-C# Prepared, including two categories: matrix operations, according to Bursa model through the least squares method to calculate the seven parameters<watson> 在 2025-08-02 上传 | 大小:3kb | 下载:0
[数据结构常用算法] find
说明:哈希表的建立、查找。设有若干个学生的考试成绩,用学生的学号作为关键字,采用除留余数求哈希地址,将学生的信息存储到该地址空间,并且采用线性探测法解决冲突问题。-The establishment of hash table to find. There are a number of students in examinations, with students as No. keywords used in addition to stay for more than a few hash ad<yyfy> 在 2025-08-02 上传 | 大小:3kb | 下载:0
[数据结构常用算法] C_TREE
说明:本例题将介绍一种建立二叉树的算法。同时介绍对“遍历算法”灵活应用:将二叉树中每个结点的左右子树进行交换。介绍求二叉树深度的算法。 二叉树的建立是一个递归方法,与二叉树先序遍历思路有点相似。数据的组织是先序遍历的顺序,但是当某结点的某孩子为空时以数据0来充当,也要输入。结合右图的二叉树,其数据的输入顺序应该是: 1 2 4 0 0 0 3 5 0 7 0 0 6 8 0 0 9 0 0。 若当前数据不为0,则申请一个结点存入当前数据。如果输入0表明是空(NULL),不分配结点。递归调用<yyfy> 在 2025-08-02 上传 | 大小:3kb | 下载:0