-
dds
51单片机DDS函数信号发生器 12864显示频率(51 SCM dds signal generator)
- 2015-08-06 19:30:51下载
- 积分:1
-
Temp-Sensor
CC2430单片机的内置温度传感器测试代码,是ADC的一部分,适用于初学者学习使用。(The CC2430 single-chip built-in temperature sensor test code is part of the ADC, for beginners to learn to use.)
- 2012-05-16 10:02:24下载
- 积分:1
-
Electronic-clock-routine
电子钟例程在MCS51上实现,用于proteus仿真软件(Electronic clock routine)
- 2013-12-13 22:49:57下载
- 积分:1
-
chaos
针对Logistic映射,实现数字图像迭代混沌加密算法()
- 2007-08-06 22:30:58下载
- 积分:1
-
main
DMA基本程序,适合初学者,希望大家都能学号,祝大家事业有成,学习32使我快乐(The basic program of DMA is suitable for beginners. I hope everyone can get a number. I wish you success in your career. Learning 32 makes me happy.)
- 2020-06-25 10:40:01下载
- 积分:1
-
adc
adc for mcu stm32f103
- 2020-06-24 22:00:02下载
- 积分:1
-
opencv透视变换源码
//依据opencv源码改编而来,代码中已剔除opencv源码中优化部分
void MywarpPerspective(const Mat &_src, Mat &_dst, const Mat &_M0,
Size dsize, int flags, int borderType, const Scalar& borderValue)
{
Mat src = _src, M0 = _M0;
_dst.create(dsize.empty() ? src.size() : dsize, src.type());
Mat dst = _dst;
if (dst.data == src.data)
src = src.clone();
double M[9];
Mat matM(3, 3, CV_64F, M);
int interpolation = flags & INTER_MAX;
if (interpolation == INTER_AREA)
interpolation = INTER_LINEAR;
M0.convertTo(matM, matM.type());
for (int i = 0; i < roiPoints.size(); i++)
{
double X0 = M[0] * roiPoints[i].
- 2022-08-13 06:32:18下载
- 积分:1
-
toolbox
contourlet 变换的toolbox,方便大家使用(contourlet transform toolbox, to facilitate people to use)
- 2011-04-22 10:50:52下载
- 积分:1
-
weifenfangchengzu
这是一个用matlab编写的求解微分方程组的程序(this is a matlab program to solve differential equations)
- 2011-11-04 18:40:08下载
- 积分:1
-
7zipDll
完善后的LZMA(7ZIP)压缩DLL文件,且带有示范使用源码。(Perfect after LZMA (7ZIP) compressed DLL files, and a demonstration on the use of source code.)
- 2007-09-24 12:25:04下载
- 积分:1