代码搜索结果

找到约 10,000 项符合 Power 的代码

power.h

#ifndef __POWER_H__ #define __POWER_H__ void Test_SlowMode(void); void Test_HoldMode(void); #endif /*__POWER_H__*/

power.m

function [lambda,V]= power(A,X,epsilon,max1) % NUMERICAL METHODS: Matlab Programs % (c) 2004 by John H. Mathews and Kurtis D. Fink % Complementary Software to accompany the textbook: % NUMERICAL M

power.h

#ifndef __POWER_H__ #define __POWER_H__ void Test_SlowMode(void); void Test_HoldMode(void); void _Test_StopMode(void); void Test_SLIdleMode(void); //void Test_IdleMode(void); void Test_PLL(vo

power.h

/* Copyright (c) 2006, 2007, 2008 Eric B. Weddington All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that th

power.h

/* ATmega103 power.h file Author : Robert Stuart Company : PDL Industries Date of Creation : 26 August 1999 */ /* includes */ #include #include "logic.h" #include "po

power.c

/* ATmega103 power.c file Author : Robert Stuart Company : PDL Industries Ltd Date of Creation : 6 September 1999 Tested : Not yet Function : */ /* include */ #include "p

power.c

/***************************************** NAME: power.c DESC: SLOW,HOLD mode test HISTORY: 03.23.2002:purnnamu: first release for 2410 *****************************************/ #in