代码搜索结果

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

input.c

/* input.c - routines for processing incoming RIP messages */ /* Copyright 1984 - 2002 Wind River Systems, Inc. */ #include "copyright_wrs.h" /* * Copyright (c) 1983, 1988, 1993 * The Regents of t

input.h.svn-base

// A convenient thin interface to the input stream #ifndef __INPUT_H #define __INPUT_H typedef int (*INTFN) (); namespace Input { int lineno() ; string filename() ; bool open(const char

input.h

// A convenient thin interface to the input stream #ifndef __INPUT_H #define __INPUT_H typedef int (*INTFN) (); namespace Input { int lineno() ; string filename() ; bool open(const char

input.hpp

// input.hpp // Copyright (c) 2008 Ben Hanson (http://www.benhanson.net/) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file licence_1_0.txt or copy at http://w

example5.input

/* example5.input */ { if (variable) { a = b ; } while (10) { if (2) { b = 10 ; } if (x) { c = x ; } else { d = 10 ; } } variable = 42; if (variable) { a = b ; } else { } }

print_numbers.input

/* example6.input */ { if (variable) { a = b ; } while (10) { if (2) { b = 10 ; } if (x) { c = x ; } else { d = 10 ; } } variable = 42; }

example4.input

/* example4.input */ { if (variable) { a = b ; } while (10) { if (2) { b = 10 ; } if (x) { c = x ; } else { d = 10 ; } } variable = 42; }

example6.input

/* example6.input */ { if (variable) { a = b ; } while (10) { if (2) { b = 10 ; } if (x) { c = x ; } else { d = 10 ; } } variable = 42; }

em28xx-input.c

/* handle em28xx IR remotes via linux kernel input layer. Copyright (C) 2005 Ludovico Cavedon Markus Rechberger Mauro Carvalho Chehab