代码搜索结果
找到约 10,000 项符合
9 的代码
count9.gyd
Pin Freeze File: version G.35
9572100TQ XC9572-10-TQ100
CCLK S:PIN74
CE S:PIN11
CLR S:PIN17
UP S:PIN97
Qout S:PIN39
Qout S:PIN13
Qout S:PIN15
Qout S:PIN28
Qout S:PIN64
Qou
count9.xml
count9.rptD:/Xilinx/xc9500/data/xc9572.chp
count9.syr
Release 6.3i - xst G.35
Copyright (c) 1995-2004 Xilinx, Inc. All rights reserved.
--> Parameter TMPDIR set to __projnav
CPU : 0.00 / 0.50 s | Elapsed : 0.00 / 1.00 s
--> Parameter xsthdpdir set to
count9.lso
work
chap9.lst
listing 1
FILE *fp;
fp = fopen("test", "w");
listing 2
FILE *fp;
if ((fp = fopen("test","w"))==NULL) {
printf("Cannot open file.\n");
exit(1);
}
listing 3
do {
ch = getc(fp);
}