B-ISDN
简称B-ISDN,是在ISDN的基础上发展起来的,可以支持各种不同类型、不同速率的业务,不但包括连续型业务,还应包括突发型宽带业务,其业务分布范围极为广泛,包括速率不大于64kbit/s的窄带业务,宽带分配型业务,宽带交互型通信业务,宽带突发型业务等。
资源总数
500
B-ISDN 全部资料 500 份
M68040用户手册(附录B)
The MC68EC040 is Motorola's third generation of M68000-compatible, high-performance,32-bit micro
2024-04-01
9
802.11a/b/g High Power MiniPCI card EWL06AH
802.11a/b/g High Power MiniPCI–card with Atheros AR5414 chipset
2023-12-15
4
Distributed Median,Alice has an array A, and Bob has an array B. All elements in A and B are distinc
Distributed Median,Alice has an array A, and Bob has an array B. All elements in A and B are distinct. Alice and Bob are...
2013-12-25
152
To use this function just define a variable say var, var = pnseq(a, b, c) for a, b and c refe
To use this function just define a variable say var, var = pnseq(a, b, c) for a, b and c refer to the zip file
2014-01-06
88
欧几里德算法:辗转求余 原理: gcd(a,b)=gcd(b,a mod b) 当b为0时,两数的最大公约数即为a getchar()会接受前一个scanf的回车符
欧几里德算法:辗转求余 原理: gcd(a,b)=gcd(b,a mod b) 当b为0时,两数的最大公约数即为a getchar()会接受前一个scanf的回车符
2014-01-10
43