代码搜索:InputData

找到约 842 项符合「InputData」的源代码

代码结果 842
www.eeworm.com/read/109544/6174032

h dct.h

//========================================================================== // // THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY // KIND, EITHER EXPRESSED OR IMPLIED, INCLUDI
www.eeworm.com/read/493867/6391733

frm 读出操作.frm

VERSION 5.00 Begin VB.Form Form1 Caption = "lt9-1" ClientHeight = 2805 ClientLeft = 60 ClientTop = 345 ClientWidth = 5160 LinkTopic
www.eeworm.com/read/488568/6489715

cpp main.cpp

#include #include #include "Flow.h" int main( int argc, char* argv[] ) { int grid_id = 4; // 算例选择 char* infile = NULL; char* outfile = NULL; c
www.eeworm.com/read/347477/11663118

c client.c

#include #include #include #include #include #include #define SERVER_PORT 20000 // define the defualt
www.eeworm.com/read/347477/11663121

c service.c

#include #include #include #include #include #include #include #include #defi
www.eeworm.com/read/252424/12283259

c sml3.c

// keep this file as dummy source file // linker needs at least one source file volatile unsigned char DisplayBuffer[251574]; volatile unsigned char TempBuffer_img[251574]; volatile unsigned c
www.eeworm.com/read/131090/14161307

cc output.cc

//************************************************************** //* filename: output.cc * //* * //***
www.eeworm.com/read/225158/14554541

cpp random.cpp

#include "RANDOM.h" #include"define.h" RANDOM::RANDOM() { } RANDOM::~RANDOM() { } void RANDOM::random(int *randomData,int F_size) { srand((unsigned)time(NULL)); for(int i=0;i
www.eeworm.com/read/225158/14554543

h random.h

#ifndef Random_H_ #define Random_H_ #include "define.h" class RANDOM { private: int inputdata; public: RANDOM(); virtual ~RANDOM(); void random(int*,int); }; #endif
www.eeworm.com/read/123974/14603082

cpp base64.cpp

//////////////////////////////////////////////////////////////////////////////// // Base64 编/解码 //////////////////////////////////////////////////////////////////////////////// // Author : 黎达文