代码搜索:零序保护

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

代码结果 10,000
www.eeworm.com/read/289577/8542518

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/389095/8548467

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/288664/8614921

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/287904/8662589

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/384841/8839092

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/284781/8899618

m 例程13-5.m

% 当前的延拓模式是补零 % 产生高斯白噪声 init = 2055415866; randn('seed',init); x = randn(1,1000); % 寻找各个阈值选择规则的阈值 % 使用SURE的自适应阈值 thr1 = thselect(x,'rigrsure') % 固定形式阈值 thr2 = thselect(x,'sqtwolog') % 启发式阈值
www.eeworm.com/read/383466/8943780

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/284207/8954275

m 例程13-5.m

% 当前的延拓模式是补零 % 产生高斯白噪声 init = 2055415866; randn('seed',init); x = randn(1,1000); % 寻找各个阈值选择规则的阈值 % 使用SURE的自适应阈值 thr1 = thselect(x,'rigrsure') % 固定形式阈值 thr2 = thselect(x,'sqtwolog') % 启发式阈值
www.eeworm.com/read/382372/9032710

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/282790/9060357

m 例程13-5.m

% 当前的延拓模式是补零 % 产生高斯白噪声 init = 2055415866; randn('seed',init); x = randn(1,1000); % 寻找各个阈值选择规则的阈值 % 使用SURE的自适应阈值 thr1 = thselect(x,'rigrsure') % 固定形式阈值 thr2 = thselect(x,'sqtwolog') % 启发式阈值