-
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
-
CRC16校验
CRC16校验-CYXLIC REDUNDANCY CHECK
- 2022-03-07 11:44:05下载
- 积分:1
-
Winzip压缩算法代码
本代码主要是winzip压缩算法代码,对想研究zip压缩算法的朋友,快些下载吧。
- 2022-10-23 14:30:05下载
- 积分:1
-
数学建模方法,写论文的重要帮助,不会建模可写不出高质量的文章啊。...
数学建模方法,写论文的重要帮助,不会建模可写不出高质量的文章啊。-Mathematical modeling method, an important thesis help, will not be high-quality modeling can not write an article ah.
- 2022-12-25 01:20:03下载
- 积分:1
-
四轴源码以及原理图
小四轴的源码以及原理图 #include "led.h"#include "delay.h"#include "sys.h"#include "key.h"#include "usart.h"#include "exti.h"#include "wdg.h"#include "timer.h"#include "pwm.h"#include "lcd.h"#include "MPU6050.h"#include "lsm330.h"u8 SPI1_Buffer_Rx1[6]="432423";s16 SPI1_Buffer_Rx[30];u8 k = 0;void SPI_Configuration(){ SPI_InitTypeDef SPI_InitStructure; /* SPI1 Config -------------------------------------------------------------*/ SPI_InitStructure.SPI_Direction = SPI_Direction_2Lines_FullDuplex; SPI_InitStructure.SPI_Mode = SPI_Mode_Master; SPI_InitStructure.SPI_DataSize = SPI_DataSize_8b; SPI_InitStructure.SPI_CPOL = SPI_CPOL_High; SPI_
- 2023-03-12 15:55:03下载
- 积分:1
-
使用java语言实现的c4.5决策树
使用java语言实现数据挖掘的C4.5决策树算法。其中用到4个class,myc45是主函数,values代表计算属性的取值,attribute用于计算信息增益比,以求找出最适用于分类的属性val则是处理输入的数据的类
- 2022-02-01 00:19:15下载
- 积分:1
-
辛普森复合算法 典型
辛普森复合算法 典型-Simpson typical composite algorithm
- 2023-07-20 02:25:03下载
- 积分:1
-
rapid sequencing and Bubble Sort
快速排序和冒泡排序-rapid sequencing and Bubble Sort
- 2023-03-21 16:40:03下载
- 积分:1
-
使用Chebyshev 多项式进行数值拟合的算法
使用Chebyshev 多项式进行数值拟合的算法-use of Chebyshev polynomials numerical fitting algorithm
- 2023-02-09 23:00:04下载
- 积分:1
-
sift特征点检测,匹配,将匹配结果连线
对sift算法做了改写,并添加 了好多demo以供学习,官网的代码核心部分是闭源的,用一个加密文件写的,这里做的是完全开源的 ,用于特征点检测匹配,并可以用于拼接,分享出来给大家学习参考。
- 2023-05-19 06:25:03下载
- 积分:1