-
数学建模课件。让你对数学建模有个粗略的映像,了解建模解决问题的方法。...
数学建模课件。让你对数学建模有个粗略的映像,了解建模解决问题的方法。-Mathematical modeling courseware. On the mathematical modeling allows you to have a rough image, understanding of modeling problem-solving approach.
- 2022-03-18 03:06:16下载
- 积分:1
-
一个用c语言编写的存储管理模拟程序
一个用c语言编写的存储管理模拟程序- The memory management simulator which compiles with the c
language
- 2022-04-20 11:50:14下载
- 积分:1
-
C#实现中值平均数滤波算法
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
///
/// 中位平均值滤波算法
///
public class DLMidPerFilter
{
private MHBetterList mOrignList = new MHBetterList(); //原始数组
private MHBetterList mFilterList = new MHBetterList(); //过滤数组
private float mCurrentValue; //记录当前值
private int mResetNum = 0; //均值重置个数
public bool mIfReset = false; //判断是否开始均值重置
///
/// 过滤算法
///
/// 新输入的值
///
- 2023-05-07 23:20:03下载
- 积分:1
-
用c实现IFFT,需输入信号
用C语言实现IFFT的算法,不过在程序中需要有输入信号。希望能有什么帮助。
- 2022-02-25 09:35:56下载
- 积分:1
-
//=== === === === === === =====
//函数说明
//函数名称:Correlation
//函数功能:计算最小二乘法拟合...
//=== === === === === === =====
//函数说明
//函数名称:Correlation
//函数功能:计算最小二乘法拟合的多项式的相关系数
//使用方法:int M------拟合多项式的项数(已知条件)
// double *b---拟合曲线的系数,按升次排列(已知条件)
// double *x---结点x轴数据(已知条件)
// double *y---结点y轴数据(已知条件)
// double *Yg--结点估计值,与*y相对应,个数为m(过程变量)
// int m------结点个数(已知条件)
//注意事项:多项式阶数最高为10,多项式的形式为 y = b0 + b1*(x-Xavr)...
-//=== === === === === === === === === === === =====// Function that// function name: Correlation// Function: Calculation of the polynomial least squares fitting correlation coefficient// Usage: int M------ polynomial fitting the number of (known conditions)// double* b-- Fitting curve coefficient, or times by arrangement (known conditions)// double* x--- node x-axis data (known conditions)// double* y--- node y-axis data (already known conditions)// double* Yg- the estimated value of node, and* y correspond to the number for m (process variables)// int m------ node number (known conditions)// Note: polynomial order up to 10, the polynomial
- 2023-05-06 14:40:03下载
- 积分:1
-
活动选择算法的的 c + + 程序
这是 c 语言程序的活动选择问题。请阅读它。它非常简单和写在 c + +
- 2022-08-08 18:13:58下载
- 积分: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
-
在 python 中聊天的Eliza
这是Eliza为 python 语言要求创建那里名字和帮忙的人。提出了解决这一问题的认识到问题了解用户的问题和得到的单词和字母像元音。
- 2022-03-30 13:39:08下载
- 积分:1
-
MPEG —PS封装
一个关于MPEG-PS格式的封装,封装规则依照ISO_IEC_13818-1进行。封装后可用一般播放器播放,比如VLC,暴风影音等普通播放器播放。代码已经测试过可用。2个工程一个是打包的 一个是解包的。
- 2022-05-12 22:12:09下载
- 积分:1
-
freescaleHC12插值代码,8,16位无符号和有符号一维及二维插值
freescaleHC12插值代码,8,16位无符号和有符号一维及二维插值-freescaleHC12 interpolation code 8,16-without symbols and symbols are two-dimensional and one-dimensional interpolation
- 2023-04-03 23:20:03下载
- 积分:1