-
Based on support vector machines underwater acoustic channel blind equalization...
基于支持向量机的水声信道盲均衡算法的研究-Based on support vector machines underwater acoustic channel blind equalization algorithm
- 2022-07-25 17:24:59下载
- 积分:1
-
Steepest descent method is based on the negative gradient direction as a decline...
最速下降法是以负梯度方向作为下降方向的极小化算法,本程序用该方法求解n元正定二次函数的极小值-Steepest descent method is based on the negative gradient direction as a decline in the direction of the minimization algorithm, this procedure using this method for solving n-positive definite quadratic function of the minimum
- 2022-03-12 23:23:09下载
- 积分:1
-
神经网络优化算法
BP学习算法具有结构简单、参数可调、可操作性好等优点,虽然BP神经网络是人工神经网络中应用最广泛的算法,但也存在一些缺陷,如学习收敛速度太慢。利用遗传算法对神经网络的网络结构、初始连接权值和阈值选取进行优化。
- 2022-03-02 08:27:42下载
- 积分:1
-
包括基本概念,数学规划的分析方法,B。
包括基本概念,数学规划的解析法,基本构件优化设计,线性规划,桁架优化设计,连续梁和钢架的优化设计,非线性规划在结构优化设计中的应用,动态规划,几何规划,结构动力优化-Including basic concepts, the analytic method of mathematical programming, the basic components to optimize the design, linear programming, optimization of truss design, steel beams and continuous optimization of the design, non-linear programming in structural optimization and design, dynamic programming, geometric programming, structural dynamics Optimization
- 2022-08-13 22:32:11下载
- 积分:1
-
这个程序是一个Win32程序,计算Fibonacci斐波纳契数列(一种整数数列, 其中每数等于前面两数之和)。其定义是f(1) = 1,f(2) = 2,并且当
这个程序是一个Win32程序,计算Fibonacci斐波纳契数列(一种整数数列, 其中每数等于前面两数之和)。其定义是f(1) = 1,f(2) = 2,并且当n>2时, f(n) = f(n-1) + f(n-2)。源代码种给出了三种计算方法。第一种方法用递归,第二种方法用大数组,第三种方法用小数组。此外,这个程序还具备多线程特性,所以在运算时可以做其它操作。代码用到了以前创建的Win32类。测试为发现bug和内存溢出。--Calculate Fibonacci value.
- 2023-06-06 19:10:03下载
- 积分:1
-
基于matlab的kalman滤波源程序,实现基本的卡尔曼滤波。
基于matlab的kalman滤波源程序,实现基本的卡尔曼滤波。-The kalman filter matlab-based source to achieve the basic Kalman filtering.
- 2022-01-25 22:40:42下载
- 积分:1
-
动态规划,poj3688
资源描述这是一道比较典型的动态规划算法题目,在游戏中运用了推理与动态规划算法,有助于帮助我们更加深刻地理解动态规划算法
- 2022-04-22 00:42:58下载
- 积分:1
-
使用EPTREE可以很好的对,C,C++,Java代码进行解析。绘出函数树图,计算堆栈大小等。
<输出的文件内容>
功能树
INKURU...
使用EPTREE可以很好的对,C,C++,Java代码进行解析。绘出函数树图,计算堆栈大小等。
功能树
INKURUDOFAIRUTSURI
测量若干步骤(有条件汇编)
函数索引(使用堆栈大小为每个功能输出)
使用类名单
全局变量,变结构,对象名单
#定义定义列表
清单中所使用
列表名称
信息分布函数的行数-EPTREE can be used for good, C, C++, Java code analysis. Mapping function tree diagram, calculate the stack size.
- 2022-05-07 21:51:37下载
- 积分:1
-
一种矩阵的头文件实现方法。该文件是独立的,…
header file implementing LU decomposition of a matrix. The file is independent, all the functions required are in the header file
- 2023-06-27 18:05:03下载
- 积分:1
-
决策树分类算法
本案例适合于初学者对python语言的掌握和熟练以及对决策树分类算法的初步模拟,使其对决策树算法的思想有一个更清晰的认识和理解,其中所用的数据集是Iris,并且里面附有整个算法流程的说明文档,更有利于大家的理解,希望能够帮助到其他人。
- 2022-03-21 09:06:19下载
- 积分:1