代码搜索:Microsystems

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

代码结果 10,000
www.eeworm.com/read/141805/5768951

java bookstoreservlet.java

/* * Copyright (c) 2005 Sun Microsystems, Inc. All rights reserved. U.S. * Government Rights - Commercial software. Government users are subject * to the Sun Microsystems, Inc. standard license
www.eeworm.com/read/141805/5768952

java receiptservlet.java

/* * Copyright (c) 2005 Sun Microsystems, Inc. All rights reserved. U.S. * Government Rights - Commercial software. Government users are subject * to the Sun Microsystems, Inc. standard license
www.eeworm.com/read/141805/5768953

java catalogservlet.java

/* * Copyright (c) 2005 Sun Microsystems, Inc. All rights reserved. U.S. * Government Rights - Commercial software. Government users are subject * to the Sun Microsystems, Inc. standard license
www.eeworm.com/read/137710/5818206

java about.java

/* * @(#)About.java 1.17 03/06/05 @(#) * * Copyright (c) 2000-2001 Sun Microsystems, Inc. All rights reserved. * PROPRIETARY/CONFIDENTIAL * Use is subject to license terms. */ package example;
www.eeworm.com/read/136989/5832559

cpp ast_redef.cpp

// ast_redef.cpp,v 1.9 2002/07/01 13:49:17 parsons Exp /* COPYRIGHT Copyright 1992, 1993, 1994 Sun Microsystems, Inc. Printed in the United States of America. All Rights Reserved. This
www.eeworm.com/read/136989/5832575

h ast_root.h

// This may look like C, but it's really -*- C++ -*- // ast_root.h,v 1.12 2002/07/01 13:49:22 parsons Exp /* COPYRIGHT Copyright 1992, 1993, 1994 Sun Microsystems, Inc. Printed in the United
www.eeworm.com/read/136989/5832618

h utl_string.h

// utl_string.h,v 1.18 2003/11/04 21:47:52 dhinton Exp /* COPYRIGHT Copyright 1992, 1993, 1994 Sun Microsystems, Inc. Printed in the United States of America. All Rights Reserved. This
www.eeworm.com/read/136989/5833065

cpp fe_private.cpp

// fe_private.cpp,v 1.6 2002/07/01 13:49:22 parsons Exp /* COPYRIGHT Copyright 1992, 1993, 1994 Sun Microsystems, Inc. Printed in the United States of America. All Rights Reserved. This
www.eeworm.com/read/136812/5856922

c vinitfp.c

#if !defined(lint) && defined(SCCSIDS) static char sccsid[] = "@(#)vinitfp.c 1.1 92/07/30 Copyr 1986 Sun Micro"; #endif /* * Copyright (c) 1986 by Sun Microsystems, Inc. */ #include "fpcrttypes.h"
www.eeworm.com/read/136812/5857449

s fork.s

! ! "@(#)fork.s 1.1 92/07/30" ! Copyright (c) 1986 by Sun Microsystems, Inc. ! .seg "text" #include "SYS.h" /* * pid = fork(); * * r1 == 0 in parent process, r1 == 1 in child process. * r