代码搜索:DF
找到约 10,000 项符合「DF」的源代码
代码结果 10,000
www.eeworm.com/read/363603/9943393
lfp df.lfp
# begin LFP file D:\df\df.lfp
designfile dianti.ngd
IO_GROUP "position" IO_GROUP="dianti" ;
INST "dianti" COLOR=15 ;
NET "position" IO_GROUP="position" ;
NET "position" IO_GROUP="position
www.eeworm.com/read/363603/9943407
ucf df.ucf
#PACE: Start of Constraints generated by PACE
#PACE: Start of PACE I/O Pin Assignments
NET "A" LOC = "P107" ;
NET "B" LOC = "P108" ;
NET "floor1" LOC = "P87" ;
NET "floor2" LOC = "P85"
www.eeworm.com/read/363603/9943425
gfl df.gfl
# XST (Creating Lso File) :
dianti.lso
# xst flow : RunXST
dianti_summary.html
# xst flow : RunXST
dianti.syr
dianti.prj
dianti.sprj
dianti.ana
dianti.stx
dianti.cmd_log
dianti.ngc
dianti
www.eeworm.com/read/363603/9943456
ise df.ise
www.eeworm.com/read/359726/10127601
~df huffmaniptfrm.~df
www.eeworm.com/read/359548/10139882
txt df.txt
12345
67890
09876
54321
1 2
3 4
5
6 7
8 9
0
1 2 3 4 5 6 7 8 9 0
www.eeworm.com/read/162831/10267006
txt df.txt
DF
usage: df [-{options}]
df [-{options}]
write file to floppy, or write floppy to file
options: r reset drive before and after
v verif
www.eeworm.com/read/162831/10267067
c df.c
/* DF.C - file to disk / disk to file using DISKLIB
This file is part of the BETA version of DISKLIB
Copyright (C) 1998, Gregg Jennings
See README.TXT for information about re-distribu
www.eeworm.com/read/354138/10383465
asv df.asv
function BER1=DF(max_snr)
%产生随机序列
N=5;
%为统计误码率做准备
BER1=zeros(1,max_snr);
for SNR=0:max_snr
X1=rand(1,N)>0.5;
%卷积编码
C1=cnv(X1);
%星座图映射,QPSK
if rem(length(C1),2)>0