代码搜索:Direction

找到约 10,000 项符合「Direction」的源代码

代码结果 10,000
www.eeworm.com/read/352249/10570883

pas operator.pas

unit operator; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls, Mask, Buttons, DB, ADODB; type TOperatorForm = class(TForm
www.eeworm.com/read/352185/10576158

java circlearray.java

public class CircleArray{ static int[][] direction = { {0,1}, // right {1,0}, // down {0,-1}, // left {-1,0} // up }; public static void main(String args[]){ int n = 5; i
www.eeworm.com/read/278058/10577526

cpp randwalk.cpp

// randwalk.cpp -- using the Vector class // compile with the vect.cpp file #include #include // rand(), srand() prototypes #include // time() prototype #
www.eeworm.com/read/278024/10581152

h jb8-eqs.h

***************************************************************************** * Copyright (c) Motorola 1999 * * File Name: JB8-EQS.H * *
www.eeworm.com/read/352008/10588405

c fvs_mask.c

/*############################################################################# * 文件名:fvs_mask.c * 功能: 指纹图像有效区域 * modified by PRTsinghua@hotmail.com ##############################################
www.eeworm.com/read/352008/10588408

c fvs_enhancer.c

/*############################################################################# * 文件名:fvs_enhancer.c * 功能: 指纹图像增强 * modified by PRTsinghua@hotmail.com ############################################
www.eeworm.com/read/352008/10588445

c fvs_binarize.c

/*############################################################################# * 文件名:fvs_binarize.c * 功能: 指纹图像二值化 * modified by PRTsinghua@hotmail.com ###########################################
www.eeworm.com/read/352008/10588457

c my_fvs_enhancer.c

/*############################################################################# * 文件名:fvs_enhancer.c * 功能: 指纹图像增强 * modified by PRTsinghua@hotmail.com ############################################
www.eeworm.com/read/352008/10588466

c fvs_thinner.c

/*############################################################################# * 文件名:fvs_thinner.c * 功能: 指纹图像细化 * modified by PRTsinghua@hotmail.com #############################################