代码搜索:Target

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

代码结果 10,000
www.eeworm.com/read/162587/10294835

h target.h

/************************************************************************* Copyright (c) 1999 Mentor Graphics Corporation. IMPORTANT - USE OF THIS SOFTWARE IS SUBJECT TO LICENSE RESTRICTIONS
www.eeworm.com/read/162549/10296845

h target.h

/***************************************************************************** * target.h: Header file for Philips LPC214x Family Microprocessors * * Copyright(C) 2006, Philips Semiconducto
www.eeworm.com/read/162549/10296874

c target.c

/***************************************************************************** * target.c: Target C file for Philips LPC214x Family Microprocessors * * Copyright(C) 2006, Philips Semiconduc
www.eeworm.com/read/162549/10296937

o target.o

www.eeworm.com/read/162549/10296997

o target.o

www.eeworm.com/read/162543/10297173

h target.h

/****************************************Copyright (c)************************************************** ** 广州周立功单片机发展有限公司 ** 研 究
www.eeworm.com/read/162543/10297191

c target.c

/****************************************Copyright (c)************************************************** ** 广州周立功单片机发展有限公司 ** 研 究
www.eeworm.com/read/280621/10302167

h target.h

unsigned long target_gettimeinms(void); void target_readrtc(unsigned short *ms,unsigned short *sec,unsigned short *min,unsigned short *hour,unsigned short *day,unsigned short *month,unsigned short *y
www.eeworm.com/read/280610/10302948

h target.h

/* target.h */ #ifndef TARGET_H #define TARGET_H #include #include "target.h" class Target: public QWidget { public: Target(QWidget *parent=0,const char *name=0); protected: void
www.eeworm.com/read/280610/10302958

cpp target.cpp

/* target.cpp */ #include #include #include #include "target.h" int main(int argc,char **argv) { KApplication app(argc,argv,"target"); Target target;