代码搜索:Direction
找到约 10,000 项符合「Direction」的源代码
代码结果 10,000
www.eeworm.com/read/489040/6481893
m compute_grad.m
function grad = compute_grad(M,options)
% compute_grad - compute the gradient of an image using central differences
%
% grad = compute_grad(M,options);
%
% 'options' is a structure:
% - op
www.eeworm.com/read/488716/6484475
java pointform.java
import javax.microedition.lcdui.*;
public class PointForm extends Form implements CommandListener
{
TripMate main;
Trip trip;
int pointIndex;
PointList lis
www.eeworm.com/read/488716/6484478
java point.java
public class Point {
String description;
int time;
int direction;
int tripId;
int id;
byte[] pack() {
byte[] desc = Converter.packString(descript
www.eeworm.com/read/487439/6512256
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/486654/6524885
cpp 1529.cpp
/* This Code is Submitted by wywcgs for Problem 1529 on 2005-09-19 at 15:13:54 */
#include
int main()
{
int row, col, posix, posiy, arrow;
char maze[60][60], ch, dir;
i
www.eeworm.com/read/485113/6564542
java arcs.java
/*
* @(#)Arcs.java 1.5 98/12/03
*
* Copyright 1998 by Sun Microsystems, Inc.,
* 901 San Antonio Road, Palo Alto, California, 94303, U.S.A.
* All rights reserved.
*
* This software is the confid
www.eeworm.com/read/485113/6564642
java selecttx.java
/*
* @(#)SelectTx.java 1.7 98/12/03
*
* Copyright 1998 by Sun Microsystems, Inc.,
* 901 San Antonio Road, Palo Alto, California, 94303, U.S.A.
* All rights reserved.
*
* This software is the c
www.eeworm.com/read/485113/6564658
java intersection.java
/*
* @(#)Intersection.java 1.5 98/12/03
* Copyright 1998 by Sun Microsystems, Inc.,
* 901 San Antonio Road, Palo Alto, California, 94303, U.S.A.
* All rights reserved.
*
* This software is the c
www.eeworm.com/read/485206/6567623
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/482807/6612725
java maze1.java
// 程序:平面迷宫制作
// 范例文件:Maze1.java
import java.awt.*;
import java.applet.*;
import java.awt.event.*;
public class Maze1 extends Applet implements KeyListener, Runnable
{
int ImageWidth,Imag