代码搜索:Direction
找到约 10,000 项符合「Direction」的源代码
代码结果 10,000
www.eeworm.com/read/445904/7588635
class direction.class
www.eeworm.com/read/445904/7588637
java direction.java
package snake;
//定义蛇移动方向的常量
public interface Direction {
static final int NONE = 0;//停止
//================================================================
static final int UP = 4; //向上
www.eeworm.com/read/444287/7614571
m direction.m
function [p,z] = direction(image,blocksize,noShow)
% DIRECTION cacluates the local flow orientation in each local window
% with size (blocksize x blocksize)
% direction(grayScaleFingerprintImage,
www.eeworm.com/read/332868/12721232
class direction.class
www.eeworm.com/read/315426/13543361
m direction.m
switch app
case 'leftarrow';
D=-1;
case 'rightarrow';
D=1;
case 'uparrow';
D=i;
case 'downarrow';
D=-i;
otherwise
end
www.eeworm.com/read/306912/13735672
gif direction.gif
www.eeworm.com/read/306912/13735718
gif direction.gif
www.eeworm.com/read/306912/13735722
gif direction.gif
www.eeworm.com/read/306912/13735726
gif direction.gif
www.eeworm.com/read/104936/6201119
asmx direction.asmx
using System.Web.Services;
using System.Web.Services.Protocols;
public class SimpleSoapHeader : SoapHeader{
public string Value;
}
publ