代码搜索:readline
找到约 2,619 项符合「readline」的源代码
代码结果 2,619
www.eeworm.com/read/147336/12563349
c rlcat.c
/*
* rlcat - cat(1) using readline
*
* usage: rlcat
*/
/* Copyright (C) 1987-2002 Free Software Foundation, Inc.
This file is part of the GNU Readline Library, a library for
reading lines
www.eeworm.com/read/147336/12563385
c savestring.c
/* savestring.c */
/* Copyright (C) 1998,2003 Free Software Foundation, Inc.
This file is part of the GNU Readline Library, a library for
reading lines of text with interactive input and hist
www.eeworm.com/read/248151/12592697
java fileb.java
import java.io.*;
class FileB{
public static void main(String args[]){
String s="How do you do!\r\nI like Java!\r\n";
InputStreamReader in;
FileWriter out;
BufferedReader br;
try{
www.eeworm.com/read/133301/14049200
java p178_4.java
public class p178_4
{
public static void main(String[] args)
{
int A=0,B=0,C=0,D=0,F=0;//A to F is the ranks.
int grade=0;
System.out.println("Please enter the exam scores one
www.eeworm.com/read/235304/14075076
c rlcat.c
/*
* rlcat - cat(1) using readline
*
* usage: rlcat
*/
/* Copyright (C) 1987-2002 Free Software Foundation, Inc.
This file is part of the GNU Readline Library, a library for
reading lines
www.eeworm.com/read/235304/14075107
c savestring.c
/* savestring.c */
/* Copyright (C) 1998 Free Software Foundation, Inc.
This file is part of the GNU Readline Library, a library for
reading lines of text with interactive input and history e
www.eeworm.com/read/201829/15394573
java console.java
package corejava;
/**
An easy interface to read numbers and strings from
standard input
@version 1.10 10 Mar 1997
@author Cay Horstmann
*/
public class Console
{ /**
www.eeworm.com/read/113909/15444395
c chat.c
/*
chat.c
For Free Chat (beta release 2d)
By Bill Kendrick, ported to NT by Patrick Stepp
kendrick@zippy.sonoma.edu, stepp@adelphia.net
http://zippy.sonoma.edu/kendrick/
S
www.eeworm.com/read/113905/15444541
c chat.c
/*
chat.c
For Free Chat (beta release 2e2)
By Bill Kendrick
kendrick@zippy.sonoma.edu
http://zippy.sonoma.edu/kendrick/
September 29, 1996 - June 9, 1998
*/
#include
www.eeworm.com/read/112163/15492867
c chat.c
/*
chat.c
For Free Chat (beta release 2e2)
By Bill Kendrick
kendrick@zippy.sonoma.edu
http://zippy.sonoma.edu/kendrick/
September 29, 1996 - June 9, 1998
*/
#include
#i