-
c中常见的数值计算程序,在此拿出来是为了大家更好的理解,切磋!...
c中常见的数值计算程序,在此拿出来是为了大家更好的理解,切磋!-c common numerical procedures, in this show is for everyone to better understand, learn!
- 2022-08-02 15:08:55下载
- 积分:1
-
基于51的32*64点阵屏频谱程序
资源描述51单片机驱动32*64点阵屏进行频谱显示,利用FFT算法进行数据处理,里面有硬件原理图以及整个的程序。
- 2022-03-25 03:03:06下载
- 积分:1
-
使用高斯滤波去噪
这是用于图像去噪方法的代码。在这里我使用高斯滤波图像去噪。在一些医学图像应用程序中,去噪后的图像是非常重要的。
- 2022-06-19 20:34:41下载
- 积分:1
-
achieve a reversal of a linked list, in the entire process completed within a Li...
实现了一个链表的逆转,全部过程在一个链表内完成!-achieve a reversal of a linked list, in the entire process completed within a List!
- 2022-03-11 22:22:36下载
- 积分:1
-
这是计算机本科专业算法分析课程里的一个算法,现用c#实现,供大家学习参考...
这是计算机本科专业算法分析课程里的一个算法,现用c#实现,供大家学习参考-This is the undergraduate professional computer algorithm analysis of the curriculum of an algorithm is used c#, for your reference learning
- 2022-04-09 23:24:09下载
- 积分:1
-
牛顿差商法求数值拟合。包文件中包含一个例子结果文件,包括输入和输出的结果。...
牛顿差商法求数值拟合。包文件中包含一个例子结果文件,包括输入和输出的结果。-poor numerical fitting. Packet document contains an example of the outcome document, including input and output results.
- 2023-03-26 15:35:03下载
- 积分:1
-
单词拼写纠错源代码
可在VC下运行,有字典库,生成有exe文件,可直接运行,当输入单词时,程序会自动匹配字典库,检查输入的程序是否在字典库中,如果不在,则提示与输入最相似的单词,供用户选择,用户体验良好,经过测试,程序的可行性和正确性良好。
- 2022-10-10 12:30:03下载
- 积分:1
-
《超长整数运算的计算机实现》论文文档
《超长整数运算的计算机实现》论文文档-"long integer computation computer" paper documents
- 2022-09-26 05:25: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
-
GUASS算法的C源代码
GUASS算法的C源代码-GUASS algorithm C source code
- 2022-02-07 02:53:00下载
- 积分:1