-
802.16系统仿真
仿真实现802.16 System-802.16 System Simulation
- 2022-03-07 02:24:06下载
- 积分:1
-
本文件含五个XML课件,关于XML的基础知识,SCHEMA的相关介绍和学习,XML模式,DTD...
本文件含五个XML课件,关于XML的基础知识,SCHEMA的相关介绍和学习,XML模式,DTD-This document contains five XML courseware, XML, basic knowledge about, SCHEMA related to introduction and learning, XML models, DTD
- 2022-10-06 11:15:02下载
- 积分: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
-
4*4键盘显示电路程序,汇编语言编程。 本程序实现4*4键盘控制数码管显示功能...
4*4键盘显示电路程序,汇编语言编程。 本程序实现4*4键盘控制数码管显示功能-4* 4 keyboard display circuit procedures, assembly language programming. This procedure to achieve 4* 4 Keyboard control digital tube display
- 2022-07-02 02:52:07下载
- 积分:1
-
拷贝文件带进度显示
拷贝文件,显示进度条的源码。
- 2023-06-15 20:45:02下载
- 积分:1
-
银行家算法模拟 计算机专业 操作系统 C语言运行环境
银行家算法模拟 计算机专业 操作系统 C语言运行环境
-Banker
- 2022-03-20 11:40:40下载
- 积分:1
-
图像梯度 分水岭 一种比较新的彩色图像梯度描述
图像梯度 分水岭 一种比较新的彩色图像梯度描述
-Image gradient watershed in a relatively new description of the color image gradient
- 2022-05-07 15:30:19下载
- 积分:1
-
Schematic diagram of the program
方案原理图。炬力MP4上对应板的定义及原理-Schematic diagram of the program
- 2022-10-12 12:40:03下载
- 积分:1
-
exewin文件格式
exewin文件格式-exewin file format
- 2023-03-07 18:10:03下载
- 积分:1
-
MIDI文件格式
midi 文件格式-midi file format
- 2022-04-09 19:42:46下载
- 积分:1