代码搜索:Direction
找到约 10,000 项符合「Direction」的源代码
代码结果 10,000
www.eeworm.com/read/228977/14356433
asv predict_states.asv
function xx = predict_states(xu,xuvar);
thite = xu(1);%% the angle of arrival;
Qv = xu(2);%% the vector of v/r;
fai = xu(3);%% the heading direction;
Rthite = xuvar(1);%% the variance of an
www.eeworm.com/read/228977/14356459
m predict_states.m
function xx = predict_states(xu,xuvar);
thite = xu(1,:);%% the angle of arrival;
Qv = xu(2,:);%% the vector of v/r;
fai = xu(3,:);%% the heading direction;
Rthite = xuvar(1);%% the variance
www.eeworm.com/read/126819/14400753
java maze1.java
// 程序:平面迷宫制作
// 范例文件:Maze1.java
import java.awt.*;
import java.applet.*;
import java.awt.event.*;
public class Maze1 extends Applet
implements KeyListener, Runnable
{
int
www.eeworm.com/read/126327/14428473
v counters.v
// MAX+plus II Verilog Example
// Efficient Counter Inference
// Copyright (c) 1997 Altera Corporation
module counters (d, clk, clear, ld, enable, up_down,
qa, qb, qc, qd, qe, qf, q
www.eeworm.com/read/126083/14446495
m isefcall.m
function isefcall()
global XSIZE
global YSIZE
global MAINFIG
global FITHANDLES
global BEELD
BEELD = get(MAINFIG, 'userdata');
%cirkel;
%set(MAINFIG, 'userdata', BEELD);
%SIZE = max(XSIZ
www.eeworm.com/read/125793/14460803
h hz.h
#include
#include
#include
#include
#include
#include
#include
void outhzxy3(int x,int y,char *p,int size,int direction
www.eeworm.com/read/125764/14465365
cpp demo8_10.cpp
// DEMO8_10.CPP - Page scrolling demo
// INCLUDES ///////////////////////////////////////////////
#define WIN32_LEAN_AND_MEAN
// you must #define INITGUID if not done elsewhere
#define INI
www.eeworm.com/read/125017/14518168
c lcd.c
#include
#include
#include
/***************************************Lcd Control Pin Macro Define***********************************/
#define LCD_RD_DISABLE
www.eeworm.com/read/225373/14543764
cpp mathyw.cpp
//mathyw.cpp :最优化计算模块的实现文件,应用时需加到工程中去.
#include "iostream.h"
#include "stdlib.h"
#include "math.h"
#include "string.h"
///////////////////////////////////////////////////////////////////////
www.eeworm.com/read/224767/14568042
c radio.c
#define uchar unsigned char
#define uint unsigned int
#define ulong unsigned long
#include
#include
#include "mylib.h"
#define fm 0
#define am 1
#define inc 1
#define de