代码搜索:Direction
找到约 10,000 项符合「Direction」的源代码
代码结果 10,000
www.eeworm.com/read/124910/6039448
c fesetround.c
/* Set current rounding direction.
Copyright (C) 2001 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/o
www.eeworm.com/read/410189/6276729
cpp rec.cpp
/*
Alfonso2 Peterssen
16 - 6 - 2008
IOI 2005 "Rectangle Game"
*/
#include "rec.h"
#include
using std::swap;
int x, y;
int main() {
for (;;) {
direction dir = h
www.eeworm.com/read/331502/6327372
m doa.m
function [spec,theta,bearing] = doa(ymat, dspace, dtheta,nsource,order,delta)
%DOA Direction-of-arrival estimation.
% [spec,theta] = doa(ymat, dspace, dtheta,nsource,order,delta)
% ymat - sensor
www.eeworm.com/read/483110/6609647
m cylinder.m
function [hCylinder,hPlate1,hPlate2] = Cylinder( orgin,r,h,dir,n,closed )
% This Function plots a cylinder at specified orgin, with specified radius, height, direction(axis), no of points along the c
www.eeworm.com/read/479763/6678374
m doa.m
function [spec,theta,bearing] = doa(ymat, dspace, dtheta,nsource,order,delta)
%DOA Direction-of-arrival estimation.
% [spec,theta] = doa(ymat, dspace, dtheta,nsource,order,delta)
% ymat - sensor
www.eeworm.com/read/158149/11641798
m doa.m
function [spec,theta,bearing] = doa(ymat, dspace, dtheta,nsource,order,delta)
%DOA Direction-of-arrival estimation.
% [spec,theta] = doa(ymat, dspace, dtheta,nsource,order,delta)
% ymat - sensor
www.eeworm.com/read/347114/11694651
vhd _primary.vhd
library verilog;
use verilog.vl_types.all;
entity lpm_add_sub is
generic(
lpm_width : integer := 1;
lpm_representation: string := "SIGNED";
lpm_direction : string
www.eeworm.com/read/346811/11720211
c iotest.c
#include
#include "iotestcfg.h"
#define GPIO_DIR (*(ioport volatile unsigned *)0x3400)
//General-purpose I/O Direction Register
#define GPIO_DATA