代码搜索:Direction

找到约 10,000 项符合「Direction」的源代码

代码结果 10,000
www.eeworm.com/read/237857/13926600

txt waveguidebend_triangularlattice.txt

######################################################################## # This is an example of the input file for 2D FDTD transmission #calculations. # A 60 degree waveguide bend in a trian
www.eeworm.com/read/237857/13926606

txt waveguidebend_squarelattice.txt

######################################################################## #This is an example of the input file for F2P calculations. #A 90 degree waveguide bend in a square lattice of dielectric
www.eeworm.com/read/237857/13926614

txt pcwaveguidetaper.txt

######################################################################## # This is an example of the input file for 2D FDTD transmission #calculations. #A waveguide taper from W3 PC waveguide t
www.eeworm.com/read/135305/13940428

frm form2.frm

VERSION 5.00 Begin VB.Form Form2 BorderStyle = 0 'None ClientHeight = 1305 ClientLeft = -30 ClientTop = -315 ClientWidth = 1425 ControlBox
www.eeworm.com/read/134894/13971897

m mxanthus_swarm_opt.m

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % Bacterial swarm foraging optimization - M. xanthus model % % Kevin Passino % Version: 8/1/00 %%%%%%%%%%%%%%%%%%%%%%
www.eeworm.com/read/134698/13976174

java haar.java

package lift; /** Haar (flat line) wavelet. As with all Lifting scheme wavelet transform functions, the first stage of a transform step is the split stage. The
www.eeworm.com/read/237095/13978254

java player.java

import java.awt.*; /** * 定义吃豆者的类 */ public class Player{ private int xPos; private int yPos; private int xVPos; private int yVPos; private int speed; private int direction; pri
www.eeworm.com/read/236639/14007018

java darterfish.java

// AP(r) Computer Science Marine Biology Simulation: // The DarterFish class is copyright(c) 2002 College Entrance // Examination Board (www.collegeboard.com). // // This class is free software; you c
www.eeworm.com/read/235612/14061814

m flipx.m

function flipx % FLIPX: script to flip the direction of the x axis % % just type "flipx" at the matlab prompt state=get(gca,'xdir'); if(strcmp(state,'normal')) set(gca,'xdir','reverse') else
www.eeworm.com/read/235612/14061828

m flipy.m

function flipy % FLIPY: script to flip the direction of the y axis % % just type "flipy" at the matlab prompt state=get(gca,'ydir'); if(strcmp(state,'normal')) set(gca,'ydir','reverse') else