代码搜索:IMPLEMENTATION

找到约 10,000 项符合「IMPLEMENTATION」的源代码

代码结果 10,000
www.eeworm.com/read/160392/10535935

hys l0002.hys

SYSTEM motor { INTERFACE { OUTPUT { REAL ucomp; } INPUT { REAL u [0, 10], d [0, 10]; BOOL l; } } /* end interface */ IMPLEMENTAT
www.eeworm.com/read/160392/10536007

hys l0004.hys

SYSTEM capacitorC { INTERFACE { STATE { REAL u; } PARAMETER { REAL C = 1e-4; } } /* end interface */ IMPLEMENTATION { AUX { R
www.eeworm.com/read/160392/10536022

hys l0001.hys

SYSTEM tank { INTERFACE { PARAMETER { REAL hmax = 1; } INPUT { REAL h [0, hmax]; } OUTPUT { BOOL y; } } /* end interface */ IMPLE
www.eeworm.com/read/160392/10536037

hys l0006.hys

SYSTEM outflow { INTERFACE { STATE { BOOL closing, stop, opening; } INPUT { BOOL uclose, uopen, ustop; } } /* end of interface */ IMPLEMENTATION { AUTOMATA
www.eeworm.com/read/160392/10536052

hys l0008.hys

SYSTEM outflow { INTERFACE { OUTPUT { REAL flow; } INPUT { BOOL v1, v2; } } /* end of interface */ IMPLEMENTATION { OUTPUT { flow = 10 * (REAL v1
www.eeworm.com/read/160392/10536059

hys l0003.hys

SYSTEM train { INTERFACE { INPUT { BOOL alarm, tunnel, fire; } OUTPUT { BOOL brake;} } /* end interface */ IMPLEMENTATION { AUX {
www.eeworm.com/read/160392/10536076

hys l0007.hys

SYSTEM watertank { INTERFACE { STATE { REAL h; } INPUT { REAL Q; } PARAMETER { REAL hmax = 0.3; REAL k = 1; } } /* end interf
www.eeworm.com/read/461993/7213228

cpp autolistctrl.cpp

//@doc //@module AutoListCtrl.cpp | Implementation of CAutoListCtrl class //------------------------------------------------------------------- // CAutoListCtrl implementation file //-----------
www.eeworm.com/read/168182/7813654

cpp attributedatlspaceship.cpp

// AttributedATLSpaceShip.cpp : Implementation of CAttributedATLSpaceShip #include "stdafx.h" #include "AttributedATLSpaceShip.h" // CAttributedATLSpaceShip STDMETHODIMP CAttributedATLSp
www.eeworm.com/read/197288/8006024

cpp crc32.cpp

// // Title: Crc32 Class Implementation // // Copyright 1999, Colosseum Builders, Inc. // All rights reserved. // // Colosseum Builders, Inc. makes no warranty, expressed or implied // wi