代码搜索:pre-processing
找到约 47 项符合「pre-processing」的源代码
代码结果 47
www.eeworm.com/read/257388/11932364
c lucas_com.c
/**
*
*/
/**pre-processing directives for version control*/
#define DEBUG
#define PRE_2_6
/**pre-processing directives for functionality*/
#define easy_printk(x) printk(KERN_INFO x)
#define easy_print
www.eeworm.com/read/443440/1740297
c stacktsk.c
/*********************************************************************
*
* TCP/IP Stack Manager
* Module for Microchip TCP/IP Stack
* -Handles internal RX packet pre-processing prior to disp
www.eeworm.com/read/140681/13067961
txt readme.txt
Description of the Matlab pre-processing/generation of input trace files
for the EURANE simulator of ns-2.
We have the following files:
----[main file]:----------------------------------------------
www.eeworm.com/read/414936/11090840
m pre_sdo_codegen.m
% Pre-Processing of Code Generation with Simulink Data Object
% Make signal and parameter objects to define variable specifications (RAM/ROM)
% Resolve signal resolution with DISABLEIMPLICITSIGNALRE
www.eeworm.com/read/152024/6334039
m preprocess.m
function [pyr,masks,confidences,stds,means] = preprocess(filename, ...
distances, K, LAB_DIFF, PERCENTAGE, PERCEPTUAL)
% PREPROCESS - applies the four steps of pre-processing before relaxatio
www.eeworm.com/read/178020/9423582
m teqcplot.m
function out=teqcplot(files);
% TEQCPLOT Read and plot TEQC report files
%
% TEQC is the Toolkit for GPS/GLONASS/SBAS Data used to solve
% many pre-processing problems with GPS, GLONASS, a
www.eeworm.com/read/353878/10408959
m teqcplot.m
function out=teqcplot(files);
% TEQCPLOT Read and plot TEQC report files
%
% TEQC is the Toolkit for GPS/GLONASS/SBAS Data used to solve
% many pre-processing problems with GPS, GLONASS, a
www.eeworm.com/read/155583/11862596
m runfacerecog_vv.m
% RunFaceRecog.m
% Main function that reads in files, applies pre-processing, calls face
% recognition algorithm, and then plots resulting accuracy.
%
% Assumptions:
% - you have a set of pre-p
www.eeworm.com/read/295357/8168341
m runfacerecog_vv.m
% RunFaceRecog.m
% Main function that reads in files, applies pre-processing, calls face
% recognition algorithm, and then plots resulting accuracy.
%
% Assumptions:
% - you have a set of pre-p
www.eeworm.com/read/107949/6187343
f mfftri.f
SUBROUTINE MFFTRI(C,ISV,ISE,NV,NE,RW)
*
* PURPOSE:
* THIS ROUTINE PERFORMS THE PRE-PROCESSING PHASE FOR
* REAL 2-DIMENSIONAL INVERSE DFT'S (SEE FORMULA (2.7)
* IN REF.[1]).
*