代码搜索:Direction
找到约 10,000 项符合「Direction」的源代码
代码结果 10,000
www.eeworm.com/read/164463/10106774
h dma-mapping.h
#ifndef __ASM_LINUX_DMA_MAPPING_H
#define __ASM_LINUX_DMA_MAPPING_H
#include
enum dma_data_direction {
DMA_BIDIRECTIONAL = 0,
DMA_TO_DEVICE = 1,
DMA_FROM_DEVICE = 2,
DMA_NONE =
www.eeworm.com/read/124681/14554234
c timer0.c
/*
*********************************************************************************************************
* timer0
*
www.eeworm.com/read/291161/8439061
m demdoa.m
%DEMDOA HOSA Toolbox Demo of Direction of Arrival Estimation (DOA)
% Array Processing: Estimation of source bearings
%
echo off
% demos of DOA (doagen)
% A. Swami April 15, 1993
%
www.eeworm.com/read/290613/8471835
m demdoa.m
%DEMDOA HOSA Toolbox Demo of Direction of Arrival Estimation (DOA)
% Array Processing: Estimation of source bearings
%
echo off
% demos of DOA (doagen)
% A. Swami April 15, 1993
%
www.eeworm.com/read/289837/8523578
m demdoa.m
%DEMDOA HOSA Toolbox Demo of Direction of Arrival Estimation (DOA)
% Array Processing: Estimation of source bearings
%
echo off
% demos of DOA (doagen)
% A. Swami April 15, 1993
%
www.eeworm.com/read/430527/8740524
m demdoa.m
%DEMDOA HOSA Toolbox Demo of Direction of Arrival Estimation (DOA)
% Array Processing: Estimation of source bearings
%
echo off
% demos of DOA (doagen)
% A. Swami April 15, 1993
%
www.eeworm.com/read/283938/8978652
m demdoa.m
%DEMDOA HOSA Toolbox Demo of Direction of Arrival Estimation (DOA)
% Array Processing: Estimation of source bearings
%
echo off
% demos of DOA (doagen)
% A. Swami April 15, 1993
%
www.eeworm.com/read/184417/9101601
c cubetex.c
/*cubetex.c */
/* Rotating cube with texture mapping */
/* mouse buttons control direction of
/* rotation, keyboard allows start/top/quit */
/* E. Angel, Interactive Computer Graphic