-
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
-
zigbee matlab仿真源代码
zigbee算法仿真重要的源代码,也是编程中最重要的一部分,用来地址分配源程序
- 2022-05-31 21:20:17下载
- 积分:1
-
一个用来计算矩阵运算的函数库,希望对大家有用
一个用来计算矩阵运算的函数库,希望对大家有用-One used to calculate the matrix operations of the library and hope for all of us
- 2023-06-13 21:55:05下载
- 积分:1
-
实现阶乘算法,1000以内的数字都可以实现
实现阶乘算法,1000以内的数字都可以实现-factorial algorithm to achieve, within the 1000 figure can be achieved ..................................
- 2022-03-22 10:33:38下载
- 积分:1
-
Bayes的matlab实现
自己写的一个Bayes分类器的matlab程序,比较简单。
使用方法
>> [ train_x, train_y ] = readdata("train_data.txt" );
>> [ test_x, test_y ] = readdata("test_data.txt" );
>> [mode]=MyBayes_train( train_x, train_y);
>> [ acurracy, predict_y]=MyBayes_test( test_x, test_y, mode);
- 2022-03-09 19:08:01下载
- 积分:1
-
加减乘除练习用的程序,它可以让学生练习加减乘除等数学运算。...
加减乘除练习用的程序,它可以让学生练习加减乘除等数学运算。-arithmetic practice with the procedure, it can allow students to practice arithmetic and other mathematical calculations.
- 2022-03-01 11:24:47下载
- 积分:1
-
人脸识别
应用背景人脸识别准确率97.18%,1秒完成。可能是复杂的,在光的工作环境是真实的,并支持更多的人的脸在一个场景中的检测,识别关键技术# Matlab C,C + +试着usb_device_id.txt USB设备文件ID号,而不是1或2,所以给它一个尝试。1。人脸识别模式1C1速度:320×240,P4 2.4GHz CPU:图像尺寸小于1秒,(总数无关的图书馆)。2。人脸识别模式1cn速度
- 2022-02-02 13:59:44下载
- 积分:1
-
C++双截面法
双截面算法的C++实现。该算法是一种无约束优化方法。它仅适用于一个变量;
- 2022-06-01 19:45:23下载
- 积分:1
-
zoj 1015简单解法及证明!另附几道zoj题解法
1015虽然是到很简单的题,但这个算法巧妙的运用了数论中的一个小知识点,使得算法变得更快且更简单。简直让人拍手称快!
还有几道其他的zoj题。适合初学者的题。大牛们可以绕道。
- 2022-03-07 15:02:55下载
- 积分:1
-
这个代码执行算术运算。这只是一个计算器。非常…
This code performs the arithmatic operations. This is simply an calculator. Very useful code for the beginner of C-This code performs the arithmatic operations. This is simply an calculator. Very useful code for the beginner of C++
- 2022-03-01 14:40:36下载
- 积分:1