代码搜索:Direction
找到约 10,000 项符合「Direction」的源代码
代码结果 10,000
www.eeworm.com/read/428613/8855761
m elenven.m
%
% Problem 11.2
%
clear
M = 20; % number of elements
spacing = 0.5; % lambda/2 spacing
% First part of problem has a steering angle of 45 degrees
phi_steer = 45; % steering direction
% Comput
www.eeworm.com/read/186325/8945241
java aliensprite.java
// AlienSprite.java
// Andrew Davison, April 2005, ad@fivedots.coe.psu.ac.th
/* We assume the alien is facing in the +z-axis direction
and is originally at (0, ??, 0). Rotations are specifie
www.eeworm.com/read/283622/9001533
jbx submarine.jbx
[PropertyInfo]
boom,javax.microedition.lcdui.Image[],false,false, , ,false,
boomIndex,int,false,false, , ,false,
direction,int,false,false, , ,false,
dx,int,false,false,
www.eeworm.com/read/356534/10225138
h read_input_file.h
#include
#include
#include
#include
using namespace std;
#ifndef _Struct3_
typedef struct
{
//total number of cells in x, y and z direction
lon
www.eeworm.com/read/356532/10225188
h read_input_file.h
#include
#include
#include
#include
using namespace std;
#ifndef _Struct3_
typedef struct
{
//total number of cells in x, y and z direction
lon
www.eeworm.com/read/280359/10335615
vhd _primary.vhd
library verilog;
use verilog.vl_types.all;
entity lpm_counter is
generic(
lpm_width : integer := 1;
lpm_direction : string := "UNUSED";
lpm_modulus : integer :
www.eeworm.com/read/425699/10336337
m xtickrot.m
function h=xtickrot(angle)
% XTICKROT Rotate X tickmarks labels
%
%
%
%
% current limits
ax = axis ;
% current axis y direction
ydir = get(gca,'YDir') ;
% set limit modes to manual
axis(axis);
%
www.eeworm.com/read/159528/10643724
cpp 1.cpp
#include
using namespace std;
enum Direction
{
Left, Right, Up, Down
};
const int RowNumber=6;
const int ColNumber=7;
const int MaxNameLength=32;
const int MaxDataLength=32;