代码搜索:OUT
找到约 10,000 项符合「OUT」的源代码
代码结果 10,000
www.eeworm.com/read/410348/2210694
out make.out
Makefile:140: .depend: No such file or directory
+ making dep file ... : .depend
make ucos
make[1]: Entering directory `/home/liming/lwip_on_ucosII/6_ucos_lwip_test/chyv1.1/lwip-0.5.3/proj/sim_ucos'
www.eeworm.com/read/410339/2211752
h a.out.h
#ifndef __A_OUT_GNU_H__
#define __A_OUT_GNU_H__
#define __GNU_EXEC_MACROS__
#ifndef __STRUCT_EXEC_OVERRIDE__
#include
#endif /* __STRUCT_EXEC_OVERRIDE__ */
/* these go in the N_MACH
www.eeworm.com/read/410339/2212281
h a.out.h
#ifndef __ARM_A_OUT_H__
#define __ARM_A_OUT_H__
#include
struct exec
{
__u32 a_info; /* Use macros N_MAGIC, etc for access */
__u32 a_text; /* length of text, in bytes */
__u32
www.eeworm.com/read/410291/2214295
java out.java
/* Out.java
{{IS_NOTE
Purpose:
Description:
History:
Sep 6, 2007 2:51:53 PM , Created by jumperchen
}}IS_NOTE
Copyright (C) 2007 Potix Corporation. All Rights Reserved.
{{IS_RIGHT
This
www.eeworm.com/read/410291/2214459
java out.java
/* Out.java
{{IS_NOTE
Purpose:
Description:
History:
Tue Sep 6 16:10:51 2005, Created by tomyeh
}}IS_NOTE
Copyright (C) 2005 Potix Corporation. All Rights Reserved.
{{IS_RIGHT
This
www.eeworm.com/read/409122/2239576
cpp out.cpp
#include
#include
typedef enum {MALE,FEMALE} SEX_TYPE;
class RECORD
{
public:
SEX_TYPE SEX;
char *NAME;
};
ostream &operator