代码搜索:Input
找到约 10,000 项符合「Input」的源代码
代码结果 10,000
www.eeworm.com/read/356534/10225138
h read_input_file.h
#include
#include
#include
#include
using namespace std;
#ifndef _Struct3_
typedef struct
{
//total number of cells in x, y and z direction
lon
www.eeworm.com/read/356533/10225152
cpp read_input_file.cpp
#include "stdafx.h"
#include "read_input_file.h"
int readFile_fdtd_data(Input_Data *Inp_D, char *ut_nev)
{
//ifstream declaration
ifstream *inClientFile = NULL;
inClientFile = new ifstream[
www.eeworm.com/read/356533/10225158
h read_input_file.h
#include
#include
#include
#include
using namespace std;
#ifndef _Struct3_
typedef struct
{
#ifdef _OPENMP
int num_threads; //nr of threads
www.eeworm.com/read/356532/10225178
cpp read_input_file.cpp
#include "read_input_file.h"
int readFile_fdtd_data(Input_Data *Inp_D, char *ut_nev)
{
//ifstream declaration
ifstream *inClientFile = NULL;
inClientFile = new ifstream[1];
//open the file
www.eeworm.com/read/356532/10225188
h read_input_file.h
#include
#include
#include
#include
using namespace std;
#ifndef _Struct3_
typedef struct
{
//total number of cells in x, y and z direction
lon
www.eeworm.com/read/426222/10273995
dfm uform_fw_input.dfm
object form_fw_input: Tform_fw_input
Left = 176
Top = 195
BorderStyle = bsDialog
Caption = 'form_fw_input'
ClientHeight = 160
ClientWidth = 370
Color = clBtnFace
Font.Charset =
www.eeworm.com/read/426222/10274070
dfm uform_apart_input.dfm
object Form_apart_input: TForm_apart_input
Left = 176
Top = 275
BorderStyle = bsDialog
Caption = #26032#24314#37096#38376
ClientHeight = 136
ClientWidth = 372
Color = clBtnFace
www.eeworm.com/read/426222/10274086
pas uform_apart_input.pas
unit UForm_apart_input;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls, Buttons, ExtCtrls;
type
TForm_apart_input = class
www.eeworm.com/read/426222/10274221
dfm uform_custom_input.dfm
object form_custom_input: Tform_custom_input
Left = 234
Top = 113
BorderStyle = bsDialog
Caption = #30331#35760#26032#23458#25143
ClientHeight = 366
ClientWidth = 375
Color = clBt
www.eeworm.com/read/426222/10274300
pas uform_custom_input.pas
unit Uform_custom_input;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls, Buttons, ExtCtrls, DB, ADODB, ComCtrls, ImgList;
ty