代码搜索:零序保护
找到约 10,000 项符合「零序保护」的源代码
代码结果 10,000
www.eeworm.com/read/481265/6646845
sdi 备份.sdi
,,, ORG 0000H
0000,80 2E,, SJMP MAIN
,,, ORG 0030H
,,,
0030,75 90 0F,MAIN,MAIN: MOV P1,#0FH ;清零
,,, ;SETB P1.7 ;灯亮
0033,75 80 71,LP,LP: MOV P0,#71H
0036
www.eeworm.com/read/480948/6654206
c bo5-2.c
/* bo5-2.c 三元组稀疏矩阵的基本操作,包括算法5.1(9个) */
Status CreateSMatrix(TSMatrix *M)
{ /* 创建稀疏矩阵M */
int i,m,n;
ElemType e;
Status k;
printf("请输入矩阵的行数,列数,非零元素数:");
scanf("%d,%d,%d",&(*M).
www.eeworm.com/read/480745/6661221
m ch_est.m
%发送和接收合在一块的程序
%修改于2004/11/10
%==========output parameters=============
%peak_h 估计的多径分量的幅度
%t_h 多径分量对应的延时值——相对值,以接收到的信号的起始点为零点
%==========input parameters==============
%rt
www.eeworm.com/read/479076/6699028
m buling.m
N=70;%N为补零的点数
t=-1:0.1:1;
x=[0 0.1 0.2 0.3 0.4 0.5 0.6 0.7 0.8 0.9 1 0.9 0.8 0.7 0.6 0.5 0.4 0.3 0.2 0.1 0];
stem(t,x);
X=fft(x,length(t));
figure,stem(fftshift(abs(X)));
x=[x zeros(1,N)];
t=-1
www.eeworm.com/read/410303/11294028
h modbus_server.h
#if !defined(MSERVERH)
#define MSERVERH
#ifdef __cplusplus
extern "C"
{
#endif
/*1.对单个PLC操作*/
/*读一个或多个模拟量 参数:站号,开始地址, 读的数量, 返回数据变量指针 返回:-1表示CRC校验失败,-2表示无应答, 大于零表示接收数据成功*/
char MODBU
www.eeworm.com/read/264889/11296523
cpp 6_17.cpp
#include
using namespace std;
int NumZeros(int Array[][4][3], int n1, int n2, int n3) //统计三维数组中零数值个数
{ int count = 0;
for (int i = 0; i < n1; i++)
for (int j = 0; j < n2; j++)
www.eeworm.com/read/408919/11365226
m meshetc.m
clear
clc
[x,y,z] =peaks;
subplot(2,3,1);
meshz(x,y,z); %曲面加上围裙,即给出曲面和零平面
axis([-inf inf -inf inf -inf inf]);
subplot(2,3,2);
waterfall(x,y,z); %在x方向产生水流效果
axis([-inf inf -inf inf -inf inf])
www.eeworm.com/read/262689/11395341
m meshetc.m
clear
clc
[x,y,z] =peaks;
subplot(2,3,1);
meshz(x,y,z); %曲面加上围裙,即给出曲面和零平面
axis([-inf inf -inf inf -inf inf]);
subplot(2,3,2);
waterfall(x,y,z); %在x方向产生水流效果
axis([-inf inf -inf inf -inf inf])
www.eeworm.com/read/262686/11395434
m meshetc.m
clear
clc
[x,y,z] =peaks;
subplot(2,3,1);
meshz(x,y,z); %曲面加上围裙,即给出曲面和零平面
axis([-inf inf -inf inf -inf inf]);
subplot(2,3,2);
waterfall(x,y,z); %在x方向产生水流效果
axis([-inf inf -inf inf -inf inf])
www.eeworm.com/read/408189/11402593
m meshetc.m
clear
clc
[x,y,z] =peaks;
subplot(2,3,1);
meshz(x,y,z); %曲面加上围裙,即给出曲面和零平面
axis([-inf inf -inf inf -inf inf]);
subplot(2,3,2);
waterfall(x,y,z); %在x方向产生水流效果
axis([-inf inf -inf inf -inf inf])