代码搜索结果
找到约 174,363 项符合
Input 的代码
number input.plg
礦ision3 Build Log
Project:
E:\Program Files\Labcenter Electronics\Proteus 6 Demonstration(2)\63 Number Input\Number Input.uv2
Project File Date: 08/05/2006
input.bas
10 REM INPUT.BAS -- Test INPUT Statement
20 PRINT "INPUT.BAS -- Test INPUT Statement"
30 REM
40 INPUT "Input string, number: "; s$, n
50 PRINT "The string is: ";s$
60 PRINT "The number is: ";n
7
input.plg
Build Log
--------------------Configuration: input - Win32 Release--------------------
Command Lines
Creating temporary file "C:\DOCUME~1\ADMIN
input.dsp
# Microsoft Developer Studio Project File - Name="input" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Qui
input.f90
! Interactive的绘图范例
! By Perng 1997/9/20
program Plot_Sine
use DFLIB
implicit none
logical :: result
integer :: input
type(WindowConfig) :: wc
real(kind=8), external :: f1,f2,f3 ! 所要绘
input.cpp
// InPut.cpp : implementation file
//
#include "stdafx.h"
#include "IMITATE.h"
#include "InPut.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
input.h
/*! \file input.h \brief User-Input Functions. */
//*****************************************************************************
//
// File Name : 'input.h'
// Title : User-Input Functions
// A
input.cpp
// (c) Bartosz Milewski 2000
#include "Input.h"
#include
#include
#include
#include
Input::Input ()
{
std::cin >> _buf;
// first char of input
input.h
#if !defined (INPUT_H)
#define INPUT_H
// (c) Bartosz Milewski 2000
#include
const int tokError = 0;
const int tokNumber = 1;
class Input
{
public:
Input ()
{
std::cout