代码搜索:Direction
找到约 10,000 项符合「Direction」的源代码
代码结果 10,000
www.eeworm.com/read/460712/7105650
m repltest.m
function rep=repltest
% REPLTEST Replicate test function. (Utility Function)
% REPLTEST determines which direction Matlab replicates a single
% number using the : operator.
% A
www.eeworm.com/read/452620/7436778
pas classvehicle.pas
unit classVehicle;
interface
uses
unitConst, ExtCtrls, Classes;
type
TVehicle= class
public
constructor Create(var image: TImage; vtype: TVehicleType; direction: TDirection; hea
www.eeworm.com/read/439271/7713180
m repltest.m
function rep=repltest
% REPLTEST Replicate test function. (Utility Function)
% REPLTEST determines which direction Matlab replicates a single
% number using the : operator.
% A
www.eeworm.com/read/198547/7928581
m linkedzoom.m
function out = linkedzoom(varargin)
%LINKEDZOOM Link the zooming on all subplots of current figure.
% This function give users the ability to zoom in a given direction
% and will force all the
www.eeworm.com/read/328795/13001789
pas classvehicle.pas
unit classVehicle;
interface
uses
unitConst, ExtCtrls, Classes;
type
TVehicle= class
public
constructor Create(var image: TImage; vtype: TVehicleType; direction: TDirection; hea
www.eeworm.com/read/137901/13280801
c p1.c
/* Protocol 1 (utopia) provides for data transmission in one direction only, from
sender to receiver. The communication channel is assumed to be error free,
and the receiver is assumed to be ab
www.eeworm.com/read/136571/5870361
h bitstream.h
#ifndef BITSTREAM_H
#define BITSTREAM_H
#include
// next bit in forward direction
// next bit in reverse direc
www.eeworm.com/read/110972/6162899
h bitstream.h
#ifndef BITSTREAM_H
#define BITSTREAM_H
#include
// next bit in forward direction
// next bit in reverse direc
www.eeworm.com/read/348108/11611840
cs structures.cs
/*
* DirectShow structures and enumerations
*/
namespace dshow.Core
{
using System;
using System.Runtime.InteropServices;
// Indicates a pin's direction
//
[ComVisible(false)]
publ
www.eeworm.com/read/155942/11837301
h mapsite.h
enum Direction {North, South, East, West};
static int roomNumber = 0;
class MapSite
{
public:
virtual void Enter() = 0;
};
//////////////////////////////////////
class Wall:public MapSite