代码搜索:phase
找到约 9,742 项符合「phase」的源代码
代码结果 9,742
www.eeworm.com/read/195392/8159351
pdf phase.pdf
www.eeworm.com/read/392695/8329776
txt phase.txt
S0 → PROGRAM $ID ; S1 BEGIN S2 END.
S1 → CONST S3
S1 → S4
S1 → S5
S3 → $ID = S6 ;
S3 → $ID = S6 ; S3
S6 → $INT
S6 → $REAL
S6 → TRUE
S6 → FALSE
S4 → S7 : S8 ;
S4 → S7 : S9 ;
S4 → S7 : S
www.eeworm.com/read/392695/8329783
txt phase.txt
S0 → PROGRAM $ID S20 ; S1 BEGIN S2 END.
S1 → S18 S3
S18 → e
S3 → S3 S3
S3 → e
S3 → S6 : S9 ;
S3 → CONST S6 : S9 ;
S6 → INTEGER
S6 → REAL
S6 → BOOLEAN
S8 → TRUE
S8 → FALSE
S9 → S4 , S9
S9
www.eeworm.com/read/415537/11064212
jpg phase.jpg
www.eeworm.com/read/238388/13889028
c phase.c
//#include
#include
//定时器0用作定时器
#define timer0_mode_13bit TMOD=TMOD&0xf0;TMOD=TMOD|0x00
#define timer0_mode_16bit TMOD=TMOD&0xf0;TMOD=TMOD|0x01
#define
www.eeworm.com/read/237972/13915439
there_phase_trigle
www.eeworm.com/read/291752/8398443
h phase_rotate.h
//
// File = phase_rotate.h
//
#ifndef _PHASE_ROTATE_H_
#define _PHASE_ROTATE_H_
#include "signal_T.h"
class PhaseRotate : public PracSimModel
{
public:
PhaseRotate( char* instance_nam
www.eeworm.com/read/291752/8398475
h phase_genie.h
//
// File = phase_genie.h
//
#ifndef _PHASE_GENIE_H_
#define _PHASE_GENIE_H_
#include "signal_T.h"
#include "psmodel.h"
class PhaseRecoveryGenie : public PracSimModel
{
public:
Pha
www.eeworm.com/read/291752/8400118
cpp phase_rotate.cpp
//
// File = phase_rotate.cpp
//
#include
//#include
#include "parmfile.h"
#include "misdefs.h"
#include "model_error.h"
#include "phase_rotate.h"
#include "model_grap
www.eeworm.com/read/291752/8400170
cpp phase_genie.cpp
//
// File = phase_genie.cpp
//
#include
#include
#include
#include "parmfile.h"
#include "misdefs.h"
#include "phase_genie.h"
#include "model_graph.h"
ex