代码搜索:oriented
找到约 6,870 项符合「oriented」的源代码
代码结果 6,870
www.eeworm.com/read/376688/9310283
m straightline.m
% Question No:1
% A binary image contains straight lines oriented horizontally, vertically,
% at 45 degree and at -45 degree. Detect these straight lines in that image.
function straightline(x)
www.eeworm.com/read/371921/9530756
c avrxfifo.c
/*
Buffered BYTE oriented FIFO
Uses providers/consumer model. When an interrupt
drives the consumer/provider side use the interrupt calls
The fifo needs to be both declared and initial
www.eeworm.com/read/356899/10219435
c avrxfifo.c
/*
Buffered BYTE oriented FIFO
Uses providers/consumer model. When an interrupt
drives the consumer/provider side use the interrupt calls
The fifo needs to be both declared and initial
www.eeworm.com/read/356892/10219572
c avrxfifo.c
/*
Buffered BYTE oriented FIFO
Uses providers/consumer model. When an interrupt
drives the consumer/provider side use the interrupt calls
The fifo needs to be both declared and initial
www.eeworm.com/read/273776/10901653
m straightline.m
% Question No:1
% A binary image contains straight lines oriented horizontally, vertically,
% at 45 degree and at -45 degree. Detect these straight lines in that image.
function straightline(x)
www.eeworm.com/read/435995/7779671
c avrxfifo.c
/*
Buffered BYTE oriented FIFO
Uses providers/consumer model. When an interrupt
drives the consumer/provider side use the interrupt calls
The fifo needs to be both declared and initial
www.eeworm.com/read/247181/12675822
m gradmat.m
function G = Gradmat(mesh)
% Computes the topological gradient matrix of the mesh
%
% mesh -> Data structure for 2D unstructured mesh
%
% the gradient matrix is the incidence matrix of oriented edges
www.eeworm.com/read/326950/13108335
txt 主程序2.asm.txt
;=====================================================================
; System Name : ACI3_3
; File Name : ACI3_32.ASM
; Description : ACI 3-phase Field Oriented control with speed (using
;
www.eeworm.com/read/121089/6069547
h window.h
/*
COW : Character Oriented Windows
window.h : Window cow private interface
*/
extern PWND PASCAL pwndRoot;
VOID FARPRIVATE ValidateWindow(PWND);
VOID FARPRIVATE UpdateCursor(void);
www.eeworm.com/read/121089/6069555
h shadow.h
/*
COW : Character Oriented Windows
shadow.h : shadow specifics
*/
#define diShadowInit (dmAttrOnly | isaShadow)
#ifdef WINDOW_OVERLAP
#define daxShadowInit 2
#define dayShadowInit 1