代码搜索:Direction
找到约 10,000 项符合「Direction」的源代码
代码结果 10,000
www.eeworm.com/read/149664/12358352
java ufo.java
import javax.microedition.lcdui.*;
class UFO extends Sprite {
private MyShip myShip;
private int missileCount = 0;
private int direction;
static final int DIRECTION_RIGHT =
www.eeworm.com/read/149425/12378254
m spaceframeelementshearydiagram.m
function y = SpaceFrameElementShearYDiagram(f, L)
%SpaceFrameElementShearYDiagram This function plots the shear force
% diagram for the space frame element
%
www.eeworm.com/read/149425/12378432
m spaceframeelementshearzdiagram.m
function y = SpaceFrameElementShearZDiagram(f, L)
%SpaceFrameElementShearZDiagram This function plots the shear force
% diagram for the space frame element
%
www.eeworm.com/read/149373/12384354
c fvs_mask.c
/*#############################################################################
* 文件名:fvs_mask.c
* 功能: 指纹图像有效区域
* modified by PRTsinghua@hotmail.com
##############################################
www.eeworm.com/read/149373/12384356
c fvs_enhancer.c
/*#############################################################################
* 文件名:fvs_enhancer.c
* 功能: 指纹图像增强
* modified by PRTsinghua@hotmail.com
############################################
www.eeworm.com/read/149373/12384366
c fvs_minutia.c
/*#############################################################################
* 文件名:fvs_minutia.c
* 功能: 指纹图像细节点提取
* modified by PRTsinghua@hotmail.com
##########################################
www.eeworm.com/read/149373/12384368
c fvs_binarize.c
/*#############################################################################
* 文件名:fvs_binarize.c
* 功能: 指纹图像二值化
* modified by PRTsinghua@hotmail.com
###########################################
www.eeworm.com/read/149373/12384374
c fvs_thinner.c
/*#############################################################################
* 文件名:fvs_thinner.c
* 功能: 指纹图像细化
* modified by PRTsinghua@hotmail.com
#############################################
www.eeworm.com/read/337105/12390847
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