印刷体科技文档识别技术实践研究

Size: px
Start display at page:

Download "印刷体科技文档识别技术实践研究"

Transcription

1

2

3 ( ) : ( ),, , , , , : ( ) 2 ( ) 3 ( ) :

4

5

6 1. 2. ZZ ZZ YY YY ZZ

7

8

9 ( )

10

11

12

13

14

15 A Practical Study on Printed Scientific Document Recognition [Abstract] Due to the absent of functionality of mathematical formula recognition and logical layout analysis, the use of optical document recognition in education and scientific fields is limited which is a lost for the spread of advance in science and technology. Therefore, building a complete printed scientific document recognition system is of practical interest. In this paper, key aspects of scientific document recognition are discussed systemically from a practical point of view, applicable algorithms for each stage are given in detail. Accuracy, efficiency and extensibility are considered. By combining all these works, one can outline a design of a real system. A logical layout analysis method based on text line is proposed, it can find out paragraphs, headings, list items and more. A new character recognition framework based on glyph matching is suggested, it can identify character in complicated context, special symbol can also be recognized using dynamically generated template. A mathematical formula detection algorithm based on 2-dimensional structure detection and symbol type, in addition to a structural analysis method for mathematical formula based on symbol adjoin graph is described, scripts, hats, fractions, radical expressions, matrices are supported. An implementation, MathOCR, is available as a free software. Quantitative evaluation shows that the system has achieved impressive performance. Although the system comes with the most essential features, more work is needed before becoming capable for daily use. [Key Words] document recognition; layout analysis; mathematical formula recognition; optical character recognition

16

17

18 A 51 B 53 C 55 D 59

19 [1] 1

20 [2] [3] [4] Voronoi [5] [6] [7] [8] [8, 9, 10] [8, 10] [11] [9] [12] [9, 12] [13] [14]

21 : 1.2: 3

22 4

23 2.1 [15] [16] [2] 5

24 [3] ARGB 2.1 m, n Z D : m n (i, j) (A (i, j), R (i, j), G (i, j), B (i, j)) m n (i, j) m n D(i, j) D (i, j) A(i, j) R(i, j) G(i, j) B(i, j) D (i, j) 2.2 m, n Z D : m n 256 m n (i, j) m n D(i, j) D (i, j) 2.3 m, n Z D : m n 2 m n (i, j) m n D(i, j) = 0 (i, j) D (i, j) D D D 6

25 RGB R G B [17] 0.309R G B ARGB RGB D : m n (i, j) (A (i, j), R (i, j), G (i, j), B (i, j)) m n D 0 : m n 256 (i, j) 255 ( 1 ) A(i, j) D gray(d) 316R(i, j) + 624G(i, j) + 84B(i, j) 1024 A(i, j) 255 m n Θ(mn) 2.5 D m n T : m n Z D 0 : m n 2 0 D(i, j) T (i, j) (i, j) 1 D(i, j) > T (i, j) D T threhold T (D) T t threhold T (D) t threhold t (D) m n Θ(mn) 7

26 Otsu [17] [16] Sauvola [18] [19] [19] kfill [20] [21] [3] Hough [22] Hough π 60 π 900 θ θ P (x, y) = r(cos ϕ, sin ϕ) P θ P (x, y ) = r(cos(ϕ θ), sin(ϕ θ)) = r(cos ϕ cos θ + sin ϕ sin θ, sin ϕ cos θ cos ϕ sin θ) = (x cos θ + y sin θ, y cos θ x sin θ) h w x min{0, h sin θ, w cos θ, w cos θ + h sin θ} y min{0, w sin θ, h cos θ, w sin θ + h cos θ} x 0, y 0 P (x, y ) = 8

27 (x x 0, y y 0 ) ( ) ( ) ( ) x cos θ sin θ x = y sin θ cos θ y ( ) ( ) (( ) x cos θ sin θ x = + y sin θ cos θ y ( x0 ) y 0 ( x0 y 0 )) (2.1) (2.2) Sauvola Otsu Sauvola (a) (b) Otsu (c) Sauvola 2.1: 9

28 (a) (b) (c) kfill (d) 2.2: Hough 2013 ICDAR DISEC [23] 1550 π 12 π 12 Hough [ π 12, π 12 ] 5 0 AMD Athlon(tm) II Dual-Core M320 2GB Debian GNU/Linux jessie OpenJDK 1.7.0_

29 2.1: % % % % % Hough 99.35% % % (a) (b) (c) (d) 2.3: 11

30 (a) (b) (c) (d) 2.4: 12

31 Hough

32 14

33 3.1 XML 3.1 A A P(A) a A a = A A A A C 3.2 m, n Z + F m n C F F F C F c C f F c f F F 3.3 F Z Z F F f F { } { } R f = min i,..., max i min j,..., max j (i,j) f (i,j) f (i,j) f (i,j) f (3.1) f f 1, f 2 F f 1 f 2 R f1 R f2 = F F 3.4 D m n F F P D P D P F L P L D P L D L 15

34 3.1.1 [5] [5] [5] [5] [24] [25] [6] A, B A B A B A, B A B A, B C A, B A B 16

35 (a) (b) 3.1: Breuel 3.1a 3.1b ABCDA Figure Fig. Table 17

36 [9] [26] k Θ(k) [6] 3.1 k O(k 4 ) O(k 2 ) O(k 4 ) 18

37 3.1: : {R 0,..., R k 1 } : L : A( I k ), d( 0) s 1 /* */ 2 i {0,..., k 1} 3 j {0,..., k 1} 4 R j.left R i.right R i.left R j.right R j.top < R i.top A ji = 0 5 A ji 1, d i d i + 1; 6 u, v {0,..., k 1} 7 A uj = 1 A iv = 1 A uv = 0 8 A uv 1, d v d v + 1; /* */ 9 i {0,..., k 1} 10 j {0,..., k 1} 11 R j.right < R i.left A ij = 0 A ji = 0 12 A ji 1, d i d i + 1; 13 u, v {0,..., k 1} 14 A uj = 1 A iv = 1 A uv = 0 15 A uv 1, d v d v + 1; 16 d i = 0 s.push(i); /* */ 17 s 18 i s.pop(); 19 L.add(R i ); 20 j {0,..., k 1} 21 A ij = 1 22 d j d j 1; 23 d j = 0 s.push(j); 19

38 B T B T 1, T 2 T Pr 1 (T 1 ) Pr 1 (T 2 ) = T B T B b 00 b 01 b 02 b 03 b b 10 b 11 b 12 b 13 b B = b 20 b 21 b 22 b 23 b 24 = b 30 b 31 b 32 b 33 b b 40 b 41 b 42 b 43 b b ij 1 i j 3.2 k Θ(k) 3.6 (P 1,..., P s ) s i = 1,..., s P i i s (P 1,..., P s ) i = 1,..., s P i L i L 1,..., L s L L k l(k < l) L k + 1 l 1 L l 20

39 3.2: : (T 0,..., T k 1 ), w, f : L : B, (t 0,..., t k 1 ) 1 2 i 0; 3 i < k 4 T i 5 curr P aragraph(t i ) 6 T i.text 7 curr Caption(T i ) 8 t i = 0 f 9 curr T itle(t i ), f f 10 t i = 0 L 11 curr Author(T i ) 12 t i = 0 t i = 1 (t i = 2 T i.width < w T 3 i.text ) 13 curr Heading(T i ) 14 T i.text 15 curr Listing(T i ) curr P aragraph(t i ) 18 i + 1 < k (b ti,t i+1 = 1 T i+1 ) 19 i i + 1; 20 curr.addt extline(t i ); 21 i i + 1; 22 L.add(curr); 21

40 k l 3 2 L L Θ( L ) L A TEX HTML 3.3 MediaTeam Oulu [27] ( 59.9%) % 99.3% 3.1: % i j 22

41 3.4 [6] 23

42 24

43 4.1 Tesseract[28] GNU Ocrad[29] [8] [8] [28] 1%[30] 98% 25

44 [31] [31] [10] [10] [9] [9] [9] [9] 1 [32] ( ) [ ] { } {}}{ }{{} G G G 26

45 G h G G h G i Z c i = {j Z (i, j) G (i, j + 1) / G} (4.1) (c i ) i= G G c G G c G C ar(c) = max (i,j) C i min (i,j) C i + 1 max (i,j) C j min (i,j) C j + 1) (4.2) { G G 4 5 ar(g) ar(g ) 5 } 4 ar(g) mn m = n = 3 i = 1,, m; j = 1,, n (i, j) G N ij A ij d ij = N ij A ij (4.3) d ij = m r=1 d ij n s=1 d rs (4.4) mn D(G) = 1 mn (d 11,..., d 1n,..., d m1,..., d mn) (4.5) { G G 1 D(G) D(G ) 1 > 9 10 ( )} 1 min D(G) G G D(G ) 1 27

46 [17] i Z p i = {j Z (i, j) G} (4.6) (p i ) i= G [33], 90% % π Hausdorff Hausdorff Hausdorff Hausdorff 28

47 4.3 AMSFonts[34] CMB10 CMBSY10 CMEX10 CMMI10 CMMIB10 CMR10 CMSY10 EUFB10 MSAM10 MSBM10 RSFS Sauvola : % 42.53% 54.64% 99.20% 61.27% 20.69% 75.42% 85.94% 99.20% 93.72% 13.97% 76.75% 86.91% 99.29% 94.25% 16.89% 78.78% 88.15% 99.20% 93.55% % 77.72% 87.44% 99.20% 94.96% % 77.90% 88.15% 99.20% 94.61% % 76.22% 86.74% 99.20% 93.99% % 77.90% 87.62% 99.20% 94.25% % 78.34% 87.62% 99.20% 94.96% % 64.46% 80.11% 99.20% 89.83% % 42.53% 54.47% 99.20% 61.63% 29

48 4.2:

49 [30] [9] [35] [12] 31

50 Parzen [12] [35] [14] 32

51 [36] [9] [37] [38]

52 5.2.2., 60 [39] 1. e = (u, v) u 1 v 1 u v u v u v 2. 2 u v w 1 v w 0 1 u v w v w 3. 34

53 4. ( [ { 2 5. n m Θ((m + n)α(m + n)) α [33] 5.1 ( V, E ) 35

54 5.1: : G = (V, E) k : G : changed 1 2 changed true; 3 changed 4 changed false; 5 i {1,..., k} 6 i 7 changed true; 8 break; 5.3 Infty InftyCDB-2 [40] : % % % % % %

55 PDF 37

56 38

57 6.1 Sauvola Otsu Hausdorff 39

58 MathOCR JPEG PNG GIF BMP PNM L A TEX HTML MathOCR MathOCR MathOCR MathOCR Java MathOCR

59 41

60 42

61 0 = n N n + 1 = n {n} 43

62 44

63 [1] SIMONE M. Introduction to document analysis and recognition[a]. Machine learning in document analysis and recognition[m], Berlin: Springer, 2008:1 20. [2] FARAHMAND A, SARRAFZADEH A, SHANBEHZADEH J. Document Image Noises and Removal Methods[A]. Proceedings of International MultiConference of Engineers & Computer Scientists 2013[C], Hong Kong: Newswood Limited, 2013:1 5. [3] REZAEI S B, SARRAFZADEH A, SHANBEHZADEH J. Skew Detection of Scanned Document Images[A]. Proceedings of the International MultiConference of Engineers and Computer Scientists Vol I.[C], Hong Kong: Newswood Limited, 2013:1 6. [4] SHAFAIT F, KEYSERS D, BREUEL T M. Performance Comparison of Six Algorithms for Page Segmentation[A]. DOCUMENT ANALYSIS SYSTEMS VII, PROCEEDINGS[C], Berlin: SPRINGER-VERLAG, 2006: [5] KEYSERS D, SHAFAIT F, BREUEL T M. DOCUMENT IMAGE ZONE CLASSIFICA- TION[A]. Proceedings of International Conference on Computer Vision Theory and Applications[C], Barcelona: INSTICC, 2007: [6] BREUEL T M. High Performance Document Layout Analysis[A]. Proceedings of the Symposium on Document Image Understanding Technology[C], Greenbelt: University of Maryland, 2003: [7] KAMOLA G, SPYTKOWSKI M, PARADOWSKI M, et al. Image-based logical document structure recognition[j]. Pattern Analysis and Applications, 2014:1 15. [8] MOHAMED C, NAWWAF K, LIU C L, et al. Character recognition systems[m]. Hoboken: Wiley- Interscience, [9],. [M]. :, [10] TRIER D, TAXT T, JAIN A K. Feature extraction methods for character recognition - A survey[j]. Pattern Recognition, 1996, 29(4): [11] BREUEL T M. The OCRopus open source OCR system[a]. Proceedings of SPIE 6815, Document Recognition and Retrieval XV[C], San Jose: SPIE-IS&T, 2008:68150F 68150F 15. [12],,. :MatheReader[J]., 2006, 29(11): [13],,. [A]. [C], :, 2002: [14] CHAN K F, YEUNG D Y. Mathematical expression recognition: a survey[r]. Hong Kong: HKUST,

64 [15] SHAFAIT F, VAN BEUSEKOM J, KEYSERS D, et al. Document cleanup using page frame detection[j]. International Journal on Document Analysis and Recognition, 2008, 11(2): [16] SAUVOLA J, PIETIKäINEN M. Adaptive document image binarization[j]. Pattern Recognition, 2000, 33(2): [17] BURGER W, BURGE M J. : Java [M]. :, [18] SHAFAITA F, KEYSERSA D, BREUEL T M. Efficient Implementation of Local Adaptive Thresholding Techniques Using Integral Images[A]. Proceedings of The International Society for Optical Engineering, Document Recognition and Retrieval XV[C], San Jose: SPIE-IS&T, 2008: [19]. [D]. :, [20] O GORMAN L. Image and Document Processing Techniques for the RightPages Electronic Library System[A]. Proceedings of the International Conference on Pattern Recognition[C], Los Alimitos: IEEE, 1992: [21] GATOS B, PRATIKAKIS I, PERANTONIS S. Adaptive degraded document image binarization[j]. Pattern Recognition, 2006, 39(3): [22] ALAEI A, NAGABHUSHAN P, PAL U, et al. A Painting Based Technique for Skew Estimation of Scanned Documents[A]. Proceedings of the International Conference on Document Analysis and Recognition[C], Washington: IEEE, 2011: [23] Computer Vision Lab of Vienna University of Technology. Skew Estimation Datasets[DB/OL] [24] SUZUKI M, TAMARI F, FUKUDA R, et al. INFTY An Integrated OCR System for Mathematical Documents[A]. Proceedings of the 2003 ACM Symposium on Document Engineering[C], Grenoble: Elsevier B.V., 2003: [25]. [D]. :, [26] KIENINGER T, DENGEL A. The T-Recs Table Recognition and Analysis System[A]. Proceedings of the Third IAPRWorkshop on Document Analysis Systems[C], London: Springer-Verlag, 1998: [27] SAUVOLA J, KAUNISKANGAS H. MediaTeam Oulu Document Database[DB/OL] [28] SMITH R. An Overview of the Tesseract OCR Engine[A]. Proceedings of the International Conference on Document Analysis and Recognition[C], Curitiba: IEEE, 2007: [29] DIAZ A D. GNU Ocrad Manual[EB/OL]. manual.html, [30] UCHIDA S, NOMURA A, SUZUKI M. Quantitative Analysis of Mathematical Documents[J]. International Journal on Document Analysis and Recognition, 2005, 7(4): [31] SMITH R. History of the Tesseract OCR Engine: What Worked and What Didn t[a]. Proc. of SPIE-IS&T Electronic Imaging, Document Recognition and Retrieval XX[C], Burlingame: SPIE- IS&T, 2013:

65 [32] KNUTH D E. The TEXbook[M]. Reading: Addison-Wesley, [33] CORMEN T H, LEISERSON C E, RIVEST R L,. [M]. :, [34] American Mathematical Society. AMSFonts 3.04[CP/DK] [35] ZANIBBI R, BLOSTEIN D. Recognition and retrieval of mathematical expressions[j]. International Journal on Document Analysis and Recognition, 2012, 15(4): [36] RAJA A, RAYNER M, SEXTON A, et al. Towards a parser for mathematical formula recognition[a]. Mathematical Knowledge Management, Proceedings[C], Berlin: SPRINGER-VERLAG, 2006: [37] ETO Y, SUZUKI M. Mathematical formula recognition using virtual link network[a]. Proceedings of Sixth International Conference on Document Analysis & Recognition[C], Washington: IEEE Computer Society, 2001: [38],,,. [J]., 2008, 44(16): [39] BLOSTEIN D, GRBAVEC A. Recognition of Mathematical Notation[A]. Handbook on Optical Character Recognition and Document Image Analysis[M], Singapore: World Scientific, 1997: [40] SUZUKI M. Character and Symbol Image Database InftyCDB[DB/OL]. inftyproject.org/en/database.html,

66 48

67

68 50

69 A Otsu Sauvola A.1 D m n t 256 m n A (t) 1 = {(i, j) m n D(i, j) t} (A.1) A (t) 2 = {(i, j) m n D(i, j) > t} (A.2) n (t) 1 = A (t) 1, n (t) 2 = A (t) 2 µ (t) 1 = (i,j) A (t) 1 t D(i, j) max(n (t) 1, 1) σ 2 t =, µ (t) 2 = (i,j) A (t) 2 max(n (t) 2, 1) D(i, j), µ = (i,j) m n m n D(i, j) (A.3) n (t) 1 (µ (t) n (t) 1 + n (t) 1 µ) 2 n (t) 2 + (µ (t) 2 n (t) 1 + n (t) 2 µ) 2 (A.4) 2 σt 2 0 = max t 256 σ2 t, t 0 D Otsu (A.5) Otsu m n Otsu Θ(mn) A.2 D m n ω k [0.2, 0.5] (i, j) m n (D(y, x)) i ω 2 <y i+ ω 2,j ω 2 <x j+ ω 2 m(i, j) s(i, j) ( ( )) s(i, j) T (i, j) = m(i, j) 1 + k T D Sauvola Sauvola ω,k (D) (A.6) 51

70 Sauvola ω ω 2 [18] Θ(mn) 52

71 B Sauvola B.1 D : m n Z D I : Z Z Z (k, l) i k j l D(i, j) 4 B.1 I D : m n Z x 1, x 2, y 1, y 2 Z x 1 < x 2, y 1 < y 2 D(i, j) = x 1 <j x 2 y 1 <i y 2 D(i, j) = I(y 2, x 2 ) I(y 2, x 1 ) I(y 1, x 2 ) + I(y 1, x 1 ) x 1 <j x 2 y 1 <i y 2 x 1 <j x 2 i y 2 = D(i, j) D(i, j) j x 2 i y 2 = D(i, j) j x 2 i y 2 (B.1) 1 D(i, j) (B.2) x 1 <j x 2 i y D(i, j) D(i, j) D(i, j) j x 1 j x 2 j x 1 i y 2 i y 1 i y 1 D(i, j) j x 1 i y 2 D(i, j) + j x 2 i y 1 D(i, j) j x 1 i y 1 (B.3) (B.4) = I(y 2, x 2 ) I(y 2, x 1 ) I(y 1, x 2 ) + I(y 1, x 1 ) (B.5) 53

72 i < 0 j < 0 I(i, j) = 0 Θ(mn) m n B.1 I D : m n Z i m, j n I(i, j) = I(i, j 1) + I(i 1, j) + D(i, j) I(i 1, j 1) (B.6) D(i, j) = I(i, j) I(i, j 1) I(i 1, j) + I(i 1, j 1) 54

73 C C.1 F P(Z Z) (x 0, y 0 ),..., (x n, y n ) F (x 0, y 0 ) = (x, y), (x n, y n ) = (z, w) i = 1,..., n x i x i 1 1, y i y i 1 1 (C.1) (x, y) (z, w) F (x 0, y 0 ),..., (x n, y n ) (x, y) (z, w) = {((x, y), (z, w)) F F (x, y) (z, w) } (C.2) F C.1 F P(Z Z) F (x, y) F (x, y) (x, y) (x, y) (x, y) (x, y) (x, y) (x, y) (x, y) (z, w) (x, y) (z, w) (x 0, y 0 ),..., (x n, y n ) (x n, y n ),..., (x 0, y 0 ) (z, w) (x, y) (z, w) (x, y) (z, w) (x, y) (x, y) (z, w), (z, w) (u, v) (x, y) (z, w) (x 0, y 0 ),..., (x n, y n ) (z, w) (u, v) (z 0, w 0 ),..., (z m, w m ) (x 0, y 0 ),..., (x n, y n ) = (z 0, w 0 ),..., (z m, w m ) (x, y) (u, v) (x, y) (u, v) (x, y) (u, v) C.2 m, n Z + F m n F F F F / F 55

74 C.2 m, n Z + F m n F (i, j) m n (i, j) = (m, 0) D i,j = {(y, x) F (y, x) (i, j)} (C.3) C i,j = D i,j / i,j (C.4) E i,j = {C C i,j {(i 1, j 1), (i 1, j), (i 1, j + 1), (i, j 1)} C = } (C.5) i,j D i,j C 0,0 = (i, j) m n (i + 1, 0), j = n 1 (k, l) = (i, j + 1), j n 1 E i,j { {(i, j)} C Ci,j \E i,j C } C k,l = C i,j, (i, j) F (C.6), (i, j) / F D 0,0 = C 0,0 = (i, j) / F D k,l = D i,j C k,l = C i,j (i, j) F D k,l = D i,j {(i, j)} (y, x) D i,j D k,l (i, j) (y, x) (i, j) {(i 1, j 1), (i 1, j), (i 1, j+1), (i, j 1)} (y, x) {(i 1, j 1), (i 1, j), (i 1, j + 1), (i, j 1)} D i,j (i 1, j 1), (i 1, j), (i 1, j + 1), (i, j 1) D i,j D i,j D k,l (i, j) D k,l (i, j) {(i, j)} C Ci,j,{(i 1,j 1),(i 1,j),(i 1,j+1),(i,j 1)} C C D k,l (y, x) (i, j) D i,j \ {(i 1, j 1), (i 1, j), (i 1, j + 1), (i, j 1)} (y, x) D k,l D i,j C m,0 F C.1 makeset((i, j, k j)) C {(i, j),..., (i, k 1)} union(c 1, C 2 ) C C 1 C 2 [33] Ω(mn) O (mnα (mn)) α [33] 56

75 C.1: : F m n : F C : lastlt last 1 2 C ; 3 i m 4 lastlt ; 5 j n 6 (i, j) / F 7 lastlt last[j], last[j] ; 8 9 c lastlt; 10 k j; 11 k < n (i, k) F 12 i 0 last[k] 13 c = 14 c last[k]; union(c, last[k]); 17 k k + 1; 18 i 0 k n last[k] 19 c = 20 c last[k]; union(c, last[k]); 23 c 24 union(c, makeset((i, j, k j))); c makeset((i, j, k j)); 27 l {j,..., k 1} 28 last[l] c; 29 j k 1; 57

76 58

77 D MathOCR MathOCR GNU GPL Subversion svn checkout svn :// svn.code.sf.net/p/mathocr/code/ mathocr - code Git git clone https :// github.com/chungkwong/mathocr.git 59

78 60

79 61

图片中印刷体数学公式的自动识别

图片中印刷体数学公式的自动识别 L A TEX 1968 [1] InftyReader[2] [3] [4] 5 10 [4, 5] [6] [7] [7] [7] [7] [7] Zernike [7] [1] [1] [1] [7] [7] [8] [6] [1] [9] [10] [11] [12] : Y = 0.309R + 0.609G + 0.082B R G B Y Y = 316R + 624G + 84B 1024

More information

彩色地图中道路的识别和提取

彩色地图中道路的识别和提取 9310016, i ii Abstract This thesis is on the researching of recognizing the roads in map image by computer. Based on the theory of Pattern Recognition, there is a method to be discussed, which can recognize

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

59 1 CSpace 2 CSpace CSpace URL CSpace 1 CSpace URL 2 Lucene 3 ID 4 ID Web 1. 2 CSpace LireSolr 3 LireSolr 3 Web LireSolr ID

59 1 CSpace 2 CSpace CSpace URL CSpace 1 CSpace URL 2 Lucene 3 ID 4 ID Web 1. 2 CSpace LireSolr 3 LireSolr 3 Web LireSolr ID 58 2016. 14 * LireSolr LireSolr CEDD Ajax CSpace LireSolr CEDD Abstract In order to offer better image support services it is necessary to extend the image retrieval function of our institutional repository.

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

(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

P(x,y) P(x-1,y) P(x,y-1) P(x,y+1) P(x+1,y) 1 3.2 Sobel LaplacePrewittRoberts Sobel [2] Sobel 3.3 2 [6] 0 1 1: P(x,y) t (4-connectivity) 2: P(x,y) t 3:

P(x,y) P(x-1,y) P(x,y-1) P(x,y+1) P(x+1,y) 1 3.2 Sobel LaplacePrewittRoberts Sobel [2] Sobel 3.3 2 [6] 0 1 1: P(x,y) t (4-connectivity) 2: P(x,y) t 3: chdong@npic.edu.tw rola@mail.stu.edu.tw (ITS) (LPR) ITS 2. [1][8] [3][9][12] [9] frequency table Sobel [3][12] RGB HSB color model [11] Hough transformation Sobel [4] [10] 1. Intelligent Transportation

More information

附3

附3 普 通 高 等 学 校 本 科 专 业 设 置 申 请 表 ( 备 案 专 业 适 用 ) 080910T 3-6 2 016 7 6 4884878 目 录 填 表 说 明 ⒈ ⒉ ⒊ ⒋ ⒌ 1. 普 通 高 等 学 校 增 设 本 科 专 业 基 本 情 况 表 080910T 3-6 1978 36 ( 1978) ( 2008) 2017 60 120 / S J ⒉ 学 校 基 本 情

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

2015 年 第 24 卷 第 11 期 计 算 机 系 统 应 用 历 的 主 体 部 分 多 以 非 结 构 化 的 文 本 形 式 存 储, 很 多 研 究 只 能 基 于 有 限 的 结 构 化 数 据 进 行 [4,5], 无 法 满 足 临

2015 年 第 24 卷 第 11 期  计 算 机 系 统 应 用 历 的 主 体 部 分 多 以 非 结 构 化 的 文 本 形 式 存 储, 很 多 研 究 只 能 基 于 有 限 的 结 构 化 数 据 进 行 [4,5], 无 法 满 足 临 计 算 机 系 统 应 用 http://www.c-s-a.org.cn 2015 年 第 24 卷 第 11 期 1 面 向 电 子 病 历 中 文 医 学 信 息 的 可 视 组 织 方 法 徐 天 明 1,2, 樊 银 亭 3, 马 翠 霞 1, 滕 东 兴 1 ( 中 国 科 学 院 软 件 研 究 所 人 机 交 互 技 术 与 智 能 信 息 处 理 实 验 室, 北 京 100190)

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

Microsoft Word - 专论综述1.doc

Microsoft Word - 专论综述1.doc 1 基 于 协 同 过 滤 的 高 考 志 愿 推 荐 系 统 徐 兰 静, 李 珊, 严 钊 ( 南 京 航 空 航 天 大 学 经 济 与 管 理 学 院, 南 京 211100) 摘 要 : 近 年 来 信 息 过 载 问 题 的 出 现 使 得 个 性 化 推 荐 技 术 应 运 而 生, 其 中 协 同 过 滤 推 荐 技 术 通 过 在 用 户 和 信 息 之 间 建 立 联 系, 被

More information

10384 19020101152519 UDC Rayleigh Quasi-Rayleigh Method for computing eigenvalues of symmetric tensors 2 0 1 3 2 0 1 3 2 0 1 3 2013 , 1. 2. [4], [27].,. [6] E- ; [7], Z-. [15]. Ramara G. kolda [1, 2],

More information

Microsoft Word - 33-p0191-14skyd8.doc

Microsoft Word - 33-p0191-14skyd8.doc 第 20 卷 第 4 期 中 南 大 学 学 报 ( 社 会 科 学 版 ) Vol.20 No.4 2014 年 8 月 J. CENT. SOUTH UNIV. (SOCIAL SCIENCE) Aug. 2014 基 于 模 糊 层 次 分 析 法 的 政 府 干 部 胜 任 力 评 价 实 证 研 究 薛 琴 ( 南 京 工 程 学 院 经 济 与 管 理 学 院, 江 苏 南 京,211167)

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

Microsoft Word - KSAE06-S0262.doc

Microsoft Word - KSAE06-S0262.doc Stereo Vision based Forward Collision Warning and Avoidance System Yunhee LeeByungjoo KimHogi JungPaljoo Yoon Central R&D Center, MANDO Corporation, 413-5, Gomae-Ri, Gibeung-Eub, Youngin-Si, Kyonggi-Do,

More information

SVM OA 1 SVM MLP Tab 1 1 Drug feature data quantization table

SVM OA 1 SVM MLP Tab 1 1 Drug feature data quantization table 38 2 2010 4 Journal of Fuzhou University Natural Science Vol 38 No 2 Apr 2010 1000-2243 2010 02-0213 - 06 MLP SVM 1 1 2 1 350108 2 350108 MIP SVM OA MLP - SVM TP391 72 A Research of dialectical classification

More information

Microsoft Word - 专论综述1.doc

Microsoft Word - 专论综述1.doc 2016 年 第 25 卷 第 期 http://www.c-s-a.org.cn 计 算 机 系 统 应 用 1 基 于 节 点 融 合 分 层 法 的 电 网 并 行 拓 扑 分 析 王 惠 中 1,2, 赵 燕 魏 1,2, 詹 克 非 1, 朱 宏 毅 1 ( 兰 州 理 工 大 学 电 气 工 程 与 信 息 工 程 学 院, 兰 州 730050) 2 ( 甘 肃 省 工 业 过 程 先

More information

30 2008,2(1) 基 礎 上, 各 種 數 據 均 以 圖 形 化 方 式 表 達, 因 此 各 級 分 析 結 果 均 可 以 隨 時 檢 驗 另 外, 由 於 系 統 是 以 網 站 形 式 發 佈, 任 何 用 戶 均 可 通 過 網 絡 查 詢 瀏 覽 系 統 中 的 數 據, 因

30 2008,2(1) 基 礎 上, 各 種 數 據 均 以 圖 形 化 方 式 表 達, 因 此 各 級 分 析 結 果 均 可 以 隨 時 檢 驗 另 外, 由 於 系 統 是 以 網 站 形 式 發 佈, 任 何 用 戶 均 可 通 過 網 絡 查 詢 瀏 覽 系 統 中 的 數 據, 因 第 2 卷 第 1 期 澳 門 科 技 大 學 學 報 Vol.2 No.1 2008 年 6 月 30 日 Journal of Macau University of Science and Technology June 30, 2008 29 月 球 探 測 數 據 實 時 管 理 系 統 的 開 發 朱 紅 岷 **, 祝 夢 華, 劉 良 鋼 *, 許 敖 敖 ( 澳 門 科 技 大 學

More information

穨423.PDF

穨423.PDF Chinese Journal of Science Education 2002,, 423-439 2002, 10(4), 423-439 1 2 1 1 1 2 90 8 10 91 4 9 91 8 22 ) NII 1995 7 14, 1999 1997 (Cooperative Remotely Accessible Learning CORAL) 424 (Collaborative

More information

概述

概述 100872 1999~2003 financial management 50 1 2 2001 Keating1995 2001 Eisenhardt1989 1 19 20 50 2 2001 1 2001 20 case 3 4 case study Shaw1927 Yin1988 how why 1982 5 2002 Piet2003 6 3 4 5 6 2003 2 Yin1988

More information

<4D6963726F736F667420576F7264202D203631372D3632312032303133303430333030312DBACEC0F25FD0A3B6D4B8E55F2DB6FED0A32D2D2DC8A5B5F4CDBCD6D0B5C4BBD8B3B5B7FBBAC52E646F63>

<4D6963726F736F667420576F7264202D203631372D3632312032303133303430333030312DBACEC0F25FD0A3B6D4B8E55F2DB6FED0A32D2D2DC8A5B5F4CDBCD6D0B5C4BBD8B3B5B7FBBAC52E646F63> 第 4 卷 第 2 期 食 品 安 全 质 量 检 测 学 报 Vol. 4 No. 2 2013 年 4 月 Journal of Food Safety and Quality Apr., 2013 何 莉 *, 姜 笑 寒 ( 广 东 省 食 品 药 品 职 业 技 术 学 校, 广 州 510663) 摘 要 : 本 文 通 过 科 学 地 运 用 html5+jsp+sql 技 术, 建

More information

. 3. MOOC 2006 MOOC Automated Text Marker 2014 e-rater Yigal et al MOOC Coursera Edx 97

. 3. MOOC 2006 MOOC Automated Text Marker 2014 e-rater Yigal et al MOOC Coursera Edx 97 23 3 2017 6 Open Education Research Vol. 23 No. 3 Jun. 2017 1 2 1 2 1. 100875 2. 100875 PPT G434 A 1007-2179 2017 03-0096-09 Coursera Edx MOOC 100 2 3- social network services SNS 4 2008 2009 2017-03-

More information

Fig. 1 Frame calculation model 1 mm Table 1 Joints displacement mm

Fig. 1 Frame calculation model 1 mm Table 1 Joints displacement mm 33 2 2011 4 ol. 33 No. 2 Apr. 2011 1002-8412 2011 02-0104-08 1 1 1 2 361003 3. 361009 3 1. 361005 2. GB50023-2009 TU746. 3 A Study on Single-span RC Frame Reinforced with Steel Truss System Yuan Xing-ren

More information

报 告 1: 郑 斌 教 授, 美 国 俄 克 拉 荷 马 大 学 医 学 图 像 特 征 分 析 与 癌 症 风 险 评 估 方 法 摘 要 : 准 确 的 评 估 癌 症 近 期 发 病 风 险 和 预 后 或 者 治 疗 效 果 是 发 展 和 建 立 精 准 医 学 的 一 个 重 要 前

报 告 1: 郑 斌 教 授, 美 国 俄 克 拉 荷 马 大 学 医 学 图 像 特 征 分 析 与 癌 症 风 险 评 估 方 法 摘 要 : 准 确 的 评 估 癌 症 近 期 发 病 风 险 和 预 后 或 者 治 疗 效 果 是 发 展 和 建 立 精 准 医 学 的 一 个 重 要 前 东 北 大 学 中 荷 生 物 医 学 与 信 息 工 程 学 院 2016 年 度 生 物 医 学 与 信 息 工 程 论 坛 会 议 时 间 2016 年 6 月 8 日, 星 期 三,9:30 至 16:00 会 议 地 址 会 议 网 址 主 办 单 位 东 北 大 学 浑 南 校 区 沈 阳 市 浑 南 区 创 新 路 195 号 生 命 科 学 大 楼 B 座 619 报 告 厅 http://www.bmie.neu.edu.cn

More information

soturon.dvi

soturon.dvi DP Contour Morphing 2005 3 A Graduation Thesis of College of Engineering, Chubu University Contour Morphing based on continuous DP matching Taichi Nomura 1 1 2 3 2.1 Flash Shape Tweening : : : : : : :

More information

124 2008 1999, [3 ] Petri, 25 7, 500, 2003 2004 [4,5 ], 3, (2), 2003, [ 6 ],,, 2 600 341,, [7 ], 569, 26, 26 3 673 ( ) : 2 ; 3 ; 4, ; 5, : (a) ( ) :,,

124 2008 1999, [3 ] Petri, 25 7, 500, 2003 2004 [4,5 ], 3, (2), 2003, [ 6 ],,, 2 600 341,, [7 ], 569, 26, 26 3 673 ( ) : 2 ; 3 ; 4, ; 5, : (a) ( ) :,, 22 4 2008 7 J OU RNAL OF CH IN ESE IN FORMA TION PROCESSIN G Vol. 22, No. 4 J ul., 2008 : 100320077 (2008) 0420123206 1,2, 1,2,3, 1,2 (1., 221116 ; 2., 221116 ; 3., 215006) :,,,,,, : ; ; ; ; ; : TP391

More information

Vol. 22 No. 2 JOURNAL OF HARBIN UNIVERSITY OF SCIENCE AND TECHNOLOGY Apr ,,,,, Apriori,,,,,,,,

Vol. 22 No. 2 JOURNAL OF HARBIN UNIVERSITY OF SCIENCE AND TECHNOLOGY Apr ,,,,, Apriori,,,,,,,, 22 2 2017 4 Vol. 22 No. 2 JOURNAL OF HARBIN UNIVERSITY OF SCIENCE AND TECHNOLOGY Apr. 2017 1 2 3 2 1. 150080 2. 150080 3. 150080,,,,, Apriori,,,,,,,, ; ; ; ; DOI: 10. 15938 /j. jhust. 2017. 02. 023 TN911.

More information

m 3 m m 84 m m m m m m m

m 3 m m 84 m m m m m m m 2011 8 8 155 JOURNAL OF RAILWAY ENGINEERING SOCIETY Aug 2011 NO. 8 Ser. 155 1006-2106 2011 08-0096 - 06 430063 1 2 3 U231 +. 4 A Design of Underground Space of Furong Square Station of Urban Rail Transit

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

UDC The Design and Implementation of a Specialized Search Engine Based on Robot Technology 厦门大学博硕士论文摘要库

UDC The Design and Implementation of a Specialized Search Engine Based on Robot Technology 厦门大学博硕士论文摘要库 10384 200128011 UDC The Design and Implementation of a Specialized Search Engine Based on Robot Technology 2004 5 2004 2004 2004 5 World Wide Web Robot Web / (Focused Crawling) Web Meta data Web Web I

More information

Fig. 1 1 The sketch for forced lead shear damper mm 45 mm 4 mm 200 mm 25 mm 2 mm mm Table 2 The energy dissip

Fig. 1 1 The sketch for forced lead shear damper mm 45 mm 4 mm 200 mm 25 mm 2 mm mm Table 2 The energy dissip * - 1 1 2 3 1. 100124 2. 100124 3. 210018 - ABAQUS - DOI 10. 13204 /j. gyjz201511033 EXPERIMENTAL STUDY AND THEORETICAL MODEL OF A NEW TYPE OF STEEL-LEAD DAMPING Shen Fei 1 Xue Suduo 1 Peng Lingyun 2 Ye

More information

Integration of English-Chinese Word Segmentation and Word Alignment

Integration of English-Chinese Word Segmentation and Word Alignment Journal of Chinese Language and Computing 16 (4): 239-252 239 1 新 加 坡 华 语 教 材 用 字 的 频 率 与 分 布 王 惠 新 加 坡 国 立 大 学 中 文 系 chswh@nus.edu.sg 摘 要 本 文 在 一 个 覆 盖 面 广 泛 的 切 分 标 注 教 材 语 料 库 基 础 上, 对 新 加 坡 中 小 学 课

More information

University of Science and Technology of China A dissertation for master s degree Research of e-learning style for public servants under the context of

University of Science and Technology of China A dissertation for master s degree Research of e-learning style for public servants under the context of 中 国 科 学 技 术 大 学 硕 士 学 位 论 文 新 媒 体 环 境 下 公 务 员 在 线 培 训 模 式 研 究 作 者 姓 名 : 学 科 专 业 : 导 师 姓 名 : 完 成 时 间 : 潘 琳 数 字 媒 体 周 荣 庭 教 授 二 一 二 年 五 月 University of Science and Technology of China A dissertation for

More information

标题

标题 第 46 卷 第 11 期 2 1 4 年 11 月 哈 尔 滨 工 业 大 学 学 报 JOURNAL OF HARBIN INSTITUTE OF TECHNOLOGY Vol 46 No 11 Nov 214 基 于 摄 像 测 量 法 的 在 轨 柔 性 结 构 模 态 参 数 辨 识 许 畅 王 聪 高 晶 波 张 春 芳 ( 哈 尔 滨 工 业 大 学 航 天 学 院 151 哈 尔 滨

More information

國家圖書館典藏電子全文

國家圖書館典藏電子全文 i ii Abstract The most important task in human resource management is to encourage and help employees to develop their potential so that they can fully contribute to the organization s goals. The main

More information

标题

标题 第 19 卷 摇 第 4 期 摇 摇 摇 摇 摇 摇 摇 摇 摇 摇 摇 摇 摇 模 式 识 别 与 人 工 智 能 摇 摇 摇 摇 摇 摇 摇 摇 摇 摇 摇 摇 摇 摇 摇 Vol. 19 摇 No. 4 摇 006 年 8 月 摇 摇 摇 摇 摇 摇 摇 摇 摇 摇 摇 摇 摇 摇 摇 摇 摇 PR & AI 摇 摇 摇 摇 摇 摇 摇 摇 摇 摇 摇 摇 摇 摇 摇 摇 摇 Aug 摇 摇

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

北 京 大 学

北 京 大 学 北 京 大 学 硕 士 研 究 生 培 养 方 案 ( 信 息 工 程 学 院 报 表 修 订 版 本 ) 一 级 学 科 名 称 专 业 名 称 计 算 机 科 学 与 技 术 计 算 机 应 用 技 术 专 业 代 码 081203 北 京 大 学 研 究 生 院 制 表 填 表 日 期 :2012 年 06 月 16 日 一 学 科 ( 专 业 ) 主 要 研 究 方 向 序 研 究 方 向

More information

1. 课 程 负 责 人 情 况 姓 名 蒋 效 宇 性 别 男 出 生 年 月 基 本 信 息 最 终 学 历 研 究 生 职 称 副 教 授 电 话 学 位 博 士 职 务 无 传 真 研 究 方 向 MIS 系 统 整 合 电 子

1. 课 程 负 责 人 情 况 姓 名 蒋 效 宇 性 别 男 出 生 年 月 基 本 信 息 最 终 学 历 研 究 生 职 称 副 教 授 电 话 学 位 博 士 职 务 无 传 真 研 究 方 向 MIS 系 统 整 合 电 子 北 京 服 装 学 院 精 品 课 程 建 设 立 项 申 报 表 课 程 名 称 管 理 信 息 系 统 所 属 部 门 商 学 院 课 程 类 型 理 论 课 ( 不 含 实 践 ) 理 论 课 ( 含 实 践 ) 实 验 ( 践 ) 课 所 属 一 级 学 科 名 称 所 属 二 级 学 科 名 称 课 程 负 责 人 管 理 科 学 与 工 程 管 理 信 息 系 统 蒋 效 宇 申 报 日

More information

计 算 机 系 统 应 用 http://www.c-s-a.org.cn 2016 年 第 25 卷 第 1 期 的 编 程 语 言 Giotto [9] 编 写 控 制 程 序, 可 以 方 便 的 控 制 程 序 的 逻 辑 执 行 时 间, 从 而 使 得 任 务 时 间 的 依 赖 关 系

计 算 机 系 统 应 用 http://www.c-s-a.org.cn 2016 年 第 25 卷 第 1 期 的 编 程 语 言 Giotto [9] 编 写 控 制 程 序, 可 以 方 便 的 控 制 程 序 的 逻 辑 执 行 时 间, 从 而 使 得 任 务 时 间 的 依 赖 关 系 1 基 于 PRET 的 编 程 模 型 李 晓 飞, 陈 香 兰 ( 中 国 科 学 技 术 大 学 计 算 机 学 院, 合 肥 230039) 摘 要 : 时 间 可 预 测 性 在 信 息 物 理 系 统 设 计 领 域 正 变 得 越 来 越 重 要, 目 前 时 间 可 预 测 性 系 统 的 设 计 分 为 编 程 模 型 和 体 系 结 构 两 个 层 次, 编 程 模 型 的 研

More information

2 ( 自 然 科 学 版 ) 第 20 卷 波 ). 这 种 压 缩 波 空 气 必 然 有 一 部 分 要 绕 流 到 车 身 两 端 的 环 状 空 间 中, 形 成 与 列 车 运 行 方 向 相 反 的 空 气 流 动. 在 列 车 尾 部, 会 产 生 低 于 大 气 压 的 空 气 流

2 ( 自 然 科 学 版 ) 第 20 卷 波 ). 这 种 压 缩 波 空 气 必 然 有 一 部 分 要 绕 流 到 车 身 两 端 的 环 状 空 间 中, 形 成 与 列 车 运 行 方 向 相 反 的 空 气 流 动. 在 列 车 尾 部, 会 产 生 低 于 大 气 压 的 空 气 流 第 20 卷 第 3 期 2014 年 6 月 ( 自 然 科 学 版 ) JOURNAL OF SHANGHAI UNIVERSITY (NATURAL SCIENCE) Vol. 20 No. 3 June 2014 DOI: 10.3969/j.issn.1007-2861.2013.07.031 基 于 FLUENT 测 轨 道 交 通 隧 道 中 电 波 折 射 率 结 构 常 数 张 永

More information

untitled

untitled 100084 E-mail: ahz@mail.tsinghua.edu.cn (Look Up Table, LUT) Adaboost 300 Adaboost TP391 Real Time Facial Expression Classification WANG Yubo, AI Haizhou, WU Bo, HUANG Chang Computer Science and Technology

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

Microsoft Word - 1843-1847 tb20110372 何颖

Microsoft Word - 1843-1847  tb20110372  何颖 微 生 物 学 通 报 Microbiology China tongbao@im.ac.cn DEC 20, 2011, 8(12): 184 1847 2011 by Institute of Microbiology, CAS 高 校 教 改 纵 横 基 于 建 构 主 义 学 习 理 论 的 微 生 物 学 实 验 课 程 教 学 新 模 式 何 颖 廖 国 建 谢 建 平 * ( 西 南

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

Construction of Chinese pediatric standard database A Dissertation Submitted for the Master s Degree Candidate:linan Adviser:Prof. Han Xinmin Nanjing

Construction of Chinese pediatric standard database A Dissertation Submitted for the Master s Degree Candidate:linan Adviser:Prof. Han Xinmin Nanjing 密 级 : 公 开 学 号 :20081209 硕 士 学 位 论 文 中 医 儿 科 标 准 数 据 库 建 设 研 究 研 究 生 李 楠 指 导 教 师 学 科 专 业 所 在 学 院 毕 业 时 间 韩 新 民 教 授 中 医 儿 科 学 第 一 临 床 医 学 院 2011 年 06 月 Construction of Chinese pediatric standard database

More information

2004 1 / ( ),,,, ;,? ( 311 ),,, 25 9,, 1 2, [8 ] : ( 1637 ),, ( 1636 ), [6 ] 2 ( 8, 1651 ) [9 ],,, 1644 ( 22 ),,, ( ), 4 ( ) 6,,, ( 5 ),, :,,,,,,, ( 1

2004 1 / ( ),,,, ;,? ( 311 ),,, 25 9,, 1 2, [8 ] : ( 1637 ),, ( 1636 ), [6 ] 2 ( 8, 1651 ) [9 ],,, 1644 ( 22 ),,, ( ), 4 ( ) 6,,, ( 5 ),, :,,,,,,, ( 1 ( ) 10 1 JOURNAL OF GUANGXI UNIVERSITY FOR NATIONALITIES Vol 10 No 1 2004 2 ( Natural Science Edition) Feb 2004 ( ) Ξ (, 230026) : 17 18,,,, : ; ; : P1-0931312 : A :1007-0311 (2004) 01-0030 - 09 0 17,,,

More information

Microsoft Word - 201506定版

Microsoft Word - 201506定版 56 Chinese Journal of Library and Information Science for Traditional Chinese Medicine Dec. 2015 Vol. 39 No. 6 综 述 中 医 药 学 语 言 系 统 研 究 综 述 于 彤, 贾 李 蓉, 刘 静, 杨 硕 *, 董 燕, 朱 玲 中 国 中 医 科 学 院 中 医 药 信 息 研 究 所,

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

ii

ii i ii iii iv Abstract This senior project is to use compute simulation to accomplish analysis and synthesis of Cam. The object of these focuses on three major partsthe first one is to establish the mathematical

More information

GOLD(General Ontology for Linguistic Description) (,) (,) (,) () () (,) () (,) (,) (,)

GOLD(General Ontology for Linguistic Description) (,) (,) (,) () () (,) () (,) (,) (,) 羣 説 CCCII(Chinese Character Code for Information Interchange)[ 1989] [ 1999][ IEEE SUMO(Suggested Upper Merged Ontology ) GOLD(General Ontology for Linguistic Description) (,) (,) (,) () () (,) () (,)

More information

XML SOAP DOM B2B B/S B2B B2B XML SOAP

XML SOAP DOM B2B B/S B2B B2B XML SOAP 10384 9831010 U D C B2B 2 0 0 1 4 2 0 0 1 5 2 0 0 1 2001 4 XML SOAP DOM B2B B/S B2B B2B XML SOAP ABSTRACT Based on the research of Supply Chain Management theory and E-Commerce theory, especially in Business

More information

128 ( ) ( ) [ 1 ] [2] [3] (1) (2) (3) [1] [2] [3] 10 2 ( ) (1997.6) ( ) 64

128 ( ) ( ) [ 1 ] [2] [3] (1) (2) (3) [1] [2] [3] 10 2 ( ) (1997.6) ( ) 64 BIBLID 1026-5279 (2005) 94:2 p. 127-154 (2005.12) 127 Keywords Digital Library High School Library Library Website Open Source E-mail frank@hchs.hc.edu.tw 128 (2005.12) ( ) 6 0 68 [ 1 ] [2] [3] (1) (2)

More information

第三章 国内外小组合作学习的应用情况

第三章 国内外小组合作学习的应用情况 摘 要 论 文 题 目 : 小 组 合 作 学 习 在 上 海 高 中 信 息 科 技 教 学 中 的 应 用 专 业 : 现 代 教 育 技 术 学 位 申 请 人 : 朱 翠 凤 指 导 教 师 : 孟 琦 摘 要 小 组 合 作 学 习 是 目 前 世 界 上 许 多 国 家 普 遍 采 用 的 一 种 富 有 创 意 的 教 学 理 论 与 策 略, 其 在 培 养 学 生 的 合 作 精

More information

a b

a b 38 3 2014 5 Vol. 38 No. 3 May 2014 55 Population Research + + 3 100038 A Study on Implementation of Residence Permit System Based on Three Local Cases of Shanghai Chengdu and Zhengzhou Wang Yang Abstract

More information

Microsoft Word - A201009-646.doc

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

More information

Preparing_Seminar

Preparing_Seminar 1 6 8 17 24 38 56 59 64 71 80 : : B90605199 : Preparing seminar. Page 1 seminar seminarium semen ( ) ( ) (Carl Gustav Jacob Jacobi) (University of Königsberg) Preparing seminar. Page 2 ( ) conference symposium

More information

f 2 f 2 f q 1 q 1 q 1 q 2 q 1 q n 2 f 2 f 2 f H = q 2 q 1 q 2 q 2 q 2 q n f 2 f 2 f q n q 1 q n q 2 q n q n H R n n n Hessian

f 2 f 2 f q 1 q 1 q 1 q 2 q 1 q n 2 f 2 f 2 f H = q 2 q 1 q 2 q 2 q 2 q n f 2 f 2 f q n q 1 q n q 2 q n q n H R n n n Hessian 2012 10 31 10 Mechanical Science and Technology for Aerosace Engineering October Vol. 31 2012 No. 10 1 2 1 2 1 2 1 2 1 300387 2 300387 Matlab /Simulink Simulink TH112 A 1003-8728 2012 10-1664-06 Dynamics

More information

本科毕业设计(论文)工作细则&撰写规范

本科毕业设计(论文)工作细则&撰写规范 ...1...1...1...1...2...3...3...3...4...4...5...8...9 1 1. 2. 3. 4. 5. 1. 2. 3. 4. 5. 6. 7. 1. 2. 3. 4. 5. 6. 7. 8. - 1 - 2 1 I. II. A. B. C. 2. I. A. B. C. D. E. F. II. A. B. C. III. A. B. IV. A. B. -

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

[1] [4] Chetverikov Lerch[8,12] LeaVis CAD Limas-Serafim[6,7] (multi-resolution pyramids) 2 n 2 n 2 2 (texture) (calf leather) (veins)

[1] [4] Chetverikov Lerch[8,12] LeaVis CAD Limas-Serafim[6,7] (multi-resolution pyramids) 2 n 2 n 2 2 (texture) (calf leather) (veins) 38 8 38th Annual Conference of CSQ & 8th NQMS MCP IE 120 1. [1] [4] 1 2 3 2. Chetverikov Lerch[8,12] LeaVis CAD Limas-Serafim[6,7] (multi-resolution pyramids) 2 n 2 n 2 2 (texture) (calf leather) (veins)

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

Microsoft Word - 05張政偉121-144

Microsoft Word - 05張政偉121-144 靜 宜 中 文 學 報 第 一 期 2012 年 6 月 頁 121 144 靜 宜 大 學 中 國 文 學 系 以 經 為 法 : 廖 燕 文 學 觀 的 另 一 個 面 向 * 張 政 偉 摘 要 學 界 對 清 初 文 人 廖 燕 的 文 學 創 作 與 理 論 的 研 究 逐 漸 展 開, 並 且 獲 致 一 定 的 成 果 然 而 目 前 似 乎 將 廖 燕 的 文 學 觀 點 歸 類 為

More information

<4D6963726F736F667420576F7264202D20C9CFBAA3BFC6BCBCB4F3D1A7D0C5CFA2D1A7D4BA32303136C4EAC7EFBCBEC8EBD1A7B2A9CABFD7CAB8F1BFBCCAD4CAB5CAA9CFB8D4F22D30343036C8B7B6A8B8E5>

<4D6963726F736F667420576F7264202D20C9CFBAA3BFC6BCBCB4F3D1A7D0C5CFA2D1A7D4BA32303136C4EAC7EFBCBEC8EBD1A7B2A9CABFD7CAB8F1BFBCCAD4CAB5CAA9CFB8D4F22D30343036C8B7B6A8B8E5> 上 海 科 技 大 学 信 息 科 学 与 技 术 学 院 年 度 博 士 资 格 考 试 实 施 细 则 一 总 则 本 细 则 由 上 海 科 技 大 学 信 息 科 学 与 技 术 学 院 ( 以 下 简 称 信 息 学 院 ) 教 学 指 导 委 员 会 讨 论 制 定, 适 用 于 信 息 学 院 2014 级 硕 士 研 究 生 的 年 度 博 士 资 格 考 试 信 息 学 院 2014

More information

Microsoft Word - A201202-493_1329751213.doc

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

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

Microsoft Word - 31空中大學校稿檔.doc

Microsoft Word - 31空中大學校稿檔.doc 高 雄 市 立 空 中 大 學 103 年 度 施 政 績 效 成 果 報 告 重 要 施 政 項 目 執 行 成 果 與 效 益 壹 教 學 研 究 及 訓 輔 一 推 動 教 務 行 政 ( 一 ) 積 極 招 生 拓 展 生 源, 持 續 推 動 終 身 學 習 與 繼 續 教 育 理 念, 致 力 成 為 實 用 取 向 的 幸 福 大 學 1. 訂 定 招 生 人 數 量 化 目 標, 定

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

[9] R Ã : (1) x 0 R A(x 0 ) = 1; (2) α [0 1] Ã α = {x A(x) α} = [A α A α ]. A(x) Ã. R R. Ã 1 m x m α x m α > 0; α A(x) = 1 x m m x m +

[9] R Ã : (1) x 0 R A(x 0 ) = 1; (2) α [0 1] Ã α = {x A(x) α} = [A α A α ]. A(x) Ã. R R. Ã 1 m x m α x m α > 0; α A(x) = 1 x m m x m + 2012 12 Chinese Journal of Applied Probability and Statistics Vol.28 No.6 Dec. 2012 ( 224002) Euclidean Lebesgue... :. : O212.2 O159. 1.. Zadeh [1 2]. Tanaa (1982) ; Diamond (1988) (FLS) FLS LS ; Savic

More information

创业板投资风险提示:本次股票发行后拟在创业板市场上市,该市场具有较高的投资风险

创业板投资风险提示:本次股票发行后拟在创业板市场上市,该市场具有较高的投资风险 创 业 板 投 资 风 险 提 示 : 本 次 股 票 发 行 后 拟 在 创 业 板 市 场 上 市, 该 市 场 具 有 较 高 的 投 资 风 险 创 业 板 公 司 具 有 业 绩 不 稳 定 经 营 风 险 高 退 市 风 险 大 等 特 点, 投 资 者 面 临 较 大 的 市 场 风 险 投 资 者 应 充 分 了 解 创 业 板 市 场 的 投 资 风 险 及 本 公 司 所 披 露

More information

國立高雄大學○○○○○○學系(研究所)(標楷體18號字

國立高雄大學○○○○○○學系(研究所)(標楷體18號字 國 立 高 雄 大 學 都 市 發 展 與 建 築 研 究 所 碩 士 論 文 高 雄 後 勁 地 區 傳 統 民 居 特 徵 之 研 究 The Study of The Characteristic of Traditional Residential Buildings of Houjing District in Kaohsiung 研 究 生 : 許 輝 隆 撰 指 導 教 授 : 陳 啟

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

1.3

1.3 Software Engineering 软 件 工 程 Prof. Mei Hong 洪 玫 College of Computer Science and Software Engineering 四 川 大 学 计 算 机 ( 软 件 学 院 ) E-Mail: hongmei@scu.edu.cn Office: B502, Second Laboratory Building, Jiangan

More information

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

國立中山大學學位論文典藏.PDF I II III The Study of Factors to the Failure or Success of Applying to Holding International Sport Games Abstract For years, holding international sport games has been Taiwan s goal and we are on the way

More information

第 2 期 王 向 东 等 : 一 种 运 动 轨 迹 引 导 下 的 举 重 视 频 关 键 姿 态 提 取 方 法 257 竞 技 体 育 比 赛 越 来 越 激 烈, 为 了 提 高 体 育 训 练 的 效 率, 有 必 要 在 体 育 训 练 中 引 入 科 学 定 量 的 方 法 许 多

第 2 期 王 向 东 等 : 一 种 运 动 轨 迹 引 导 下 的 举 重 视 频 关 键 姿 态 提 取 方 法 257 竞 技 体 育 比 赛 越 来 越 激 烈, 为 了 提 高 体 育 训 练 的 效 率, 有 必 要 在 体 育 训 练 中 引 入 科 学 定 量 的 方 法 许 多 2014 年 4 月 图 学 学 报 April 2014 第 35 卷 第 2 期 JOURNAL OF GRAPHICS Vol.35 No.2 一 种 运 动 轨 迹 引 导 下 的 举 重 视 频 关 键 姿 态 提 取 方 法 王 向 东 1, 张 静 文 2, 毋 立 芳 2, 徐 文 泉 (1. 国 家 体 育 总 局 体 育 科 学 研 究 所, 北 京 100061;2. 北 京

More information

IT 36% Computer Science Teachers Association, CSTA K K-12 CSTA K-12 K-12 K-6 K6-9 K STEM STEM STEM

IT 36% Computer Science Teachers Association, CSTA K K-12 CSTA K-12 K-12 K-6 K6-9 K STEM STEM STEM 2017 4 357 GLOBAL EDUCATION Vol. 46 No4, 2017 K-12 2016 K-12 K-12 / 200062 / 200062 2015 8 2015 STEM STEM 1 Computer Science Association for Computing Machinery ACM Code Computer Science Teachers Association

More information

Microsoft Word - 24217010311110028谢雯雯.doc

Microsoft Word - 24217010311110028谢雯雯.doc HUAZHONG AGRICULTURAL UNIVERSITY 硕 士 学 位 论 文 MASTER S DEGREE DISSERTATION 80 后 女 硕 士 生 择 偶 现 状 以 武 汉 市 七 所 高 校 为 例 POST-80S FEMALE POSTGRADUATE MATE SELECTION STATUS STUDY TAKE WUHAN SEVEN UNIVERSITIES

More information

Microsoft Word - 19王建华.doc

Microsoft Word - 19王建华.doc 2012 年 12 月 图 学 学 报 December 2012 第 33 卷 第 6 期 JOURNAL OF GRAPHICS Vol.33 No.6 工 程 图 学 计 算 机 辅 助 教 学 实 践 与 思 考 王 建 华, 郝 育 新, 刘 令 涛 ( 北 京 信 息 科 技 大 学 机 电 学 院, 北 京 100192) 摘 要 : 随 着 计 算 机 技 术 的 迅 猛 发 展 和

More information

Microsoft Word - A201210-60_1349949005.doc

Microsoft Word - A201210-60_1349949005.doc 5 10 15 20 25 一 种 针 对 在 线 旅 游 线 路 网 页 判 别 算 法 的 研 究 与 实 现 徐 显 炼, 郭 燕 慧 ( 北 京 邮 电 大 学 信 息 安 全 中 心, 北 京 100876) 摘 要 : 随 着 近 年 来 在 线 旅 游 业 的 快 速 发 展, 在 线 旅 游 搜 索 引 擎 己 经 成 为 当 前 搜 索 引 擎 发 展 的 一 个 热 门 方 向

More information

Microsoft Word - 07.docx

Microsoft Word - 07.docx 應 用 GeoGebra 數 學 軟 體 於 數 學 課 程 的 教 學 Using Dynamic Mathematical Software GeoGebra in Mathematical Course 姜 正 雄 Cheng-Hsiung Chiang 玄 奘 大 學 資 訊 管 理 學 系 Department of Information Management, Hsuan Chuang

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

Microsoft Word - 18-p0402-c3.doc

Microsoft Word - 18-p0402-c3.doc 第 14 卷 第 3 期 中 南 大 学 学 报 ( 社 会 科 学 版 ) Vol.14 No3 2008 年 6 月 J. CENT. SOUTH UNIV. (SOCIAL SCIENCE) Jun 2008 肺 病 隐 喻 与 性 别 身 份 建 构 中 国 现 代 文 学 中 的 肺 病 意 象 分 析 王 冬 梅 ( 枣 庄 学 院 中 文 系, 山 东 枣 庄,277160) 摘 要

More information

<4D6963726F736F667420576F7264202D20313032BD75A457B943C0B8A5C7B86FBCD2A6A1A4C0AA52A4A7B9EAC3D2ACE3A8732E646F63>

<4D6963726F736F667420576F7264202D20313032BD75A457B943C0B8A5C7B86FBCD2A6A1A4C0AA52A4A7B9EAC3D2ACE3A8732E646F63> 線 上 遊 戲 犯 罪 模 式 分 析 之 實 證 研 究 An Empirical Study on Online Gaming Crime Patterns 陳 志 誠 大 同 大 學 資 訊 經 營 系 所 chenps@ttu.edu.tw 柯 巧 心 台 北 市 警 察 局 資 訊 室 heartlet@hotmail.com 陳 巧 珮 大 同 大 學 資 訊 經 營 所 mayday0413@hotmail.com

More information

第 1 期 常 壮 等 : 基 于 RS-485 总 线 的 舰 船 损 管 训 练 平 台 控 系 统 研 究 87 能 : 1) 损 管 基 本 理 论 的 学 习 帮 助 舰 员 熟 悉 舰 艇 舱 室 相 关 规 章 制 度 损 管 施 分 布 和 使 用 不 沉 性 文 件 等 ) 损 管

第 1 期 常 壮 等 : 基 于 RS-485 总 线 的 舰 船 损 管 训 练 平 台 控 系 统 研 究 87 能 : 1) 损 管 基 本 理 论 的 学 习 帮 助 舰 员 熟 悉 舰 艇 舱 室 相 关 规 章 制 度 损 管 施 分 布 和 使 用 不 沉 性 文 件 等 ) 损 管 第 6 卷 第 1 期 011 年 月 Chinese 中 国 Journal 舰 of船 Ship研 Research 究 Vol.6 No.1 Feb. 第 011 6 卷 doi: 10. 3969 / j. issn. 1673-3185. 011. 01. 017 基 于 RS-485 总 线 的 舰 船 损 管 训 练 平 台 控 系 统 研 究 常 壮 1 邱 金 水 刘 伯 运 1

More information

Vol. 15 No. 1 JOURNAL OF HARBIN UNIVERSITY OF SCIENCE AND TECHNOLOGY Feb O21 A

Vol. 15 No. 1 JOURNAL OF HARBIN UNIVERSITY OF SCIENCE AND TECHNOLOGY Feb O21 A 5 200 2 Vol 5 No JOURNAL OF HARBIN UNIVERSITY OF SCIENCE AND TECHNOLOGY Feb 200 2 2 50080 2 30024 O2 A 007-2683 200 0-0087- 05 A Goodness-of-fit Test Based on Empirical Likelihood and Application ZHOU

More information

填 写 要 求 一 以 word 文 档 格 式 如 实 填 写 各 项 二 表 格 文 本 中 外 文 名 词 第 一 次 出 现 时, 要 写 清 全 称 和 缩 写, 再 次 出 现 时 可 以 使 用 缩 写 三 涉 密 内 容 不 填 写, 有 可 能 涉 密 和 不 宜 大 范 围 公

填 写 要 求 一 以 word 文 档 格 式 如 实 填 写 各 项 二 表 格 文 本 中 外 文 名 词 第 一 次 出 现 时, 要 写 清 全 称 和 缩 写, 再 次 出 现 时 可 以 使 用 缩 写 三 涉 密 内 容 不 填 写, 有 可 能 涉 密 和 不 宜 大 范 围 公 2013 年 度 上 海 高 校 市 级 精 品 课 程 申 报 表 ( 本 科 ) 学 校 名 称 东 华 大 学 课 程 名 称 计 算 机 系 统 与 网 络 技 术 课 程 类 型 理 论 课 ( 不 含 实 践 ) 理 论 课 ( 含 实 践 ) 实 验 ( 践 ) 课 所 属 一 级 学 科 名 称 所 属 二 级 学 科 名 称 课 程 负 责 人 申 报 日 期 工 科 计 算 机

More information

语篇中指代词的分布规律与心理机制*

语篇中指代词的分布规律与心理机制* 2005132227~238 Advances in Psychological Science 1 2 1 430079 2 430081 3 PLS B849:C93 1 [1] 45~65 Hofstede [2] Chemers Hofstede [4,5] Chemers idiographic approach [6] nomothetic approach HouseWright [3]

More information

Microsoft Word - 103-4 記錄附件

Microsoft Word - 103-4 記錄附件 國 立 虎 尾 技 大 103 年 度 第 4 次 教 務 會 議 記 錄 附 件 中 華 民 國 104 年 6 月 16 日 受 文 者 : 國 立 虎 尾 技 大 發 文 日 期 : 中 華 民 國 104 年 5 月 28 日 發 文 字 號 : 臺 教 技 ( 二 ) 字 第 1040058590 號 速 別 : 最 速 件 密 等 及 解 密 條 件 或 保 密 期 限 : 附 件 :

More information

. STEM OER STEM 600 STEM CCSS STEM CCSS STEM ISTE Indiana Department of STEM Education 2013 STEM STEM STEM STEM STEM 10 STEM 2017 S

. STEM OER STEM 600 STEM CCSS STEM CCSS STEM ISTE Indiana Department of STEM Education 2013 STEM STEM STEM STEM STEM 10 STEM 2017 S 23 3 2017 6 Open Education Research Vol. 23 No. 3 Jun. 2017 STEM 1 2 1 1 1 1. 475004 2. 475004 STEM STEM STEM STEM STEM STEM STEM STEM STEM STEM STEM STEM STEM G443 A 1007-2179 2017 03-0050-12 STEM 2011

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

34 www. cjig. cn wavelet transform 1 2 JPEG LIVE E s o = 1 T Σ log 2 C s o + 1 E T C s o Lu Wen contourlet C 0 7 N

34 www. cjig. cn wavelet transform 1 2 JPEG LIVE E s o = 1 T Σ log 2 C s o + 1 E T C s o Lu Wen contourlet C 0 7 N 17 1 2012 1 Journal of Image and Graphics Vol. 17No. 1 Jan. 2012 TP391. 4 A 1006-8961201201-0033-07. NSS J. 2012 171 33-39 NSS 214122 NSS No-reference image quality assessment based on natural scene statistics

More information

6 : W eb 827 ) [ 5 ] 211, : (1) (2),, (3) 212, [ 6-7 ], B /S,,,, 1 1 Fig11 Design of the system architecture

6 : W eb 827 ) [ 5 ] 211, : (1) (2),, (3) 212, [ 6-7 ], B /S,,,, 1 1 Fig11 Design of the system architecture 11 6 2009 12 JOURNAL OF GEO2INFORMATION SC IENCE Vol111, No16 Dec1, 2009 W eb,,, (, 100101) :, W eb, ( ),,,, : ; W ebgis; 1 2,,, [ 1 ] [ 2 ] [ 3 ], ;, ;, 3S ( GPS GIS RS), [ 4 ], 1 100 1 5 1 1,, W eb ;,

More information

南華大學數位論文

南華大學數位論文 南華大學 碩士論文 中華民國九十五年六月十四日 Elfin Excel I II III ABSTRACT Since Ming Hwa Yuan Taiwanese Opera Company started to cooperate with the Chinese orchestra, the problem of how the participation of Chinese music

More information

<4D6963726F736F667420576F7264202D20B169B74FC5EF2020A8E2A9A4B0EABB79B1D0ACECAED1A56AA8E5B8D6BA71BFEFBFFDA4A7ACE3A8732E646F63>

<4D6963726F736F667420576F7264202D20B169B74FC5EF2020A8E2A9A4B0EABB79B1D0ACECAED1A56AA8E5B8D6BA71BFEFBFFDA4A7ACE3A8732E646F63> 國 立 臺 北 教 育 大 學 人 文 藝 術 學 院 語 文 與 創 作 學 系 語 文 教 學 碩 士 班 ( 暑 期 班 ) 碩 士 論 文 Master Program of Language Instruction ( Summer Program) Department of Language and Creative Writing College of Humanities and

More information

5 551 [3-].. [5]. [6]. [7].. API API. 1 [8-9]. [1]. W = W 1) y). x [11-12] D 2 2πR = 2z E + 2R arcsin D δ R z E = πr 1 + πr ) 2 arcsin

5 551 [3-].. [5]. [6]. [7].. API API. 1 [8-9]. [1]. W = W 1) y). x [11-12] D 2 2πR = 2z E + 2R arcsin D δ R z E = πr 1 + πr ) 2 arcsin 38 5 216 1 1),2) 163318) 163318). API. TE256 A doi 1.652/1-879-15-298 MODE OF CASING EXTERNA EXTRUSION BASED ON THE PRINCIPE OF VIRTUA WORK 1) ZHAO Wanchun,2) ZENG Jia WANG Tingting FENG Xiaohan School

More information

赵 鹍 : 持 久 的 卓 越 : 日 本 年 PISA 测 试 结 果 的 影 响 因 素 分 析 及 启 示 本 的 正 常 社 会 生 活 也 深 受 教 育 影 响 日 本 的 报 刊 文 章 通 常 认 为, 读 者 能 看 懂 复 杂 的 统 计 表, 能 理 解 有

赵 鹍 : 持 久 的 卓 越 : 日 本 年 PISA 测 试 结 果 的 影 响 因 素 分 析 及 启 示 本 的 正 常 社 会 生 活 也 深 受 教 育 影 响 日 本 的 报 刊 文 章 通 常 认 为, 读 者 能 看 懂 复 杂 的 统 计 表, 能 理 解 有 外 国 中 小 学 教 育 2012 年 第 11 期 持 久 的 卓 越 : 日 本 2000-2009 年 PISA 测 试 结 果 的 影 响 因 素 分 析 及 启 示 赵 鹍 摘 要 : 日 本 在 2000-2009 年 的 四 轮 国 际 学 生 评 估 项 目 PISA 测 试 中 表 现 出 色, 一 直 位 于 或 接 近 世 界 领 先 水 平 这 一 成 果 与 日 本 的

More information

2 137 [5]. [6].. [7]. [8-9].. (PCA) PCA HIS C1C2C3.. RGB Hotelling. [1-11]. R G B 3. RGB 1) RGB M N 3 x = [x R x G x B ] T. RGB 3 3 C x (1)

2 137 [5]. [6].. [7]. [8-9].. (PCA) PCA HIS C1C2C3.. RGB Hotelling. [1-11]. R G B 3. RGB 1) RGB M N 3 x = [x R x G x B ] T. RGB 3 3 C x (1) 28 2 21 3 JOURNAL OF APPLIED SCIENCES Electronics and Information Engineering Vol. 28 No. 2 Mar. 21 255-8297(21)2-136-6 4379. 1... TP751 P231.5 A Detection and Compensation of Shadows in High Resolution

More information

<4D6963726F736F667420506F776572506F696E74202D20C8EDBCFEBCDCB9B9CAA6D1D0D0DEBDB2D7F92E707074>

<4D6963726F736F667420506F776572506F696E74202D20C8EDBCFEBCDCB9B9CAA6D1D0D0DEBDB2D7F92E707074> 软 件 架 构 师 研 修 讲 座 胡 协 刚 软 件 架 构 师 UML/RUP 专 家 szjinco@public.szptt.net.cn 中 国 软 件 架 构 师 网 东 软 培 训 中 心 小 故 事 : 七 人 分 粥 当 前 软 件 团 队 的 开 发 现 状 和 面 临 的 问 题 软 件 项 目 的 特 点 解 决 之 道 : 从 瀑 布 模 型 到 迭 代 模 型 解 决 项

More information

2013_6_3.indd

2013_6_3.indd 中 国 科 技 资 源 导 刊 ISSN 1674-1544 2013 年 11 月 第 45 卷 第 6 期 95-99, 107 CHINA SCIENCE & TECHNOLOGY RESOURCES REVIEW ISSN 1674-1544 Vol.45 No.6 95-99, 107 Nov. 2013 构 建 基 于 大 数 据 的 智 能 高 校 信 息 化 管 理 服 务 系 统

More information