代码搜索:Direction
找到约 10,000 项符合「Direction」的源代码
代码结果 10,000
www.eeworm.com/read/313336/13590024
java nextframe.java
/*
* 创建日期 2005-6-24
*
* TODO 要更改此生成的文件的模板,请转至
* 窗口 - 首选项 - Java - 代码样式 - 代码模板
*/
package game;
import java.util.Random;
import java.util.TimerTask;
/**
* @author Administrator
*
www.eeworm.com/read/312928/13601594
pas unit1.pas
unit Unit1;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls, ActnMan, ActnColorMaps, ExtCtrls, Menus;
type
TForm1 = class(TForm)
www.eeworm.com/read/311844/13624695
c 96.c
#include
#include
#include
/*定义控制命令*/
#define LEFT 0x4b00
#define RIGHT 0x4d00
#define DOWN 0x5000
#define UP 0x4800
#define ESC 0x011b
/*定义蛇的最大节数*/
www.eeworm.com/read/311697/13626983
m omegaka.m
% OmegaKA.m 仿真点目标SAR成像原理
%-------------------------------------------------
% 产生雷达脉冲,经过单点反射之后接收数据
% 数据存放在一个二维数组中,即距离向和方位向
% 采用精确或近似的Omega-K成像算法
% 先经过二维FFT,将信号变换到二维频域,做RFM,对参考距离上的目标完成精确成像
% 再沿距
www.eeworm.com/read/310869/13642099
cpp randwalk.cpp
// randwalk.cpp -- using the Vector class
// compile with the vect.cpp file
#include
#include // rand(),srand()prototypes
#include // time()prototype
#include "vect
www.eeworm.com/read/310869/13642101
cpp userandwalk.cpp
// randwalk.cpp -- using the Vector class
// compile with the vect.cpp file
#include
#include // rand(),srand()prototypes
#include // time()prototype
#include "vect