代码搜索:pre-processing
找到约 47 项符合「pre-processing」的源代码
代码结果 47
www.eeworm.com/read/425892/10311456
vhd r2p_pre.vhd
--
-- r2p_pre.vhd
--
-- Cordic pre-processing block
--
--
-- step 1: determine quadrant and generate absolute value of X and Y
-- Q1: Xnegative
-- Q2: Ynegative
--
-- st
www.eeworm.com/read/161506/10400258
m char2.m
%% Character Recognition Example (II):Automating Image Pre-processing
%% Read Image
I = imread('sample.bmp');
imshow(I)
%% Convert to grayscale image
Igray = rgb2gray(I);
imshow(Igray)
%%
www.eeworm.com/read/350482/10741040
pl booker.pl
#!/bin/perl
#
#Used to prepare the book "tommath.src" for LaTeX by pre-processing it into a .tex file
#
#Essentially you write the "tommath.src" as normal LaTex except where you want code snippets you
www.eeworm.com/read/161841/10365895
asv func_main.asv
function func_Main
%----------- Input ----------------
Orig_I=imread('new1.bmp');
Orig_I=rand(64)
figure,imshow(Orig_I);title('原来图像');axis on;
%----------- Pre-processing --------------
www.eeworm.com/read/278864/10501721
c ppopt.c
/* Pre-processing routines to for OPT simulation */
#include
#define toggle(i) if(i==1)i=0;else{i=1;}
#define LA_DIST 100000 /* Lookahead distance */
#define HASHNO 7211
struct
www.eeworm.com/read/347945/11623396
m mpt_solvenode.m
function model = mpt_solvenode(Matrices,lower,upper,OriginalModel,model,options)
% This is the core code. Lot of pre-processing to get rid of strange stuff
% arising from odd problems, big-M etc etc
www.eeworm.com/read/349580/3142492
tex io.tex
\chapter{Input/output}
\label{chapter:io}
\index{input/output}
\index{I/O}
\index{pre-processing}
\index{post-processing}
\dolfin{} relies on external programs for pre- and post-processing,
which mea
www.eeworm.com/read/303463/3810186
m mpt_solvenode.m
function model = mpt_solvenode(Matrices,lower,upper,OriginalModel,model,options)
% This is the core code. Lot of pre-processing to get rid of strange stuff
% arising from odd problems, big-M etc etc
www.eeworm.com/read/407519/2262792
tex io.tex
\chapter{Input/output}
\label{chapter:io}
\index{input/output}
\index{I/O}
\index{pre-processing}
\index{post-processing}
\dolfin{} relies on external programs for pre- and post-processing,
which mea
www.eeworm.com/read/193277/8241875
m mpt_solvenode.m
function model = mpt_solvenode(Matrices,lower,upper,OriginalModel,model,options)
% This is the core code. Lot of pre-processing to get rid of strange stuff
% arising from odd problems, big-M etc etc