-
关于负载均衡的学习资料,有一定价值,值得参考。
关于负载均衡的学习资料,有一定价值,值得参考。-Load balancing on the learning materials, there are certain values, it is also useful.
- 2022-04-14 11:27:58下载
- 积分:1
-
Note:通过模拟量输入口LINE_IN输入电压值,以8K的采样率经A/D //转换后送给IOB口控制LED点亮,同时可以根据LED的点亮来了解转换 //的数据...
Note:通过模拟量输入口LINE_IN输入电压值,以8K的采样率经A/D //转换后送给IOB口控制LED点亮,同时可以根据LED的点亮来了解转换 //的数据-Note : Analog inputs LINE_IN input voltage value to 8K by the sampling rate A/D// conversion gave Privalov population control LED lights, LED can be lit to understand the conversion// data
- 2023-03-08 11:15:03下载
- 积分: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
-
计算机网络实验教学大纲
计算机网络实验教学大纲-Experimental computer network curriculum
- 2023-04-01 07:25:03下载
- 积分:1
-
纳米机器人技术教程
nano robotics technology tutorials
- 2022-02-04 16:10:32下载
- 积分:1
-
WAPI is the WLAN Authentication and Privacy Infrastructure abbreviation.
WAPI是WLAN Authentication and Privacy Infrastructure的英文缩写。-WAPI is the WLAN Authentication and Privacy Infrastructure abbreviation.
- 2022-10-07 05:45:03下载
- 积分:1
-
zh is a genetic algorithm with neural network examples
zh这是一个用遗传算法优化神经网络的例子-zh is a genetic algorithm with neural network examples
- 2022-07-07 01:26:18下载
- 积分:1
-
这是我看到的一些资料,希望与大家分享。也许这对您用处不大,但是我的一份诚意。...
这是我看到的一些资料,希望与大家分享。也许这对您用处不大,但是我的一份诚意。-this is that I see some of the information and hope to share with you all. This may be less useful to you, but my sincerity.
- 2023-02-27 04:40:04下载
- 积分:1
-
好的,有关AVI文件操作的实例,a demo code for avi file recording
好的,有关AVI文件操作的实例,a demo code for avi file recording-a demo code for avi file recording
- 2022-01-26 18:05:10下载
- 积分:1
-
ARM9 在电力终端中的应用及技术解决方案
ARM9 在电力终端中的应用及技术解决方案-ARM9 terminal in the power of applications and technology solutions
- 2022-01-22 12:31:23下载
- 积分:1