代码搜索:零序保护

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

代码结果 10,000
www.eeworm.com/read/151550/12202030

c lockmain.c

//******************************************** //文件名:LOCKMAIN.C //功能:1. 调用显示汉字函数 // 2. 调用字符处理函数 // 3. 调用读扇区汇编子程序 // 4. 调用写扇区汇编子程序 // 5. 建立扇区数据备份文件 // 6. 将扇区清零对硬盘实行加锁 /
www.eeworm.com/read/253707/12204318

txt msp430f149_uart.txt

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

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/150384/12296112

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/251772/12320977

asp forinvoice.asp

www.eeworm.com/read/338018/12328999

m caltime.m

function PVal=caltime(P,T,M,PNumber,MNumber,WPNumber) % T=[4 6 7 0 ;8 7 9 1; 1 2 4 0]; % M=[1 2 3 0; 3 2 1 3; 2 1 3 0]; % P=[31 21 32 11 12 13 33 22 23 24]; % % PNumber=3; %零件 个数 3 % MNumb
www.eeworm.com/read/337685/12350049

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/337685/12350072

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/337113/12390143

asm rs232send.asm

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; ;实例十二:串行口数据发送 data send via serial port (《51单片机应用从零开始》 10.7小节实例) ; ;现象:将按钮S4~S7的状态从串行口发送出去,在计算机端可运行一个串口调
www.eeworm.com/read/132078/14111087

m ex050700.m

% 第五章: 例 5.7:填补零点的实例 % subplot(1,1,1); x = [1,1,1,1]; % % a) DTFT w = [0:1:500]*2*pi/500; [H] = freqz(x,1,w); magH = abs(H); phaH = angle(H); phaH(126)=-47.5841*pi/180; % % b) 8-point DFT N