代码搜索:Direction
找到约 10,000 项符合「Direction」的源代码
代码结果 10,000
www.eeworm.com/read/302068/13842752
h bit1.h
/** ###################################################################
** THIS BEAN MODULE IS GENERATED BY THE TOOL. DO NOT MODIFY IT.
** Filename : Bit1.H
** Project : dy
** P
www.eeworm.com/read/301012/13870852
c jacobi.c
#include
#include
#include
#ifdef _OPENMP
#include
#endif
void driver(void);
void initialize(void);
void jacobi(void);
void error_check(void);
void B
www.eeworm.com/read/151374/5683427
java missile.java
/*
* Created on 2005-9-15
*
* TODO To change the template for this generated file go to
* Window - Preferences - Java - Code Style - Code Templates
*/
package shipwar;
import javax.micro
www.eeworm.com/read/147972/5718755
java cycle.java
package sim.app.lightcycles;
import sim.util.*;
import sim.engine.*;
// The cycle itself... A steppable which either proceeds while being manipulated by
// user input or directed by a very minimal
www.eeworm.com/read/147811/5719777
java gameframe.java
package SnakeGame;
/**
*整个游戏的逻辑控制。。。。
*/
import javax.swing.*;
import java.util.*;
import java.awt.event.*;
import javax.swing.event.*;
import java.awt.geom.*;
import java.awt.Toolkit;
www.eeworm.com/read/147529/5728629
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/147529/5728839
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/145916/5743219
java arcs.java
/*
* Copyright (c) 2003 Sun Microsystems, Inc. All Rights Reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the followi
www.eeworm.com/read/145916/5743251
java selecttx.java
/*
* Copyright (c) 2003 Sun Microsystems, Inc. All Rights Reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the followi
www.eeworm.com/read/144430/5750031
java chasesprite.java
import javax.microedition.lcdui.*;
import javax.microedition.lcdui.game.*;
import java.util.*;
public class ChaseSprite extends Sprite {
private Random rand;
private int speed;