代码搜索:零序保护

找到约 10,000 项符合「零序保护」的源代码

代码结果 10,000
www.eeworm.com/read/326973/13107190

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/326654/13125600

txt 8051参考解码程序.txt

参考解码软件 说明:ADD1,ADD2中为8位地址,DAT0中为4位数据 REMOTE: CLR TR2 ;探头信号检测子程序 CLR RECEIVE ;清零接收标志位 MOV DETE_LOOP,#12 ;接收12位编码,将立
www.eeworm.com/read/241345/13153663

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/239226/13293421

c housmenu.c

/* 成功返回城池号,否则返回零 */ int housemenu(int x,int y,char name[7]) { char *buffer;int i,k=0,j=1,size; int m=x+70,n=y-70,buttons=0,back; static int temp[15];for(i=1;i
www.eeworm.com/read/323047/13356697

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/319973/13437965

c uart.c

#include #include "UART.h" void Init_CLK(void) { unsigned int i; BCSCTL1 = 0X00; //将寄存器的内容清零 //XT2震荡器开启 //LFTX1工作在低频模式 //ACLK的分频因子为1 do
www.eeworm.com/read/319973/13437982

c uart.c

#include #include "UART.h" void Init_CLK(void) { unsigned int i; BCSCTL1 = 0X00; //将寄存器的内容清零 //XT2震荡器开启 //LFTX1工作在低频模式 //ACLK的分频因子为1 do
www.eeworm.com/read/318973/13465037

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/316419/13523140

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/312038/13619867

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])