代码搜索:Direction
找到约 10,000 项符合「Direction」的源代码
代码结果 10,000
www.eeworm.com/read/394400/8226427
java cell.java
import javax.swing.Icon;
import javax.swing.JButton;
public class Cell extends JButton {
Cell(Icon icon){//实际为ICON
super(icon);
this.setSize(100,100);
}
public void move(String dire
www.eeworm.com/read/394381/8227632
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/293918/8263959
m dupends.m
function y = dupends(x, dir)
% dupends duplicates both ends of input vector
% y = dupends(x)
%
% in: x
% dir for matrix input defines the direction
%
www.eeworm.com/read/393296/8297277
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/393211/8304422
m rwg4.m
%RWG4 Solves MoM equations for the scattering problem
% Uses the mesh file from RWG2, mesh2.mat, and
% the impedance file from RWG3, impedance.mat,
% as inputs.
%
% Also calculates the
www.eeworm.com/read/393116/8309462
java tank.java
import java.awt.Color;
import java.awt.Graphics;
import java.awt.Image;
import java.awt.Rectangle;
import java.awt.Toolkit;
import java.awt.event.KeyEvent;
import java.awt.event.MouseEvent;
imp
www.eeworm.com/read/370342/9605372
h usb_definition.h
/*
This file includes the definitions which used in USB Device firmware
*/
#ifndef _USB_DEFINITION_H_
#define _USB_DEFINITION_H_
#include "USB_Descriptor.h"
#define OFF 0
#define ON
www.eeworm.com/read/370047/9621459
m nrbeval.m
function [p,w] = nrbeval(nurbs,tt)
%
% Function Name:
%
% nrbeval - Evaluate a NURBS at parameteric points
%
% Calling Sequence:
%
% [p,w] = nrbeval(crv,ut)
% [p,w] = nrbeval(srf,{u
www.eeworm.com/read/370047/9621574
m nrbkntins.m
function inurbs = nrbkntins(nurbs,iknots)
%
% Function Name:
%
% nrbkntins - Insert a single or multiple knots into a NURBS curve or
% surface.
%
% Calling Sequence:
%
%