代码搜索:pre-processing
找到约 47 项符合「pre-processing」的源代码
代码结果 47
www.eeworm.com/read/161841/10365863
m func_main2.m
%----------- Input ----------------
Orig_I1=imread('new2_1.bmp');
Orig_I = double(Orig_I1) / 256;
figure,imshow(Orig_I);title('原来图像');axis on;
%----------- Pre-processing ---------------
www.eeworm.com/read/161841/10365878
asv func_main3.asv
function func_Main
%----------- Input ----------------
%Orig_I=imread('new1.bmp');
Orig_I=rand(16,16)
figure,imshow(Orig_I);title('原来图像');axis on;
%----------- Pre-processing ----------
www.eeworm.com/read/161841/10365898
m func_main3.m
%----------- Input ----------------
Orig_I1=imread('new2_1.bmp');
Orig_I = double(Orig_I1) / 256;
figure,imshow(Orig_I);title('原来图像');axis on;
%----------- Pre-processing ----------------
www.eeworm.com/read/373348/9461897
txt 28.txt
CS 1355
Introduction to Programming in C
Monday 2006.12.25
Lecture notes (at http://r638-2.cs.nthu.edu.tw/C/notes/28.txt)
Today: Chapter 13: C Preprocessor
Pre-processing: rewrites the program
www.eeworm.com/read/481616/6636550
vhd pre.vhd
--
-- pre.vhd
--
-- Cordic pre-processing block
--
--
-- step 1: determine quadrant and generate absolute value of X and Y
-- Q1: Xnegative
-- Q2: Ynegative
--
-- step 2: swap X and Y values if Y>X
www.eeworm.com/read/219216/14891760
vhd pre.vhd
--
-- pre.vhd
--
-- Cordic pre-processing block
--
--
-- step 1: determine quadrant and generate absolute value of X and Y
-- Q1: Xnegative
-- Q2: Ynegative
--
-- step 2: swap X and Y values if Y>X
www.eeworm.com/read/175889/9527904
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
--
-- step 2: swap X and Y values if
www.eeworm.com/read/481616/6636548
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
--
-- step 2: swap X and Y values if
www.eeworm.com/read/224872/14565334
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
--
-- step 2: swap X and Y values if
www.eeworm.com/read/219216/14891762
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
--
-- step 2: swap X and Y values if