代码搜索结果

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

input.dat

maxx maxy maxz dx dy dz(in meter) 16 28 80 .125e-3 .125e-3 .125e-3 number of dielectric "bricks"(including air region) 2 xstart xend ystart yend zstart zend epsr tand@10GHz 1 4 1 28 1 80 9.6 0.0

input.h

// Input.h: interface for the CDirectInput class. // ////////////////////////////////////////////////////////////////////// #if !defined(AFX_INPUT_H__81DD96A4_AFE9_11D3_B12A_ED3DDE047E66__INCLUDE

input.cpp

// Input.cpp: implementation of the CDirectInput class. // ////////////////////////////////////////////////////////////////////// #include "Input.h" #define SAFE_RELEASE(x) if(x) { x->Release

input.c

#include #include "i_cmplx.h" /* definition of the complex type */ #define N 1024 #define PI 3.1415926 #define f 64 void input(COMPLEX *Y) { int i;

input.c

/* !C**************************************************************************** !File: input.c !Description: Functions reading data from the input data file. !Revision History: Revisio

input.txt

//this program is for testing purpose a=10; b=20; while(a)//loop { if(a

input.cs

using System; using System.Data; using System.Diagnostics; using Microsoft.WindowsCE.Forms; using System.Runtime.InteropServices; using System.Windows.Forms; using System.Collections; namespa

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

/*! \file input.c \brief User-Input Functions. */ //***************************************************************************** // // File Name : 'input.c' // Title : User-Input Functions // A