代码搜索:零序保护
找到约 10,000 项符合「零序保护」的源代码
代码结果 10,000
www.eeworm.com/read/7326/115771
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/12662/246624
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/15089/431089
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/15089/431106
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/25215/845986
c 17-3-2-1.c
#include "reg52.h" //头文件
void Timer2_Server(void) interrupt 5
{
EXF2=0; //清零
P2=~P2; //反向
}
void main (void) //主函数
{
T2CON=0x0F; //设置T2
TH2=0x0FF;
www.eeworm.com/read/27197/980440
asm 流水灯.asm
;流水灯
;
ORG 0000H ;程序开始地址
AJMP MAIN ;跳转至MAIN
ORG 0030H ;MAIN的起始地址
MAIN:MOV A,#00H ;A清零
MOV P1,A ;熄灭所有的灯
MOV A,#11111110B ;A=254
MAIN1:MOV P1,A ;开最左边的灯
www.eeworm.com/read/38039/1090221
mnu displmode.mnu
DISPLAY#MODE 显示模式
#
Show#All 显示全部
Show all part features in the editor window.
在编辑窗口中显示全部零件特征
Default#Feats 缺省特征
Show only no marked features.
只显示没作标记的特征
Marked#Feats 标记的特征
Show only marked features.
www.eeworm.com/read/38039/1090788
mnu model.mnu
PM_Model PM_模型
Highlight#Bodies 加亮主体
Review body definitions
查看主体定义。
Redefine#Body 重定义#主体
Review/Redefine a body
回顾/重定义一个主体
Jt#Axis#Settings 连接#轴#设置
Define joint axis zeros
定义连接轴零点
Cams 凸轮
Define Ca
www.eeworm.com/read/38039/1092475
mnu mech_model.mnu
MODEL 模型
#
Regions 区域
Split/un-split a surface to create/remove a region for partial loads.
为零件负载分割/取消分割一张曲面来创建/删除一个区域
Shell#Model 壳模型
Define a shell model.
定义一个壳模型
ShellCompress 壳压缩
Compress and dis
www.eeworm.com/read/461648/1551952
m program_13_05.m
% 当前的延拓模式是补零
% 产生高斯白噪声
init = 2055415866; randn('seed',init);
x = randn(1,1000);
% 寻找各个阈值选择规则的阈值
% 使用SURE的自适应阈值
thr1 = thselect(x,'rigrsure')
% 固定形式阈值
thr2 = thselect(x,'sqtwolog')
% 启发式阈值