代码搜索:Direction
找到约 10,000 项符合「Direction」的源代码
代码结果 10,000
www.eeworm.com/read/140923/13052364
h nmea-util.h
#ifndef __NMEA_UTIL_H__
#define __NMEA_UTIL_H__
typedef enum { UNKNOWN_DIRECTION = 0, NORTH, SOUTH, EAST, WEST } direction;
direction string_to_direction(const char *);
int sentence_parse(char *, co
www.eeworm.com/read/366806/9797238
java steerable.java
public interface Steerable {
String NORTH_DIRECTION = "North";
String SOUTH_DIRECTION = "South";
String EAST_DIRECTION = "East";
String WEST_DIRECTION = "West";
void turnLeft();
void t
www.eeworm.com/read/140180/5793870
hpp evt_scroll.hpp
/*****************************************************************************
* evt_scroll.hpp
*****************************************************************************
* Copyright (C) 2003 Vi
www.eeworm.com/read/135709/5880682
hpp evt_scroll.hpp
/*****************************************************************************
* evt_scroll.hpp
*****************************************************************************
* Copyright (C) 2003 Vi
www.eeworm.com/read/100775/15864480
java grid.java
import java.awt.*;
import java.awt.event.*;
/**
* Creates a representation of the board for the games and keeps track
* of the neighbouring fields and if any token occupy them, it tells
* the fiel
www.eeworm.com/read/458101/7308513
asp@filename=trycss_text_direction tryit_view.asp@filename=trycss_text_direction
div.one
{
direction: rtl
}
div.two
{
direction: ltr
}
Some text. Right-to-left direction.
www.eeworm.com/read/347899/11628461
pdf a computational model for motion detection and direction discrimination in humans.pdf
www.eeworm.com/read/292139/8375720
java line.java
//【例4.4】 设计点的坐标作为直线类的内部类。
public class Line //直线类,外部类
{
protected Point p1,p2; //直线的起点和终点
protected class Point implements Direction
{
www.eeworm.com/read/188324/8549475
m fndir.m
function fdir = fndir(f,direction)
%FNDIR Directional derivative of a function.
%
% FNDIR(F,DIRECTION) returns the (ppform of the) derivative in the given
% DIRECTION(s) of the function cont
www.eeworm.com/read/364264/9916697
m antpath.m
function antpath(ntime,x,y,direction,npellets,looked)
%ANTPATH Stores the path taken by the GPLAB artificial ant.
% ANTPATH(NTIME,X,Y,DIRECTION,NPELLETS,LOOKED) stores the path
% taken by th