代码搜索结果

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

fft_resize_test.m

% script to test FFT for resized images... clear all close all global rho; INTERPOLATION_TYPE = 'Fourier'; %INTERPOLATION_TYPE = 'Provided'; WINDOW_TYPE = 'hann'; scaleVal = 4; input1

fft_resize_test.m

% script to test FFT for resized images... clear all close all global rho; INTERPOLATION_TYPE = 'Fourier'; %INTERPOLATION_TYPE = 'Provided'; WINDOW_TYPE = 'hann'; scaleVal = 4; input1

transmitter.m

%+----------------------------------------------------------------+ %| | %| Name: transmitter.m

crc_routines.h

/* | | Copyright disclaimer: | This software was developed at the National Institute of Standards | and Technology by employees of the Federal Government in the course | of their official d

crc_routines.h

/* | | Copyright disclaimer: | This software was developed at the National Institute of Standards | and Technology by employees of the Federal Government in the course | of their official d

crc_routines.h

/* | | Copyright disclaimer: | This software was developed at the National Institute of Standards | and Technology by employees of the Federal Government in the course | of their official d

crc_routines.h

/* | | Copyright disclaimer: | This software was developed at the National Institute of Standards | and Technology by employees of the Federal Government in the course | of their official d

crc_routines.h

/* | | Copyright disclaimer: | This software was developed at the National Institute of Standards | and Technology by employees of the Federal Government in the course | of their official d

crc.h

/* | | Copyright disclaimer: | This software was developed at the National Institute of Standards | and Technology by employees of the Federal Government in the course | of their offic

jpginputfilestream.cpp

// // 标题: JpegInputFileStream实现 // // 描述: // // JpegInputFileStream implements JPEG input through a file. // #include #include "jpginputfilestream.h" using namespace std ;