代码搜索:Direction
找到约 10,000 项符合「Direction」的源代码
代码结果 10,000
www.eeworm.com/read/202658/15377273
java ant path.java
import SimFrameWork.Patch;
import SimFrameWork.Turtle;
import SimFrameWork.RandomGen;
class Ant extends Turtle{
Ant(Patch p){
super(p);
chip=false;
}
public void update(){
m
www.eeworm.com/read/202224/15389121
m mm2408.m
% mm2408.m
[x,y,z] = peaks; % default output of peaks
dx = x(1,2) - x(1,1); % spacing in x direction
dy = y(2,1) - y(1,1); % spacing in y direction
L = del2(z,dx,dy);
surf(x,y,z,abs(L))
shading inter
www.eeworm.com/read/202224/15389186
m mm2407.m
% mm2407.m
[x,y,z] = peaks(20); % simple 2-D function
dx = x(1,2) - x(1,1); % spacing in x direction
dy = y(2,1) - y(1,1); % spacing in y direction
[dzdx,dzdy] = gradient(z,dx,dy);
contour(x,y,z)
hol
www.eeworm.com/read/202129/15390373
m dirstretch.m
%DIRSTRETCH variable directional stretching of a complex vector
function y=dirstretch(x,dir,coef)
if nargin == 3
if ~isreal(dir) && all(abs(dir) ~= 1)
warning('non unit modulus of direction arg
www.eeworm.com/read/202129/15390390
m dirstretch.m
%DIRSTRETCH variable directional stretching of a complex vector
%
% DIRSTRETCH(X,D) where X is a complex vector and D a complex scalar stretches X by abs(D) along the direction arg(D)
% if D is a v
www.eeworm.com/read/201992/15391274
edn ten_cnt.edn
(edif test (edifVersion 2 0 0) (edifLevel 0) (keywordMap (keywordLevel 0))
(status (written (timeStamp 2006 7 14 9 45 42)
(author "Xilinx, Inc.")
(program "Xilinx CORE Generator" (version "Xi
www.eeworm.com/read/201293/15411727
cpp p4_23.cpp
// Exercise 4.23 Solution
#include
const int MAXCOMMANDS = 100, SIZE = 20;
int turnRight( int );
int turnLeft( int );
void getCommands( int [][ 2 ] );
void movePen( int, int [][
www.eeworm.com/read/201202/15413574
sci flipud.sci
function y = flipud(x)
//FLIPUD Flip matrix in up/down direction.
// FLIPUD(X) returns X with columns preserved and rows flipped
// in the up/down direction. For example,
//
// X = 1 4
www.eeworm.com/read/201189/15413753
pas atestf.pas
unit ATestF;
interface
uses
SysUtils, Windows, Messages, Classes, Graphics, Controls,
Forms, Dialogs, Arrow3, StdCtrls, Spin, ExtCtrls, ComCtrls;
type
TForm1 = class(TForm)
Beve
www.eeworm.com/read/200930/15419974
pas operator.pas
unit operator;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls, Mask, Buttons, DB, ADODB;
type
TOperatorForm = class(TForm