代码搜索结果
找到约 10,000 项符合
Input 的代码
input.txt
program test;
integer i;
var j;
real k;
if i>j
j=i
end;
`
input.txt
program test(input,output)
begin
read(b);
if abs(-b) then
a:=-1
else
a:=1
end.
input.y
%{
/* Parser input for the graphical interface.
This file is created by the simulator and red by the
front_end grap_tool (can be a Xwindows or PostScript ).
*/
#include
#include
input-rule
/*
* ==================================================================
* Test input file for bridge design rule checking wsing 2D-beam
* element and static analysis
*
* Written
input-elcentro
/*
* ============================================================
* Modal Analysis of Five Story Steel Moment Frame subject to
* El Centro ground motion.
*
* Written By: Mark Austin
input.cpp
// -----------------------------------------------------------------------------
//
// THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF
// ANY KIND, EITHER EXPRESSED OR I
input.h
#if !defined(AFX_INPUT_H__64B99C92_F15C_46AF_B4E4_626D7F0B74F5__INCLUDED_)
#define AFX_INPUT_H__64B99C92_F15C_46AF_B4E4_626D7F0B74F5__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VE
input.cpp
// Input.cpp : implementation file
//
#include "stdafx.h"
#include "DATABASE.h"
#include "Input.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
input.txt
program test;
integer i;
var j;
real k;
if i>j
j=i
end;
`