代码搜索结果

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

input.txt

Linux Input drivers v1.0 (c) 1999-2001 Vojtech Pavlik Sponsored by SuSE $Id: input.txt,v 1.8 2002/05/29 03:15:01 bradleym Exp $ -----------------------------

input.c

/* * Read input files. */ #include "a.h" typedef struct Istack Istack; struct Istack { Rune unget[3]; int nunget; Biobuf *b; Rune *p; Rune *ep; Rune *s; int lineno; Rune *name; Istack *nex

input.c

#include "e.h" #include "y.tab.h" #include #include Infile infile[10]; Infile *curfile = infile; #define MAXSRC 50 Src src[MAXSRC]; /* input source stack */ Src *srcp = src; ext

input.c

/* * * debugger * */ #include "defs.h" #include "fns.h" Rune line[LINSIZ]; extern int infile; Rune *lp; int peekc,lastc = EOR; int eof; /* input routines */ eol(int c) { return(c==EOR || c=='

filter-model-given-input.pl.svn-base

#!/usr/bin/perl -w # Given a moses.ini file and an input text prepare minimized translation # tables and a new moses.ini, so that loading of tables is much faster. # original code by Philipp Koehn #

input.java

package com.xc.webutil; /** * Title: * Description: * Copyright: Copyright (c) 2006 * Company: * @author not attributable * @version 1.0 */ public class Input {

input.h

#ifndef _INPUT_H #define _INPUT_H /* * $Id: input.h,v 1.34 2001/05/28 09:06:44 vojtech Exp $ * * Copyright (c) 1999-2000 Vojtech Pavlik * * Sponsored by SuSE */ /* * This program is free so

input-programming.txt

$Id: input-programming.txt,v 1.4 2001/05/04 09:47:14 vojtech Exp $ Programming input drivers ~~~~~~~~~~~~~~~~~~~~~~~~~ 1. Creating an input device driver ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1.0 The

input.txt

Linux Input drivers v1.0 (c) 1999-2001 Vojtech Pavlik Sponsored by SuSE $Id: input.txt,v 1.5 2001/06/06 11:05:33 vojtech Exp $ -----------------------------

input.c

/**************************************************************************** * 文件名:Input.C * 功能:MiniGUI应用例子。 * 创建对话框,实现长度"毫米"-"英寸"的转换。 * 说明:使用MiniGUI for uC/OS-II,使用ADS 1.2编译器。 ****************