代码搜索结果

找到约 174,363 项符合 Input 的代码

delfi.java~4~

package sfms; import java.awt.*; import javax.swing.*; import java.awt.event.*; import java.sql.*; public class delFI{ String input; public delFI(){ input = JOptionPane.showInputDi

delfi.java~9~

package sfms; import java.awt.*; import javax.swing.*; import java.awt.event.*; import java.sql.*; public class delFI{ static String input; public delFI(){ input = JOptionPane.show

delfi.java~5~

package sfms; import java.awt.*; import javax.swing.*; import java.awt.event.*; import java.sql.*; public class delFI{ String input; public delFI(){ input = JOptionPane.showInputDi

delfi.java~12~

package sfms; import java.awt.*; import javax.swing.*; import java.awt.event.*; import java.sql.*; public class delFI{ static String input; public delFI(){ input = JOptionPane.show

input.c

/* ** FILE: input.c ** ** DESC: doskey-like read() function ** ** (C) Rainer Schnitker 1994 ** ** This program is free software; you can redistribute it and/or ** modify it under the terms of

input.c

/* ** FILE: input.c ** ** DESC: doskey-like read() function ** ** (C) Rainer Schnitker 1994 ** ** This program is free software; you can redistribute it and/or ** modify it under the terms of

loverload4.c

// { dg-do assemble } // Bug: g++ dies on this input. inline char abs (char x) { return 0; } extern "C" { inline int abs (int x) { return 1; } }

init.c

// { dg-do assemble } // Bug: g++ uses an empty initializer list for its own devious purpose // internally, and gets confused if it shows up in the input. struct A { int i; }; A a = { };

crash11.c

// { dg-do assemble } // Bug: g++ crashes on this input. struct A { const char *p; }; const char foo[] = "bar"; const A a = { foo }; extern const A* ap = &a;

eor_handling_4.f90

! { dg-do run } ! PR 20092, 20131: Handle end-of-record condition with pad=yes (default) ! for standard input. This test case only really tests anything if, ! by changing unit 5, you get to manipul