代码搜索:Direction
找到约 10,000 项符合「Direction」的源代码
代码结果 10,000
www.eeworm.com/read/189239/8482998
m main.m
% Program 7-8
%
% main.m
%
% Programmed by A.Kanazawa
% Checked by H.Harada
%
clear
%%%%%%%%%%%%%%% Status initialization
I = 1; % The cluster size is determined from I and J. (n = I*I +
www.eeworm.com/read/389321/8533481
m pdfb_ang.m
function ang= pdfb_ang(insub, nlev)
% PDFB_ANG Determine the dfb subband that the angle fall into
% ang = pdfb_ang(insub, nlev)
%
% Returning value ang is from 3pi*4 to -pi/4 to make the range
www.eeworm.com/read/389321/8533507
m resamp.m
function y = resamp(x, type, shift, extmod)
% RESAMP Resampling in 2D filterbank
%
% y = resamp(x, type, [shift, extmod])
%
% Input:
% x: input image
% type: one of {1, 2, 3, 4} (see note)
%
www.eeworm.com/read/389321/8533621
m ang_pdfb.m
function insub = ang_pdfb(ang, nlev)
% ANG_PDFB Determine the dfb subband that the angle fall into
% insub = ang_pdfb(ang, nlev)
%
% Input:
% ang: the angle of direction of the band in radian
www.eeworm.com/read/433021/8551801
vhd 各种功能的计数器.vhd
Library IEEE ;
use IEEE.std_logic_1164.all ;
use IEEE.std_logic_arith.all ;
ENTITY counters IS
PORT
(
d : IN INTEGER RANGE 0 TO 255;
clk : IN BIT;
clear : IN BIT;
ld : I
www.eeworm.com/read/288350/8642488
h diag.h
/*
* diag.h
*
* Author : Lionetti Salvatore
* License: GPL
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU
www.eeworm.com/read/429246/8814169
m generatetarget.m
% Generate a Target and define its motion:
target1 = [zeros(3,11)
zeros(1,6) 6 7 zeros(1,3)
zeros(1,5) 6 6 7 zeros(1,3) % Target is a pointd triangle sign 7 by 5 pixels across
www.eeworm.com/read/428672/8852609
txt new text document (3).txt
Canny Edge Detector Algorithm and Matlab Codes
This part gives the algorithm of Canny edge detector. The output are six subfigures shown in the same figure:
* Subfigure 1: The initial "lena
www.eeworm.com/read/428667/8853001
txt new text document (3).txt
Canny Edge Detector Algorithm and Matlab Codes
This part gives the algorithm of Canny edge detector. The output are six subfigures shown in the same figure:
* Subfigure 1: The initial "lena
www.eeworm.com/read/383516/8940749
bak catfish.java.bak
import java.util.Vector;
/*
* Created on Jul 5, 2003
*
*/
/**
* Catfish - simulates a catfish - can swim, eat, and consume
* energy in the process.
*
* @author iCarnegie av
*
*