代码搜索:Direction
找到约 10,000 项符合「Direction」的源代码
代码结果 10,000
www.eeworm.com/read/155493/11868240
c fvs_binarize.c
/*#############################################################################
* 文件名:fvs_binarize.c
* 功能: 指纹图像二值化
* modified by PRTsinghua@hotmail.com
###########################################
www.eeworm.com/read/155491/11868374
c fvs_thinner.c
/*#############################################################################
* 文件名:fvs_thinner.c
* 功能: 指纹图像细化
* modified by PRTsinghua@hotmail.com
#############################################
www.eeworm.com/read/155489/11868426
c fvs_minutia.c
/*#############################################################################
* 文件名:fvs_minutia.c
* 功能: 指纹图像细节点提取
* modified by PRTsinghua@hotmail.com
##########################################
www.eeworm.com/read/155488/11868477
c fvs_mask.c
/*#############################################################################
* 文件名:fvs_mask.c
* 功能: 指纹图像有效区域
* modified by PRTsinghua@hotmail.com
##############################################
www.eeworm.com/read/344551/11872979
m dirstretch.m
%DIRSTRETCH variable directional stretching of a complex vector
function y=dirstretch(x,dir,coef)
if nargin == 3
if ~isreal(dir) && all(abs(dir) ~= 1)
warning('non unit modulus of direction arg
www.eeworm.com/read/344551/11873049
m dirstretch.m
%DIRSTRETCH variable directional stretching of a complex vector
%
% DIRSTRETCH(X,D) where X is a complex vector and D a complex scalar stretches X by abs(D) along the direction arg(D)
% if D is a v
www.eeworm.com/read/344446/11878906
edf nios.edf
(edif NIOS_PrjPCB
(edifVersion 2 0 0)
(edifLevel 0)
(keywordMap
(keywordLevel 0)
)
(status
(written
(timeStamp 2008 5 11 9 45 24)
(program "Design Explorer DXP
www.eeworm.com/read/155391/11880845
pas slide.pas
unit Slide;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
ExpertWindow, StdCtrls, ExtCtrls;
type
TFormSlide = class(TFormExpertWindow)