代码搜索:Direction
找到约 10,000 项符合「Direction」的源代码
代码结果 10,000
www.eeworm.com/read/242259/13084080
c main.c
/*
* ----------------------------------------------------------------------------
* "THE BEER-WARE LICENSE" (Revision 42):
* wrote this file. As long as you retain this notice y
www.eeworm.com/read/140374/13085046
c rotate.c
#include
#include
#include "config.h"
#define MODULE_FILTER
#include "module.h"
#include "image.h"
#include "xmlhelp.h"
#include "log.h"
#define MODNAME "rotate"
char
www.eeworm.com/read/327178/13096331
h ball.h
#include
#include
TCHAR szAppName[] = TEXT("Bounce");
#define PI 3.14159
#define TWO_PI 2*PI
class MovableObject{
public:
virtual void Draw(HDC hdc) = 0;
virtual voi
www.eeworm.com/read/327066/13100894
dsr datae.dsr
VERSION 5.00
Begin {C0E45035-5775-11D0-B388-00A0C9055D8E} DataE
ClientHeight = 7515
ClientLeft = 0
ClientTop = 0
ClientWidth = 7170
_ExtentX =
www.eeworm.com/read/139738/13137046
java riderevent.java
// PART OF THE MACHINE SIMULATION. DO NOT CHANGE.
package nachos.machine;
/**
* An event that affects rider software. If a rider is outside the elevators,
* it will only receive events on the same
www.eeworm.com/read/139738/13137048
java elevatorgui.java
// PART OF THE MACHINE SIMULATION. DO NOT CHANGE.
package nachos.machine;
import java.awt.Frame;
import java.awt.Container;
import java.awt.Dimension;
import java.awt.Panel;
import java.awt.ScrollPa
www.eeworm.com/read/139738/13137099
java elevatorcontrols.java
// PART OF THE MACHINE SIMULATION. DO NOT CHANGE.
package nachos.machine;
/**
* A set of controls that can be used by an elevator controller.
*/
public interface ElevatorControls {
/**
*
www.eeworm.com/read/139577/13148456
h minutia.h
/*########################################################################
The contents of this file are subject to the Mozilla Public License
Version 1.0(the "License"); You may NOT use thi
www.eeworm.com/read/326135/13163304
m pixeldup.m
function B = pixeldup(A, m, n)
%PIXELDUP Duplicates pixels of an image in both directions.
% B = PIXELDUP(A, M, N) duplicates each pixel of A M times in the
% vertical direction and N times in