代码搜索:Direction
找到约 10,000 项符合「Direction」的源代码
代码结果 10,000
www.eeworm.com/read/262772/4309456
js zh.js
var FCKLang =
{
// Language direction : "ltr" (left to right) or "rtl" (right to left).
Dir : "ltr",
ToolbarCollapse : "隱藏面板",
ToolbarExpand : "顯示面板",
// Toolbar Items and Context Men
www.eeworm.com/read/394640/8215309
txt exercise5a.txt
Prerequisites: Exercise 4
Direction: Use a word processor (Microsoft Word) to answer the questions in the exercise.
Question1. XML and HTML
One necessary component to facilitate electronic comme
www.eeworm.com/read/192982/8261054
inc mbspti.inc
const
SENSE_LEN = 24; { Default sense buffer length}
SRB_DIR_SCSI = $00; { Direction determined by SCSI}
SRB_POSTING = $01; { Enable ASPI posting}
www.eeworm.com/read/293875/8268031
txt 键树的c++代码实现.txt
// test.cpp : Defines the entry point for the console application.
//
#include "stdafx.h"
#include
#include
using namespace std;
/*define the movement direction*/
#define
www.eeworm.com/read/235125/14085055
h rk2regs.h
; 68HC908RK2 Equates
PTA EQU $0000 ; Ports and data direction
PORTA EQU $0000
PTB EQU $0001
PORTB EQU $0001
DDRA EQU
www.eeworm.com/read/112466/15484748
tex edge.tex
\rhead {class EDGE}
\section{EDGE : Edge Gradient}
{\tt EDGE} is a class for operating image intensity to produce an edge map marking the location, strength and direction of edge points. The inten
www.eeworm.com/read/109331/15558914
pas joffaclass.pas
unit joffaclass;
interface
Type
TObjType = (bonus, enemy, obj);
TObj = Class
private
public
py,vx,vy,ovy : single;
typo : integer;
ax,ay : single;
direction : b
www.eeworm.com/read/107013/15614771
java enemyinfo.java
package wilson;
class EnemyInfo
{
public String name;
public double absBearing;
public double bearing;//the angle between my heading and the enemy's direction
public double heading;
pub
www.eeworm.com/read/153059/5653951
js zh_cn.js
// Simplified Chinese lang variables contributed by tom_cat (thomaswangyang@gmail.com)
tinyMCE.addToLang('',{
searchreplace_search_desc : '查找',
searchreplace_searchnext_desc : '再次查找',
searchrepl