代码搜索:readline
找到约 2,619 项符合「readline」的源代码
代码结果 2,619
www.eeworm.com/read/109837/15547034
c minirb.c
/*
* minirb.c By Chuck Forsberg Omen Technology INC
* "The High Reliability Communications Software"
*
* A bootstrap program for Unix to receive files from computers running
* YMODEM Batc
www.eeworm.com/read/105653/15662201
vb module1.vb
Module Module1
Sub Main()
Dim i, j As Integer
Dim a(1000, 1000) As Integer
Dim x As Integer
Console.Write("请输入单位矩阵的行(列)数x=")
x = Console.ReadLine
www.eeworm.com/read/104928/15681347
vbs opt.vbs
'opt.vbs
'performs operation based on selected menu item
Dim strOption
strOption = WScript.Stdin.ReadLine
Select Case strOption
Case "0"
Wscript.Echo "Option 0 was selected..."
Case "1"
www.eeworm.com/read/103328/15737230
in configure.in
# Copyright (C) 2000, 2001, 2002 Free Software Foundation, Inc.
#
# $Id: configure.in,v 1.18 2002/04/08 00:29:59 jao Exp $
#
# This file is free software; as a special exception the author gives
# u
www.eeworm.com/read/100646/15868114
java mainframe.java
//package mine;
import javax.swing.JFrame;
import java.awt.BorderLayout;
import javax.swing.JPanel;
import javax.swing.JLabel;
import javax.swing.ImageIcon;
import javax.swing.JButton;
import j
www.eeworm.com/read/100263/15879531
install
#!/bin/sh
#
# A small script to do everything necessary to build tintin++.
# New with readline support.
# First, run configure on tintin++ and on readline.
cd src
./configure
cd readline
./configure
www.eeworm.com/read/100263/15879532
install
The install directions have changed with the addition of readline.
I've created a small script which *should* compile everything;
type ./install to run it.
The compilation isn't real clean; readline
www.eeworm.com/read/100079/15885979
c minirb.c
/*
* minirb.c By Chuck Forsberg Omen Technology INC
* "The High Reliability Communications Software"
*
* A bootstrap program for Unix to receive files from computers running
* YMODEM Batc
www.eeworm.com/read/105882/15656249
c calc.c
/* This is a simple demo program for the S-Lang interpreter. */
#include "config.h"
#include
#include
#ifdef HAVE_STDLIB_H
# include
#endif
#define BENCHMARK_TESTING 0