代码搜索:Direction
找到约 10,000 项符合「Direction」的源代码
代码结果 10,000
www.eeworm.com/read/384340/8879867
m package.m
%This Program Is Designed To Simulate The Angle Of Arrival Estimation Algorithms
%General Antenna Array Specifications
D = input ('Number Of Elements : ') ;
N = input ('Number Of Users : ') ;
L =
www.eeworm.com/read/383524/8940167
java animal.java
/*!Begin Snippet:Animal*/
/*
* Created on Jul 6, 2003
*
*/
// Concept example: extends.
// Each Animal is a LivingBeing.
// Animal should inherit all attributes and behavior of Livin
www.eeworm.com/read/383523/8940347
bak catfish.java.bak
import java.util.Vector;
/**
* Catfish - simulates a catfish - can swim, eat, and consume
* energy in the process.
*
*
*/
public class Catfish extends LivingBeing {
/**
* The
www.eeworm.com/read/383523/8940371
java catfish.java
import java.util.Vector;
/**
* Catfish - simulates a catfish - can swim, eat, and consume
* energy in the process.
*
*
*/
public class Catfish extends LivingBeing {
/**
* The
www.eeworm.com/read/427336/8950910
m myunwrappro.m
function z=myunwrap(input,direction,pointx,pointy)
%This function is used to archieve the phase unwrapping
%the mode tested is z=myunwrap(input,pointx,pointy)
%input is the original truncate ph
www.eeworm.com/read/383311/8956194
h tepatch.h
//##################################################
//# $Id: TePatch.h 28 2005-08-28 10:37:47Z peciva $
#ifndef TE_PATCH_H
#define TE_PATCH_H
/******************************************************
www.eeworm.com/read/283622/9001509
java boat.java
package boat;
import javax.microedition.lcdui.Graphics;
import javax.microedition.lcdui.Image;
/**
* 军舰类
*/
public class Boat {
/**
* 军舰数组,下标0代表向右,1代表向左
*/
Image[] bo
www.eeworm.com/read/283498/9015536
asm stricmpl.asm
StdGrp group StdLib, StdData
;
StdData segment para public 'sldata'
extrn $uprtbl:byte
StdData ends
;
stdlib segment para public 'slcode'
assume cs:StdGrp
;
;
; strcmpl- Compares the
www.eeworm.com/read/283486/9018391
java maze1.java
// 程序:平面迷宫制作
// 范例文件:Maze1.java
import java.awt.*;
import java.applet.*;
import java.awt.event.*;
public class Maze1 extends Applet
implements KeyListener, Runnable
{
int
www.eeworm.com/read/381906/9065038
frm form2.frm
VERSION 5.00
Begin VB.Form Form2
BorderStyle = 0 'None
ClientHeight = 1305
ClientLeft = -30
ClientTop = -315
ClientWidth = 1425
ControlBox