代码搜索:零序保护
找到约 10,000 项符合「零序保护」的源代码
代码结果 10,000
www.eeworm.com/read/437242/7753062
m 1.1t.m
clc;
b=[1,1];a=[1,-0.5];
subplot(3,1,1);zplane(b,a);title('因果系统零极图');
n=0:50;
x=3*cos(pi*n/3);
y=filter(b,a,x);
subplot(3,1,2);stem(n,x,'.');title('输入x的波形');
subplot(3,1,3);stem(n,y,'.');title(
www.eeworm.com/read/399134/7887045
asm lcd.asm
//==========================================说明=============================================
// DI/RS:IOB3 R/W:IOB4 E:IOB5 CS1:IOB6 CS2:IOB7
// CS1和CS2只能有一个为低
//程序规范:每个函数写数据前自己清零数
www.eeworm.com/read/433448/7929104
cpp select.cpp
#include "StdAfx.h"
//在HT【1...a】中找出parent为0且weight最小的两个结点
void Select(HuffmanTree HT,int a,int &s1,int &s2)
{
int t,i,j,*temp;
//temp的零号单元未用
temp=(int*)malloc((a+1)*sizeof(int));
f
www.eeworm.com/read/298068/7976087
txt 4-6-stop制动.txt
STOP:PROCEDURE;
DISABLE;
/*当转速较高时,采用pwm占空比固定,负转矩减速*/
/*******当转速较低时,器件全关断,自然停车*******/
IF RUN_SPD
www.eeworm.com/read/197111/8028709
m examp13_3.m
clc;
clear;
% 当前延拓模式时补零
% 产生高斯白噪声
init = 2055415866; randn('seed',init);
x = randn(1,1000);
% 寻找使用小波降噪输出的3个默认值
disp('小波降噪输出的3个默认值')
[thr,sorh,keepapp] = ddencmp('den','wv',x)
% 寻找使用
www.eeworm.com/read/295984/8130180
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/295726/8143320
asm led.asm
ORG 0000H ;
LJMP MAIN ;
ORG 030H ;
MAIN: MOV P0,#0DBH ;11011011--零为亮
ACALL DELay ;
MOV P0,#06DH ;01101101
ACALL DELay ;
MOV P0,#0B6H ;10110110
ACALL DELay ;
AJMP MAIN ;
delay: mov r7,#255 ;
www.eeworm.com/read/246401/12729908
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/331443/12828300
asm sp01.asm
;
;
;
;
;
;
;
;
ORG 0000H
LJMP MAIN
ORG 000BH
LJMP T01 ;定时器0 中断
MAIN:
MOV A,#00H ;寄存器清零
MOV R0,A
MOV R1,A
MOV R2,A
MOV R3,A
MOV R4,A
MOV R5,A
MOV
www.eeworm.com/read/329948/12925000
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).