代码搜索结果

找到约 10,000 项符合 Input 的代码

input.h

/*! ************************************************************************ * \file input.h * * \brief * Input related definitions * * \author * *******************************

input.c

/*! ************************************************************************************* * \file input.c * * \brief * Input related functions * * \author * Main contributors (

input.c

/* * Copyright (c) 2007 by Thierry Leconte (F4DWV) * * $Id: input.c,v 1.3 2007/03/29 16:21:49 f4dwv Exp $ * * This library is free software; you can redistribute it and/or modify * it

input.cc

#include using namespace std; int input() { cout > n; return n; } void input(int* p) { cout > *p; }

input.cc

#include using namespace std; int main() { int age; cout

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__;