-
FAT file system, a detailed description. FAT file system, a detailed description...
胖文件系统,详细说明。胖文件系统,详细说明。
- 2022-01-28 20:59:32下载
- 积分:1
-
将 Excel 文件转换为 pdf
转换Excel文件为PDF格式
- 2022-02-26 09:15:47下载
- 积分:1
-
先进的系统格式(ASF)规范
Advanced Systems Format(ASF) Specification
- 2022-02-28 12:20:11下载
- 积分:1
-
图像压缩/功率谱估计/奇异值分解
图像压缩/功率谱估计/基于奇异值分解的信号去噪
清华大学数字信号处理期末大作业-Image compression/power spectrum estimation/singular value decomposition-based signal de-noising of the Digital Signal Processing, Tsinghua University at the end of major operations
- 2023-06-03 19:05:03下载
- 积分:1
-
包括了java的基本函数的用法,方便查询!
包括了java的基本函数的用法,方便查询!-including the basic function of usage, to facilitate inquiries!
- 2022-03-16 14:34:22下载
- 积分:1
-
10种软件滤波方法的示例程序
1、限副滤波
/* A值可根据实际情况调整
value为有效值,new_value为当前采样值
滤波程序返...
10种软件滤波方法的示例程序
1、限副滤波
/* A值可根据实际情况调整
value为有效值,new_value为当前采样值
滤波程序返回有效的实际值 */
#define A 10
char value
char filter()
{
char new_value
new_value = get_ad()
if ( ( new_value - value > A ) || ( value - new_value > A )
return value
return new_value
}
2、中位值滤波法
/* N值可根据实际情况调整
排序采用冒泡法*/-10 kinds of software filtering method one example of the procedure, limit the Deputy filter/* A value can be adjusted according to the actual value for the RMS, new_value filter for the current sampling procedures for the effective return of the actual value* /# define A 10 char value char filter () (char new_value new_value = get_ad () if ((new_value- value> A) | | (value- new_value> A) return value return new_value ) 2, the median filtering method/* N values can be adjust the actual situation in the use of bubble sort method* /
- 2023-08-29 16:45:03下载
- 积分:1
-
Jms说明 Jms说明 Jms说明
Jms说明 Jms说明 Jms说明-jms jms jms jms jms
- 2023-01-30 14:05:03下载
- 积分:1
-
包括AVR编程的C源代码
pingD 的源代码
还有魔王语言
蛇吃虫的小程序...
包括AVR编程的C源代码
pingD 的源代码
还有魔王语言
蛇吃虫的小程序-including AVR Programming in C source code pingD source language have hit the snake eat the small insects procedures
- 2022-02-14 03:10:03下载
- 积分:1
-
packet sniffer writing code
packet sniffer writing code
- 2022-09-03 00:00:03下载
- 积分:1
-
support for a hard real
一篇关于支持容错硬实时系统的固定优先级分配算法的论文-support for a hard real-time fault-tolerant system of fixed priority allocation algorithm papers
- 2022-08-12 07:29:06下载
- 积分:1