代码搜索:Direction

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

代码结果 10,000
www.eeworm.com/read/196105/8114955

cpp historyheuristic.cpp

// COPYRIGHT NOTES // --------------- // This source code is a part of chess which is an example of . // You may use, compile or redistribute it as part of your application
www.eeworm.com/read/195849/8126617

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/195849/8126636

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/296025/8127918

c alloca.c

/* alloca.c -- allocate automatically reclaimed memory (Mostly) portable public-domain implementation -- D A Gwyn This implementation of the PWB library alloca function, which is used to
www.eeworm.com/read/195705/8134786

dbg main.dbg

;***************************************************************** ;* This stationery serves as the framework for a * ;* user application (single file, absolute assembly application)
www.eeworm.com/read/295916/8134792

m spaceframeelementshearydiagram.m

function y = SpaceFrameElementShearYDiagram(f, L) %SpaceFrameElementShearYDiagram This function plots the shear force % diagram for the space frame element %
www.eeworm.com/read/295916/8134883

m spaceframeelementshearzdiagram.m

function y = SpaceFrameElementShearZDiagram(f, L) %SpaceFrameElementShearZDiagram This function plots the shear force % diagram for the space frame element %
www.eeworm.com/read/333689/12665955

txt tanchishe.txt

#define N 200 #include #include #include #define LEFT 0x4b00 #define RIGHT 0x4d00 #define DOWN 0x5000 #define UP 0x4800 #define ESC 0x011b int i,key;
www.eeworm.com/read/333411/12684413

c 迷宫问题.c

#include #include #define MAXNUM 100/* 栈中最大元素个数 */ #define N 11 /*地图的第一维长度*/ typedef struct { int x;/* 行下标 */ int y;/* 列下标 */ int d;/* 运动方向 */ } DataType; st
www.eeworm.com/read/333410/12684426

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