代码搜索:readline
找到约 2,619 项符合「readline」的源代码
代码结果 2,619
www.eeworm.com/read/278507/10531668
c web_child_r.c
#include "unp.h"
#include "readline_r.h"
#define MAXN 16384 /* max #bytes that a client can request */
void
web_child(int sockfd)
{
int ntowrite;
ssize_t nread;
char line[MAXLINE], result[MA
www.eeworm.com/read/127694/6002794
c web_child_r.c
#include "unp.h"
#include "readline_r.h"
#define MAXN 16384 /* max #bytes that a client can request */
void
web_child(int sockfd)
{
int ntowrite;
ssize_t nread;
char line[MAXLINE], result[MA
www.eeworm.com/read/408584/11381378
c web_child_r.c
#include "unp.h"
#include "readline_r.h"
#define MAXN 16384 /* max #bytes that a client can request */
void
web_child(int sockfd)
{
int ntowrite;
ssize_t nread;
char line[MAXLINE], result[MA
www.eeworm.com/read/256657/11980615
py svm_w_usage.py
#!/usr/bin/env python
import string
from svm import *
f = open("../heart.10", "r")
labels = []
samples = []
weights = []
line = f.readline()
max_index = 0
while line:
elems = string.split(line)
sa
www.eeworm.com/read/129891/14219564
c web_child_r.c
#include "unp.h"
#include "readline_r.h"
#define MAXN 16384 /* max #bytes that a client can request */
void
web_child(int sockfd)
{
int ntowrite;
ssize_t nread;
char line[MAXLINE], result[MA
www.eeworm.com/read/217262/14972341
java emailsearch.java
import java.awt.*;
import java.awt.event.*;
import java.io.*;
import javax.swing.*;
/*
* 用于绘制图弄界面.
*/
class WindowFrame extends JFrame{
public static ReadLine rl;
final FileDialog open;
www.eeworm.com/read/16793/690737
c excallback.c
/*
From: Jeff Solomon
Date: Fri, 9 Apr 1999 10:13:27 -0700 (PDT)
To: chet@po.cwru.edu
Subject: new readline example
Message-ID:
www.eeworm.com/read/246537/4493930
c web_child_r.c
#include "unp.h"
#include "readline_r.h"
#define MAXN 16384 /* max #bytes that a client can request */
void
web_child(int sockfd)
{
int ntowrite;
ssize_t nread;
char line[MAXLINE], result[MA
www.eeworm.com/read/229812/4744141
def memos.def
extern int main(int ,char **);
extern void ReadMemos(void );
extern int ReadLine(char *,int ,FILE *);
extern MEMO_EL *ReadAMemo(FILE *);
extern TEXT_LINE *AddLine(char *,MEMO_EL *,TEXT_LINE *);
e
www.eeworm.com/read/207993/4998164
c readlinetools.c
#line 31 "/export/scratch0/monet/monet.GNU.64.64.d.14791/clients/src/mapiclient/ReadlineTools.mx"
/*
* Readline specific stuff
*/
#include "clients_config.h"
#include
#include "Ma