-
基于51单片机的信号产生于周期检测
通过51单片机的外部中断接收信号,用51单片机定时器0的工作模式2记时,准确的产生一定周期的方波。同时当外部中断检测到信号的下降沿则打开定时器1记时,当第二个信号来时,关闭定时器1,读取时间,显示数据。
- 2022-02-22 01:50:55下载
- 积分:1
-
C++实现的迷宫算法
C++语言实现的迷宫算法,利用堆栈原理,迷宫的限制可以自己手动输入,对于初级学习数据结构的很有参考价值。另外附带程序的报告及算法的详细设计流程,方便初学者学习。
- 2023-01-26 08:30:03下载
- 积分:1
-
牛顿插值的差商迭代算法,c语言实现
牛顿插值的差商迭代算法,c语言实现-Newton interpolation algorithm to worse, the C Language
- 2022-03-15 21:33:46下载
- 积分:1
-
MATLAB入门英语
Matlab入门english-Matlab Introduction to english
- 2022-05-16 01:08:24下载
- 积分:1
-
卷积和逆卷积的快速算法
卷积和逆卷积的快速算法-the quick algorithm of convolution and reconvolution
- 2023-06-04 00:35:03下载
- 积分:1
-
MATLAB functions: LLL.m, Brun.m, Seysen.m. These functions implement different lattice reduction al
The supplementary material consists of three MATLAB functions:
LLL.m
Seysen.m
Brun.m
These functions implement different lattice reduction algorithms in MATLAB.
The functions are well-documented, explaining their functionality as well
as how to run them. The software is provided for free and without warranty.
- 2023-07-10 23:10:03下载
- 积分:1
-
一维或二维光脉冲在光子晶体中的光场分布或演化的计算
此代码可实现一维或二维光脉冲在光子晶体中的反射透射以及光子晶体内部的光场分布或演化的计算. 此代码不仅适用于介电介质, 同样适用于人工特异材料的1DPC材料. 参考文章:Dynamic pattern offinite-pulsed beams inside one-dimensional photonic band gap materials , PHYSICALREVIEW B 73 (19): Art. No. 195119 MAY 2006.
- 2023-07-21 02:45:04下载
- 积分:1
-
the procedures used Matlab language trend of the computer program.
该程序用matlab语言编写的计算机潮流计算程序。-the procedures used Matlab language trend of the computer program.
- 2023-07-31 20:50:02下载
- 积分:1
-
3D FDTD code for electromagnetic simulation
In the pFDTD, pre-defined, a number of functions helps you to input complex dielectric/metallic
structures by the repeated use of rather simple geometric structures. For example, the later
use of input object functions will take over the overlapped region with the previously defined
structures. In the present pFDTD version, only metals that can be described by simple Drude
model can be handled.
- 2022-04-18 00:45:50下载
- 积分:1
-
静态背景下的行人检测
应用背景本代码应用范围是静态背景下的行人检测,通过相邻两帧的像素值差,并在给定的阈值范围中,可以实时动态的找到行人所在区域并标定下来,本代码不可用于动态的行人检测,否则出现很大偏差。关键技术采用帧差法,比较相邻两帧图像对应位置的像素值差异,并用另一个图像空间存储,在给定的阈值范围中,如果像素差异值大于阈值,则将改点的像素值设置为255,如果像素值差异值小于或者等于阈值,则将改点的像素值设置为0。设定完成后,在通过图像预处理,消除图像中噪声,通过像素扫描,找到图像感兴趣范围,并圈定。即可完成图像中行人的动态实时监测。
- 2023-01-08 03:45:04下载
- 积分:1