代码搜索结果

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

inputmethoddescriptor.java

/* InputMethodDescriptor.java -- enables loading and use of an input method Copyright (C) 2002, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. GNU Classpath is free soft

inputmethodcontext.java

/* InputMethodContext.java -- communication between an input method and client Copyright (C) 2002, 2004 Free Software Foundation, Inc. This file is part of GNU Classpath. GNU Classpath is free s

inputmethod.java

/* InputMethod.java -- defines an interface for complex text input Copyright (C) 2002, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. GNU Classpath is free software; you

digestinputstream.java

/* DigestInputStream.java --- An Input stream tied to a message digest Copyright (C) 1999, 2003, 2004, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. GNU Classpath is fr

validator.jsp

表单验证类 Validator v1.05 body,td{font:normal 12px Verdana;color:#333333} input,textarea,select,td{font:n

table.txt

#tv --color ----brightness ----contrast ----sharpness ----sautration ----hue ----exit --sound ----volume ----exit --feature ----input source ----language ----exit --exit #vga --colo

handles.c

#include void main(void) { FILE *input; if ((input = fopen("\\CONFIG.SYS", "r")) == NULL) printf("Error opening \\CONFIG.SYS\N"); else { printf("Handle for CONFIG.SYS

show_pos.c

#include void main(void) { FILE *input; int letter; if ((input = fopen("\\CONFIG.SYS", "r")) == NULL) printf("Error opening \\CONFIG.SYS\n"); else {

confcopy.c

#include void main(void) { FILE *input, *output; int letter; if ((input = fopen("\\CONFIG.SYS", "r")) == NULL) printf("Error opening \\CONFIG.SYS\n"); else if ((

bin_copy.cpp

#include #include #include void main(int argc, char **argv) { char buffer[1]; ifstream input(argv[1], ios::in | ios::binary); if (input.fail