代码搜索:Direction
找到约 10,000 项符合「Direction」的源代码
代码结果 10,000
www.eeworm.com/read/466114/7038509
inp grid_ex5.inp
%%% Frequency, used to describe the structure
1.2e+010
%%% Cell Size
0.01
%%% Total dimensions along the x, y, z direction (including scatter region)
0.14 0.14 0.9
%%% Location of plane wave so
www.eeworm.com/read/465997/7042821
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/465232/7059673
m bracket.m
function [x1,x2,nS]=bracket(S,x0,d,problem,stepsize)
% Bracket the minimum (or maximum) of the objective function
% in the search direction.
%
% [x1,x2,nS]=bracket(S,x0,d,problem,stepsize)
www.eeworm.com/read/414122/7074601
h mylib.h
extern void inidelay();
extern void delay(uint time);
extern ulong rddata(void);
extern wrdata(ulong x);
extern uint swdata(uint dat);
extern void wr1(void);
extern void mack();
extern void wro
www.eeworm.com/read/255967/7098219
m dirstretch.m
%DIRSTRETCH variable directional stretching of a complex vector
function y=dirstretch(x,dir,coef)
if nargin == 3
if ~isreal(dir) && all(abs(dir) ~= 1)
warning('non unit modulus of direction arg
www.eeworm.com/read/255967/7098236
m dirstretch.m
%DIRSTRETCH variable directional stretching of a complex vector
%
% DIRSTRETCH(X,D) where X is a complex vector and D a complex scalar stretches X by abs(D) along the direction arg(D)
% if D is a v
www.eeworm.com/read/105767/7108948
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 all
www.eeworm.com/read/355973/7110003
in config.in
/* config.in. Generated automatically from configure.in by autoheader. */
/* Define if using alloca.c. */
#undef C_ALLOCA
/* Define to empty if the keyword does not work. */
#undef const
/* Def
www.eeworm.com/read/296774/7113478
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 all