代码搜索:Terminated

找到约 1,727 项符合「Terminated」的源代码

代码结果 1,727
www.eeworm.com/read/136812/5861806

h lsdbf.h

/* @(#)lsdbf.h 1.1 92/07/30 SMI */ /* Copyright (c) 1984 AT&T */ /* All Rights Reserved */ /* THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF AT&T */ /* The copyright notice above does not evide
www.eeworm.com/read/136812/5861816

c nlsname.c

/* @(#)nlsname.c 1.1 92/07/30 SMI */ /* Copyright (c) 1984 AT&T */ /* All Rights Reserved */ /* THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF AT&T */ /* The copyright notice above does not evi
www.eeworm.com/read/136786/5863500

s strncpy.s

/* * arch/alpha/lib/strncpy.S * Contributed by Richard Henderson (rth@tamu.edu) * * Copy no more than COUNT bytes of the null-terminated string from * SRC to DST. If SRC does not cover all of CO
www.eeworm.com/read/135153/5887407

c wait.c

/* * Connect to the server, then wait until terminated (useful for stopping the server * from exiting without a window manager) */ #include "nano-X.h" int main() { char c; read(GrOpen(), &c, 1)
www.eeworm.com/read/135076/5890413

prog dic.prog

Using a dictionary to count the number of occurrences of the elements in a sequence of strings, terminated by string ``stop''. \smallskip \#include \ \smallskip main()\\ $\{$ \
www.eeworm.com/read/131762/5928047

c wait.c

/* * Connect to the server, then wait until terminated (useful for stopping the server * from exiting without a window manager) */ #include "nano-X.h" int main() { char c; read(GrOpen(), &c, 1)
www.eeworm.com/read/129872/5969645

java javalookandfeel.java

import javax.swing.*; public class javaLookAndFeel{ public static void main(String[] args){ try { UIManager.setLookAndFeel("javax.swing.plaf.metal.MetalLookAndFeel"); } c
www.eeworm.com/read/129872/5969646

java winlookandfeel.java

import javax.swing.*; public class winLookAndFeel{ public static void main(String[] args){ try { UIManager.setLookAndFeel("com.sun.java.swing.plaf.windows.WindowsLookAndFeel");
www.eeworm.com/read/129872/5969650

java cdelookandfeel.java

import javax.swing.*; public class CDELookAndFeel{ public static void main(String[] args){ try { UIManager.setLookAndFeel("com.sun.java.swing.plaf.motif.MotifLookAndFeel"); }
www.eeworm.com/read/128531/5985189

s strncpy.s

/* * arch/alpha/lib/strncpy.S * Contributed by Richard Henderson (rth@tamu.edu) * * Copy no more than COUNT bytes of the null-terminated string from * SRC to DST. If SRC does not cover all of CO