代码搜索:Voltage Regulation
找到约 5,122 项符合「Voltage Regulation」的源代码
代码结果 5,122
www.eeworm.com/read/340626/12142443
c can_test.c
#include "DSP28_Device.h"
float voltage[32]={2.635,3.654,-1.265,-10.25,10.25,3.000,5.000,4.000};
Uint16 b[7];
Uint16 m,n,nn,i;
float c;
Uint16 j,loop;
Uint32 TestMbox1;
Uint32 TestMbox2;
Uint3
www.eeworm.com/read/123474/14629239
cpp lab4_2.cpp
//lab4_2.cpp
#include
using namespace std;
enum CPU_Rank {P1=1,P2,P3,P4,P5,P6,P7};
class CPU
{
private:
CPU_Rank rank;
int frequency;
float voltage;
public:
CPU (CPU_Ran
www.eeworm.com/read/215702/15052211
cpp lab4_2.cpp
//lab4_2.cpp
#include
using namespace std;
enum CPU_Rank {P1=1,P2,P3,P4,P5,P6,P7};
class CPU
{
private:
CPU_Rank rank;
int frequency;
float voltage;
public:
CPU (CPU_Ran
www.eeworm.com/read/424146/2018097
cpp lab4_2.cpp
//lab4_2.cpp
#include
using namespace std;
enum CPU_Rank {P1=1,P2,P3,P4,P5,P6,P7};
class CPU
{
private:
CPU_Rank rank;
int frequency;
float voltage;
public:
CPU (CPU_Ran
www.eeworm.com/read/424146/2018098
cpp lab4_1.cpp
//lab4_1.cpp
#include
using namespace std;
enum CPU_Rank {P1=1,P2,P3,P4,P5,P6,P7};
class CPU
{
private:
CPU_Rank rank;
int frequency;
float voltage;
public:
CPU (CPU_Ran
www.eeworm.com/read/335042/12552905
cpp lab4_2.cpp
//lab4_2.cpp
#include
using namespace std;
enum CPU_Rank {P1=1,P2,P3,P4,P5,P6,P7};
class CPU
{
private:
CPU_Rank rank;
int frequency;
float voltage;
public:
CPU (CPU_Ran
www.eeworm.com/read/306640/7087167
c~ main.c~
/*电池充电电流大小设置函数
current_value------电流大小
pwm_initial_value----PWM控制占空比中ORC的初始值
电流由PID控制器控制PWM的占空比实现*/
#define current_adc_flag 0;
#define voltage_adc_flag 1;
unsigned int giADC_DataSave[10];
unsi
www.eeworm.com/read/306640/7087177
c main.c
/*电池充电电流大小设置函数
current_value------电流大小
pwm_initial_value----PWM控制占空比中ORC的初始值
电流由PID控制器控制PWM的占空比实现*/
#define current_adc_flag 0;
#define voltage_adc_flag 1;
unsigned int giADC_DataSave[10];
unsi
www.eeworm.com/read/10077/181032
c comparator0_interrupt.c
#include
void main (void)
{
CMP0M=0x00;
FCM0OEN=0; // CM0O pin is GPIO
FCM0REF=1; // CM0P pin is GPIO
FCMS0=0; // internal reference voltage : 0.9V
FCMS1
www.eeworm.com/read/10077/181034
c comparator0_int.c
#include
void main (void)
{
CMP0M=0x00;
FCM0OEN=0; // CM0O pin is GPIO
FCM0REF=1; // CM0P pin is GPIO
FCMS0=0; // internal reference voltage : 0.9V
FCMS1