代码搜索:Direction
找到约 10,000 项符合「Direction」的源代码
代码结果 10,000
www.eeworm.com/read/153407/12035578
m antmove.m
function ntime=antmove
%ANTMOVE Moves the GPLAB artificial ant forward one step.
% ANTMOVE returns the number of the time step used by the ant after
% moving. Other variables are returned as
www.eeworm.com/read/153119/12058231
java player.java
// Decompiled by Jad v1.5.7g. Copyright 2000 Pavel Kouznetsov.
// Jad home page: http://www.geocities.com/SiliconValley/Bridge/8617/jad.html
// Decompiler options: packimports(3) fieldsfirst ansi
www.eeworm.com/read/153024/12065633
java tank.java
import java.awt.*;
public class Tank{
// contral varibles
private final int UP = 0;
private final int DOWN = 1;
private final int LEFT = 2;
private final int RIGHT = 3;
// Physical info
www.eeworm.com/read/255050/12103696
cpp show.cpp
#include"wupus.h"
void Wupus_World::show(bool wait)
{
_sleep(480);
system("cls");
int x;
int y;
cout 0; y--)
{
for(x=1; x
www.eeworm.com/read/254980/12110157
v counters_altera.v
// MAX+plus II Verilog Example
// Efficient Counter Inference
// Copyright (c) 1997 Altera Corporation
// download from: www.pld.com.cn & www.fpga.com.cn
module counters (d, clk, clear, ld, ena
www.eeworm.com/read/340782/12134205
java cell.java
import javax.swing.Icon;
import javax.swing.JButton;
public class Cell extends JButton {
Cell(Icon icon){//实际为ICON
super(icon);
this.setSize(100,100);
}
public void move(String dire
www.eeworm.com/read/340194/12175491
h bidi.h
/*
* This file is part of the html renderer for KDE.
*
* Copyright (C) 2000 Lars Knoll (knoll@kde.org)
* Copyright (C) 2003 Apple Computer, Inc.
*
* This library is free software; you can
www.eeworm.com/read/150906/12248173
cpp arrow.cpp
//arrow.cpp
#include
#include
#include
#include"arrow.h"
#include"arrow1.h"
#pragma comment(lib,"ddraw")
#pragma comment(lib,"winmm")
extern LPDIRECTDRAWSURFACE l