代码搜索结果
找到约 10,000 项符合
Power 的代码
power.c
/*****************************************
NAME: power.c
DESC: SLOW,HOLD mode test
HISTORY:
03.23.2002:purnnamu: first release for 2410
*****************************************/
#in
power.h
#ifndef __POWER_H__
#define __POWER_H__
void Test_SlowMode(void);
void Test_HoldMode(void);
#endif /*__POWER_H__*/
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.c
#include
#include "..\inc\44b.h"
#include "..\inc\44blib.h"
#include "..\inc\def.h"
#include "..\inc\power.h"
#include "..\inc\rtc.h"
#define FIN 4000000
static void __irq SLWEint
power.m
function ds=power(i1,i2)
% Function takes the power of the traces of a seismic dataset
%
% Written by: E. R.: September 11, 2005
% Last updated:
%
% ds=power(i1,i2)
ds=moperation(i1,i2,'^');
power.txt
3 7 1
905.21 830.88 922.26 888.67
981.84 933.76 998.19 974.62
1058.47 1036.34 1057.88 1075.91
1135.10 1154.84 1121.13 1133.48
1211.72 1230.77 1188.17 1215.73
1288.35 1306.71 1259.21 1265.46
136
power.c
#include "stdio.h"
#include "stdlib.h"
#include "mpi.h"
#include "math.h"
#define E 0.0001
#define a(x,y) a[x*size+y]
#define b(x) b[x]
#define v(x) v[x]
#define A(x,y) A[x*size+y]
#define V(x) V[x]
#
power.c
/*****************************************
NAME: power.c
DESC: SLOW,HOLD mode test
HISTORY:
03.23.2002:purnnamu: first release for 2410
06.02.2002:DonGo: Modified for 2440
***********
power.h
#ifndef __POWER_H__
#define __POWER_H__
// Main routine
void Power_Test(void);
void Test_SlowMode(void);
void Test_HoldMode(void);
void Test_IO_Strength(void);
#endif /*__POWER_H__*/