代码搜索:Direction

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

代码结果 10,000
www.eeworm.com/read/168118/9938708

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
www.eeworm.com/read/167021/9984225

pas tantantan.pas

uses crt,dos,graph; type slist=^listnode; listnode=record x,y:integer; direction:1..4; shape:pointer; front,next:slist; end; cakere=record
www.eeworm.com/read/166306/10024472

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/361960/10026978

html spotlight.html

聚光灯 #spotlight { FILTER: light } body { margin: 0px; font-size: 9pt}
www.eeworm.com/read/164653/10099262

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/360137/10108656

readme

column mobility model (nodes move parallel to direction of travel) See README file under upper level for details about this program. We are happy to share our code with you. We only ask that any pub
www.eeworm.com/read/358694/10181632

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/357459/10208997

m configc.m

function sys=configc(name) %CONFIGC Loads system configuration information based on given name. %User may edit here new setup data. if strcmp(name,'sony') sys = [ 768, %number of pixels i
www.eeworm.com/read/356559/10224749

java mi.java

/** * @(#)迷宫.java * * Sample Applet application * * @aut ******************************************hor * @version 1.00 08********************* ******************* /04/26 */
www.eeworm.com/read/425753/10329194

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