-
经典算法之背包问题
经典算法之背包问题-classic algorithms knapsack problem
- 2022-01-29 00:49:05下载
- 积分:1
-
此程序为C语言编写的矩阵运算算法
此程序为C语言编写的矩阵运算算法-procedure for the preparation of the C language matrix calculation algorithm
- 2022-08-22 12:03:46下载
- 积分:1
-
Curve fitting, curve realize you granges painting, you can generate random numbe...
曲线拟合,实现啦格朗日曲线画法,可以实时产生随机数来画-Curve fitting, curve realize you granges painting, you can generate random numbers in real-time to painting
- 2022-10-27 22:25:03下载
- 积分:1
-
虚拟重排序
这是一个有关汽车装配厂涂装车间虚拟重排序的简单规则代码,应用c++实现订单的重新分派。在此过程中并不改变原有汽车序列的实际顺序。This is a car assembly plant paint shop virtual reordering simple rule code, application c + + implementation reassignment orders. In this process does not change the actual order of the sequence of the original automobile.
- 2022-08-07 07:54:14下载
- 积分:1
-
一种有效的包络线算法,可以实现很多情况下的振动信号的包络线生成。...
一种有效的包络线算法,可以实现很多情况下的振动信号的包络线生成。-an effective envelope algorithm can achieve many of the vibration signal envelope generation.
- 2022-03-01 08:05:05下载
- 积分:1
-
LU分解法,数值分析最基本的!
LU分解法,数值分析最基本的!-LU decomposition, the most basic numerical analysis!
- 2022-01-26 02:32:30下载
- 积分:1
-
研究生期间上《数值计算方法》课的作业,所有代码都是C语言实现并调试通过,现在上传为大家服务。这是不动点算法...
研究生期间上《数值计算方法》课的作业,所有代码都是C语言实现并调试通过,现在上传为大家服务。这是不动点算法-"numerical methods" courses of operations, are all code and the C language debugging passed, and upload to us. This is the fixed point algorithm
- 2022-02-04 22:31:25下载
- 积分:1
-
c数值算法程序大全
包含几百个数值计算算法,如低通滤波,高通滤波,带通滤波,c语言源码。
- 2022-04-25 18:07:59下载
- 积分:1
-
基于BSP 和L
基于BSP 和L-system 植物的随机生成和模拟的研究-Based on BSP and L-plant system of random generation and simulation research
- 2022-02-05 02:51:43下载
- 积分: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