-
金刚石算法
金刚石算法。计算机图形学实验课的第一个实验。
- 2022-03-13 17:07:16下载
- 积分:1
-
基于最大类间方差阈值与遗传算法的道路分割算法
The code is based on Otsu threshold algorithm and heritage road split code to calculate the optimal threshold, enabling the road segmentation, experimental results are good.The code is based on Otsu threshold algorithm and heritage road split code to calculate the optimal threshold, enabling the road segmentation, experimental results are good.
- 2022-02-04 01:42:13下载
- 积分:1
-
Indoor location
应用背景使用C语言编写的基于wifi的室内定位算法,其中使用KNN进行指纹匹配。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。关键技术室内定位。。KNN,。。。wifi指纹。。。C语言实现室内定位定位,tocket网络编程
- 2022-04-15 15:56:45下载
- 积分:1
-
c语言数值计算算法,包括各种排序算法、差值、迭代等
c语言数值计算算法,包括各种排序算法、差值、迭代等-c language numerical algorithms, including sorting algorithm, the margin, such as iterative
- 2022-08-03 13:33:38下载
- 积分:1
-
svm 技术在示功图故障中检测重的应用
使用C++ 代码编写,能够很好的实现示功图的多类分类,基于编写的软件已经商用。有一定的实践意义!算法描述较为详细,有一定的指导意义!
- 2022-08-15 08:33:03下载
- 积分:1
-
任意元素的矩阵操作,包括加、减、乘、求行列式、求逆
任意元素的矩阵操作,包括加、减、乘、求行列式、求逆-An arbitrary element matrix operations, including addition, subtraction, multiplication, seeking determinant, inverse
- 2022-04-28 11:12:40下载
- 积分:1
-
求行列式的值 求行列式的值 求行列式的值 求行列式的值
求行列式的值 求行列式的值 求行列式的值 求行列式的值-qiuhanglieshidezhi
- 2022-04-18 17:10:51下载
- 积分:1
-
use of the principle for appropriate improvements, the algorithm
利用NEWTON的原理进行适当的改进,得到的算法-use of the principle for appropriate improvements, the algorithm
- 2023-01-09 06:45: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
-
地震模拟资料数字化的过程中,会存在数据打折、台阶等现象,该程序用于把数字化后的数据去打折、去台阶...
地震模拟资料数字化的过程中,会存在数据打折、台阶等现象,该程序用于把数字化后的数据去打折、去台阶-Earthquake simulation data digitization process, there will be discounts of data, step of such a phenomenon, the program for the digital data to a discount, go to step
- 2022-04-18 19:14:11下载
- 积分:1