代码搜索:instead

找到约 6,048 项符合「instead」的源代码

代码结果 6,048
www.eeworm.com/read/169697/5413357

java simple_swing.java

import javax.swing.*; /* Using JPanel instead of JFrame allows most Java2's JRE to run this code successfully without requiring DISPLAY set except jdk1.2.x. Apparently the instantiation of J
www.eeworm.com/read/168845/5436141

alternatives

CLI (part of the Jarakta project) http://jakarta.apache.org/commons/cli/index.html This is Java library. The interface seems to be similiar, except for data storage. 1. Instead of variables_m
www.eeworm.com/read/167046/5470621

s vfork.s

/* * June 3, 2003 Erik Andersen * */ #include #ifndef __NR_vfork /* No vfork so use fork instead */ .weak vfork ; vfork = __libc_fork #else .text .global __vfork .t
www.eeworm.com/read/162614/5516253

h crtdll.h

/* Operating system specific defines to be used when targeting GCC for hosting on Windows32, using GNU tools and the Windows32 API Library. This variant uses CRTDLL.DLL instead of MSVCRTDLL.DLL.
www.eeworm.com/read/162614/5521379

c union1.c

// { dg-do run } // GROUPS passed unions // This is fixed by finish_anon_union doing a string_cst_equal check on // the DECL_SIZE of the decls, instead of comparing the DECL_SIZE nodes. // The compi
www.eeworm.com/read/162614/5526088

f90 forall_3.f90

! the problem here was that we had forgot to call ! fold_convert in gfc_trans_pointer_assign_need_temp ! so that we got a pointer to char instead of a ! pointer to an array ! we really don't need a t
www.eeworm.com/read/162614/5526438

f90 namelist_22.f90

!{ dg-do run } ! Tests filling arrays from a namelist read when object list is not complete. ! This is the same as namelist_21.f90 except using spaces as seperators instead ! of commas. Developed from
www.eeworm.com/read/162614/5528672

c 20030921-1.c

/* PR 12281 The darwin back-end was causing the function f is not being emitted. TREE_SYMBOL_REFERENCED was being set instead of calling mark_referenced. */ static void f(void); void g(void
www.eeworm.com/read/350097/3131289

makefile

# Makefile for the kernel cdrom device drivers. # # 30 Jan 1998, Michael Elizabeth Chastain, # Rewritten to use lists instead of if-statements. O_TARGET := driver.o # All of
www.eeworm.com/read/350097/3132001

c sticon-bmode.c

/* TPG CVS users: please don't commit changes to this file directly, send them to prumpf@tux.org and wait for a new version instead. Otherwise, your changes will get lost when prumpf releases the nex