-
深度图像的快速实现增强的算法 GUIDED
深度图像的快速实现增强的算法,效果非常好,但是速度很快(Quick to realize the depth of image enhancement algorithms, the effect is very good, but fast)
- 2015-04-17 11:22:58下载
- 积分:1
-
51黑论坛_51_DHT11
DHT11检测温湿度同时显示在LCD1602的代码(DHT11 detects the temperature and humidity while displaying the code on the LCD1602)
- 2019-03-19 14:48:01下载
- 积分:1
-
arrangements
说明: 根据回避原则,要求评委不能阅自己学校的试卷,请给出试卷合理的均衡分配方案的数学模型,使各评委阅卷工作量均衡(In accordance with the principle to avoid asking the judges can not read the papers in their own school, please give a balanced and rational distribution of papers in the mathematical model of the program to balance the workload of the judges scoring)
- 2009-08-21 13:23:12下载
- 积分:1
-
decinitzey
ACM资料大集合,超多关于ACM的资料,全是很经典的,要是把这个全搞定,肯定是金奖!(ACM data collection, a lot of information about ACM, all is very classic, if this is all done, is definitely a gold medal!)
- 2018-11-16 19:18:40下载
- 积分:1
-
c语言进行哈弗曼经典程序
哈弗曼经典程序,利用c语言进行哈弗曼数设计。是数据结构的经典程序,思路清晰,直观了当,适合初学者进行学习模仿,进行编程。
- 2022-01-27 12:46:59下载
- 积分:1
-
stm32f0例程及库
STM32 F0系列
The STM32F0xx Standard Peripherals
Library is a complete package, consisting of device drivers
for all of the standard device peripherals, for STM32F0xx devices 32-bit Flash
microcontrollers.
This library is a firmware package
which contains a collection of routines, data structures and macros covering the
features of STM32F0xx peripherals. It includes a
description of the device drivers plus a set of examples for each peripheral.
The firmware library allows any device to be used in the user application
without the need for in-depth study of each peripheral’s
specifications.
Using the Standard Peripherals
Library has two advantages: it saves significant time that would
otherwise be spent in coding, while simultaneously reducing application
development and integration costs.
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-10-02 04:25:08下载
- 积分:1
-
数字图像处理滤波
#include#include#includeusing namespace std;using namespace cv;Mat image;//输入的图像矩阵Mat fImageFFT;//图像的快速傅里叶变换Point maxLoc;//傅里叶谱的最大值的坐标int radius = 50;//截断频率const int Max_RADIUS = 100;int bandWid = 40;//带宽const int MAX_BANDWID = 50;//最大带宽Mat bpFilter;//带通滤波器int bpType = 0;//带通滤波器的类型const int MAX_BPTYPE = 2;Mat fImageFFT_bpFilter;//带通傅里叶变换Mat fImageFFT_bpFilter_spectrum;//带通傅里叶变换的傅里叶谱
- 2022-01-25 21:23:28下载
- 积分:1
-
radar_chirp
自己用编写的雷达线性调频信号产生器,信号幅度为-1~1,其中另外的一些参数可以根据需要改动(themselves with the preparation of the linear FM radar signal generator, the signal amplitude ~ 1-1, which some other parameters can be changed as needed)
- 2020-09-29 10:07:44下载
- 积分:1
-
C#写的ADO.net基础上的Data Access Object,采用Abstract Facotry模式编写
C#写的ADO.net基础上的Data Access Object,采用Abstract Facotry模式编写-C# to write a bit of a trouble based on the Data Access Object. Abstract models used to prepare Facotry
- 2022-01-30 15:14:08下载
- 积分:1
-
ModbusTool
C#写的modbus调试小工具,自动生成发送指令,可用于modbus协议调试(c# modbus tool)
- 2014-10-05 23:44:45下载
- 积分:1