代码搜索:Direction
找到约 10,000 项符合「Direction」的源代码
代码结果 10,000
www.eeworm.com/read/324128/7808985
txt 11.txt
When You Move Beyond You Fear, You Feel Free
Haw realized he had been held captive by his own fear. Moving in a new direction had freed him.
Now he felt the cool breeze that was blowing
www.eeworm.com/read/245905/12772866
h mazeparts.h
#ifndef MazeParts_H
#define MazeParts_H
#include "defs.H"
enum Direction { North, East, South, West };
#ifndef MapSite_H
#define MapSite_H
class MapSite {
public:
virtual void Enter() = 0;
};
www.eeworm.com/read/241496/13139189
h mazeparts.h
#ifndef MazeParts_H
#define MazeParts_H
#include "defs.H"
enum Direction { North, East, South, West };
#ifndef MapSite_H
#define MapSite_H
class MapSite {
public:
virtual void Enter() = 0;
};
www.eeworm.com/read/253445/12221170
cpp tsfont.cpp
// TsFont.cpp : implementation file
//
#include "stdafx.h"
#include "direction2.h"
#include "TsFont.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE
www.eeworm.com/read/253445/12221205
cpp rectset.cpp
// RectSet.cpp : implementation file
//
#include "stdafx.h"
#include "direction2.h"
#include "RectSet.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FI
www.eeworm.com/read/253445/12221233
cpp lineset.cpp
// LineSet.cpp : implementation file
//
#include "stdafx.h"
#include "direction2.h"
#include "LineSet.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FI
www.eeworm.com/read/253445/12221286
cpp recthw.cpp
// RECTHW.cpp : implementation file
//
#include "stdafx.h"
#include "direction2.h"
#include "RECTHW.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE
www.eeworm.com/read/253445/12221290
cpp textset.cpp
// TextSet.cpp : implementation file
//
#include "stdafx.h"
#include "direction2.h"
#include "TextSet.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FI
www.eeworm.com/read/251851/12315241
m split_polytope.m
function [CON1,CON2] = split_polytope(CON,W)
% Split the given polytope in half along the orthonormal direction of the
% greatest (weighted) width.
%
% Syntax:
% "[CON1,CON2] = split_polytope