-
bla bla the quick brown from jupms over the lazy dog bla bla the quick brown fro...
bla the quick brown from jupms over the lazy dog bla bla the quick brown from jupms over the lazy dog
-bla bla the quick brown from jupms over the lazy dog bla bla the quick brown from jupms over the lazy dog bla bla the quick brown from jupms over the lazy dog
- 2022-06-02 14:46:42下载
- 积分:1
-
是一个关于医学方面的很好的资料,尤其对于刚进入读研的人有知道作用...
是一个关于医学方面的很好的资料,尤其对于刚进入读研的人有知道作用-is one of the medical aspects of good information, especially for entering the Graduate know who are role
- 2023-05-20 04:10: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
-
FPGA 原理图 FPGA 原理图
FPGA 原理图 FPGA 原理图-FPGA schematic FPGA Schematic
- 2022-03-16 05:05:35下载
- 积分:1
-
superobject
superobjectv1.2.4 SuperObject 是开源的 Delphi 的 JSON 工具包,可生成 JSON 数据以及进行 JSON 解析
- 2022-08-18 05:32:41下载
- 积分:1
-
基于模糊神经网络对摊铺机智能故障识别中的应用
介绍了模糊神经网络的对摊铺机的智能故障的识别应用-on FNN right paver Intelligent Fault Recognition Application
- 2023-08-15 08:40:03下载
- 积分:1
-
FX2 development board download B
FX2开发板程序下载B -FX2 development board download B
- 2022-08-21 17:07:30下载
- 积分:1
-
无线传感器自组织成簇的基本思想是通过簇首对簇内节点间的相关信息融合及转发机制减少数据的传输量和距离,从而降低通信能量,达到网络节能的目的。...
无线传感器自组织成簇的基本思想是通过簇首对簇内节点间的相关信息融合及转发机制减少数据的传输量和距离,从而降低通信能量,达到网络节能的目的。-Self-organizing wireless sensor clusters through the basic idea is to cluster the first node of the cluster inter-related information fusion and forwarding mechanism to reduce the data transmission capacity and distance, thereby reducing communication energy and achieve energy-saving purpose of the network.
- 2022-02-03 22:37:26下载
- 积分:1
-
在一个多道程序设计系统中,实现“作业调度”的模拟。模拟程序的要求如下: 1.输入: 作业流文件,其中存储的是一系列待执行的作业信息,每个作业包括五个数据项:作业...
在一个多道程序设计系统中,实现“作业调度”的模拟。模拟程序的要求如下: 1.输入: 作业流文件,其中存储的是一系列待执行的作业信息,每个作业包括五个数据项:作业号,优先级,进入输入井时间(用一个整数表示,如10:10表示为1010),作业估计运行时间(单位:分钟),内存需求量。各数据项用空格隔开。 2.输出: 按照作业调度次序输出每一个作业流文件:“作业号”、“进入内存时间”、“作业完成时间”、“周转时间”;每行输出一个作业的信息。 计算出平均周转时间并输出。 3.作业调度算法: 短作业优先(作业估计运行时间最短的作业首先被调度)。 4.处理要求: 在两道环境下有多个作业; 程序运行时,首先提示输入测试文件的文件名; 输入文件名后,程序将读入文件中的有关数据,并按照最短作业优先调度算法对作业进行调度,作业被调度运行后不再退出(忽略进程调度或者可以认为进程调度采用的是先来先服务调度算法); 假设内存容量为100K,存储管理方案为可变分区方式,且不允许在内存中移动作业。 -in a multi-program design system, and achieving a "Dispatch" the simulation. The simulation procedure is as follows : 1. Input : Job Flow document, which is stored in a series of operations to be implemented information, including five each operating data : the operations, priority, time to enter the input shaft (with an integer, as expressed to 10:10 1010), is estimated to run time (unit : minutes), the memory demand. The data item separated by a space. 2. Output : In accordance with the scheduling order of output per work- a document : "
- 2022-06-01 01:27:57下载
- 积分:1
-
MCS
MCS-51与数码显示器和键盘的接口,一个原理PPT文件-MCS-51 with digital display and keypad interface, a principle of PPT files
- 2022-04-27 00:05:54下载
- 积分:1