代码搜索结果
找到约 10,000 项符合
Input 的代码
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.vhd
library ieee;
use ieee.std_logic_1164.all;
use ieee.std_logic_arith.all;
use ieee.std_logic_unsigned.all;
use ieee.numeric_std.all;
entity input is
port(
clk: in std_logic;
reset: in std_l
input2
1.1 1.01
2.2 2.30
3.3 3.05
4.4 4.28
5.5 5.75
6.6 6.48
7.7 7.84
input1
1.1 1.1
2.2 2.2
3.3 3.3
4.4 4.4
5.5 5.5
6.6 6.6
7.7 7.7
input.c
/***
*input.c - C formatted input, used by scanf, etc.
*
* Copyright (c) 1987-1997, Microsoft Corporation. All rights reserved.
*
*Purpose:
* defines _input() to do formatted input;
input.h
#ifndef INPUT_H
#define INPUT_H
void Input() //从键盘读入文本
{
system("cls");
cout
input.css
.input { clip: rect( ); height: 18px; width: 100px; background-position: top; font-family: "宋体"; font-size: 12px; color: #000033; text-decoration: none}
a:hover { color: #00CC33; text-decoration
input.c
/*********************************************************************
* Copright(c) 2004,张会福 湖南科技大学计算机学院
* All rights reserved.
*
*文件名称: INPUT.C
*文件标识: