代码搜索:Direction

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

代码结果 10,000
www.eeworm.com/read/372070/9523240

c bits_drivemosfet.c

/** ################################################################### ** THIS BEAN MODULE IS GENERATED BY THE TOOL. DO NOT MODIFY IT. ** Filename : Bits_Drivemosfet.C ** Project :
www.eeworm.com/read/372070/9523245

c bits1.c

/** ################################################################### ** THIS BEAN MODULE IS GENERATED BY THE TOOL. DO NOT MODIFY IT. ** Filename : Bits1.C ** Project : vvvf_56F834
www.eeworm.com/read/175498/9544607

pas pathfind.pas

unit PathFind; interface uses Windows, Classes; type TPath = array of TPoint; // TPathMapCell = record // Distance: Integer; // Direction: Integer; end; TPathMap
www.eeworm.com/read/174629/9579589

java location.java

package labyrinth; import java.awt.Point; class Location { //在数组 中的索引 int x; int y; // 4=up 1=right 2=down 3=left int direction; boolean passed; boolean finishSeek; // 是否
www.eeworm.com/read/366401/9817967

java circlepaint.java

import java.awt.*; import java.awt.event.*; public class CirclePaint extends Frame implements ActionListener { int x0,y0,r; Label lc= new Label("半径和圆心:"); Label l1=new Label("0"); La
www.eeworm.com/read/364818/9891998

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/168454/9912344

m cgdft.m

function cgdft % function cgdft compute DFT coefficients using DIT FFT algorithm % function cgfft.m is used to implement the constant geometry FFT clear all; direction = 1; %1 - for
www.eeworm.com/read/168454/9912470

m cgfft.m

function x=cgfft(x,npt,direction) % Function computes the DFT of a sequence using radix2 FFT % with constant geometry
www.eeworm.com/read/364264/9916665

m antright.m

function antright %ANTRIGHT Turns the GPLAB artificial ant to the right. % ANTRIGHT returns the number of the time step used by the ant after % turning. Other variables are returned as globa
www.eeworm.com/read/364264/9916675

m antleft.m

function antleft %ANTLEFT Turns the GPLAB artificial ant to the left. % ANTLEFT(SIM) returns the number of the time step used by the ant after % turning. Other variables are returned as glob