代码搜索结果
找到约 174,363 项符合
Input 的代码
input.cpp
// (c) Bartosz Milewski 2000
#include "Input.h"
input.cpp
// (c) Bartosz Milewski 2000
#include "Input.h"
#include
#include
#include
#include
Input::Input ()
{
std::cin >> _buf;
// first char of input
wml教程11:文本框控件(input).txt
作者:蓝
email: lanxk@263.net
日期:00-7-4 13:18:30
用来输入文本,除了n
gauge0-input-fd
#!/bin/sh
# $Id: gauge0-input-fd,v 1.1 2003/10/09 22:16:46 tom Exp $
# modified "gauge0" script to use "--input-fd" option.
: ${DIALOG=dialog}
exec 3
input-tty
# Require a controlling input `terminal'.
tty -s || have_input_tty=no
if test "$have_input_tty" = no; then
echo "$0: This test must have a controlling input \`terminal'," 1>&2
echo " so it may n
input.h
/* Brian O'Connor
*
* input.h: functions for reading and processing an input file
* containing a list of obstacles
*/
#ifndef INPUT_H
#define INPUT_H
#define TRUE 1
#define FALSE 0
#define IN
input.h
// Input.h: interface for the Input class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_INPUT_H__849DA69B_342F_4D9C_9A09_5598D04C206D__INCLUDED_)
#d
input.cpp
// Input.cpp: implementation of the Input class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "RandomPhone.h"
#include "Input.h"
#if