代码搜索:Direction
找到约 10,000 项符合「Direction」的源代码
代码结果 10,000
www.eeworm.com/read/168657/9903232
dfm tdmpjgcom.dfm
object PJgComServer: TPJgComServer
OldCreateOrder = False
OnCreate = MtsDataModuleCreate
OnActivate = MtsDataModuleActivate
OnDeactivate = MtsDataModuleDeactivate
Pooled = False
Left
www.eeworm.com/read/168454/9912368
m dftf.m
function DFTF
% Program to compute DFT coefficients using DIT FFT
% (Program 3c.2, p171; program name: dftf.m)
%
clear all;
direction = -1; %1 - forward DFT, -1 - inverse DFT
in = fop
www.eeworm.com/read/168454/9912415
m dftd.m
function DFTD
clear all;
% Program to compute DFT coefficients directly
% (Program 3c.1, p170; program name: dftd.m)
%
direction = -1; %1 - forward DFT, -1 - inverse DFT
in = fopen('datain.d
www.eeworm.com/read/364310/9912887
m makeellip.m
function [x, y]= makeellip( x0, y0, radiusx, radiusy, angleinterval)
% (x0, y0 ) = center of circle
% radiusx = radius in x direction (a)
% radiusy = radius in y direction (b)
% angleinterval = a
www.eeworm.com/read/168275/9926346
ptf class.ptf
CLASS user_logic_VGA_Controller
{
ASSOCIATED_FILES
{
Add_Program = "";
Edit_Program = "";
Generator_Program = "mk_user_logic_VGA_Controller.pl";
}
MODULE_DEFAULT
www.eeworm.com/read/168133/9936893
h mylib.h
extern void inidelay();
extern void delay(uint time);
extern ulong rddata(void);
extern wrdata(ulong x);
extern uint swdata(uint dat);
extern void wr1(void);
extern void mack();
extern void wro
www.eeworm.com/read/363567/9945247
txt mycanvas.txt
import javax.microedition.lcdui.Canvas;
import javax.microedition.lcdui.Graphics;
public class MyCanvas extends Canvas{
//移动小方块的左上角坐标和长宽
int x,y,d;
//静止小方块的左上角坐标和长宽
int rectx,recty,rec
www.eeworm.com/read/363506/9949075
txt gluttonous_snake.txt
#define N 200
#include
#include
#include
#define LEFT 0x4b00
#define RIGHT 0x4d00
#define DOWN 0x5000
#define UP 0x4800
#define ESC 0x011b
int i,key;
int scor
www.eeworm.com/read/363382/9952926
pas classcross.pas
unit classCross;
interface
uses
unitConst, classVehicle, Graphics, Math, ExtCtrls, Classes, SysUtils;
type
TTrafficCross= class
public
constructor Create(var image: TImage; time
www.eeworm.com/read/363012/9971593
cpp historyheuristic.cpp
// HistoryHeuristic.cpp: implementation of the CHistoryHeuristic class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "HistoryHeuristic.h