代码搜索:Direction
找到约 10,000 项符合「Direction」的源代码
代码结果 10,000
www.eeworm.com/read/101443/15833308
htm 22.htm
.3dfont { COLOR: #3333ff; FILTER: glow(color=ff0000,strength=1) shadow(color=868686,direction:180); POSITION: relative; WIDTH: 100% }
A { TEXT-DECORATION: none }
www.eeworm.com/read/101443/15833309
htm 31.htm
.3dfont { COLOR: #3333ff; FILTER: glow(color=ff0000,strength=1) shadow(color=868686,direction:180); POSITION: relative; WIDTH: 100% }
A { TEXT-DECORATION: none }
www.eeworm.com/read/100217/15880006
h yyxobj.h
#ifndef __YYXOBJ_H
#define __YYXOBJ_H
#if !defined(__YYXSYS_H)
#include "yyxsys.h"
#endif
#if !defined(__YYXMSG_H)
#include "yyxmsg.h"
#endif
enum direction {TO_UP,TO_DOWN};
typedef c
www.eeworm.com/read/464910/7062542
cpp zp2097_o1.cpp
#include
#include
#include
using namespace std;
struct frame{int i,j,k;};
frame direction[4]={{-1,0},{0,1},{1,0},{0,-1}};
frame operator+(frame a,frame b)
www.eeworm.com/read/461264/7230482
pro mag2flux.pro
function mag2flux, mag, zero_pt, ABwave = ABwave
;+
; NAME:
; MAG2FLUX
; PURPOSE:
; Convert from magnitudes to flux (ergs/s/cm^2/A).
; EXPLANATION:
; Use FLUX2MAG() for the opposite direction.
;
; CA
www.eeworm.com/read/398836/7916433
c++ kaltest.c++
/* kaltest test Kalman filter with 1-D 1 direction wave equation
du/dt + c du/dx = 0
can use float* or Vector for the field values
*/
static const char rcsid[] = "@(#)kaltest.c++ 1.1 14:43:22 7
www.eeworm.com/read/139650/13145099
m evolve_normal_weno.m
function [delta, H1_abs, H2_abs] = evolve_normal_WENO(phi, dx, dy, Vn)
%
% Finds the amount of evolution under a force in
% normal direction and using 5th order accurate WENO scheme.
%
% Author:
www.eeworm.com/read/108574/6181864
h drive42.h
// drive42.h
#define directionTo3042 0
#define directionToHost 1
int init3042(int comemID);
int close3042(int comemID);
int run3042(
unsigned long PhyAddress, //FXN
int direction,
i