代码搜索:IO控制
找到约 10,000 项符合「IO控制」的源代码
代码结果 10,000
www.eeworm.com/read/283135/9040885
m io.m
function ort = io(x,imf)
% ort = IO(x,imf) computes the index of orthogonality
%
% inputs : - x : analyzed signal
% - imf : empirical mode decomposition
lx = size(imf,2);
n = size(imf,1
www.eeworm.com/read/283135/9041029
m io.m
function ort = io(x,imf)
% ort = IO(x,imf) computes the index of orthogonality
%
% inputs : - x : analyzed signal
% - imf : empirical mode decomposition
lx = size(imf,2);
n = size(imf,1
www.eeworm.com/read/382196/9042596
h io.h
www.eeworm.com/read/185192/9051959
c io.c
/*
* io.c --
*
* This file implements a couple of simple memory-mapped I/O
* devices for the MIPS DLX simulator.
*
* This file is part of DISC. It came from the file "io.c"
* in the distr
www.eeworm.com/read/185192/9052148
h io.h
/*
* io.h --
*
* Declarations for the I/O-related facilities provided as
* part of Mipsim.
*
*
* This file is part of DISC. It came from the file "io.h" in
* in the distribution of "dlxsi
www.eeworm.com/read/381799/9071097
h io.h
#include
typedef void (WINAPI *PORTOUT) (short int Port, char Data);
typedef void (WINAPI *PORTWORDOUT)(short int Port, short int Data);
typedef void (WINAPI *PORTDWORDOUT)(short int Port
www.eeworm.com/read/381799/9071101
cpp io.cpp
#include "io.h"
PORTOUT PortOut;
PORTWORDOUT PortWordOut;
PORTDWORDOUT PortDWordOut;
PORTIN PortIn;
PORTWORDIN PortWordIn;
PORTDWORDIN PortDWordIn;
SETPORTBIT SetPortBit;
CLRPORTBIT ClrPortBit;
NOTPO
www.eeworm.com/read/381799/9071103
dll io.dll
www.eeworm.com/read/381792/9071388
dll io.dll
www.eeworm.com/read/380952/9119332