代码搜索:dataIn
找到约 2,888 项符合「dataIn」的源代码
代码结果 2,888
www.eeworm.com/read/205721/15308858
html b_rise.html
/
[Master Index]
[Index for ./main]
b_rise
(./main/b_rise.m)
Function Synopsis
riseti
www.eeworm.com/read/205721/15308865
html flat2.html
/
[Master Index]
[Index for ./main]
flat2
(./main/flat2.m)
Function Synopsis
[dataout
www.eeworm.com/read/205721/15308871
html rot_deg.html
/
[Master Index]
[Index for ./main]
rot_deg
(./main/rot_deg.m)
Function Synopsis
data
www.eeworm.com/read/205721/15308962
m,v medi_filt.m,v
head 3.0;
access;
symbols;
locks; strict;
comment @// @;
3.0
date 2000.06.13.19.20.44; author gilles; state Exp;
branches;
next 2.0;
2.0
date 99.05.21.18.45.57; author mah; state Exp;
branches;
nex
www.eeworm.com/read/205721/15308979
m,v pack_good.m,v
head 3.0;
access;
symbols;
locks; strict;
comment @// @;
3.0
date 2000.06.13.19.20.59; author gilles; state Exp;
branches;
next 2.0;
2.0
date 99.05.21.18.46.09; author mah; state Exp;
branches;
nex
www.eeworm.com/read/205721/15309058
m pack_good.m
function [dataout]=pack_good(datain,flg)
%function [dataout]=pack_good(datain,flg)
%
%Pack_good is similar to the INSIGHT module with the same name.
%It is designed to remove traces flagged as bad (t
www.eeworm.com/read/205721/15309090
m medi_filt.m
function [dataout]=medi_filt(datain,window)
%function [dataout]=medi_filt(datain,window)
%
%median filter - traces should be lined up before using
%medi_filt takes the user specified number of traces
www.eeworm.com/read/299240/6786316
h vfd.h
void DataOut(UINT8 data);
UINT8 DataIn(void);
void HoldTime(void);
void HT16512_Init(void);
void ReadKey(void);
void ProcessKey(void);
void WriteLED(void);
void WriteVFD(void);
www.eeworm.com/read/473174/6857382
txt 6.3.5快速排序.txt
DATS EQU 20H
N EQU 5DH
QUEUE EQU 1FH
F DATA 3CH
R DATA 3DH
TST:
MOV DPTR,#LIST
MOV P2,#DATS
MOV R0,#0
MOV R2,#N
CPY:
CLR A
MOVC A,@A+DPTR
MOVX @R0,A
INC DPTR
www.eeworm.com/read/395650/8163806
vhd bcddecoder_4_10.vhd
LIBRARY IEEE;
USE IEEE.STD_LOGIC_1164.ALL;
ENTITY bcddecoder_4_10 IS
PORT (datain : IN STD_LOGIC_VECTOR (1 TO 9);
dataout : OUT STD_LOGIC_VECTOR (3 DOWNTO 0)
);
END ENTITY bcddecod