浮点运算单元的设计与实现

Size: px
Start display at page:

Download "浮点运算单元的设计与实现"

Transcription

1

2 32 IEEE (A+B C) 4 SRT Verilog HDL 0.18µm CMOS - i -

3 Abstract Floating point representation is the science notification in computer, and floating point operations are the major part of multimedia calculations, so floating point unit is an important part in the design of all kinds of processors and it determines the performance. This article describes design and implementation of a 32-bit floating point unit and related research results, which is archived as my undergraduate thesis. The unit is fully compliant with the IEEE 754 floating point standard, and supports 32-bit single precision floating point operations including addition, multiplication, division, square root operation, and conversion between integers and floating point numbers. Multiply-add fused scheme is adapted in front end arithmetic design, to calculate addition and multiplication (A+B C). The processing of denormalized numbers is merged into the dataflow. In order to narrow the width of the main adder, normalization shift is performed before addition. Along with the significant bits wide main adder, rounding is performed on-fly. The synthesis result proves that the delay of MAF unit decreased a lot, compared with previous designs. The MAF unit is divided into 3 pipeline stages, so that the throughput increased a lot. Radix-4 SRT algorithm is implemented for calculating division and square root literally. Different rounding schemes are chose for different representation of intermediate results. As a result, the iteration cycles are limited and the arithmetic is efficient. The whole design is described in Verilog HDL and simulated. The design is mapped on SMIC 0.18µm CMOS technology as an automatic standard cell implementation. The post-simulation result proves that it achieved the goal. Key Words: FPU (floating point unit), MAF (multiply-add fused), denormalized number processing, rounding - ii -

4 ... I ABSTRACT...II...III (ROUNDING) EXCEPTION SRT iii -

5 iv -

6 1.1 0 (Float Point Unit) FPU 3D FPU FPU ALU CPU 486 Intel i80486dx CPU MMX 3DNow! CPU DSP FPU FPU FLOPS Floating Point Operations Per Second SONY IBM TOSHIBA ISSCC05 90nm SOI Cell SPE (Synergistic Processing Element) 4GHz SPE 32GFLOPS SONY Play Station 3-1 -

7 2 Intel P AMD Athlon 16 4 P4 Athlon Intel Pentium SMIC 0.18µm CMOS MAF(Multiply-add fused) A+B C A B C MAF IBM z990 [1] MAF MAF Z990 (millicode) [2] [3] MAF - 2 -

8 [3] MAF MAF A/B [1] 4 SRT AMD Athon SQRT(A) z990 FPU 2 SRT 1 20 P4 23 [4] 4 SRT 2 14 IEEE 754 [4] MAF Verilog HDL RTL Synopsys VCS Synopsys Design Complier Synopsys Astro IBM z990 FPU 0.13µm CMOS 1.2GHz 156MHz IEEE 754 FPU FPU - 3 -

9 IEEE 754 [4] IEEE ±S B E s e f s(sign) 0 1 S(significand) 1 1 (mantissa) (fraction) E(exponent) ~255 1~ ~ B(base) IEEE

10 /1 0/1 0/ <e< f f NaN ±2 e f ± f 2.2 (rounding) IEEE (round to nearest/even) IEEE + - (interval arithmetic) - 5 -

11 IEEE < < NaN NaN (signaling)nan NaN (quiet)nan NaN - 6 -

12 1) NaN 2) ( ) + (+ ) 3)0 4)0/0 / 5) x REM 0 REM y 6) x x + x = x (-x) x IEEE [2 n 2 n+1 ] 0 0 IEEE [ ]

13 (gradual underflow) 2.4 Exception IEEE NaN overflow 1) 2) 3) 4) - 8 -

14 2.4.4 underflow / IEEE 754 [4]

15 [1] [6] 1 C B [7] (CSA, Carry-Save Adder) 48 A 3:2CSA A B C A B C B C 74 A 48 B C 3:2 CSA [3] [3] [3] [6]

16 1 [1] [2] A B C A B C A B C B C CSA 3 2 CSA MAF MAF

17 ExpA sub ExpB ExpC A 24 Bit invert bits of A and 0's if add or bits of ~A and 1's if sub B 24 C 24 mul record ExpA LeadA ExpB LeadB ExpC LeadC Calculate the exponent of intermediate results 27-d 74-bits alignment shifter Sticky bit st1 calculation Part of sticky MSB 48 LSB sub 13:2 CSA tree ~st1 denormalized number processing Adjustment for potential denormalized results 3:2 CSA HA Carry word HA Sum word HA inv.inputs Carry word LZA Logic for the LSBs MSBs processing Part of Dual adder mux Part of Dual adder 24 bits 49 bits XX GG XX.PP complement Sign detection to the add/round module 75-bits 75-bits normalization normalization shifter shifter Bits shifted-in during normalization Carry word: Sum word: (if complement=0) (if complement=1) bits 50 bits X. X.... X X X X. X.... X X X L bit st1 complement Exponent calculationone bit correction Rest of 22-bits Flagged prefix adder Rounding Correction Carry and sticky bits calculation Rounding Mode RN=1 if rounding to nearest RI=1 if rounding to infinity Exponent Resul MAF

18 3 1 B C (Booth) C 24 C 0 13 B 0 ±1 ±2 3: [7] 2 A B C A+ B C A A (a) 24 A A B C d = exp(a) (exp(b) + exp(c)) 3.2.2(b) d = 27 d 27 A B C B C B C A exp(a) d 27 A 0 1 shift amount = 27 d 75 d A (sticky bit)

19 st A A A B C (a) 2 24 A 51 B C (b) (c) 49 3:2 CSA B C A 26 3:2CSA :2CSA (d) 3:2CSA MAF 3 1 A B C 1 24 lead 0 lead=0-14 -

20 75 B C 26+leadB+leadC 27+leadB+leadC A leada + shift amount A B C :2 (Carry Save Adder) A B C A st B C 0 3:2 CSA (d) B C 48 B C 3:2 CSA B C B C [0,4) 4 11.*+01.* 1X.*+1X.* 01.*+11.* B C B C [1,4) 10.*+01.* 1 B C [0,2) 2 (1X.*+XX.* XX.*+1X.*) B C multi-carry 3:2 CSA carry[50] A 49 3:2 CSA :2 CSA

21 49 multi-carry 0 carry[50] multi-carry 1 carry[50] multi-carry 1 carry[50] :2 CSA (Leading Zeros Anticipator) 1 3:2 CSA A A 51 [8] 1 [9] [8]

22 T = A B, G = AB, Z = AB f = TT ( i+ 1 i+ ) 1( 1 ) 1 i i+ i+ 1 f = T G Z + Z G + T Z Z + GG, i> 0 i i 1 i i i i (3.1) 51 A A t[n]^ (~z[n+1]) 1 A t[n]^ (~z[n+1]) 1 A A t[n] ^ (~g[n+1]) 0 A t[n] ^ (~g[n+1]) 51 [3]

23 Lz 75 a) A 0 A 2525 A B C 2 24 A B C 3 A B C 3 A ( ) A A A A 25 B C b) ( ) A 1 A

24 c) A 25 A B C B C ExpBC = + ExpC Ebias A Lz ExpR 1 ExpR = ExpBC Lz Lz Lz ExpBC + 2 Lz > ExpBC ExpR ARS NLS ExpR NLS ExpR ARS = 0 0 ExpA ARS <25 ARS ExpA ARS <25 A ARS ExpA 0<ARS<25 A ARS - 1 ExpA + 1 ARS 25 Lz ExpBC Lz ExpBC Lz -3 ARS 25 Lz > ExpBC ExpBC 1 ARS 25 Lz ARS< IEEE A B C B C

25 3 [3] NLS [10] MAF A+B A+B+1 [11] flagged prefix adder [11] IEEE 754 IEEE

26 3.3 [10] MAF (Eone ) 0 C F, S F, R F C I, S I, R I m0, m1 n0, n1 l g(m) st C S R C S R S I C I R I S F C F R F R = S + C + 1 ( 1 ) R I = S I + C I R F = S F + C F S F,C F [0,1) R F [0,2) g R F st2 st1 49 R F 49 1 st2 r 1 R F

27 r c R F m R F l R I R F n0 n1 0 1 R I m0 m1 p R F l p R I X 2 = 4 R I 25 R F R I,R I l p c lp fix0,fix1 Sns0, Sns1, Sls0, Sls1 50 m0,m1 n0,n1 c,m st1 st st2 NOR 1 Eone [10] IEEE

28 3.3.1 p=0 RF (LS) (NS) [0,0.5) RI (n, l, st): (X0X): RI (010): RI (011): RI + 2 (11X): RI + 2 [0.5,1) (l, st): (00): RI (01): RI ( l 1) (n, l, st) (X0X): RI (X1X): RI+2 (1X): RI+2 ( l 0) [1,1,5) (l): (0): RI ( l 1) (n, l, st): (000): RI (1): RI +2 ( l 0) (001): RI + 2 (01X): RI + 2 (1XX): RI + 2 [1.5,2) (l, st): (0X): RI + 2 RI + 2 (10): RI +2 ( l 0) (11): RI + 2 Sns0 Sns1 24 R I R I +2 Sls0 Sls1 24 R I R I l NS LS R1 R2 R3 R4 R F Sls0 & ~ ~ Sls0 = LS & (R1 R2 & ~l R3 & ~l) LS LS = ~m0 & (R1 R2) ~m1 & (R3 R4) R1 = ~c & ~m R2 = ~c & m R3 = c & ~m

29 R4 = c & m m0 0 R I m0 = R I [23] m1 1 R I R I +1 R I R I +2 m1 = R I [23] & l (R I +2)[23] & ~l Eone LS = ~Eone & (~m0 & (R1 R2) ~m1 & (R3 R4)) Sls1 Sns1 Sns0 fix0 fix1 R I +3 R I 1 1 p = C F.m S F.m 24 R I +p R I +p RF (LS) (NS) [0,0.5) RI+p (lp): (0): RI + p (1): RI + p + 2 [0.5,1) (l, p): (00): RI + p ( l 1) ( lp, p) (00): RI + p +2 (10): RI + p + 2 ( l 0) (01): RI + p (X1): RI + p (10): RI + p + 2 (11): RI + p + 2 [1,1,5) RI + p (1): RI +2 ( l 0) [1.5,2) (lp): (0): RI + p ( l 0) (1): RI + p + 2 ( l 1) (lp): (0): RI + p (1): RI + p + 2 RI + p + 2 Sls0 Sls1 Sns1 Sns0 fix0 fix1-24 -

30 MAF RN p=0 Slns0 = ~m0 & ~c & (~m ~l) ~m1 & c & ~m & ~l Sls1 = (~m0 & ~c & m & l ~m1 & c & (m l)) & ~m1 Sns0 = m0 & ~c & ( ~l ~m & ~n0 & ~st ) m1 & c & ~m & ~n1 & ~l & ~st Srs1 = m0 & l & ~c & (n0 st m) m1 & c & (n1 l st m)) ( ~m0 & ~c & m & l ~m1 & c & (m l)) & m1 fix0 = ~m0 & l & ~c & m ~m1 & l & c & (~m ~st) fix1 = ~m0 & ~c & m & ~l & st ~m1 & c & ~m & ~l RI p = CF.m SF.m Sls0 = ~m0 & ~c & (~m & ~st ~lp p) ~m1 & c & ( ~m & ~st ~lp) Sls1 = ~m0 & ~c & ( m st ) & lp & ~p ~m1 & c & lp Sns0 = m0 & ~c & ~lp & (~m & ~st p) ~m1 & c & ~m & ~st & ~lp Sns1 = m0 & ~c & (lp ~p & (m st)) m1 & c fix0 = ~m0 & ~c & lp & ~p & (m st) ~m1 & c & lp fix1 = ~m0 & ~c & ~lp & ~p & (m st) ~m1 & c & ~lp RZ p = 0 Sls0 = ~m0 & ( ~c ~l) Sls1 = ~m1 & c & l Sns0 = m0 & (~c ~l) Sns1 = m1 & c & l fix0 = ~m1 & c & l fix1 = ~m1 & c & ~l Eone m0 m1 m1 = Eone R I [23] & l (R I +2)[23] & ~l m0 = Eone R I [23] n0 = R I [0]

31 n1 = R I [0] & l (R I +2)[0] & ~l NS LS 3.4 MAF MAF Verilog HDL SMIC 0.18µm Synopsys Design Compiler 7.15ns 1.8 (tdetect) A (talign) 3:2 CSA (tcsa) LZD (tcalculate) (tnorm) (tadd) tmaf = tdetect + talign + tcsa + tcalculate + tnorm + tadd MAF CSA MAF MAF LZD CSA MAF 8 NOR

32 MAF MAF 350MHz

33 4.1 SRT FPU 4 SRT IBM eserver z990 P i+1 = r P i q i+1 D (4.1) P q D r q i+1 P i+1 q i+1 q i+1 P i+1 <(q max D)/(r-1) FPU q {-3,-2,-1,0,1,2,3} r 4 P<D P-D IBM z990 PD PD P in <D

34 4.1.2 PD Qpos Qneg Pcarry, Psave 5 Psave i+1 + Pcarry i+1 = 4 (Psave i + Pcarry i ) q i+1 D (4.2)

35 q i >0 Qpos i = q i q i <0 Qneg i = q i Q = Qpos+Qneg = qi 4 -i (4.3) / PD / 5 Qpos Qneg PD 1 0 [1,2) (0.5,2) 1 ExpA, ExpB leada, leadb ExpR = ExpA ExpB + Ebias leada +leadb 1 1 (0.5,2) ExpR

36 :P<D (D 1.00 Pin<0.010) (0.5,1) Qpos Qneg ExpR< ExpR<1 23+ExpR 23+ExpR (27+ExpR)/2 (29+ExpR)/2 23+ExpR (26+ExpR)/2 (28+ExpR)/2 4.3 [11]

37 Qpos 13 Qneg / Qpos Qneg 1 1 Qpos + ~Qneg = Qpos Qneg

38 5.1 IBM z990 FPU 2 SRT 1 4 SRT {-2,-1,0,1,2}, X s X X [1,2) s = X 1/2 ε s [1, 2) s m ε <4 -m j S[j] S[0] = 1 j i i i { } (5.1) S[ j] = s 4, s 2, 1,0,1,2 i= 0 s = S[m] ε w[j] = 4 j ( x S[j] 2 ) w[j+1] = 4w[j] 2S[j]s j+1 s 2 j+1 4 -(j+1) (5.2) 4 4 j 4 4 S[ j] + 4 w[ j] S[ j] j (5.3) PD [12] Ŝ[j] j S[j] 4 A 1.A 2 A 3 A 4 A 1 =1 A 1 S 1 (1,1, 0, ), j = 0 ( S1, S2, S3, S4) = (1,1,1,1), A1 = 0 & j 0 (1, A2, A3, A4), j 0 (5.4)

39 m k (i) w[j]<m k+1 (i) s j+1 =k i Ŝ[j] 0 8/16 1 9/ / / / / / /16 m 2 (i) 3/2 7/ /4 5/2 5/2 11/4 m 1 (i) 1/2 1/2 1/2 1/2 3/4 3/4 1 1 m 0 (i) -1/2-5/8-3/4-3/4-3/ m -1 (i) -13/8-7/ /8-9/4-5/2-11/4-23/8 [11] 5.2 w[j+1] = 4w[j] 2S[j]s j+1 s j (j+1) 1) 4w[j] 2) 4w[j] S[j] s j+1 3) w[j+1]

40 X S[m] w[j] w[j+1] = 4w[j] + F[j] F[j] = 2S[j]s j+1 s j (j+1) S[j] s j [11] S[j] A[j] = S[j] B[j] = S[j] 4 -j ( j+ 1) Aj [ ] + sj+ 14, sj+ 1 0 Aj [ + 1] = ( j+ 1) B[ j] + ( 4 Sj+ 1 ) 4, sj+ 1 < 0 (5.5) ( j+ 1) Aj [ ] + ( sj+ 1 1)4, sj+1 > 0 B[ j+ 1] = ( j+ 1) B[ j] + ( 3 sj+ 1 ) 4, sj+ 1 0 (5.6)

41 s [1, 2) A[0] = B[0] = w[j+1] F[j]= 2S[j]s j+1 s j+1 4 -(j+1) ( j+ 1) ( ) 2 Aj [ ] + sj+ 14 sj+ 1, sj+ 1 > 0 F[ j] = 0, sj+ 1 = 0 (2 B[ j] + 8 s 4 ) s, s < 0 ( j+ 1) ( ) j+ 1 j+ 1 j+ 1 (5.7) w[j] s[j+1] A[j] B[j] F[j] s [1, 2)

42 5.3 MAF S[m] 1 1 [13] A[j] B[j] S[j] C[j] A[j] = S[j] B[j] = S[j] 4 -j C[j] = S[j] + 4 -j C[j] A[j] B[j] s j+1 A[j+1] B[j+1] C[j+1] 0 (A[j],0) (B[j],3) (A[j],1) 1 (A[j],1) (A[j],0) (A[j],2) -1 (B[j],3) (B[j],2) (A[j],0) 2 (A[j],2) (A[j],1) (A[j],3) -2 (B[j],2) (B[j],1) (B[j],3) A[m] B[m] C[m]

43 2003 International Technology Roadmap for Semi-conductor, ITRS2003 2:1 3: Intel

44 IEEE 754 constrains biasing X X

45 IEEE 754 C CPU CPU CPU verilog verilog

46 1 Synopsys VCS Coverage Metrics license (line/statement coverage) (toggle coverage) (path coverage) (condition coverage) if?: 100% 100% case 6.2 (symbolic simulation) (model checking) (Theorem Proving) Intel STE IBM SixSense AMD ACL2 MAF [14]

47 Synopsys Formality MAF MAF

48 Verilog HDL Synopsys VCS Synopsys Design Complier Synopsys Astro SMIC 0.18µm Synopsys Design Compiler 3.07ns V 91.2mW mw mw 1.64 uw DC

49 4mm 4mm PAD 1mm 1mm 47% 6.68ns MAF PAD FPU 2004 [15] (RF) [15] SMIC 0.18 CMOS TSMC 0.18 CMOS 1.8V Core 2.5V PAD 1.8V Core 2.5V PAD 1.00mm 1.00mm 1.06mm 1.06mm MHz 266MHz [15]

50 [15] IBM z99 MAF Intel P4 AMD Athon K7 IBM z FPU

51 8.1 IEEE SRT FPU 1mm 2 150MHz 64 MAF SRT VCS DC Astro CAD Solaris UNIX

52 1 AMD ACL2 AMD Athlon K5 20 [16] 2 CPU DSP CPU DSP CPU DSP CPU DSP 2005 ISSCC IBM SONY SCE Toshiba 90nm SOI Cell 2500 Cell IBM 64 Power 8 FPU FPU

53 [1] G. Gerwig, H. Wetter, E. M. Schwarz, J. Haess, etc, all. The IBM eserver z990 floating-point unit, In: IBM Journal of Research and Development, v 48, n 3-4, May/July, 2004, p [2] G. Gerwig, H. Wetter, E. M. Schwarz, and J. Haess, High Performance Floating-Point Unit with 116 Bit Wide Divider, In: Proceedings of the 16th Symposium on Computer Arithmetic, Santiago de Compostela, Spain, June 2003, pp [3] L. Tomas and B. Javier D, Floating-point multiply-add fused with reduced latency, In: IEEE Transactions on Computers, v 53, n 8, August, 2004, p [4] ANSI/IEEE Standard : IEEE standard for Binary Floating-Point Arithmetic. Poscataway, NJ: IIEEE Press, [5] B. Neil, the "Flagged prefix adder" for dual additions, In: Proceedings of SPIE - The International Society for Optical Engineering, v 3461, 1998, p [6] Chichyang Chen, Liang-An Chen and Jih-Ren Cheng, Architectural Design of a Fast Floating-point Multiplication-Add Fused Unit Using Signed-Digit Addition, In: IEE Proceedings: Computers and Digital Techniques, v 149, n 4, July, 2002, p [7] Jan M. Rabaey, Anantha Chandrakasan, Borivoje Nikolic, Digital Integrated Circuits, a Design Perspective, Second Edition,,, 2004, p [8] Schmookler, M.S.; Nowka, K.J., Leading zero anticipation and detection - A comparison of methods, In: Proceedings - Symposium on Computer Arithmetic, 2001, p [9] Bruguera, Javier D. and Lang, Tomas, Leading-one prediction with concurrent position correction, In: IEEE Transactions on Computers, v 48, n 10, Oct, 1999, p [10] Q, Nhon T., T. Naofumi, F. Michael J., Systematic IEEE Rounding Method for High-Speed Floating-Point Multipliers, In: IEEE Transactions on Very Large Scale Integration (VLSI) Systems, v 12, n 5, May, 2004, p

54 [11] Neil Burgess, Prenormalization Rounding in IEEE Floating-Point Operations Using a Flagged Prefix Adder, In: IEEE Transcations on VLSI Systems, Vol. 13. NO 2. Feb, p [12] M. D. Ercegovac and L. Tomas, Radix-4 square root without initial PLA, In: IEEE transactions on Computers. Vol. 39, NO. 8, Aug p [13] E., Milos D. and L. Tomas, On-the-fly rounding for division and square root, In: Proceedings - Symposium on Computer Arithmetic, 1989, p [14] Jacobi, C. ; Weber, K.; Paruthi, V.; Baumgartner, J. Automatic formal verification of fused-multiply-add FPUs, In: Proceedings. Design, Automation and Test in Europe, 2005, pt. 2, p Vol. 2 [15] K., Taek-Jun; M., Joong-Seok; S., Jeff and D., Jeff, A 0.18µm implementation of a floating-point unit for a processing-in-memory system, In: Proceedings - IEEE International Symposium on Circuits and Systems, v 2, 2004 [16] Russinoff, D.M., A case study in formal verification of register-transfer logic with ACL2: the floating point adder of the AMD Athlon/sup TM/ processor, In: Formal Methods in Computer-Aided Design. Third International Conference, FMCAD Proceedings (Lecture Notes in Computer Science Vol.1954), 2000, p

55 - 50 -

56 IBM eserver z990 G. Gerwig H. Wetter E. M. Schwarz J. Haess C. A. Krygowski B. M. Fleischer M. Kroener IBM eserver z990 FPU IBM SRT IBM zseries IEEE754 FPU 4 SRT 2 IBM z990 eserver*[1] (FPU) IEEE754 [2] BFP) IBM z/architecture*[3] (HFP) IBM PowerPC * z * HFP BFP z990 FPU 1996 G3 FPU[4] 1997 G4 FPU[5,6] 1998 G5 FPU[7,8] 1990 G6 FPU 2000 z900 FPU[9] z990 FPU BFP z Linux** JAVA** C++ BFP G5 G6 z900 FPU BFP HFP BFP

57 BFP HFP BFP IBM p POWER4* [10] z POWER4 SRT [11,12] z990 1 SRT SRT SRT BFP HFP 1998 IBM z G5 HFP BFP HFP BFP HFP BFP [13] HFP 2 n-1 BFP

58 (2 n-1-1) BFP HFP XBPFi=(-1) Xs (1+Xf) 2 Xe-biasBi bias Bii =2 n-1-1=32767 X HFPi =(-1) Xs Xf 2 Xe-biasHi, bias Hii =2 n-1 =32768 [10] 3 (FPU FPU E1 E2 E3 E4 E5 E (E-1)

59 E0 (FPR) E0 E1 E2 E3 0 E4 E5 E6 E0 A B C (LWRs) 16 FPR 4 5 LWR E0-54 -

60 4 FPU RX RR RX RR [13]IBM PowerPC RX PowerPC RR z HFP

61 BFP 1 Y X P X Wj lzcl[14,15] 0 n 1 X x x = + i i= 1 i 2 i 0 n 1 Y = y + y i2 j= 1 j j Y n = W i 4 j= 1 j j j { 2, 1, 0, 1, 2} W + + n P= W ixi 4 j= 1 j j 1 n 1 = + i X x x i= 1 i 2 i X = X x 0 n j P = Wj ix i4 Yi x j=

62 lzcl = Yi x 0 D D+1 D-1 [10] HFP BFP BFP cccc...cGGG xx.pppp...pggggggggg ^ ^

63 G c p E c 1 60 E p 2 LZC E n =E p -LZC En<Emin BFP En<Emin LZCmin=Ep-Emin En Emin [10] IEEE754 LSB BFP

64 SRT 1 FPU SRT SRT P i+1 =r P i -q i+1 D P q D r

65 P i+1 =r P i =q i+1 2Q i -q 2 i+1r -(i+1) P q Q r 6 q i+1 P i+1 q i+1 q i+1 P i+1 <(q max D)/(r-1) P-D q i

66 4 [16,17] P i+1 =P Ci+1 +P Ci+1 P Si+1 +P Ci+1 =4(P Si +P Ci )-q i+1 D q i+1 {-3,-2,-1,0,0,+1,+2,+3} q i+1 =q i+1,1 + q i+1,2 P Si+1 +P Ci+1 =4(P Si +P Ci )-q i+1,1 1D-q i+1,2 2D P S P C -q i+1,1 q i+1, (r=2) P i+1 =P Si+1 +P Ci+1 Q i =Q Pi +Q Ni, P Si+1 +P Ci+1 =2(P Si +P Ci )-q i+1 2Q Pi +q i+1 2Q Ni -q 2 i+1 r -(i+2) q i+1 {-1,0,0,+1} q 2 i+1 r -(i+2)

67 7 BFP 113 PD +/

68 q i+1,1 q i+1,2 HFP :2 3:2 (CSAs) CPAs CPA CPA CPA 116 Q pos Q neg q i+1 Q pos Q neg q i+1 FPU BFP FPU IEEE

69 3 IEEE q i+1 n V n D n Q n Q0 =n V -n D V norm <D norm n I =n V -n D+1 V norm D norm n Qe P Start P Stop P Start =64-n Qe

70 P Stop =64 4 FPU FPU 6% IBM 0.13 m CMOS SOI 1.15V GHz A B C FPR A B C CMOS FPU

71 8 IBM eserver z

72 80 z990 FPU Juergen Foag Andree Marth Hans-Juergen Muenster Lukas Daellenbach, Dave Rude, Peter Cook, Steve Klepner, Fanchieh Yee, Harald Mielich, Rainer Clemen Juergen Vielfort Klaus Keuerleber * (IBM) ** Linus Torvalds Sun Microsystems, Inc

73 - 68 -

74 - 69 -

75 - 70 -

76 - 71 -

77 - 72 -

78 - 73 -

79 - 74 -

80 - 75 -

81 - 76 -

82 - 77 -

83 - 78 -

84 - 79 -

NANO COMMUNICATION 23 No.3 90 CMOS 94/188 GHz CMOS 94/188 GHz A 94/188 GHz Dual-Band VCO with Gm- Boosted Push-Push Pair in 90nm CMOS 90 CMOS 94

NANO COMMUNICATION 23 No.3 90 CMOS 94/188 GHz CMOS 94/188 GHz A 94/188 GHz Dual-Band VCO with Gm- Boosted Push-Push Pair in 90nm CMOS 90 CMOS 94 NANO COMMUNICATION 23 No.3 90 CMOS 94/188 GHz 23 90 CMOS 94/188 GHz A 94/188 GHz Dual-Band VCO with Gm- Boosted Push-Push Pair in 90nm CMOS 90 CMOS 94/188GHz LC class-b 0.70 0.75 mm 2 pad 1 V 19.6 ma (ƒ

More information

2/80 2

2/80 2 2/80 2 3/80 3 DSP2400 is a high performance Digital Signal Processor (DSP) designed and developed by author s laboratory. It is designed for multimedia and wireless application. To develop application

More information

SuperMap 系列产品介绍

SuperMap 系列产品介绍 wuzhihong@scu.edu.cn 3 / 1 / 16 / John M. Yarbrough: Digital Logic Applications and Design + + 30% 70% 1 CHAPTER 1 Digital Concepts and Number Systems 1.1 Digital and Analog: Basic Concepts P1 1.1 1.1

More information

多核心CPU成長日記.doc

多核心CPU成長日記.doc 篇 名 : 多 核 心 CPU 成 長 日 記 作 者 : 劉 重 安 國 立 溪 湖 高 中 高 三 11 班 趙 芃 凱 國 立 溪 湖 高 中 高 三 11 班 蔡 文 凱 國 立 溪 湖 高 中 高 三 11 班 指 導 老 師 : 潘 秀 欽 老 師 第 1 頁 壹 前 言 微 處 理 器 (CPU, 被 稱 為 中 央 處 理 器 ) 可 說 是 電 腦 系 統 的 大 腦, 掌 管 整

More information

附件1:

附件1: 2013 年 增 列 硕 士 专 业 学 位 授 权 点 申 请 表 硕 士 专 业 学 位 类 别 ( 工 程 领 域 ): 工 程 ( 集 成 电 路 工 程 ) 申 报 单 位 名 称 : 南 开 大 学 国 务 院 学 位 委 员 会 办 公 室 制 表 2013 年 12 月 18 日 填 一 申 请 增 列 硕 士 专 业 学 位 授 权 点 论 证 报 告 集 成 电 路 产 业 是

More information

IP TCP/IP PC OS µclinux MPEG4 Blackfin DSP MPEG4 IP UDP Winsock I/O DirectShow Filter DirectShow MPEG4 µclinux TCP/IP IP COM, DirectShow I

IP TCP/IP PC OS µclinux MPEG4 Blackfin DSP MPEG4 IP UDP Winsock I/O DirectShow Filter DirectShow MPEG4 µclinux TCP/IP IP COM, DirectShow I 2004 5 IP TCP/IP PC OS µclinux MPEG4 Blackfin DSP MPEG4 IP UDP Winsock I/O DirectShow Filter DirectShow MPEG4 µclinux TCP/IP IP COM, DirectShow I Abstract The techniques of digital video processing, transferring

More information

(Pattern Recognition) 1 1. CCD

(Pattern Recognition) 1 1. CCD ********************************* ********************************* (Pattern Recognition) 1 1. CCD 2. 3. 4. 1 ABSTRACT KeywordsMachine Vision, Real Time Inspection, Image Processing The purpose of this

More information

投影片 1

投影片 1 2 理 1 2-1 CPU 2-2 CPU 理 2-3 CPU 類 2 什 CPU CPU Central Processing Unit ( 理 ), 理 (Processor), CPU 料 ( 例 ) 邏 ( 例 ),, 若 了 CPU, 3 什 CPU CPU 了, 行, 利 CPU 力 來 行 4 什 CPU 5 2-2-1 CPU CPU 了 (CU, Control Unit) / 邏

More information

CPU CPU Intel CPU AMD CPU CPU Socket A/Socket 370 CPU Socket 478 CPU CPU CPU CPU CPU

CPU CPU Intel CPU AMD CPU CPU Socket A/Socket 370 CPU Socket 478 CPU CPU CPU CPU CPU --- CPU CPU Intel CPU AMD CPU CPU Socket A/Socket 370 CPU Socket 478 CPU CPU CPU CPU CPU 2.1 CPU 1. 4 Intel 4004 1971 Intel 4004 2-1 2-1 Intel 4004 2. 8 Intel 8008/8080/8085 1972 Intel 8008 2-2 2-2 Intel

More information

<4D6963726F736F667420506F776572506F696E74202D20B5DAD2BBD5C228B4F2D3A1B0E6292E707074205BBCE6C8DDC4A3CABD5D>

<4D6963726F736F667420506F776572506F696E74202D20B5DAD2BBD5C228B4F2D3A1B0E6292E707074205BBCE6C8DDC4A3CABD5D> Homeworks ( 第 三 版 ):.4 (,, 3).5 (, 3).6. (, 3, 5). (, 4).4.6.7 (,3).9 (, 3, 5) Chapter. Number systems and codes 第 一 章. 数 制 与 编 码 . Overview 概 述 Information is of digital forms in a digital system, and

More information

1 CPU

1 CPU 2000 Tel 82316285 82317634 Mail liuxd@buaa.edu.cn 1 CPU 2 CPU 7 72 A B 85 15 3 1/2 M301 2~17 : 3/4 1/2 323 IBM PC 1. 2. 3. 1. 2. 3. 1.1 Hardware Software 1.2 M3 M2 M1 1.2 M3 M1 M2 M2 M1 M1 M1 1.2 M3 M1

More information

Intel® Core2™ i7 Processor

Intel® Core2™ i7 Processor Intel CPU 的 演 進 及 Core2 i7/i5/i3 處 理 器 架 構 之 探 討 報 告 人 : 資 訊 工 程 系 俞 朝 福 中 華 民 國 九 十 九 年 三 月 三 十 一 日 1 PART I Intel 處 理 器 的 演 進 1971~2010 走 過 處 理 器 40 年 2 Intel CPU Pre-x86 4004-- 全 球 第 一 款 微 處 理 器, 於

More information

Microsoft PowerPoint - lecture4--Signal Processing on DSPs.ppt

Microsoft PowerPoint - lecture4--Signal Processing on DSPs.ppt Signal Processing on DSP Platforms Lecture Outline Arithmetic Operations on C54x DSP Signal Processing on DSP Real-time Signal Processing on DSP * Please Refer to TMS320C54x Reference Set, Vol4: Applications

More information

UDC 厦门大学博硕士论文摘要库

UDC 厦门大学博硕士论文摘要库 10384 9924012 UDC 2002 5 2002 2002 2002 5 1 Study on High Speed Switch System and Their ASIC Frontend Design Thesis for MS By Shuicheng Cai Supervisor: Prof. Donghui Guo Department of Physics Xiamen Unviersity

More information

Achieving One TeraFLOPS with 28-nm FPGAs

Achieving One TeraFLOPS with 28-nm FPGAs 28nm FPGA TeraFLOPS WP011421.0 DSP 101 Innovation Drive San Jose, CA 95134 www.altera.com 2010 Altera ALTERA ARRIA CYCLONE HARDCOPY MAX MEGACORE NIOS QUARTUS STRATIX Altera www.altera.com/common/legal.html

More information

02 看 見 躍 動 的 創 新 力 量 04 矽 數 十 年 金 矽 創 意 十 年 有 成 16 築 夢 之 際 18 20 22 24 26 28 30 32 34 36 38 你 所 不 知 道 的 金 矽 獎 40 樂 在 其 中

02 看 見 躍 動 的 創 新 力 量 04 矽 數 十 年 金 矽 創 意 十 年 有 成 16 築 夢 之 際 18 20 22 24 26 28 30 32 34 36 38 你 所 不 知 道 的 金 矽 獎 40 樂 在 其 中 02 看 見 躍 動 的 創 新 力 量 04 矽 數 十 年 金 矽 創 意 十 年 有 成 16 築 夢 之 際 18 20 22 24 26 28 30 32 34 36 38 你 所 不 知 道 的 金 矽 獎 40 樂 在 其 中 我 們 相 信, 科 技 創 新 是 影 響 台 灣 競 爭 力 的 主 軸, 而 培 育 國 內 高 科 技 人 才, 正 是 金 矽 獎 創 辦 的 理 念

More information

Mechanical Science and Technology for Aerospace Engineering October Vol No. 10 Web SaaS B /S Web2. 0 Web2. 0 TP315 A

Mechanical Science and Technology for Aerospace Engineering October Vol No. 10 Web SaaS B /S Web2. 0 Web2. 0 TP315 A 2012 10 31 10 Mechanical Science and Technology for Aerospace Engineering October Vol. 31 2012 No. 10 Web2. 0 400030 SaaS B /S Web2. 0 Web2. 0 TP315 A 1003-8728 2012 10-1638-06 Design and Implementation

More information

OncidiumGower Ramsey ) 2 1(CK1) 2(CK2) 1(T1) 2(T2) ( ) CK1 43 (A 44.2 ) CK2 66 (A 48.5 ) T1 40 (

OncidiumGower Ramsey ) 2 1(CK1) 2(CK2) 1(T1) 2(T2) ( ) CK1 43 (A 44.2 ) CK2 66 (A 48.5 ) T1 40 ( 35 1 2006 48 35-46 OncidiumGower Ramsey ) 2 1(CK1) 2(CK2) 1(T1) 2(T2) (93 5 28 95 1 9 ) 94 1-2 5-6 8-10 94 7 CK1 43 (A 44.2 ) CK2 66 (A 48.5 ) T1 40 (A 47.5 ) T2 73 (A 46.6 ) 3 CK2 T1 T2 CK1 2006 8 16

More information

第一章 前言

第一章  前言 The Implementation of Arrhythmia Analysis System ii LabVIEW So and Chan QRS R-R interval QRS duration Tompkins and Ahlstrom 1983 R-R interval QRS duration search back 1R-R interval 8 R-R interval ± 14

More information

Microsoft PowerPoint - STU_EC_Ch08.ppt

Microsoft PowerPoint - STU_EC_Ch08.ppt 樹德科技大學資訊工程系 Chapter 8: Counters Shi-Huang Chen Fall 2010 1 Outline Asynchronous Counter Operation Synchronous Counter Operation Up/Down Synchronous Counters Design of Synchronous Counters Cascaded Counters

More information

祲 肐 끤 㽺 멎 ᡒ 艹 ᰠ 㝵 㽑 쭺 흟 祝 慎 獑 晛 ൎ 鎊 ൎ Ȱ 쭗 ꢚ 問 箘 全 鍨 し 멎 ή љ ൎ 劗 煜 Ȱ ᴠ شمم ᱎ 뭹 _ ƀ 뙛 煜 홎 㙲 뉎 콫 앟 ୷ 葶 㽼 奵 葶 힋 卟 १ 㜀 腜 Ȱ ή 蹎 㠀 㤀 アハ ート 瑞 葶 شمم ᱎ 摫 뭹 _ ᰠ

祲 肐 끤 㽺 멎 ᡒ 艹 ᰠ 㝵 㽑 쭺 흟 祝 慎 獑 晛 ൎ 鎊 ൎ Ȱ 쭗 ꢚ 問 箘 全 鍨 し 멎 ή љ ൎ 劗 煜 Ȱ ᴠ شمم ᱎ 뭹 _ ƀ 뙛 煜 홎 㙲 뉎 콫 앟 ୷ 葶 㽼 奵 葶 힋 卟 १ 㜀 腜 Ȱ ή 蹎 㠀 㤀 アハ ート 瑞 葶 شمم ᱎ 摫 뭹 _ ᰠ ꡒڃتمحⵎ 㤀 멎ή 앥ᒐ 䕥 譎 㭵 뜀 ᅢ 葶 ذ 抗 拏 抗 ᰠ 㙱 ᴠ 問 敧 뙛 羕 葶 ⱻ 浑 Ŝ 䨀 愀 渀 甀 愀 爀 礀 㘀 ژ ᵠ뜀 祲 肐 끤 㽺 멎 ᡒ 艹 ᰠ 㝵 㽑 쭺 흟 祝 慎 獑 晛 ൎ 鎊 ൎ Ȱ 쭗 ꢚ 問 箘 全 鍨 し 멎 ή љ ൎ 劗 煜 Ȱ ᴠ شمم ᱎ 뭹 _ ƀ 뙛 煜 홎 㙲 뉎 콫 앟 ୷ 葶 㽼 奵 葶 힋 卟 १ 㜀 腜 Ȱ ή 蹎 㠀

More information

《计算机应用基础》学习材料(讲义)

《计算机应用基础》学习材料(讲义) 计 算 机 应 用 基 础 学 习 材 料 ( 讲 义 ) Fundamentals of Computer Application 2014-3-22 JIANGSU OPEN UNIVERSITY 第 二 学 习 周 计 算 机 基 础 知 识 ( 一 ) 导 学 在 本 学 习 周, 我 们 主 要 的 任 务 是 认 识 计 算 机 你 将 知 道 计 算 机 是 什 么 时 候 产 生 的,

More information

2 3. 1,,,.,., CAD,,,. : 1) :, 1,,. ; 2) :,, ; 3) :,; 4) : Fig. 1 Flowchart of generation and application of 3D2digital2building 2 :.. 3 : 1) :,

2 3. 1,,,.,., CAD,,,. : 1) :, 1,,. ; 2) :,, ; 3) :,; 4) : Fig. 1 Flowchart of generation and application of 3D2digital2building 2 :.. 3 : 1) :, 3 1 Vol. 3. 1 2008 2 CAA I Transactions on Intelligent Systems Feb. 2008, (,210093) :.,; 3., 3. :; ; ; ; : TP391 :A :167324785 (2008) 0120001208 A system f or automatic generation of 3D building models

More information

第二章

第二章 中 国 建 筑 股 份 有 限 公 司 内 部 控 制 手 册 (2009 年 版 ) 目 录 第 一 章 总 则 1 编 制 内 部 控 制 手 册 目 的 依 据 1 2 内 部 控 制 手 册 的 适 用 范 围 1 3 内 部 控 制 基 本 原 则 1 4 内 部 控 制 的 基 本 要 求 2 5 内 部 控 制 组 织 机 构 4 6 内 部 控 制 手 册 的 更 新 与 监 督 4

More information

小论文草稿2_邓瀚

小论文草稿2_邓瀚 城 市 轨 道 交 通 列 车 运 行 控 制 系 统 仿 真 分 析 平 台 的 设 计 邓 瀚 1 赵 霞 1 张 琼 燕 2 刘 循 2 (1. 上 海 交 通 大 学 自 动 化 系, 系 统 控 制 与 信 息 处 理 教 育 部 重 点 实 验 室, 上 海,200240;2. 上 海 申 通 地 铁 股 份 有 限 公 司, 上 海,201103) 摘 要 文 章 设 计 了 一 种

More information

Ps22Pdf

Ps22Pdf ( ) ( 150 ) 25 15 20 40 ( 25, 1, 25 ), 1. A. B. C. D. 2. A. B. C. D. 3., J = 1 H = 1 ( A B, J', J, H ) A. A = B = 1, J' =0 B. A = B = J' =1 C. A = J' =1, B =0 D. B = J' = 1, A = 0 4. AB + AB A. AB B. AB

More information

4 115,,. : p { ( x ( t), y ( t) ) x R m, y R n, t = 1,2,, p} (1),, x ( t), y ( t),,: F : R m R n.,m, n, u.,, Sigmoid. :,f Sigmoid,f ( x) = ^y k ( t) =

4 115,,. : p { ( x ( t), y ( t) ) x R m, y R n, t = 1,2,, p} (1),, x ( t), y ( t),,: F : R m R n.,m, n, u.,, Sigmoid. :,f Sigmoid,f ( x) = ^y k ( t) = 2007 4 4 :100026788 (2007) 0420114206, (, 430074) :,,,,,,GIS.,,. : ; ; ; ; : TP391 ;P338 : A Development of Combinatorial Intelligentized Decision2Making Support System and Its Utilization in Runoff Forecasting

More information

43 14. 45 3 7 220 1 2 cm /s 2 1. 5 3 1 4 c d 1 /40 1 /4 1 /9 600 0. 129 6 7 1 /6 400 1 /256 000 1. 5 2 2 2. 1 /m /Hz /kn / kn m 6 6 0. 1 ~ 50 600 1 80

43 14. 45 3 7 220 1 2 cm /s 2 1. 5 3 1 4 c d 1 /40 1 /4 1 /9 600 0. 129 6 7 1 /6 400 1 /256 000 1. 5 2 2 2. 1 /m /Hz /kn / kn m 6 6 0. 1 ~ 50 600 1 80 43 14 2013 7 Building Structure Vol. 43 No. 14 Jul. 2013 * 1 1 1 2 3 3 3 2 2 1 100013 2 430022 3 200002 1 40 ETABS ABAQUS TU355 TU317 +. 1 A 1002-848X 2013 14-0044-04 Compairion study between the shaking

More information

31 17 www. watergasheat. com km 2 17 km 15 km hm % mm Fig. 1 Technical route of p

31 17 www. watergasheat. com km 2 17 km 15 km hm % mm Fig. 1 Technical route of p 31 17 215 9 CHINA WATER & WASTEWATER Vol. 31 No. 17 Sep. 215 < > 232 SUSTAIN BMP SUSTAIN TU992 C 1-462 215 17-111 - 8 Planning and Design of Sponge City Case Study of Beijing Yongding River Ecological

More information

Microsoft PowerPoint - chap3.ppt

Microsoft PowerPoint - chap3.ppt 微算機系統第三章 Arithmetic for Computers 陳伯寧教授電信工程學系國立交通大學 chap3-1 Arithmetic Where we've been: Abstractions: Instruction Set Architecture Assembly Language and Machine Language What's up ahead: Implementing

More information

基 础 实 室 4 计 算 机 网 络 唐 爱 红 专 业 机 房 PROTEL 联 想 同 方 电 脑 180 台 唐 爱 红 MATLAB 计 算 机 网 络 电 工 电 子 技 能 训 练 室 电 子 基 本 技 能 示 波 器 毫 伏 表 雕 刻 机 图 示 仪 电 子 实 训 台 电 工

基 础 实 室 4 计 算 机 网 络 唐 爱 红 专 业 机 房 PROTEL 联 想 同 方 电 脑 180 台 唐 爱 红 MATLAB 计 算 机 网 络 电 工 电 子 技 能 训 练 室 电 子 基 本 技 能 示 波 器 毫 伏 表 雕 刻 机 图 示 仪 电 子 实 训 台 电 工 2014 年 电 气 工 程 及 其 自 动 化 专 业 教 学 质 量 年 度 报 告 1 专 业 发 展 概 况 ( 包 括 专 业 发 展 历 程 专 业 办 学 的 经 费 投 入 图 书 资 料 实 室 等 基 本 教 学 条 件 在 校 学 生 数 生 师 比 一 志 愿 录 取 率 新 生 报 到 率 学 生 转 入 和 转 出 人 数 ) 上 海 师 范 大 学 信 息 与 机 电

More information

通 过 厂 变 带 电, 这 种 设 计 减 少 了 机 组 自 带 厂 用 电 负 荷 能 力, 降 低 了 锅 炉 满 足 FCB 时 最 低 稳 燃 工 况, 同 时 造 成 燃 烧 调 整 量 加 大 本 电 厂 在 FCB 试 验 时, 电 泵 不 联 启, 始 终 保 持 汽 泵 运 行

通 过 厂 变 带 电, 这 种 设 计 减 少 了 机 组 自 带 厂 用 电 负 荷 能 力, 降 低 了 锅 炉 满 足 FCB 时 最 低 稳 燃 工 况, 同 时 造 成 燃 烧 调 整 量 加 大 本 电 厂 在 FCB 试 验 时, 电 泵 不 联 启, 始 终 保 持 汽 泵 运 行 火 电 机 组 小 岛 运 行 工 况 分 析 刘 伟 东 方 电 气 股 份 有 限 公 司, 成 都 610036 摘 要 : 目 前 执 行 的 对 外 火 电 工 程 合 同 中, 不 管 装 机 大 小, 大 部 分 都 要 求 机 组 验 收 时 完 成 小 岛 运 行 试 验 ( 即 FCB 或 House load operation), 并 作 为 重 要 的 验 收 条 件 基

More information

1 VLBI VLBI 2 32 MHz 2 Gbps X J VLBI [3] CDAS IVS [4,5] CDAS MHz, 16 MHz, 8 MHz, 4 MHz, 2 MHz [6] CDAS VLBI CDAS 2 CDAS CDAS 5 2

1 VLBI VLBI 2 32 MHz 2 Gbps X J VLBI [3] CDAS IVS [4,5] CDAS MHz, 16 MHz, 8 MHz, 4 MHz, 2 MHz [6] CDAS VLBI CDAS 2 CDAS CDAS 5 2 32 1 Vol. 32, No. 1 2014 2 PROGRESS IN ASTRONOMY Feb., 2014 doi: 10.3969/j.issn.1000-8349.2014.01.07 VLBI 1,2 1,2 (1. 200030 2. 200030) VLBI (Digital Baseband Convertor DBBC) CDAS (Chinese VLBI Data Acquisition

More information

Microsoft Word - A200911-441.doc

Microsoft Word - A200911-441.doc 动 态 计 算 机 核 心 PMC362 成 功 设 计 姜 咏 江 对 外 经 济 贸 易 大 学 信 息 学 院, 北 京 (100013) E-mail:accsys@126.com 摘 要 :PMC362 是 程 序 能 自 动 调 度 执 行 的 动 态 计 算 机 核 这 种 结 构 将 各 类 多 处 理 器 设 计 成 对 指 令 无 痕 的, 将 程 序 放 置 在 环 境 条 件

More information

untitled

untitled 01 1-1 Altera Installer 1-2 1-3 FBBCar 1-4 FPGA 1. 2. 3. 4. FBBCar Altera FPGA FBBCar Quartus II ModelSim-Altera 1-1 1-1 FBBCar 1 220 2 10k 2 1k 2 2k 2 470k 2 1 950nm 2 2 38kHz 2 2 3PIN 2 2 1 1 2 01 Altera

More information

Outline Speech Signals Processing Dual-Tone Multifrequency Signal Detection 云南大学滇池学院课程 : 数字信号处理 Applications of Digital Signal Processing 2

Outline Speech Signals Processing Dual-Tone Multifrequency Signal Detection 云南大学滇池学院课程 : 数字信号处理 Applications of Digital Signal Processing 2 CHAPTER 10 Applications of Digital Signal Processing Wang Weilian wlwang@ynu.edu.cn School of Information Science and Technology Yunnan University Outline Speech Signals Processing Dual-Tone Multifrequency

More information

A dissertation for Master s degree Metro Indoor Coverage Systems Analysis And Design Author s Name: Sheng Hailiang speciality: Supervisor:Prof.Li Hui,

A dissertation for Master s degree Metro Indoor Coverage Systems Analysis And Design Author s Name: Sheng Hailiang speciality: Supervisor:Prof.Li Hui, 中 国 科 学 技 术 大 学 工 程 硕 士 学 位 论 文 地 铁 内 移 动 通 信 室 内 覆 盖 分 析 及 应 用 作 者 姓 名 : 学 科 专 业 : 盛 海 亮 电 子 与 通 信 导 师 姓 名 : 李 辉 副 教 授 赵 红 媛 高 工 完 成 时 间 : 二 八 年 三 月 十 日 University of Science and Technology of Ch A dissertation

More information

Microsoft Word - A201009-646.doc

Microsoft Word - A201009-646.doc # 中 国 网 络 游 戏 外 挂 问 题 现 状 分 析 * 兰 晓, 尹 杰 ( 中 国 传 媒 大 学 信 息 工 程 学 院 ) 摘 要 : 网 络 游 戏 外 挂 的 泛 滥 严 重 阻 碍 了 中 国 网 络 游 戏 产 业 的 正 常 发 展 本 文 给 出 了 网 络 游 戏 外 挂 的 定 义, 并 对 当 前 中 国 网 络 游 戏 存 在 的 安 全 问 题 进 行 了 分 析,

More information

/3 CAD JPG GIS CAD GIS GIS 1 a CAD CAD CAD GIS GIS ArcGIS 9. x 10 1 b 1112 CAD GIS 1 c R2VArcscan CAD MapGIS CAD 1 d CAD U

/3 CAD JPG GIS CAD GIS GIS 1 a CAD CAD CAD GIS GIS ArcGIS 9. x 10 1 b 1112 CAD GIS 1 c R2VArcscan CAD MapGIS CAD 1 d CAD U 1006-3862 2010 05-0059 - 07 361005 1 GIS 2 3 What if 2. 0 1 2 3 4 GIS TU984. 11 A 1 Planning Support System MIS PSS 1989 1 90 23 4-7 GIS Planning Support GIS System SDSS PSS GIS GIS CAD GIS SDSS CAD CAD

More information

2. 3. 1 2 TI 3 TI TABLE 4 RANDBIN 5 6 172 6 Research of Modern Basic Education 2012 6

2. 3. 1 2 TI 3 TI TABLE 4 RANDBIN 5 6 172 6 Research of Modern Basic Education 2012 6 6 2012 6 Research of Modern Basic Education Vol. 6 June 2012 201200 20 1. G 1976-171 2. 3. 1 2 TI 3 TI TABLE 4 RANDBIN 5 6 172 6 Research of Modern Basic Education 2012 6 1 GPS 4. 01 TI - nspire cx 1.

More information

F4

F4 DOI:10.3969/j.issn.1009-6868.2016.01.002 网 络 出 版 地 址 :http://www.cnki.net/kcms/detail/34.1228.tn.20151117.1506.006.html Challenges and Countermeasures of Network Space Security 周 延 森 /ZHOU Yansen 周 琳 娜

More information

ebook105-12

ebook105-12 12 12.1 C P U T x X T y Y T x >T y Y P XY Y X P x = 1 / T x P y = 1 / T y ( 1 2-1 ) P y > P x ( 1 2-2 ) C P U = # 12.2 334 C P U 12-1 a I F I D E X E M E M W B C P U 12-1 b C P U C P U t i n s t t i n

More information

國家圖書館典藏電子全文

國家圖書館典藏電子全文 I Abstract II III ... I Abstract...II...III... IV... VI 1...1 2...3 2-1...3 2-2...4 2-3...6 2-4...6 3...8 3-1...8 3-2...10 4...12 5...15 5-1...15 5-2...17 IV 5-3...18 6...21 6-1...21 6-2...22 6-3...22

More information

I 元器件上市公司经济状况分析及年度展望

I  元器件上市公司经济状况分析及年度展望 2002 1 2002 5 WWW.CEI.GOV.CN 2001-2005 2005 3000 2010 7500 : : : 21 1 FAX 010 68558370 2 FAX 010 68558370 I.. 2...2...3...7...8 2002...9 II..11...11...12...17...21...23 III.26...26...27...27...27 1 2001...3

More information

LaDefense Arch Petronas Towers 2009 CCTV MOMA Newmark Hahn Liu 8 Heredia - Zavoni Barranco 9 Heredia - Zavoni Leyva

LaDefense Arch Petronas Towers 2009 CCTV MOMA Newmark Hahn Liu 8 Heredia - Zavoni Barranco 9 Heredia - Zavoni Leyva 39 6 2011 12 Journal of Fuzhou University Natural Science Edition Vol 39 No 6 Dec 2011 DOI CNKI 35-1117 /N 20111220 0901 002 1000-2243 2011 06-0923 - 07 350108 105 m 14 69% TU311 3 A Seismic analysis of

More information

Agenda PXI PXI

Agenda PXI PXI PXI 2005 3 Agenda PXI PXI PXI 1997 VXI 1980 & 1990 GPIB 1970 GPIB 70 IEEE 488.1/488.2 1.5Mb/s GPIB 15 (488.2 SCPI) GPIB GPIB GPIB / 80 VXI VME extensions for Instruments 40MB/s (GPIB 40 ) / VXI 80 VXI

More information

热设计网

热设计网 例 例 Agenda Popular Simulation software in PC industry * CFD software -- Flotherm * Advantage of Flotherm Flotherm apply to Cooler design * How to build up the model * Optimal parameter in cooler design

More information

Microsoft Word - netcontr.doc

Microsoft Word - netcontr.doc * 一 种 基 于 模 型 的 输 出 反 馈 网 络 化 控 制 系 统 刘 松 晖, 吴 俊, 徐 巍 华, 陈 生 (. 工 业 控 制 技 术 国 家 重 点 实 验 室 浙 江 大 学 先 进 控 制 研 究 所, 浙 江 杭 州 3007;. 南 安 普 敦 大 学 电 子 与 计 算 机 学 院, 英 国 南 安 普 敦 SO7 BJ) E-mail: shliu@iipc.zju.edu.cn

More information

ebook105-1

ebook105-1 C D 1.1 0 1 0 1 2 ( 0 1 ) ( b i t s ) 0 1 1. 2. 0 1 3. ( ) 1-1 1-1 2 A B C A B C X Y 1.2 1.2.1 ( C D ) ( H D L ) H D L H D L J a v a C + + 1.2.2 C P U ( ) 1 3 1-2 C RT ( ) 1-2 ( C P U ) C P U C P U C P

More information

Vol. 22 No. 4 JOURNAL OF HARBIN UNIVERSITY OF SCIENCE AND TECHNOLOGY Aug GPS,,, : km, 2. 51, , ; ; ; ; DOI: 10.

Vol. 22 No. 4 JOURNAL OF HARBIN UNIVERSITY OF SCIENCE AND TECHNOLOGY Aug GPS,,, : km, 2. 51, , ; ; ; ; DOI: 10. 22 4 2017 8 Vol. 22 No. 4 JOURNAL OF HARBIN UNIVERSITY OF SCIENCE AND TECHNOLOGY Aug. 2017 150080 GPS,,, : 27. 36 km, 2. 51, 110. 43, ; ; ; ; DOI: 10. 15938 /j. jhust. 2017. 04. 015 U469. 13 A 1007-2683

More information

mm ~

mm ~ 16 3 2011 6 Vol 16 No 3 JOURNAL OF HARBIN UNIVERSITY OF SCIENCE AND TECHNOLOGY Jun 2011 1 2 3 1 150040 2 150040 3 450052 1 3 4 > 1 ~ 3 > > U414 A 1007-2683 2011 03-0121- 06 Shrinkage Characteristics of

More information

Microsoft Word - ED-774.docx

Microsoft Word - ED-774.docx journal.newcenturyscience.com/index.php/gjanp Global Journal of Advanced Nursing Practice,214,Vol.1,No.1 The practicality of an improved method of intravenous infusion exhaust specialized in operating

More information

第 15 章 程 式 編 写 語 言 15.1 程 式 編 写 語 言 的 角 色 程 式 編 寫 語 言 是 程 式 編 寫 員 與 電 腦 溝 通 的 界 面 語 法 是 一 組 規 則 讓 程 式 編 寫 員 將 字 詞 集 合 起 來 電 腦 是 處 理 位 元 和 字 節 的 機 器, 與

第 15 章 程 式 編 写 語 言 15.1 程 式 編 写 語 言 的 角 色 程 式 編 寫 語 言 是 程 式 編 寫 員 與 電 腦 溝 通 的 界 面 語 法 是 一 組 規 則 讓 程 式 編 寫 員 將 字 詞 集 合 起 來 電 腦 是 處 理 位 元 和 字 節 的 機 器, 與 程 式 編 写 語 言 在 完 成 這 章 後, 你 將 能 夠 了 解 程 式 編 写 語 言 的 功 能 了 解 高 階 語 言 和 低 階 語 言 之 間 的 分 別 知 道 翻 譯 程 式 的 意 義 和 能 夠 把 翻 譯 程 式 分 類 為 : 匯 編 程 式 編 譯 程 式 和 解 譯 程 式 認 識 不 同 翻 譯 程 式 的 優 點 和 缺 點 程 式 是 指 揮 電 腦 的 指

More information

第一章 出口退税制改革的内容

第一章  出口退税制改革的内容 密 级 学 号 2 0 0 1 0 3 2 9 毕 业 设 计 ( 论 文 ) 出 口 退 税 制 改 革 对 我 国 出 口 的 影 响 院 ( 系 部 ): 经 济 管 理 学 院 姓 名 : 王 晓 年 级 : 2001 级 专 业 : 国 际 经 济 与 贸 易 指 导 教 师 : 杜 秀 芳 教 师 职 称 : 讲 师 2005 年 6 月 10 日 北 京 北 京 石 油 化 工 学 院

More information

untitled

untitled 1. 95 年 度 2 老 2 老 8 10 11 理 4 2007.3.12 2. 更 Cisco 2960 switch 路 更 路 更 路 更 更 NIS 狀 料 兩 數 Visual Studio Standard.net 2005 老 2007.4.19 Panel talk 行 95 年 度 良 老 葉 羅 老 45 參 行 領 力 立 C 行 力 行 路 力 95 年 度 路 97 年

More information

微软用户

微软用户 本期导航 按下 CTRL 并点击左侧及下列标题即可选读 学院之窗 专题 实验教学研讨会 教育思想大讨论 教学研究 电子商务平台 教学工作 P37 工程学院实验实践暨机械工 会 设立朝语考点 程系 03 年教学工作会议 P 大学生创新活动 高教参考 P54 03 地平线报告信息技术挑战催 生高等教育变革 P54 03 地平线报告信息技术挑 战催生高等教育变革 主 编 张宗恩 副 主 编 王凤林 编 P

More information

2011年上海市高校精品课程申报表(本科)

2011年上海市高校精品课程申报表(本科) 2012 年 度 上 海 高 校 市 级 精 品 课 程 申 报 表 ( 本 科 ) 学 校 名 称 课 程 名 称 课 程 类 型 上 海 电 机 学 院 数 据 库 原 理 及 应 用 理 论 课 ( 不 含 实 践 ) 理 论 课 ( 含 实 践 ) 实 验 ( 践 ) 课 所 属 一 级 学 科 名 称 工 学 所 属 二 级 学 科 名 称 课 程 负 责 人 计 算 机 科 学 与 技

More information

Microsoft PowerPoint - Performance Analysis of Video Streaming over LTE using.pptx

Microsoft PowerPoint - Performance Analysis of Video Streaming over LTE using.pptx ENSC 427 Communication Networks Spring 2016 Group #2 Project URL: http://www.sfu.ca/~rkieu/ensc427_project.html Amer, Zargham 301149920 Kieu, Ritchie 301149668 Xiao, Lei 301133381 1 Roadmap Introduction

More information

上海交通大学(二).DOC

上海交通大学(二).DOC ... 1... 7... 14... 20... 28... 30... 31... 37... 38... 44... 52... 59... 61... 63... 65... 69... 72... 76 I ... 85... 88... 93... 96... 97... 99... 100... 105... 107... 108...110...113 2004...115 2004...118

More information

[1-3] (Smile) [4] 808 nm (CW) W 1 50% 1 W 1 W Fig.1 Thermal design of semiconductor laser vertical stack ; Ansys 20 bar ; bar 2 25 Fig

[1-3] (Smile) [4] 808 nm (CW) W 1 50% 1 W 1 W Fig.1 Thermal design of semiconductor laser vertical stack ; Ansys 20 bar ; bar 2 25 Fig 40 6 2011 6 Vol.40 No.6 Infrared and Laser Engineering Jun. 2011 808 nm 2000 W 1 1 1 1 2 2 2 2 2 12 (1. 710119 2. 710119) : bar 808 nm bar 100 W 808 nm 20 bar 2 000 W bar LIV bar 808 nm : : TN248.4 TN365

More information

中山大學學位論文典藏.PDF

中山大學學位論文典藏.PDF I II III IV 1 2 3 4 5 6 7 8 9 10 11 2. 12 13 1.1 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 9 53 54 55 56 57 58 59 1 60 61 62 63

More information

1 1

1 1 1 1 2 Idea Architecture Design IC Fabrication Wafer (hundreds of dies) Sawing & Packaging Block diagram Final chips Circuit & Layout Design Testing Layout Bad chips Good chips customers 3 2 4 IC Fabless

More information

Improved Preimage Attacks on AES-like Hash Functions: Applications to Whirlpool and Grøstl

Improved Preimage Attacks on AES-like Hash Functions: Applications to Whirlpool and Grøstl SKLOIS (Pseudo) Preimage Attack on Reduced-Round Grøstl Hash Function and Others Shuang Wu, Dengguo Feng, Wenling Wu, Jian Guo, Le Dong, Jian Zou March 20, 2012 Institute. of Software, Chinese Academy

More information

WTO

WTO 10384 200015128 UDC Exploration on Design of CIB s Human Resources System in the New Stage (MBA) 2004 2004 2 3 2004 3 2 0 0 4 2 WTO Abstract Abstract With the rapid development of the high and new technique

More information

θ 1 = φ n -n 2 2 n AR n φ i = 0 1 = a t - θ θ m a t-m 3 3 m MA m 1. 2 ρ k = R k /R 0 5 Akaike ρ k 1 AIC = n ln δ 2

θ 1 = φ n -n 2 2 n AR n φ i = 0 1 = a t - θ θ m a t-m 3 3 m MA m 1. 2 ρ k = R k /R 0 5 Akaike ρ k 1 AIC = n ln δ 2 35 2 2012 2 GEOMATICS & SPATIAL INFORMATION TECHNOLOGY Vol. 35 No. 2 Feb. 2012 1 2 3 4 1. 450008 2. 450005 3. 450008 4. 572000 20 J 101 20 ARMA TU196 B 1672-5867 2012 02-0213 - 04 Application of Time Series

More information

論文寫作技巧

論文寫作技巧 論 文 寫 作 注 意 事 項 (How to Write a Paper) 初 版 合 撰 者 : (2/3/2004) 中 央 大 學 資 工 系 許 健 平 教 授 長 榮 大 學 資 管 系 陳 宗 禧 教 授 淡 江 大 學 資 工 系 張 志 勇 教 授 淡 江 大 學 資 工 系 石 貴 平 教 授 中 正 大 學 資 工 系 陳 裕 賢 教 授 一 題 目 (Title) 1. 題

More information

Microsoft Word - 12-DQ2015775_56-61_上接55页.doc

Microsoft Word - 12-DQ2015775_56-61_上接55页.doc 大 电 网 紧 急 控 制 系 统 实 验 验 证 评 估 体 系 杨 丽 李 先 允 万 芳 茹 (. 南 京 工 程 学 院, 南 京 20000; 2. 国 电 南 瑞 电 网 安 全 稳 定 控 制 技 术 分 公 司, 南 京 20000) 2 摘 要 为 推 进 大 电 网 紧 急 控 制 系 统 的 体 系 建 设, 提 高 紧 急 控 制 系 统 的 可 靠 性, 建 立 了 大 电

More information

y 1 = 槡 P 1 1h T 1 1f 1 s 1 + 槡 P 1 2g T 1 2 interference 2f 2 s y 2 = 槡 P 2 2h T 2 2f 2 s 2 + 槡 P 2 1g T 2 1 interference 1f 1 s + n n

y 1 = 槡 P 1 1h T 1 1f 1 s 1 + 槡 P 1 2g T 1 2 interference 2f 2 s y 2 = 槡 P 2 2h T 2 2f 2 s 2 + 槡 P 2 1g T 2 1 interference 1f 1 s + n n 37 1 Vol 37 No 1 2013 1 Journal of Jiangxi Normal UniversityNatural Science Jan 2013 1000-5862201301-0037-05 MISO 郭荣新, 袁继昌 361021 2 RVQ 2 MISO 3 TN 911 7 A 0 MIMO 2 MISO 3 MIMOnetwork MIMO 3GPP LTE-A 2

More information

Cube20S small, speedy, safe Eextremely modular Up to 64 modules per bus node Quick reaction time: up to 20 µs Cube20S A new Member of the Cube Family

Cube20S small, speedy, safe Eextremely modular Up to 64 modules per bus node Quick reaction time: up to 20 µs Cube20S A new Member of the Cube Family small, speedy, safe Eextremely modular Up to 64 modules per bus de Quick reaction time: up to 20 µs A new Member of the Cube Family Murrelektronik s modular I/O system expands the field-tested Cube family

More information

Microsoft PowerPoint ARIS_Platform_en.ppt

Microsoft PowerPoint ARIS_Platform_en.ppt ARIS Platform www.ixon.com.tw ARIS ARIS Architecture of Integrated Information System Prof. Dr. Dr. h.c. mult. August-Wilhelm Scheer ARIS () 2 IDS Scheer AG International Presence >> Partners and subsidiaries

More information

目 录 第 一 部 分 毕 业 设 计 / 毕 业 实 习 工 作 计 划...3 1.1 总 则... 3 1.2 成 立 毕 业 设 计 毕 业 实 习 工 作 领 导 小 组...3 1.3 毕 业 设 计 时 间 安 排...4 第 二 部 分 毕 业 设 计 任 务 书...5 2.1 毕

目 录 第 一 部 分 毕 业 设 计 / 毕 业 实 习 工 作 计 划...3 1.1 总 则... 3 1.2 成 立 毕 业 设 计 毕 业 实 习 工 作 领 导 小 组...3 1.3 毕 业 设 计 时 间 安 排...4 第 二 部 分 毕 业 设 计 任 务 书...5 2.1 毕 机 电 工 程 系 毕 业 设 计 工 作 方 案 2016 年 11 月 目 录 第 一 部 分 毕 业 设 计 / 毕 业 实 习 工 作 计 划...3 1.1 总 则... 3 1.2 成 立 毕 业 设 计 毕 业 实 习 工 作 领 导 小 组...3 1.3 毕 业 设 计 时 间 安 排...4 第 二 部 分 毕 业 设 计 任 务 书...5 2.1 毕 业 设 计 培 养 目

More information

Microsoft Word - A201202-493_1329751213.doc

Microsoft Word - A201202-493_1329751213.doc 5 10 15 20 25 BP 神 经 网 络 在 中 国 创 业 板 企 业 成 长 性 预 测 研 究 ** 孙 静 稳, 刘 金 平 ( 中 国 矿 业 大 学 管 理 学 院, 江 苏 徐 州 221116) 摘 要 : 根 据 创 业 板 企 业 的 高 科 技 和 高 成 长 性 特 点, 成 为 金 融 证 券 市 场 热 门 关 注 的 对 象, 其 成 长 性 研 究 是 资 本

More information

Abstract / / B-ISDN ATM Crossbar Batcher banyan N DPA Modelsim Verilog Synopsys Design Analyzer Modelsim FPGA ISE FPGA ATM ii

Abstract / / B-ISDN ATM Crossbar Batcher banyan N DPA Modelsim Verilog Synopsys Design Analyzer Modelsim FPGA ISE FPGA ATM ii 10384 200024024 UDC 2003 5 2003 6 2003 2003 5 i Abstract / / B-ISDN ATM Crossbar Batcher banyan N DPA Modelsim Verilog Synopsys Design Analyzer Modelsim FPGA ISE FPGA ATM ii System On-Chip Design and Performance

More information

地勘快讯

地勘快讯 地 勘 快 讯 2016 年 第 20 期 ( 总 第 72 期 ) 重 庆 市 地 勘 局 党 委 办 公 室 主 办 2016 年 7 月 1 日 地 勘 动 态 我 局 召 开 纪 念 建 党 95 周 年 暨 先 进 基 层 党 组 织 优 秀 共 产 党 员 优 秀 党 务 工 作 者 表 彰 大 会 6 月 29 日 下 午, 我 局 在 机 关 一 会 议 室 举 办 纪 念 建 党

More information

JOURNAL OF EARTHQUAKE ENGINEERING AND ENGINEERING VIBRATION Vol. 31 No. 5 Oct /35 TU3521 P315.

JOURNAL OF EARTHQUAKE ENGINEERING AND ENGINEERING VIBRATION Vol. 31 No. 5 Oct /35 TU3521 P315. 31 5 2011 10 JOURNAL OF EARTHQUAKE ENGINEERING AND ENGINEERING VIBRATION Vol. 31 No. 5 Oct. 2011 1000-1301 2011 05-0075 - 09 510405 1 /35 TU3521 P315. 8 A Earthquake simulation shaking table test and analysis

More information

Thesis for the Master degree in Engineering Research on Negative Pressure Wave Simulation and Signal Processing of Fluid-Conveying Pipeline Leak Candi

Thesis for the Master degree in Engineering Research on Negative Pressure Wave Simulation and Signal Processing of Fluid-Conveying Pipeline Leak Candi U17 10220 UDC624 Thesis for the Master degree in Engineering Research on Negative Pressure Wave Simulation and Signal Processing of Fluid-Conveying Pipeline Leak Candidate:Chen Hao Tutor: Xue Jinghong

More information

南華大學數位論文

南華大學數位論文 1 Key word I II III IV V VI 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61

More information

(02)2809-4742 (02)2809-4742 27 28 (02)2809-4742 85 3 (02)3343-3300 156 12 (02

(02)2809-4742 (02)2809-4742 27 28 (02)2809-4742 85 3 (02)3343-3300  156 12 (02 3475 http://mops.tse.com.tw http://www.ic-fortune.com (02)2809-4742 denis.lee@ic-fortune.com (02)2809-4742 nanhui.lee@ic-fortune.com 27 28 (02)2809-4742 85 3 (02)3343-3300 http://www.fhs.com.tw 156 12

More information

2014 6 No. 6 2014 Journal of Sichuan University Social Science Edition 195 Sum No. 195 610064 K26 A 1006-0766 2014 06-0031-13 1 20 2 3 4 1971 1 7 2004 171 2 2006 44 3 1994 6-9 31-36 4 1 51 336-337 31 195

More information

CMOS线性响应测试

CMOS线性响应测试 应 用 CMOS 高 亮 度 天 文 测 光 CMOS-based High Intensity Photometry in Astronomy 项 目 完 成 人 : 童 仲 毅 俞 雯 萱 田 哲 毅 指 导 老 师 : 林 岚 杭 高 天 文 台 二 〇 一 一 年 八 月 II 摘 要 本 课 题 基 于 人 造 星 点 测 光 实 验 和 验 证 性 天 文 拍 摄 实 验, 旨 在 探

More information

标题

标题 2016 年 5 月 西 南 民 族 大 学 学 报 ( 自 然 科 学 版 ) 第 423 卷 期 第 3 期 Journal 谢 of 琪 Southwest ꎬ 等 :C++ University 程 序 设 计 for 实 Nationalities( 验 教 学 微 课 Natural 的 设 计 Science 与 实 现 Edition) May 2016 Vol 42 No 3 doi:10

More information

Learning Java

Learning Java Java Introduction to Java Programming (Third Edition) Prentice-Hall,Inc. Y.Daniel Liang 2001 Java 2002.2 Java2 2001.10 Java2 Philip Heller & Simon Roberts 1999.4 Java2 2001.3 Java2 21 2002.4 Java UML 2002.10

More information

untitled

untitled ( ) 2005 2 27 1 70 :SSI(Small Scale Integration), 1 10,MSI (Medium Scale Integration),,, 80 LSI(Large Scale Integration),, 16,Motoral M68000(7 ),Intel 80286 (12.5 ),80386 (27.5 ) 90 : VLSI(Very Large Scale

More information

8 : 731 Key words : narrow annular gap ; curvat ure ; critical heat flux ; annular flow,,,,,,,, ( ),, [122 ] kg/ (m 2 s) MPa

8 : 731 Key words : narrow annular gap ; curvat ure ; critical heat flux ; annular flow,,,,,,,, ( ),, [122 ] kg/ (m 2 s) MPa 43 8 Vol. 43,No. 8 2009 8 Atomic Energy Science and Technology Aug. 2009,, (, 710049) :,,,,,,,,, ;, : ; ; ; : TL33 :A :100026931 (2009) 0820730208 Effects of Curvature on Characteristics f or Annular Flo

More information

VLBI2010 [2] 1 mm EOP VLBI VLBI [3 5] VLBI h [6 11] VLBI VLBI VLBI VLBI VLBI GPS GPS ( ) [12] VLBI 10 m VLBI 65 m [13,14] (referen

VLBI2010 [2] 1 mm EOP VLBI VLBI [3 5] VLBI h [6 11] VLBI VLBI VLBI VLBI VLBI GPS GPS ( ) [12] VLBI 10 m VLBI 65 m [13,14] (referen 31 2 Vol. 31, No. 2 2013 5 PROGRESS IN ASTRONOMY May., 2013 doi: 10.3969/j.issn.1000-8349.2013.02.08 VLBI 1,2 1 ( 1. 200030 2. 100049 ) VLBI VLBI VLBI VLBI VLBI VLBI P228.6 A 1 (VLBI) 20 60 (ITRF) (EOP)

More information

元培科技大學 年度「傑出校友」推薦表

元培科技大學      年度「傑出校友」推薦表 101 年 度 傑 出 校 友 蕭 文 達 本 校 畢 業 年 屆 民 國 74 年 畢 業 科 系 土 木 工 程 科 五 專 部 二 專 日 間 部 進 修 部 二 技 日 間 部 進 修 部 四 技 日 間 部 進 修 部 進 修 學 院 學 經 歷 學 歷 經 歷 國 立 中 興 大 學 土 木 工 程 學 系 博 士 朝 陽 科 技 大 學 環 境 安 全 衛 生 中 心 組 長 (90.2~

More information

T stg -40 to 125 C V cc 3.8V V dc RH 0 to 100 %RH T a -40 to +125 C -0.3 to 3.6V V -0.3 to VDD+0.3 V -10 to +10 ma = 25 = 3V) VDD

T stg -40 to 125 C V cc 3.8V V dc RH 0 to 100 %RH T a -40 to +125 C -0.3 to 3.6V V -0.3 to VDD+0.3 V -10 to +10 ma = 25 = 3V) VDD 1/16 T stg -40 to 125 C V cc 3.8V V dc RH 0 to 100 %RH T a -40 to +125 C -0.3 to 3.6V V -0.3 to VDD+0.3 V -10 to +10 ma (@T = 25 C, @Vdd = 3V) VDD 1.8 3.0 3.6 V (1) 0.08 0.3 µa Idd 300 450 500 µa 0.25

More information

ANSYS在高校《材料力学》教学中的应用

ANSYS在高校《材料力学》教学中的应用 SCR 脱 硝 流 场 多 维 度 数 值 模 拟 优 化 方 法 研 究 及 应 用 [ 叶 兴 联, 联 系 邮 箱 yexinglian1228@163.com] [ 国 家 环 境 保 护 电 力 工 业 烟 尘 治 理 工 程 技 术 中 心, 福 建 龙 净 环 保 股 份 有 限 公 司,364000] [ 摘 要 ] CFD 数 值 模 拟 是 SCR 脱 硝 流 场 优 化 的 主

More information

2011年南臺灣教育論壇

2011年南臺灣教育論壇 2013 年 南 臺 灣 教 育 學 術 研 討 會 十 二 年 國 教 國 中 數 學 科 有 效 教 學 策 略 探 討 - 國 中 數 學 探 究 教 學 經 驗 分 享 研 究 者 : 高 雄 市 梓 官 國 中 林 雅 雯 高 應 大 電 子 工 程 系 江 柏 叡 副 教 授 蘭 陽 技 術 學 院 數 位 生 活 創 意 系 助 理 教 授 鍾 明 仁 發 表 日 期 :102 年 7

More information

. 1 4 Web PAD

. 1 4 Web PAD 20 1 2014 2 Open Education Research Vol. 20 No. 1 Feb. 2014 1 2 1. 100875 2. - 100875 G434 A 1007-2179 2013 06-0100 - 11 10 2013 2013 Microlecture Minicourse Microlesson Microlecture A Le Roy A. McGrew

More information

<4D6963726F736F667420576F7264202D20B1B1BEA9BAA3F6CEBFC6BDF0B8DFBFC6BCBCB9C9B7DDD3D0CFDEB9ABCBBECAD7B4CEB9ABBFAAB7A2D0D0B9C9C6B1D5D0B9C9CBB5C3F7CAE9A3A8C9EAB1A8B8E532303134C4EA35D4C23132C8D5B1A8CBCDA3A92E646F63>

<4D6963726F736F667420576F7264202D20B1B1BEA9BAA3F6CEBFC6BDF0B8DFBFC6BCBCB9C9B7DDD3D0CFDEB9ABCBBECAD7B4CEB9ABBFAAB7A2D0D0B9C9C6B1D5D0B9C9CBB5C3F7CAE9A3A8C9EAB1A8B8E532303134C4EA35D4C23132C8D5B1A8CBCDA3A92E646F63> ( 北 京 市 丰 台 区 南 四 环 西 路 186 号 四 区 4 号 楼 6 层 ) 首 次 公 开 发 行 股 票 ( 申 报 稿 ) 本 公 司 的 发 行 申 请 尚 未 得 到 中 国 证 监 会 核 准 本 ( 申 报 稿 ) 不 具 有 据 以 发 行 股 票 的 法 律 效 力, 仅 供 预 先 披 露 之 用 投 资 者 应 当 以 正 式 公 告 的 作 为 投 资 决 定

More information

12-1b T Q235B ML15 Ca OH Table 1 Chemical composition of specimens % C Si Mn S P Cr Ni Fe

12-1b T Q235B ML15 Ca OH Table 1 Chemical composition of specimens % C Si Mn S P Cr Ni Fe * - - 100084 Q235B ML15 Ca OH 2 DOI 10. 13204 /j. gyjz201508023 STUDY OF GALVANIC CORROSION SENSITIVITY BETWEEN ANY COUPLE OF STUD WELDMENT OR BEAM Lu Xinying Li Yang Li Yuanjin Department of Civil Engineering

More information

11 25 stable state. These conclusions were basically consistent with the analysis results of the multi - stage landslide in loess area with the Monte

11 25 stable state. These conclusions were basically consistent with the analysis results of the multi - stage landslide in loess area with the Monte 211 11 11 158 JOURNAL OF RAILWAY ENGINEERING SOCIETY Nov 211 NO. 11 Ser. 158 16-216 211 11-24 - 6 1 2 3 3 3 1. 126 2. 92181 74 3. 181 1 2 3 4 1. 27 1. 3 1. 56 1. 73 4 1 2 3 4. 96 1. 15 1. 48 1. 6 f s =

More information

混訊設計流程_04.PDF

混訊設計流程_04.PDF CIC Referenced Flow for Mixed-signal IC Design Version 1.0 (Date) (Description) (Version) V. 1.0 2010/11/ Abstract CIC IC (Mixed-signal Design Flow) IC (Front End) (Back End) Function Timing Power DRC

More information

M M. 20

M M. 20 37 1 Vol. 37 No.1 2 0 1 6 1 TSINGHUA JOURNAL OF EDUCATION Jan. 2 0 1 6 4. 0 100872 1. 0 2. 0 3. 0 4. 0 4. 0 4. 0 G640 A 1001-4519 2016 01-0006 - 10 DOI 10. 14138 /j. 1001-4519. 2016. 01. 000610 11-12 18

More information

untitled

untitled Verilog HDL Verilog HDL 邏 令 列邏 路 例 練 數 度 (top-down design) 行 (concurrency) 2.1 Verilog HDL (module) 邏 HDL 理 HDL 邏 料 數 邏 邏 路 module module_name (port_list) // 列 //

More information

g 100mv /g 0. 5 ~ 5kHz 1 YSV8116 DASP 1 N 2. 2 [ M] { x } + [ C] { x } + [ K]{ x } = { f t } 1 M C K 3 M C K f t x t 1 [ H( ω )] = - ω 2

g 100mv /g 0. 5 ~ 5kHz 1 YSV8116 DASP 1 N 2. 2 [ M] { x } + [ C] { x } + [ K]{ x } = { f t } 1 M C K 3 M C K f t x t 1 [ H( ω )] = - ω 2 10 2016 10 No. 10 Modular Machine Tool & Automatic Manufacturing Technique Oct. 2016 1001-2265 2016 10-0012 - 05 DOI 10. 13462 /j. cnki. mmtamt. 2016. 10. 004 * 116024 MIMO TH166 TG502 A Dynamic Performance

More information

1 引言

1 引言 P P 第 40 卷 Vol.40 第 7 期 No.7 计 算 机 工 程 Computer Engineering 014 年 7 月 July 014 开 发 研 究 与 工 程 应 用 文 章 编 号 :1000-348(014)07-081-05 文 献 标 识 码 :A 中 图 分 类 号 :TP391.41 摘 基 于 图 像 识 别 的 震 象 云 地 震 预 测 方 法 谢 庭,

More information

声 明 本 人 郑 重 声 明 : 此 处 所 提 交 的 硕 士 学 位 论 文 基 于 等 级 工 鉴 定 的 远 程 考 试 系 统 客 户 端 开 发 与 实 现, 是 本 人 在 中 国 科 学 技 术 大 学 攻 读 硕 士 学 位 期 间, 在 导 师 指 导 下 进 行 的 研 究

声 明 本 人 郑 重 声 明 : 此 处 所 提 交 的 硕 士 学 位 论 文 基 于 等 级 工 鉴 定 的 远 程 考 试 系 统 客 户 端 开 发 与 实 现, 是 本 人 在 中 国 科 学 技 术 大 学 攻 读 硕 士 学 位 期 间, 在 导 师 指 导 下 进 行 的 研 究 中 国 科 学 技 术 大 学 硕 士 学 位 论 文 题 目 : 农 村 电 工 岗 位 培 训 考 核 与 鉴 定 ( 理 论 部 分 ) 的 计 算 机 远 程 考 试 系 统 ( 服 务 器 端 ) 的 开 发 与 实 现 英 文 题 目 :The Realization of Authenticating Examination System With Computer & Web for

More information

20

20 37 92 19 40 19 20 21 1 7 22 1/5 6/30 5/3030 23 24 25 26 1 2 27 1 2 28 29 30 5 8 8 3 31 32 33 34 35 36 37 38 39 A Study Investigating Elementary School Students Concept of the Unit in Fraction in Northern

More information