代码搜索:dataIn
找到约 2,888 项符合「dataIn」的源代码
代码结果 2,888
www.eeworm.com/read/448916/7522325
pin reg32.pin
-- Copyright (C) 1988-2000 Altera Corporation
-- Any megafunction design, and related net list (encrypted or decrypted),
-- support information, device programming or simulation file, and any other
www.eeworm.com/read/443078/7638406
txt 8.4.2利用邻接表的图最短路径算法.txt
GRAPH EQU 20H
TREE EQU 21H
QUEUE EQU 1FH
NODE EQU 30H
FG EQU 40H
POINT EQU 80H
LENGTH EQU 40H
D EQU 05H
F DATA 3CH
R DATA 3DH
N DATA 3E
www.eeworm.com/read/440553/7687743
v get.v
// WARNING: Do NOT edit the input and output ports in this file in a text
// editor if you plan to continue editing the block that represents it in
// the Block Editor! File corruption is VERY likel
www.eeworm.com/read/439176/7715365
rpt mux6_1.sim.rpt
Simulator report for mux6_1
Tue Oct 07 14:39:25 2008
Version 6.0 Build 178 04/27/2006 SJ Full Version
---------------------
; Table of Contents ;
---------------------
1. Legal Notice
2
www.eeworm.com/read/438335/7732717
m rrcsend.m
function dataout=RRCsend(datain,Fs,nsamp,delay);
num =rcosine(Fs,Fs*nsamp,'fir/sqrt',0.22,delay); %滤波器抽头系数
dataoutr=rcosflt(real(datain),Fs,Fs*nsamp,'filter',num);
dataouti=rcosflt(imag(datain),Fs
www.eeworm.com/read/438335/7732718
m rrcrece.m
function dataout=RRCrece(datain,Fs,nsamp,delay,carriers);
num = rcosine(Fs,Fs*nsamp,'fir/sqrt',0.22,delay); %滤波器抽头系数
dataoutr=rcosflt(real(datain),Fs,Fs*nsamp,'Fs/filter',num);
dataouti=rcosflt(ima
www.eeworm.com/read/399395/7866033
vhd phase.vhd
------------------------------------------------------------------
--Copyright (C), 2004- , Huangwei. --
--File name:phase(鉴相器) --
--Author:huangwei Ver
www.eeworm.com/read/399236/7879164
asm 11.asm
ORG 0000H
LJMP MAIN1
ORG 0003H
LJMP ZINT0
ORG 0013H
LJMP ZINT1
TMPL EQU 29H
TMPH EQU 28H
FLAG1 EQU 38H
DATAIN BIT P3.7
MAIN1: SETB IT0
SETB EA
SETB EX0
SETB IT1
www.eeworm.com/read/399236/7879183
a water heater.a
ORG 0000H
LJMP MAIN1
ORG 0003H
LJMP ZINT0
ORG 0013H
LJMP ZINT1
TMPL EQU 29H
TMPH EQU 28H
FLAG1 EQU 38H
DATAIN BIT P3.7
MAIN1: SETB IT0
SETB EA
SETB EX0
SETB IT1
www.eeworm.com/read/399236/7879193
sdi 11.sdi
,,,ORG 0000H
0000,02 00 16,,LJMP MAIN1
,,,ORG 0003H
0003,02 01 A2,,LJMP ZINT0
,,,ORG 0013H
0013,02 01 B1,,LJMP ZINT1
,,,TMPL EQU 29H
,,,TMPH EQU 28H
,,,FLAG1 EQU 38H
000B,,,DATAIN BIT P3.7
0