代码搜索:Direction
找到约 10,000 项符合「Direction」的源代码
代码结果 10,000
www.eeworm.com/read/481658/6636981
m f1dim.m
% Move pcom (x units in xicom direction), and then evaluate the function there.
function [f] = f1dim(x)
% Must accompany linmin.
global pcom; % Defned in linmin.
global xicom;
global nrfun
www.eeworm.com/read/481658/6636987
m dlinmin.m
%| FUNCTION: dlinmin
%|
%| PURPOSE: Given an n-dimensional point p[1..n] and an
%| n-dimensional direction xi[1..n], moves and resets p to where
%| the function func(p) takes on a minimum a
www.eeworm.com/read/481732/6637563
cpp historyheuristic.cpp
// HistoryHeuristic.cpp: implementation of the CHistoryHeuristic class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "HistoryHeuristic.h
www.eeworm.com/read/481301/6647289
dbg main.dbg
;**************************************************************
;* This stationery serves as the framework for a *
;* user application. For a more comprehensive program that *
;* de
www.eeworm.com/read/480200/6668137
m entropygraddist.m
function Dvect=entropyGradDist(npd)
%
% Compute entropy estimate using nearest neighbor estimate
%
% Copyright (C) 2003 Alexander Ihler; distributable under GPL -- see README.txt
pts = getPoi
www.eeworm.com/read/349895/6684013
c 96.c
#include
#include
#include
/*定义控制命令*/
#define LEFT 0x4b00
#define RIGHT 0x4d00
#define DOWN 0x5000
#define UP 0x4800
#define ESC 0x011b
/*定义蛇的最大节数*/
www.eeworm.com/read/479724/6685330
java bullet.java
package Speeds;
//////////////////////////////子弹类
class Bullet
{
protected short owner=0; //所有者,0是主角,1是敌人
protected short age=0; //子弹的生存周期,屏幕刷新的次数,超出屏幕就无效
protected int posX=0,pos
www.eeworm.com/read/479567/6688784
c list.c
#include
#include
#include
#include
#include
#include"egg.h"
#include"data.h"
#include"list.h"
#include"control.h"
CALLPTR ControlCallPTR
www.eeworm.com/read/479567/6688803
cod list.cod
TITLE C:\Documents and Settings\Administrator\桌面\07412 4 LIFT\list.c
.386P
include listing.inc
if @Version gt 510
.model FLAT
else
_TEXT SEGMENT PARA USE32 PUBLIC 'CODE'
_TEXT ENDS
_DATA SEG