-
The essence of Newton method is used constantly to approximate tangent curve, th...
Newton法的本质就是不断用切线来近似曲线,因此,Newton法也称为切线方法。本程序用Newton法求解n元正定函数的最小值,例子在程序中。-The essence of Newton method is used constantly to approximate tangent curve, therefore, Newton method, also known as tangent method. This procedure using Newton method to solve n-positive definite function of the minimum value, for example, in the proceedings.
- 2022-05-08 02:16:18下载
- 积分:1
-
语音编解码G711源码
G.711使用64Kbps的带宽,可将14bits转换成8bits。目前G.711有两个编码方式:一种是u-law又称mu-law,主要运用于北美和日本;另一种是a-law,主要运用于欧洲和世界其他地区。其中,a-law编码方式是为方便计算机处理而特别设计的。2008年3月国际电信联盟正式发布了最新的宽带语音编译码标准G.711.1。该代码是G711编解码软件,可以编译为动态库直接使用
- 2022-06-13 18:37:22下载
- 积分:1
-
KPCA face recognition algorithm
KPCA is very famous, this method is using for face recognition,great effect,many data for the tests
- 2023-05-06 01:50:03下载
- 积分:1
-
在线签名鉴定,用AR实现算法和DTW算法实现,还包括一个比较综合的实例,对此方面研究的朋友有用处,这是官方书籍中附带的一个源程序。...
在线签名鉴定,用AR实现算法和DTW算法实现,还包括一个比较综合的实例,对此方面研究的朋友有用处,这是官方书籍中附带的一个源程序。-On-line signature verification, using AR algorithm and DTW algorithm, but also includes a more comprehensive example of research in this area is useful friends, this is the official book accompanying a source.
- 2022-05-08 06:18:27下载
- 积分:1
-
考拉兹猜想解决方案使用 c + +
在这个程序中,证明具有难度声明解决了考拉兹猜想。为任何整数,不管它是什么,会最终导致一个人。它通常被称为合一的任何整数。此程序所示的此属性的一个整数。
- 2022-02-06 10:43:19下载
- 积分:1
-
A*寻路算法, 源代码中使用的SDL库,可以到http://www.libsdl.org/或者VC知识库网站工具栏目www.vckbase.com/tools下...
A*寻路算法, 源代码中使用的SDL库,可以到http://www.libsdl.org/或者VC知识库网站工具栏目www.vckbase.com/tools下载。-A* Routing algorithms, source code used in the SDL libraries, or can http://www.libsdl.org/ VC Knowledge Base site columns www.vckbase.com tools/tools download.
- 2022-03-25 14:40:09下载
- 积分:1
-
动态规划之01背包问题
资源描述这是一个相当经典的动态规划问题,也是背包问题中比较基础的一类问题
- 2022-05-07 19:30:44下载
- 积分:1
-
希尔排序
希尔排序-Sort Hill
- 2022-03-01 00:09:40下载
- 积分:1
-
C语言求逆矩阵
C语言求逆矩阵 介绍一下算法导论上的一般的矩阵求拟算法思路。 假设要对矩阵A求逆,首先利用矩阵论知识,对A进行LUD分解。 利用分解出来的矩阵L,U,D来求解AB=I中的n个线性方程组,得到n个解向量,所有解向
- 2023-01-13 23:50:03下载
- 积分:1
-
这个程序可实现最优二分检索树的构造,绘制和检索,请在Turboc 2.0下运行...
这个程序可实现最优二分检索树的构造,绘制和检索,请在Turboc 2.0下运行-this procedure can achieve optimal two-tree structure retrieval, mapping and retrieval, please run Turbo 2.0
- 2022-11-05 10:00:03下载
- 积分:1