代码搜索:Direction

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

代码结果 10,000
www.eeworm.com/read/264745/11303044

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/263879/11338138

m compdir.m

function [SD, dirType] = compdir(Z,H,gf,nvars,f); % COMPDIR Computes a search direction in a subspace defined by Z. % Helper function for NLCONST. % Returns Newton direction if possible. %
www.eeworm.com/read/408280/11400127

c aicommon.c

#include "Toolbox.h" #include "AICommon.h" TWindow tbWindow; ai_World MainWorld; ai_Entity entityList[kMaxEntities]; TBitmap terrainBMP; TBitmap objectsBMP; TBit
www.eeworm.com/read/408280/11400148

c aicommon.c

#include "Toolbox.h" #include "AICommon.h" TWindow tbWindow; ai_World MainWorld; ai_Entity entityList[kMaxEntities]; TBitmap terrainBMP; TBitmap objectsBMP; TBit
www.eeworm.com/read/406927/11432501

java smallball.java

package manyballs; import javax.microedition.lcdui.*; /** * A SmallBall is a lightweight animated ball that runs in it's own thread. * It moves within a rectangular region, bouncing off the walls.
www.eeworm.com/read/406910/11432779

m omnilobe.m

function lobevector = omnilobe(gain) % DESCRIPTION lobevector = omnilobe % Creates an antenna lobe vector. The antenna lobe is a % circle with radius 'gain' dB, if 'gain' is present, otherwise % wi
www.eeworm.com/read/406910/11432809

m sinclobe.m

function lobevector = sinclobe % DESCRIPTION lobevector = sinclobe % Creates an antenna gain lobe vector. The antenna lobe is approximated % with a log(sinc) within the sector and with -30 dB outsid
www.eeworm.com/read/404849/11477126

java tank.java

import java.awt.*; public class Tank{ // contral varibles private final int UP = 0; private final int DOWN = 1; private final int LEFT = 2; private final int RIGHT = 3; // Physical info
www.eeworm.com/read/403950/11497119

txt readme.txt

=============================================================================== Data Structures For Game Programmers Ron Penton Game Demonstration 17-1 ============================================
www.eeworm.com/read/402589/11532984

cpp 5_1view.cpp

// 5_1View.cpp : implementation of the CMy5_1View class // #include "stdafx.h" #include "5_1.h" #include "5_1Doc.h" #include "5_1View.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_F