代码搜索:Voltage Regulation

找到约 5,122 项符合「Voltage Regulation」的源代码

代码结果 5,122
www.eeworm.com/read/402901/11526526

h data.h

#ifdef DATA #define EXT_DATA #define EXT_BDATA #else #define EXT_DATA extern #define EXT_BDATA #endif #define CELL_VOLTAGE 6 #define CELL_TEMPERATURE 5 #define OUTS_TEMPERATURE
www.eeworm.com/read/346227/11760023

asm keyscan.asm

;.data ; @key_num equ xx ; the xx < 9, otherwise you must repair the routine ; @debounce_num equ #xx ; debounce time = xx * Systime base ; @keystate_set equ xx ; 0: Low voltage detect ; 1: High vol
www.eeworm.com/read/343852/11921391

txt nt7528 otc.txt

;********************STEP ONE**************** CLR RES MOV A,#0D1H ;ENABLE OSCILLATOR CALL W_COM MOV A,#94H ;EXIT SLEEP MODE CALL W_COM MOV A,#20H ;TURN ON THE REFERENCE VOLTAGE GE
www.eeworm.com/read/341038/12112083

c adc0809.c

#include "system.h" #include //为调用nop空指令需要 /****************宏定义********************/ #define DS_NOP() _nop_();_nop_();_nop_();_nop_() #define REF_Voltage1 5.03 //AD
www.eeworm.com/read/229709/14324945

c csy.c

/******************************************* HT46R47 4M CSYC *******************************************/ #include #pragma vector time0 @ 0x08 //定时中断向量8ms #define voltage
www.eeworm.com/read/224614/14579993

m kalmanf.m

clear s s.x = 12; s.A = 1; % % Define a process noise (stdev) of 2 volts as the car operates: s.Q = 2^2; % variance, hence stdev^2 % Define the voltimeter to measure the voltage itself: s.H = 1;
www.eeworm.com/read/241780/4557967

h sha384.h

/* Copyright 2005-2006, Voltage Security, all rights reserved. */ #include "vibecrypto.h" #include "environment.h" #include "base.h" #include "libctx.h" #include "sha512.h" #ifndef _SHA_38
www.eeworm.com/read/241780/4557973

h base64.h

/* Copyright 2003-2006, Voltage Security, all rights reserved. */ #include "vibecrypto.h" #include "environment.h" #include "base.h" #include "libctx.h" #ifndef _BASE_64_H #define _BASE_64
www.eeworm.com/read/241780/4557977

h hmac.h

/* Copyright 2003-2006, Voltage Security, all rights reserved. */ #include "environment.h" #include "base.h" #include "libctx.h" #include "algobj.h" #include "keyobj.h" #ifndef _HMAC_H #def
www.eeworm.com/read/241780/4557979

h sha224.h

/* Copyright 2005-2006, Voltage Security, all rights reserved. */ #include "vibecrypto.h" #include "environment.h" #include "base.h" #include "libctx.h" #include "sha256.h" #ifndef _SHA_22