-
科学工程C源程序范例解,里面不止给出了程序,算法,还有很多的相关知识的说明,很有用。...
科学工程C源程序范例解,里面不止给出了程序,算法,还有很多的相关知识的说明,很有用。-scientific engineering C source model solution is not inside the process, algorithm, there is a lot of knowledge related to the note, very useful.
- 2022-06-02 15:19:05下载
- 积分: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
-
基本粒子群算法
基本粒子群算法的matlab源程序,求解优化问题
- 2023-02-22 03:55:03下载
- 积分:1
-
串口转以太网程序
此源文件是串口转以太网的程序文件,芯片采用的stm32单片机,里面各种标注。
- 2022-07-12 19:19:12下载
- 积分:1
-
slam_simulator_sp_map模型
SLAM_simulator_SP_map model
- 2023-03-14 11:20:06下载
- 积分:1
-
FFT算法的程序
可运算的FFT算法。加载到程序里面后可以正常运行。程序稳定,抑制能力强大。里面包含了四种FFT算法可供选择使用。实验效果显著,程序可用。
- 2022-01-27 18:03:57下载
- 积分:1
-
本程序为生成给定分布律的随机数 模拟规划 也是图论中经典得程序...
本程序为生成给定分布律的随机数 模拟规划 也是图论中经典得程序
-This procedure for generating a given distribution law of random numbers simulation planning is a classic graph theory procedures
- 2022-07-01 14:00:15下载
- 积分:1
-
彩色图像的人脸检测
face detection in color image
- 2022-07-25 12:51:42下载
- 积分:1
-
将求解偏微分方程和局部网格加密简单组合在了一起。用的方程是一个含有间断二次系数的椭圆型方程,在系数间断的位置,解会有一个弱间断。...
将求解偏微分方程和局部网格加密简单组合在了一起。用的方程是一个含有间断二次系数的椭圆型方程,在系数间断的位置,解会有一个弱间断。-Will solve the partial differential equations and local mesh refinement simple combinations together. Used equation is a quadratic coefficient of containing discontinuous elliptic equations, the location of discontinuity in the coefficient, there will be a weak solution of continuity.
- 2022-05-26 19:00:46下载
- 积分:1
-
著名的seismiclab的代码 是地震学研究人员必备的工具
著名的seismiclab的代码 是地震学研究人员必备的工具-famous seismiclab code seismic study is an essential tool for officers
- 2022-12-01 03:05:04下载
- 积分:1