-
商贸统计标准
IEEE C37.111-1999 (IEEE 电力工程学会电力系统中继委员会)
原本作为一种标准方式共享瞬变信息用于瞬态 (商贸统计数据库通用格式
电力系统的数据交换) 捕获的信号取样器为波标量值 (示波法) 上的点。
960 赫兹和 7680 Hz 之间的采样率是典型
- 2023-01-09 14:50:03下载
- 积分:1
-
ARM应用系统开发详解
ARM应用系统开发详解--S3C4510B的系统设计-ARM Application Development System Design Detailed S3C4510B
- 2023-01-03 00:25:03下载
- 积分:1
-
台湾硕士学位论文,最实用的,方便做电机伺服控制应用的国内同行下载.高手可用....
台湾硕士学位论文,最实用的,方便做电机伺服控制应用的国内同行下载.高手可用.-Taiwan, the most practical, so convenient servo motor control applications downloaded domestic counterparts. experts available.
- 2022-04-28 23:36:01下载
- 积分:1
-
With the data structure (C language version) to write programs to achieve a ches...
用数据结构(C语言版)编写程序,实现一个国际象棋的马踏遍棋盘的演示程序。具体要求为:将马随机放在国际象棋的8*8棋盘的某个方格中,马按走棋规则进行移动。要求每个方格只进入一次,走遍棋盘上全部64个方格。用堆栈编制非递归程序求出马的行走路线,并按求出的行走路线,将数字1,2,3,……,64依次填入一个8*8的方阵,输出之。 -With the data structure (C language version) to write programs to achieve a chess board horse travels to the demonstration program. Specific requirements are: the horses were randomly placed in the 8* 8 chess board in a box, Ma according to the rules of chess to go mobile. Requires that each box is only entered once, traveled all the 64 squares on a chessboard. The preparation of non-recursive procedure with the stack order to run for walking routes, and then find the routes will be the number 1,2,3, ... ..., 64 in turn fill in an 8* 8 matrix, the output of.
- 2022-12-11 22:25:03下载
- 积分:1
-
junior next semester compile three principles and integrity of the report (inclu...
大三下学期编译原理三个完整的实验和报告(包括词法分析语法分析(LL1和预测分析-junior next semester compile three principles and integrity of the report (including lexical analysis syntax analysis (and pre-LL1 Measurement Analysis
- 2022-01-26 04:42:12下载
- 积分:1
-
地理信息系统常用数据交换文件Mif格式的读取,适合于地理信息系统、遥感、城市规划等专业开发人员使用...
地理信息系统常用数据交换文件Mif格式的读取,适合于地理信息系统、遥感、城市规划等专业开发人员使用-commonly used geographic information system data exchange file format Mif read, suitable for geographic information systems, remote sensing, urban planning and other professional developers to use
- 2022-03-22 13:29:56下载
- 积分:1
-
F H HGHG hghf hghgf汞hgfh
f h hghg hghf hghgf hg hgfh-f h hghg hghf hghgf hg hgfh
- 2022-03-25 08:14:36下载
- 积分: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
-
线性表算法和报告要求的主音箱中的应用…
线性表算法实现与应用报告要求
主要讲顺序表的基本操作实现功能 以及链表的基本操作 -linear table algorithm and application of the reporting requirements main speakers order forms to achieve the basic operation and function of the basic chain == operation
- 2022-03-22 09:27:51下载
- 积分:1
-
自己总结的常用104通信规约格式,新手上手可以参考
自己总结的常用104通信规约格式,新手上手可以参考-Summing up their 104 communication protocol commonly used formats, can refer to novice get started
- 2022-02-24 18:23:19下载
- 积分:1