代码搜索:Direction
找到约 10,000 项符合「Direction」的源代码
代码结果 10,000
www.eeworm.com/read/383516/8940766
java catfish.java
import java.util.Vector;
/*
* Created on Jul 5, 2003
*
*/
/**
* Catfish - simulates a catfish - can swim, eat, and consume
* energy in the process.
*
* @author iCarnegie av
*
*
www.eeworm.com/read/284314/8944986
m ckr2_regular.m
function [z, zx1, zx2] = ckr2_regular(y, h, r, ksize)
% [CKR2_REGULAR]
% The second order classic kernel regression function for regularly sampled
% data.
%
% [USAGE]
% [z, zx1, zx2] = ckr2_regu
www.eeworm.com/read/185622/9013488
txt rfc1556.txt
Network Working Group H. Nussbacher
Request for Comments: 1556 Israeli Inter-University
Category: Informational
www.eeworm.com/read/185622/9015792
txt rfc317.txt
Network Working Group Jon Postel
Request for Comments: 317 UCLA-NMC
NIC: 9347
www.eeworm.com/read/283498/9016211
asm proj5_2.asm
; Project #2, Chapter five
;
; AMAZE.ASM
;
; A maze generation/solution program.
;
; This program generates an 80x25 maze and directly draws the maze on the
; video display.
;
; You need to s
www.eeworm.com/read/283498/9016963
asm amaze.asm
; AMAZE.ASM
;
; A maze generation/solution program.
;
; This program generates an 80x25 maze and directly draws the maze on the
; video display. It demonstrates the use of coroutines within a pr
www.eeworm.com/read/382176/9044135
java smallball.java
/*
*
* Copyright (c) 2007, Sun Microsystems, Inc.
*
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the
www.eeworm.com/read/184534/9095476
java actor.java
import net.jscience.math.kvm.MathFP;
import javax.microedition.lcdui.*;
/**
* An abstract base class for higher level Actors. This class handles basic
* position as well as maintaining a link
www.eeworm.com/read/184534/9095504
java bullet.java
import net.jscience.math.kvm.MathFP;
import javax.microedition.lcdui.*;
import java.io.IOException;
/**
* A Bullet Actor is a simple flying object fired from a Ship. It has a limited
* lifeti
www.eeworm.com/read/381173/9106365
c fsgui_util.c
#include "global.h"
#include "func.h"
#include "memmap.h"
#include "util.h"
#include "graph.h"
#include "framebuf.h"
#include "macro.h"
#include "stc.h"
#include "cfont.h"
#include "vfdfunc