代码搜索:Input
找到约 10,000 项符合「Input」的源代码
代码结果 10,000
www.eeworm.com/read/311129/13635299
properties input_de.properties
title=Eingabetest
select_language=W鋒len Sie die gew黱schte Sprache
new_language=Neue Sprache
english=Englisch
swedish=Schwedisch
german=Deutsch
submit=Senden
date=Geben Sie ein Datum ein
number
www.eeworm.com/read/310869/13642047
cpp input_in_str.cpp
//7.编写一个程序,它使用一个char数组和循环来每次读取一个单词,直到用户输入done为止。
//随后,该程序指出用户输入了多少个单词(不包括done在内)。
// 下面是把char数组改为string实现这个问题
#include
#include
using namespace std;
int main()
{
int c
www.eeworm.com/read/310869/13642057
cpp input_char.cpp
//7.编写一个程序,它使用一个char数组和循环来每次读取一个单词,直到用户输入done为止。
//随后,该程序指出用户输入了多少个单词(不包括done在内)。
#include
#include
const int MAX=30;
using namespace std;
int main()
{
int counter=0;
www.eeworm.com/read/309939/13661767
cpp input0.cpp
// Input0.cpp : implementation file
//
#include "stdafx.h"
#include "DATABASE.h"
#include "Input0.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__
www.eeworm.com/read/309939/13661817
h input0.h
#if !defined(AFX_INPUT0_H__6962F95A_EFC7_41D1_A50B_CE50DE1B1E6D__INCLUDED_)
#define AFX_INPUT0_H__6962F95A_EFC7_41D1_A50B_CE50DE1B1E6D__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_
www.eeworm.com/read/309911/13662340
c input-oss.c
/*
* Copyright (C) 2004 Nathan Lutchansky
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as p
www.eeworm.com/read/309911/13662366
c input-vdig.c
/*
* Copyright (C) 2004 Nathan Lutchansky
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as p
www.eeworm.com/read/309785/13664477
c input11.c
#include "cbox11.h"
void Input11(Xi,Yi,X,Y,Code,Bc)
float Xi[21],Yi[21],X[52],Y[52],Bc[101];
int Code[101];
{
int i,j,k,Dim,NN,lnsize;
FILE *infile,*outfile;
char Title[80],line1[100];
lnsize =
www.eeworm.com/read/309785/13664494
c input5.c
#include "cbox5.h"
void Input5(Xi,Yi,X,Y,Code,Bc)
float Xi[21],Yi[21],X[102],Y[102],Bc[101];
int Code[101];
{
FILE *infile, *outfile;
int i,j,k,lnsize;
char title[80],line1[100];
lnsiz