代码搜索:Direction
找到约 10,000 项符合「Direction」的源代码
代码结果 10,000
www.eeworm.com/read/222447/14689620
lhs yeelattice.lhs
\begin{code}
module YeeLattice ( loop_points, loop_inner,
consider_electric_polarizations, consider_all_directions,
loop_electric_fields, sum_over_components,
www.eeworm.com/read/461510/7226238
txt manual.txt
USER MANUAL for "IMPORTANT" MOBILITY GENERATORS in ns-2 simulator
Version: important-1.0-beta
Author:
Fan Bai, Narayanan Sadagopan, Ahmed Helmy
agroup@Univ. of Southern Californi
www.eeworm.com/read/292071/8379083
java snakecanver.java
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package hello;
import java.util.*;
import javax.microedition.lcdui.*;
/**
*
* @author Administ
www.eeworm.com/read/375054/9374845
java snakemidlet.java
import javax.microedition.midlet.*;
import javax.microedition.lcdui.*;
import java.util.*;
public class SnakeMIDlet extends MIDlet {
SnakeCanvas displayable = new SnakeCanvas();
public Sn
www.eeworm.com/read/359900/10116844
m boundaries.m
function B = boundaries(BW, conn, dir)
%BOUNDARIES Trace object boundaries.
% B = BOUNDARIES(BW) traces the exterior boundaries of objects in
% the binary image BW. B is a P-by-1 cell array,
www.eeworm.com/read/164202/10123063
java ufo.java
/*
* UFO.java
*
*
*/
import javax.microedition.lcdui.*;
/**
* UFO类
*
* @author Hideki Yonekawa
* @version 1.0
*/
class UFO extends Sprite {
/** 储存自机对象的变量 */
private MyShip
www.eeworm.com/read/418342/10952742
m boundaries.m
function B = boundaries(BW, conn, dir)
%BOUNDARIES Trace object boundaries.
% B = BOUNDARIES(BW) traces the exterior boundaries of objects in
% the binary image BW. B is a P-by-1 cell array,
www.eeworm.com/read/447191/6953116
java snakecanvas.java
import java.util.*;
import javax.microedition.lcdui.*;
/**
* 贪吃蛇游戏
*/
public class SnakeCanvas extends Canvas implements Runnable{
/**存储贪吃蛇节点坐标,其中第二维下标为0的代表x坐标,第二维下标是1的代表y坐标*/
int[][
www.eeworm.com/read/466801/7020883
m boundaries.m
function B = boundaries(BW, conn, dir)
%BOUNDARIES Trace object boundaries.
% B = BOUNDARIES(BW) traces the exterior boundaries of objects in
% the binary image BW. B is a P-by-1 cell array,
www.eeworm.com/read/453265/7423152
java snakecanvas.java
package snake;
import java.util.*;
import javax.microedition.lcdui.*;
/**
* 贪吃蛇游戏
*/
public class SnakeCanvas extends Canvas implements Runnable{
/**存储贪吃蛇节点坐标,其中第二维下标为0的代表x坐标,第二维下标是1