-
数值积分常用算法
数值积分常用算法-numerical integration algorithm commonly used
- 2022-01-27 21:54:34下载
- 积分:1
-
matlab程序实现 最短路径问题 最短路径问题是图论研究中的一个经典算法问题, 旨在寻找图(由结点和路径组成的)中两结点之间的最短路径...
matlab程序实现 最短路径问题 最短路径问题是图论研究中的一个经典算法问题, 旨在寻找图(由结点和路径组成的)中两结点之间的最短路径-matlab program to achieve the shortest path problem shortest path problem is the study of graph theory, a classical algorithm for the problem, aimed at finding a plan (by the node and path composed of) two nodes of the shortest path between
- 2022-04-12 10:43:20下载
- 积分:1
-
最大覆盖问题:给定n个整数a , a , ,an 1 2 组成的序列。如果对于i £ k £ j ,有k | j | a &...
最大覆盖问题:给定n个整数a , a , ,an 1 2 组成的序列。如果对于i £ k £ j ,有k | j | a £ a ,则称j a 覆
盖序列区间i i j a , a , , a +1 ,相应的覆盖区间长度为j-i+1。-Maximum coverage problem: Given n integers a, a,, an 1 2
- 2023-01-24 13:10:04下载
- 积分:1
-
八皇后-N皇后的多种算法
里面有循环法和嵌套法。试着算到了二十几皇后。上学时候写的东西~拿出来分享下
- 2022-02-10 08:31:05下载
- 积分:1
-
这是对一维时间序列进行归一化计算的matlab程序
这是对一维时间序列进行归一化计算的matlab程序-This is the one-dimensional time series to a calculation procedure of Matlab
- 2023-09-04 18:25:03下载
- 积分:1
-
在顶端2个操作数框输入原始值,将自动显示其四则运算值,以及运算结果的平方、开根、倒数、立方、自然对数、常用对数值,还可进行角度弧度换算,阶乘和三角函数计算,以及...
在顶端2个操作数框输入原始值,将自动显示其四则运算值,以及运算结果的平方、开根、倒数、立方、自然对数、常用对数值,还可进行角度弧度换算,阶乘和三角函数计算,以及长度、面积、质量、体积的单位换算。-In the top two operands box to enter the original value, will automatically display its four operational values, and computing the results of the square roots, reciprocal, cubic, the natural logarithm, common logarithm, but also to the angle in radians conversion, factorial and triangular function calculation, as well as length, area, mass, volume of unit conversion.
- 2022-01-26 07:59:56下载
- 积分: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
-
C#矩阵运算类,可以实现矩阵运算的常见功能,方程组求解等功能。...
C#矩阵运算类,可以实现矩阵运算的常见功能,方程组求解等功能。-C# Matrix type, you can realize a common matrix calculation functions, equation solving functions.
- 2022-08-22 07:53:35下载
- 积分:1
-
Kriging Matlab 工具包 很好用
国外网上找到的Kriging Matlab 工具包,很好用。1.支持变量多维度, 核函数有多种选择。2.可以根据自己的研究任务进行修改。3.已通过测试,在适当样本点的情况下,插值精度很高。
- 2022-01-22 10:56:53下载
- 积分:1
-
哈希代码消息身份验证算法
这是 hmac 算法的代码。hmac 是用于创建加密的数字签名验证算法。它将创建要发送的数据的哈希代码。
- 2022-03-01 12:39:37下载
- 积分:1