Y-Modem
Y-Modem是一种高效可靠的文件传输协议,广泛应用于嵌入式系统、工业控制及远程数据采集等领域。通过其独特的错误检测与纠正机制,确保了在不稳定通信环境下的数据完整性。对于致力于提升项目稳定性和可靠性的电子工程师而言,掌握Y-Modem技术至关重要。本站提供1131个精选资源,涵盖从基础教程到高级应用...
Y-Modem 全部资料 635 份
% A 2D homogeneous convection-diffusion case (u=exp(-ex*deta*x-ex*deta*y) with a square with % all
% A 2D homogeneous convection-diffusion case (u=exp(-ex*deta*x-ex*deta*y) with a square with % all Dirichlet boundary,...
this will produce the dci program in the src/ directory, or in /path/to/your/installation/bin if y
this will produce the dci program in the src/ directory, or in /path/to/your/installation/bin if you used the--prefix ...
LINEINTRGAL Line Integral in a 2D Vector Field. LINEINTRGAL(X,Y,U,V,C) computes the line integral a
LINEINTRGAL Line Integral in a 2D Vector Field. LINEINTRGAL(X,Y,U,V,C) computes the line integral along the lines given...
fft.c--This computes an in-place complex-to-complex FFT x and y are the real and imaginary arrays
fft.c--This computes an in-place complex-to-complex FFT x and y are the real and imaginary arrays of 2^m points. di...
This function seperates a 2D matrix into its X and Y components if by definition the kernel is sepe
This function seperates a 2D matrix into its X and Y components if by definition the kernel is seperable (rank==1).
实现FFT变换的函数。调用形式为y=bianhuan(xr,n) 其中
实现FFT变换的函数。调用形式为y=bianhuan(xr,n) 其中,xr为要进行傅立叶变换的采样信号为输入,y为输出,n为信号xr的长度。