ZM-VS1200用户使用手册.doc

Size: px
Start display at page:

Download "ZM-VS1200用户使用手册.doc"

Transcription

1

2 ZM-VS1200 Blob 3 ZM-VS

3 3

4 4

5 5

6 6

7 open_framegrabber( Template,1,1,0,0,0,0, default,1, default,-1, default, default, default,-1, -1,FGHandle)// Template while(1) 7

8 user_optical(in)// If(In)// grab_image(image,fghandle)// read_image(image. c:/templ ) // grab_image c:/templ c:/templ get_image_point1(image,point,type,width,height) // dev_close_window() dev_open_window(0,0, Width,Height, white,windowhandle) // dev_display(image) // rgb1_to_gray(image,grayimage) // rgb dev_set_color( red ) // dev_set_draw( margin ) // dev_set_line_width(1) // Row:=143 Column:=190 Phi:=0 Length1:=180 Length2:=10 gen_rectangle2(rectangle, Row,Column,Phi,Length1,Length2) // gen_measure_rectangle(rectangle,row, Column,Phi,Length1,Length2,Width,Height, nearest_nearest,measurehandle) gen_measure_pairs(grayimage,measurehandle,1,30, all, all,rowedgefirst,columnedgefirst, AmplitudeFirst,RowEdgeSecond,ColumnEdgeSecond,AmplitudeSecond,IntraDistance,Inter Distance)// Width:= IntraDistance set_tposition(windowhandle,2412) // write_string(windowhandle, Width: + Width) // wait_second(3) endif wait_second(0.01) endwhile us gen_measure_rectangle gen_measure_pairs 8

9 IntraDistance,InterDistance open_framegrabber( Template,1,1,0,0,0,0, default,1, default,-1, default, default, default, grab_image(image,fghandle) read_image(image, c:/temp1 ) -1,-1,FGHandle) get_image_pointer1(image,_,_,width,height) dev_colse_window() dev_open window(0,0,width,height, black,windowhandle) dev_display(image) rgb1_to_gray(image, Image) draw_rectangle2(windowhandle,row,column,phi,length1,length2) interpolation:= nearest_neighbor gen_measure_rectangle2(row,column,phi,length1,length2, Width,Height,Interpolation,MeasureHandle) Sigma:=2.5 Threshold:=10 Transition:= all Select:= all gen_measure_pairs(image,measurehandle,sigma,threshold, Transition, Selec,RowEdgeFirst, ColumnEdgeFirst,AmplitudeFirst,RowEdgeSecond,ColumnEdgeSecond, 9

10 AmplitudeSecond,IntraDistance,InterDistance) // // dev_set_draw( margin ) dev_set_color( red ) gen_rectangle2(rectangle, Row,Column,Phi,Length1,Length2) p_disp_dimensions(rowedgefirst,columnedgefirst,amplitudefirst,rowedgesecond,columned tuple_sum(intradistance,sum1) tuple_sum(interdistance,sum2) Sum:=Sum1+Sum2 gesecond, IntraDistance,InterDistance,Phi,Length2,WindowHandle) // set_tposition(windowhandle,row+20,column+20) dev_set_color( red ) write_string(windowhandle,sum$.3f ) close_measure(measurehandle) 1p_disp_dimension p_disp_edge_marker(rowedgefirst,columnedgefirst,phi,length, while,2,windowhandle) p_disp_edge_marker(rowedgesecond,columnedgesecond,phi,length, white,2, WindowHandle) Number:= RowEdgeFirst for i:=0 to Number-1 by 1 Text:=IntraDistance[i] p_disp_text_right_of_center(windowhandle,text$'.2f',rowedgefirst[i], ColumnEdgeFirst[i], endfor RowEdgeSecond[i],ColumnEdgeSecond[i], Phi, 2.0*Length) for i:=0 to Number-2 by 1 Text:=InterDistance[i] p_disp_text_left_of_center(windowhandle,text$'.2f',rowedgesecond[i], endfor ColumnEdgeSecod[i],RowEdgeFirst[i+1],ColumnEdgeFirst[i+1],Phi,2.0*Length) return() 2 p_disp_edge_marker NumRows:= Rows NumCols:= Cols Num:=min([NumRows,NumCols]) 10

11 for i:=0 to Num-1 by 1 Row:=Rows[i] Col:=Col[i] RowStart:= Row+Length*cos(Phi) RowEnd:= Row-Length*cos(Phi) ColStart:= Col+Length*sin(Phi) ColEnd:= Col-Length*sin(Phi) gen_contour_polygon_xld(marker, [RowStart,RowEnd], [ColStart,ColEnd]) dev_set_color(color) dev_set_line_width(linewidth) dev_display(marker) endfor return() 3 p_disp_text_left_of_center get_part(windowhandle,row1part,column1part,row2part,column2part) get_window_extents(windowhandle,rowwin,columnwin,widthwin,he ightwin) FactorRow := (1.0*((Row2Part-Row1Part)+1))/HeightWin FactorColumn: = (1.0*((Column2Part-Column1Part)+1))/WidthWin get_string_extents(windowhandle,text,ascent,descent,width,height) Width := Width*FactorColumn Height := Height*FactorRow RowCenter: = (RowFirst+RowSecond)/2.0 ColCenter := (ColFirst+ColSecond)/2.0 if (sin(phi)<0) endif Distance := -Distance RowPos: = RowCenter-Distance*cos(Phi)) ColPos ;= ColCenter-Distance*sin(Phi) RowText := RowPos-Height/2.0 ColText := ColPos-Width; set_tposition(windowhandle,rowtext,coltext); dev_set_color( black ) write_string(windowhandle,text) return() 4 p_disp_text_right_of_center get_part(windowhandle,row1part,column1part,row2part,column2part) get_window_extents(windowhandle,rowwin,columnwin,widthwin,heightwin) FactorRow : = 1.0*(Row2Part-Row1Part+1)/HeightWin 11

12 FactorColumn := 1.0*(Column2Part-Column1Part+1))/WidthWin get_string_extents(windowhandle,text,ascent,descent,width,height) Width := Width*FactorColumn Height := Height*FactorRow RowCenter = (RowFirst+RowSecond)/2.0 ColCenter := (ColFirst+ColSecond)/2.0 if (sin(phi)<0) Distance = -Distance; endfor RowPos: = RowCenter+Distance*cos(Phi) ColPos: = ColCenter+Distance*sin(Phi) RowText := RowPos-Height/2.0 ColText: = ColPos set_tposition(windowhandle,rowtext,coltext) write_string(windowhandle,text) return() 1cm /2= mm mm 12

13 13

14 open_framegrabber( Template,1,1,0,0,0,0, default,1, default,-1, default, default, default,-1, -1,FGHandle) grab_image(image,fghandle) read_image(image, c:/temp1 ) get_image_pointer(image,point,type,width,height) decompose3(image,imager,imageg,imageb,imagegray) rgb3_to_gray(imager,imageg,imageb,imagegray) //3 rgb dev_close_window() dev_open_window(0,0,width,height, white,windowhandle) dev_display(imagegray) dev_set_color( red ) dev_set_draw( margin ) dev_set_width(1) draw_rectangle2(windlehandle,row,column,phi, Length1, Length2) gen_rectangle2(rectangle,row,column,phi, Length1, Length2) gen_measure_rectangle2(row,column,phi,length1,length2,width,height, nearest_neighbor, MeasureHandle) measure_pairs(imagegray,measurehandle,1,30, all, all,rowedgefirst,columnedgefirst,amplit dev_set_color( blue ) Row1:=Row udefirst,rowedgesecond,columnedgesecond,amplitudesecond,intradistance, InterDistance) 14

15 Column1:=(ColumnEdgeFirst+ ColumnEdgeSecond)/2 Phi:=rad(-90) Length21:=40 Length22:=8 Leadlength:=[] for i:=1 to IntraDistance by 1 gen_rectangle2(rectangle,row1,column1[i-1],phi,length21,lenght22) gen_measure_rectangle2(row1,column1[i-1],phi,length21,lenght22,width,height, nearest_neighbor,measurehandle1) measuer_pos(measurehandle1,1,30, all, all,rowedge1,columnedge1,amplitude1,distance1) L:=sum(Distance1) // Set_tposition(WindowHandle,24+20*i,12) Write_string(Windowhandle,i+ leadlenght: Leadlength:=[Leadlength,L] Endfor +L) measure_pairs IntraDistance,InterDistance measuer_pos Distance1, L=sum(Distance1) Leadlength 15

16 open_framegrabber( Template,1,1,0,0,0,0, default,1, default,-1, default, default, default,-1, -1,FGHandle) grab_image(image,fghandle) read_image(image, c:/temp1 ) get_image_pointer1(image,pointer,type,width,height) dev_set_color( red ) dev_set_line_width(1) dev_set_draw( margin ) dev_close_window() dev_open_window(0,0,width,height, white,windowhandle) rgb1_to_gray(image,grayimage) threshold(grayimage,light,80,255) connection(light,connectedregions) select_shape(connectedregions,selectedreions, area, and,10,200) smallest_rectangle2(selectedregion,row,column,phi,length1,length2) area_center(selectedregions,area,row1,column1) dev_set_color( white ) dev_set_line_with(3) for i:=0 to Area -1 by 1 gen_rectangle2(rectangle,row[i],column[i],phi[i],length1[i],length2[i]) set_tposition(windowhandle,row1[i]+10,column[i]-10) write_string(windowhandle,area[i]) Endfer 16

17 threshold connection select_shape ConnectedRegions area_cente SelectedReions Area,Row1,Column1 17

18 init_hdevelop() open_framegrabber( Template,1,1,0,0,0,0, default,1, default,-1, default, default, default,-1, -1,FGHandle) grab_image(image,fghandle) read_image(image, c:/temp1 ) init_visualization(image,3, yellow,width,height,windowid)// edges_sub_pix(image,edges, lanser2,0.5,40,90)// dev_display(edges) stop() segment_contours_xld(edges,contoursplit, lines_circles,6,4,4)// sort_contours_xld(contourssplit,sortedcontours, upper_left, true, column )// dev_clear_windoe() dev_set_colored(12) dev_display(sortedcontours) stop() open_zoom_window(0,round(width/2),0,0,288,384,2,windowhandlezoom)// NumSegments:= SortedContours dev_display(image) NumCircles:=0 Numlines:=0 for i:=1 to NumSegments by 1 singlesegment:=sortedcontours[i] 18

19 endif get_contour_global_attrib_xld(singlesegment, cont_approx,attrib)// if(attrib=1)// Attrib=1 NumCircles:= NumCircles+1 fit_circle_contour_xld(singlesegment, atukey,-1,2,0,5,2,row,column,radius,startphi,endp hi,pointorder)// gen_ellipse_contour_xld(contellipse,row,coumn,0,radius,0,rad(360), positive,1.0)// dev_set_color( red ) dev_display(contellipse) set_tposition(windowhandlezoom,row-radius,column) write_string(windowhandlezoom, C +NumCircles) resulttest:= C +NumCircles+ :radius= +Radius else// Attrib=0 Numlines:=Numlines+1 fit_line_contour_xld(singlesegment,'tukey',-1,0,5,2,rowbegin,colbegin,rowend,colend,nr, Nc,Dist)// gen_contour_polygon_xld(line,[rowbegin,rowend],[colbegin,colend]) dev_set_color( yellow ) dev_display(line) distance_pp(rowbegin,colbegin,rowend,colend,length) set_tposition(windowhandlezoom,(rowbegin+rowend)/2-nr*10,(colbeigin+colend)/2) write_string(windowhandlezoom,'l' + NumLines) ResulText:= 'L' + NumLines + ': length = ' + Length set_tposition(windowhandlezoom,i*10,30) write_string(windowhandlezoom,resulttext) endfor stop() close_zoom_window(windowhandlezoom,width,height)// reset_hdevelop()// 1 close_zoom_window dev_set_window(windowhandlezoom) dev_close_window() dev_set_part(0,0,formerheight-1,formerwidth-1) return() 2 init_hdovelop dev_updata_window( off ) dev_updata_pc( off ) dev_updata_var( off ) return() 19

20 3 init_visualization get_image_pointer(image,pointer,type,width,height) dev_close_window() dev_open_window(0,0,width,height, light gray,windowid) dev_set_part(0,0,height-1,width-1) dev_set_line_width(linewidth) dev_set_draw(drawmode) dev_display(image) return() 3 open_zoom_window dev_open_window(rowpos,colpos,(colroi2-colroi1)*zoomfactor, (RowROI2-RowROI1)*ZoomFactor, 'black'windowhandlezoom) dev_set_part(round(rowroi1), round(colroi1), round(rowroi2), round(colroi2)) 4 reset_hdevelop dev_updata_window( on ) return() 20

21 edges_sub_pix (Image, Edges, lanser2, 0.5, 40, 90) segment_contours_xld (Edges, ContoursSplit, lines_circles, 6, 4, 4) sort_contours_xld (ContoursSplit, SortedContours, upper_left, true, column ) count_obj HDevelop select_obj HDevelop get_contour_global_attrib_xld distance_pp NumSegments := SortedContours for i := 1 to NumSegments by 1 SingleSegment := SortedContours[i] get_contour_global_attrib_xld (SingleSegment, cont_approx, Attrib) if (Attrib = 1) fit_circle_contour_xld (SingleSegment, atukey, -1, 2, 0, 5, 2, Row, Column, Radius, StartPhi, EndPhi, PointOrder) gen_ellipse_contour_xld (ContEllipse, Row, Column, 0, Radius, Radius, 0, rad(360), positive, 1.0) else fit_line_contour_xld (SingleSegment, tukey, -1, 0, 5, 2, RowBegin, ColBegin, RowEnd, ColEnd, Nr, Nc, Dist) gen_contour_polygon_xld (Line, [RowBegin,RowEnd], [ColBegin,ColEnd]) distance_pp (RowBegin, ColBegin, RowEnd, ColEnd, Length) 21

22 endif endfor 1 22

23 23

24 24

25 read_image (Image, clip ) gen_rectangle2 (ROI, 124, 181, 0.653, 129, 47) reduce_domain (Image, ROI, ImageReduced) create_shape_model (ImageReduced, 0, 0, rad(360), 0, no_pregeneration, use_polarity, 40, 10, ModelID) find_shape_model (Image, ModelID, 0, rad(360), 0.7, 13, 0.5, interpolation, 0, 0.9, Row, Column, Angle, Score) get_shape_model_contours (ModelContours, ModelID, 1) for i := 0 to Row -1 by 1 vector_angle_to_rigid (0, 0, 0, Row[i], Column[i], Angle[i], HomMat2D) affine_trans_contour_xld (ModelContours, ContoursAffinTrans, HomMat2D) endfor clear_shape_model (ModelID) Blob blob 25

26 1 count := 1 while (count<16) // 15 // read_image (moneyvalidating, 'rmb/'+count) // dev_display (moneyvalidating) stop () zoom_image_factor (moneyvalidating, ImageZoomed, 0.25, 0.25, 'constant') // 1/4 get_image_pointer1 (ImageZoomed, Pointer1, Type1, Width1, Height1) // gen_rectangle2 (Rectangle1, Width1/2, Height1/2, 0, Width1/2, Height1/2) // reduce_domain (ImageZoomed, Rectangle1, ImageReduced1) // create_template (ImageReduced1, 255, 4, 'sort', 'original', TemplateID1) // write_template (TemplateID1, '50can.shm') clear_template (TemplateID1) stop () dev_close_window () dev_open_window (0, 0, 512, 512, 'black', WindowHandle) // 50can.shm // * step: read model * step: apply matching read_template ('50can.shm', TemplateID) // read_image (Image1, 'd:/rmb/rmb1') dev_display (Image1) // stop () best_match (Image1, TemplateID, 30, 'true', Row, Column, Error) dev_set_color ('blue') dev_set_draw ('margin') dev_close_window () stop () get_image_pointer1 (moneyvalidating, Pointer2, Type2, Width2, Height2) dev_open_window (0, 0, Width2, Height2, 'black', WindowHandle1) dev_display (moneyvalidating) // 26

27 if (Column<350) // set_tposition (WindowHandle1, 65, 150) write_string (WindowHandle1, ' ') else endif if (Row<100) set_tposition (WindowHandle1, 40, 150) write_string (WindowHandle1, ' 10 ') else if (Row<190) endif else endif set_tposition (WindowHandle1, 40, 150) write_string (WindowHandle1, ' 20 ') if (Row<280) set_tposition (WindowHandle1, 40, 150) write_string (WindowHandle1, ' 50 ') else endif set_tposition (WindowHandle1, 40, 150) write_string (WindowHandle1, ' 100 ') set_tposition (WindowHandle1, 65, 150) write_string (WindowHandle1, ' ') if (Row<100) set_tposition (WindowHandle1, 40, 150) write_string (WindowHandle1, ' 10 ') else if (Row<190) endif stop () * **** else endif * step: destroy model * **** clear_template (TemplateID) count := count+1 endwhile set_tposition (WindowHandle1, 40, 150) write_string (WindowHandle1, ' 50 ') set_tposition (Window Handle1, 40, 150) write_string (WindowHandle1, ' 100 ') // // //

28 2 blob create_template write_template clear_template read_template best_match best_match Demosaick Bayer HALCON blob. HALCON. 28

29 dev_close_window () dev_open_window (0, 0, 640, 480, 'black', WindowHandle) read_image (Image, 'standard171') // decompose3 (Image, Red, Green, B) // 3 r,g,b trans_from_rgb (Red, Green, B, Hue, Saturation, Intensity, 'hsv') threshold (Saturation, HighSaturation, 100, 255) reduce_domain (Hue, HighSaturation, HueHighSaturation) threshold (HueHighSaturation, Blue, 150, 185) connection (Blue, ConnectedRegions) closing_circle (ConnectedRegions, Blue1, 25.5) //r,g,b hsv // // // // connection (Blue1, ConnectedRegions) select_shape_std (ConnectedRegions, SelectedRegions, 'max_area', 0) // closing_circle (SelectedRegions, Blue2, 3.5) reduce_domain (Image, Blue2, ImageReduced) dev_display (HueHighSaturation) dev_display (ImageReduced) shape_trans (ImageReduced, ImageReduced1, 'rectangle2') // reduce_domain (Image, ImageReduced1, ImageReduced2) // fill_interlace (ImageReduced2, ImageFilled, 'odd') // threshold (ImageFilled, Region, 130, 176) // 29

30 connection (Region, ConnectedRegions1) closing_rectangle1 (ConnectedRegions1, RegionClosing, 25, 5000) select_shape (RegionClosing, SelectedRegions1, 'width', 'and', 10, 800) select_shape (SelectedRegions1, Letters1, 'height', 'and', 30, 800) sort_region (Letters1, SortedRegions, 'character', 'true', 'row') intersection (ConnectedRegions1, SortedRegions, RegionIntersection) // // // sort_region (RegionIntersection, SortedRegions1, 'character', 'true', 'row') area_center (SortedRegions, Area, Row, Column) // dev_display (ImageFilled) stop () for i := 2 to 7 by 1 gen_rectangle2 (Rectangle, Row[i], Column[i], 0, 24, 53) // reduce_domain (ImageFilled, Rectangle, ImageReduced3) create_shape_model (ImageReduced3, 'auto', -0.39, 0.79, 'auto', 'auto', 'use_polarity', 'auto', 'auto', ModelID) // write_shape_model (ModelID, 'chepai.shm') clear_shape_model (ModelID) read_shape_model ('chepai.shm', ModelID1) read_image (mobang, 'e:/07 / /carnum/beijing1') // find_scaled_shape_model (mobang, ModelID, -0.39, 0.78, 0.9, 1.1, 0.5, 1, 0.5, 'least_squares', 0, 0.9, Row1, Column1, Angle, Scale, Score) // dev_clear_window () dev_display (ImageFilled) if (Column1<80) set_tposition (WindowHandle, 100, 200) write_string (WindowHandle, '1') else if (Column1<180) set_tposition (WindowHandle, 150, 200) write_string (WindowHandle, '2') else if (Column1<300) else set_tposition (WindowHandle, 200, 200) write_string (WindowHandle, '8') if (Column1<440) set_tposition (WindowHandle, 250, 200) else write_string (WindowHandle, 'A') if (Column1<550) // set_tposition (WindowHandle, 300, 200) write_string (WindowHandle, 'E') 30

31 endfor endif stop () endif endif endif else 3 set_tposition (WindowHandle, 350, 200) write_string (WindowHandle, 'Q') endif 31

32 32 find_scaled_shape_model read_shape_model create_shape_model write_shape_model edges_sub_pix canny lanser2 lanser2 sobel Zero_crossing_sub_pix derivate_gauss laplace HALCON edges_color_sub_pix lines_gauss lines_facet Sigma zoom_image_factor HALCON lines_color

33 1 dev_set_line_width (2) dev_update_window ('off') TextHeight := 26 read_image (Image, 'gongjian') zoom_image_factor (Image, Image, 0.25, 0.25, 'weighted') get_image_pointer1 (Image, Pointer, Type, Width, Height) * * Compute the outer contour dev_open_window (0, 0, 512, 512, 'black', WindowHandle) edges_sub_pix (Image, Edges, 'canny', 0.8, 10, 30) // select_shape_xld (Edges, SelectedXLD, 'circularity', 'and', 0.8, 99999) for i := 0 to 3 by 1 fit_ellipse_contour_xld (SelectedXLD, 'fitzgibbon', -1, 0, 0, 200, 3, 2, Row3, Column2, Phi1, Radius11, Radius21, StartPhi1, EndPhi1, PointOrder2) // endfor gen_ellipse_contour_xld (ContEllipse1, Row3[2], Column2[2], 6.28, Radius11[2], Radius21[2], 0, 6.28, 'positive', 0.5) // 1 gen_ellipse_contour_xld (ContEllipse12, Row3[0], Column2[0], 6.28, Radius11[0], Radius21[0], 0, 6.28, 'positive', 0.5) // 2 dev_display (Image) dev_display (ContEllipse1) dev_display (ContEllipse12) stop () dev_set_color ('red') // set_tposition (WindowHandle, Row3[2], Column2[2]) write_string (WindowHandle, 'r11='+radius11[2]) set_tposition (WindowHandle, Row3[2]+20, Column2[2]) write_string (WindowHandle, 'r12='+radius21[2]) set_tposition (WindowHandle, Row3[0], Column2[0]-50) write_string (WindowHandle, 'r21='+radius11[0]) set_tposition (WindowHandle, Row3[2]+20, Column2[2]-50) write_string (WindowHandle, 'r22='+radius21[0]) 3 edges_sub_pix 33

34 Halcon halcon sin * Compute the sine from 0 to 3*PI and print to the graphical window dev_close_window () dev_open_window (0, 0, 512, 512, 'black', WindowID) dev_set_part (0, 0, 511, 511) dev_set_color ('red') for m := 0 to 255 by 5 endfor old_x := 0 old_y := 0 for x := 1 to 511 by 4 y := sin((x+m)/511.0*2*3.1416*3)*255 disp_line (WindowID, old_y+256, old_x, y+256, x) old_x := x old_y := y endfor dev_clear_window () sin 34

35 procedure p_disp_dimensions (: : RowEdgeFirst, ColumnEdgeFirst, RowEdgeSecond, ColumnEdgeSecond, IntraDistance, InterDistance, Phi, Length, WindowHandle: ) edges. * Display markers for the p_disp_edge_marker (RowEdgeFirst, ColumnEdgeFirst, Phi, Length, 'white', 2, WindowHandle) p_disp_edge_marker (RowEdgeSecond, ColumnEdgeSecond, Phi, Length, 'white', 2, WindowHandle) * Loop over all edge pairs. Number := RowEdgeFirst for i := 0 to Number-1 by 1 * * Display the IntraDistance between the edges. 35

36 Text := IntraDistance[i] p_disp_text_right_of_center (WindowHandle, Text$'.2f', RowEdgeFirst[i], ColumnEdgeFirst[i], RowEdgeSecond[i], ColumnEdgeSecond[i], Phi, 2.0*Length) endfor * * Loop to display the distance between the edge pairs. for i := 0 to Number-2 by 1 * * Display the InterDistance between the edge pairs. Text := InterDistance[i] p_disp_text_left_of_center (WindowHandle, Text$'.2f', RowEdgeSecond[i], ColumnEdgeSecond[i], RowEdgeFirst[i+1], ColumnEdgeFirst[i+1], Phi, 2.0*Length) end endfor return () procedure p_disp_edge_marker (: : Rows, Cols, Phi, Length, Color, LineWidth, WindowHandle: ) end * Determine the number of edges NumRows := Rows NumCols := Cols Num := min([numrows,numcols]) * * Loop over the edges for i := 0 to Num-1 by 1 * Row := Rows[i] Col := Cols[i] * Determine start and end point of the edge marker. RowStart := Row+Length*cos(Phi) RowEnd := Row-Length*cos(Phi) ColStart := Col+Length*sin(Phi) ColEnd := Col-Length*sin(Phi) * * Generate a contour that connects the start and end point. * gen_contour_polygon_xld (Marker, [RowStart,RowEnd], [ColStart,ColEnd]) * Display the contour with the specified style. endfor return () dev_set_color (Color) dev_set_line_width (LineWidth) dev_display (Marker) 36

37 procedure p_disp_text_right_of_center (: : WindowHandle, Text, RowFirst, ColFirst, RowSecond, ColSecond, Phi, Distance: ) end * Determine factors for the adaptation of the string extents that might be necessary * because of image zooming. get_part (WindowHandle, Row1Part, Column1Part, Row2Part, Column2Part) get_window_extents (WindowHandle, RowWin, ColumnWin, WidthWin, HeightWin) FactorRow := 1.*(Row2Part-Row1Part+1)/HeightWin FactorColumn := 1.*(Column2Part-Column1Part+1)/WidthWin * * Determine the extent of the string and its position. get_string_extents (WindowHandle, Text, Ascent, Descent, Width, Height) Width := Width*FactorColumn Height := Height*FactorRow RowCenter := (RowFirst+RowSecond)/2.0 ColCenter := (ColFirst+ColSecond)/2.0 if (sin(phi) < 0) Distance := -Distance endif RowPos := RowCenter+Distance*cos(Phi) ColPos := ColCenter+Distance*sin(Phi) RowText := RowPos-Height/2.0 ColText := ColPos * * Set the text position and color and display the text. set_tposition (WindowHandle, RowText, ColText) dev_set_color ('black') write_string (WindowHandle, Text) return () procedure p_disp_text_left_of_center (: : WindowHandle, Text, RowFirst, ColFirst, RowSecond, ColSecond, Phi, Distance: ) * Determine factors for the adaptation of the string extents that might be necessary * because of image zooming. get_part (WindowHandle, Row1Part, Column1Part, Row2Part, Column2Part) get_window_extents (WindowHandle, RowWin, ColumnWin, WidthWin, HeightWin) FactorRow := 1.*(Row2Part-Row1Part+1)/HeightWin FactorColumn := 1.*(Column2Part-Column1Part+1)/WidthWin * * Determine the extent of the string and its position. get_string_extents (WindowHandle, Text, Ascent, Descent, Width, Height) Width := Width*FactorColumn Height := Height*FactorRow RowCenter := (RowFirst+RowSecond)/2.0 37

38 end ColCenter := (ColFirst+ColSecond)/2.0 if (sin(phi) < 0) Distance := -Distance endif RowPos := RowCenter-Distance*cos(Phi) ColPos := ColCenter-Distance*sin(Phi) RowText := RowPos-Height/2.0 ColText := ColPos-Width * * Set the text position and color and display the text. set_tposition (WindowHandle, RowText, ColText) dev_set_color ('black') write_string (WindowHandle, Text) return () read_image (Image, 'Capture') get_image_pointer1 (Image, _, _, Width, Height) dev_close_window () dev_open_window (0, 0, Width, Height, 'black', WindowHandle) dev_display (Image) * rgb1_to_gray rgb1_to_gray (Image, Image) bin_threshold (Image, Dark) boundary (Dark, RegionBorder, 'inner_filled') dev_set_color ('red') dev_set_draw ('margin') dev_set_line_width (1) dev_clear_window () dev_display (RegionBorder) * the biggest circle smallest_circle (RegionBorder, Row3, Column3, Radius1) gen_circle (Circle2, Row3, Column3, Radius1) set_tposition (WindowHandle, Row3, Column3+Radius1-100) write_string (WindowHandle, 'R=') write_string (WindowHandle, Radius1$'.3f') stop () * big circle is ok * get the teeth distance gen_measure_arc (Row3, Column3, Radius1*0.97, 0, , 5, Width, Height, 'bilinear', MeasureHandle) gen_circle (Circle, Row3, Column3, Radius1*0.97) Sigma :=

39 Threshold := 10 Transition := 'negative' Select := 'all' measure_pairs (Image, MeasureHandle, Sigma, Threshold, Transition, Select, RowEdgeFirst, ColumnEdgeFirst, AmplitudeFirst, RowEdgeSecond, ColumnEdgeSecond, AmplitudeSecond, IntraDistance, InterDistance) NumCogs := RowEdgeFirst Crosses := [] for i := 0 to RowEdgeFirst -1 by 1 gen_cross_contour_xld (Cross, RowEdgeFirst[i], ColumnEdgeFirst[i], 10, atan2(rowedgefirst[i]-row3,columnedgefirst[i]-column3)) Crosses := [Crosses,Cross] gen_cross_contour_xld (Cross, RowEdgeSecond[i], ColumnEdgeSecond[i], 10, atan2(rowedgesecond[i]-row3,columnedgesecond[i]-column3)) endfor Crosses := [Crosses,Cross] if (InterDistance[0]<0.3*Radius1) D1 := (RowEdgeSecond[1]-RowEdgeFirst[0])*(RowEdgeSecond[1]-RowEdgeFirst[0])+(ColumnEdgeS econd[1]-columnedgefirst[0])*(columnedgesecond[1]-columnedgefirst[0]) tuple_sqrt (D1, D1) D2 := IntraDistance[2] else D1 := IntraDistance[0] D2 := (RowEdgeSecond[2]-RowEdgeFirst[1])*(RowEdgeSecond[2]-RowEdgeFirst[1])+(ColumnEdgeS econd[2]-columnedgefirst[1])*(columnedgesecond[2]-columnedgefirst[1]) tuple_sqrt (D2, D2) endif set_tposition (WindowHandle, Row3-Radius1, Column3) write_string (WindowHandle, 'D1=') write_string (WindowHandle, D1$'.3f') set_tposition (WindowHandle, Row3+Radius1-100, Column3) write_string (WindowHandle, 'D2=') write_string (WindowHandle, D2$'.3f') stop () * teeth distance is ok * outside circle R3 := 0 for i := 1 to 6 by 1 Phi := atan2(rowedgefirst[0]-row3,columnedgefirst[0]-column3) gen_measure_rectangle2 (Row3, Column3, Phi+0.5*i, Radius1, 5, Width, Height, 'nearest_neighbor', MeasureHandle) measure_pairs (Image, MeasureHandle, 2.5, 100, 'all', 'all', RowEdgeFirst, ColumnEdgeFirst, 39

40 AmplitudeFirst, RowEdgeSecond, ColumnEdgeSecond, AmplitudeSecond, IntraDistance, InterDistance) tuple_sum (IntraDistance, Sum1) tuple_sum (InterDistance, Sum2) Sum := Sum1+Sum2 if (Sum>1.85*Radius1) endif if (R3=0) R3 := Sum/2 else endif endfor dev_clear_window () dev_display (Image) R3 := (Sum/2+R3)/2 gen_circle (Circle, Row3, Column3, R3) set_tposition (WindowHandle, Row3, Column3+R3-100) write_string (WindowHandle, 'R=') write_string (WindowHandle, R3$'.3f') stop () * outside circle is ok * inside circle gen_circle (Circle1, Row3, Column3, 0.475*Radius1) reduce_domain (Image, Circle1, ImageReduced1) edges_sub_pix (ImageReduced1, Edges, 'lanser2', 0.5, 20, 40) segment_contours_xld (Edges, ContoursSplit, 'lines_circles', 5, 4, 3) Number1 := ContoursSplit for i := 1 to Number1 by 1 ObjectSelected := ContoursSplit[i] get_contour_global_attrib_xld (ObjectSelected, 'cont_approx', Attrib) if (Attrib > 0) fit_circle_contour_xld (ObjectSelected, 'ahuber', -1, 2, 0, 3, 2, Row, Column, Radius, StartPhi, EndPhi, PointOrder) gen_ellipse_contour_xld (ContEllipse, Row, Column, 0, Radius, Radius, 0, rad(360), 'positive', 1.0) endfor endif dev_display (ContEllipse) R4 := Radius+1 Row4 := Row Column4 := Column dev_clear_window () dev_display (Image) gen_circle (Circle2, Row4, Column4, R4) 40

41 set_tposition (WindowHandle, Row4, Column4+R4) write_string (WindowHandle, 'R=') write_string (WindowHandle, R4$'.3f') * inside circle is ok stop () * the distance of jing * dev_clear_window () * dev_display (Image) * set_tposition (WindowHandle, 200, 200) * write_string (WindowHandle, ' ') * draw_region (Region, WindowHandle) * reduce_domain (Image, Region, ImageReduced2) * area_center (Region, Area, Row6, Column6) * dev_clear_window () * dev_display (ImageReduced2) * edges_sub_pix (ImageReduced2, Edges, 'lanser2', 0.5, 20, 40) * segment_contours_xld (Edges, ContoursSplit, 'lines_circles', 5, 4, 3) * Number := ContoursSplit * Rf := [] * Rowf := [] * Columnf := [] * for i := 1 to Number by 1 * ObjectSelected := ContoursSplit[i] * get_contour_global_attrib_xld (ObjectSelected, 'cont_approx', Attrib) * if (Attrib > 0) * fit_circle_contour_xld (ObjectSelected, 'ahuber', -1, 2, 0, 3, 2, Row, Column, Radius, StartPhi, EndPhi, PointOrder) * gen_ellipse_contour_xld (ContEllipse, Row, Column, 0, Radius, Radius, 0, rad(360), 'positive', 1.0) * dev_clear_window () * dev_display (ImageReduced2) * dev_display (ContEllipse) * tuple_concat (Rf, Radius, Rf) * tuple_concat (Rowf, Row, Rowf) * tuple_conc at (Columnf, Column, Columnf) * endif * endfor * stop () dev_close_window () 41

42 42

43 43

致理技術學院

致理技術學院 致 理 技 術 學 院 商 務 科 技 管 理 系 實 務 專 題 報 告 彩 繪 指 甲 預 覽 系 統 指 導 老 師 : 彭 建 文 博 士 學 生 : 蕭 全 佑 (19833150) 鄭 任 翔 (19833111) 林 育 璇 (19833114) 中 華 民 國 101 年 12 月 致 理 技 術 學 院 商 務 科 技 管 理 系 實 務 專 題 報 告 彩 繪 指 甲 預 覽 系

More information

coverage2.ppt

coverage2.ppt Satellite Tool Kit STK/Coverage STK 82 0715 010-68745117 1 Coverage Definition Figure of Merit 2 STK Basic Grid Assets Interval Description 3 Grid Global Latitude Bounds Longitude Lines Custom Regions

More information

<534B544C30303131302DACFCA8FDB160B3C6B5E6313230B94449495FB8D5BE5C2E706466>

<534B544C30303131302DACFCA8FDB160B3C6B5E6313230B94449495FB8D5BE5C2E706466> 3 5 10 25 1~2 1 2 1 1. 10 1~2 A 2 1 5 2 8 A 30 3 48 10 4 200g 5 100g 1 1/3 1/4 5 1. 2~3cm 4. 10 10 A1605~7 B Part 2 18 4 300g 1/2 1 1/2 2 1 1/2 3 1 1 1. A 20 1 170 B 2 2 1 OK 55 50 3 Part 2 18 4~5 600g

More information

色 位 於 直 角 座 標 系 的 原 點 上, 白 色 則 位 於 距 原 點 最 遠 的 頂 點 上, 以 黑 色 至 白 色 位 置 之 間 的 線 段 (Gray scale) 表 示 灰 階 值 的 變 化, 愈 接 近 黑 色 的 線 段 位 置, 灰 階 值 愈 小, 反 之 則 愈

色 位 於 直 角 座 標 系 的 原 點 上, 白 色 則 位 於 距 原 點 最 遠 的 頂 點 上, 以 黑 色 至 白 色 位 置 之 間 的 線 段 (Gray scale) 表 示 灰 階 值 的 變 化, 愈 接 近 黑 色 的 線 段 位 置, 灰 階 值 愈 小, 反 之 則 愈 99 華 梵 大 學 機 電 工 程 學 系 專 題 研 究 成 果 報 告 麻 將 辨 識 軟 體 之 開 發 指 導 教 授 : 黃 國 益 博 士 參 與 學 生 :B9602002 梁 祐 誠 摘 要 本 專 題 係 利 用 機 器 視 覺 技 術 製 作 麻 將 自 動 辨 識 系 統, 建 立 的 辨 識 法 則 包 括 幾 何 特 徵 估 算 檢 測 線 法 則, 首 先 使 用 CCD

More information

119,,,,,, (, ), : (1),,,,,, (2),,,, (3),,,,,20,,,,,,,,

119,,,,,, (, ), : (1),,,,,, (2),,,, (3),,,,,20,,,,,,,, 118 :,,, :,,,,,,,,,,,,,,, ( ), 119,,,,,, (, ), : (1),,,,,, (2),,,, (3),,,,,20,,,,,,,, 120 2003 3,19,,,,,,,,,,,,,,,,,,,,,,,,,, 1945 10 15,, 121, 1950,, 1951 7 10, 1952 7 11,,, 60,, 1947 3,,,, 1950 6,7,,,,,,,,

More information

WinMDI 28

WinMDI 28 WinMDI WinMDI 2 Region Gate Marker Quadrant Excel FACScan IBM-PC MO WinMDI WinMDI IBM-PC Dr. Joseph Trotter the Scripps Research Institute WinMDI HP PC WinMDI WinMDI PC MS WORD, PowerPoint, Excel, LOTUS

More information

(Microsoft Word - \256g\275b\252\354\305\351\305\347.doc)

(Microsoft Word - \256g\275b\252\354\305\351\305\347.doc) 一 基 本 資 料 附 件 2 1. 參 賽 者 姓 名 : 方 慈 惠 2. 參 賽 者 ( 服 務 ) 單 位 : 國 立 台 南 女 子 高 級 中 學 3. 參 賽 者 ( 服 務 單 位 ) 地 址 : 台 南 市 大 埔 街 97 號 4. 聯 絡 電 話 : 06-2154626;06-2154608;0929082918 5. 設 計 理 念 簡 介 : 射 箭 運 動 列 入 國

More information

untitled

untitled 數 Quadratic Equations 數 Contents 錄 : Quadratic Equations Distinction between identities and equations. Linear equation in one unknown 3 ways to solve quadratic equations 3 Equations transformed to quadratic

More information

並 責 成 各 里 幹 事 下 里 服 勤 宣 導 病 媒 防 治 知 識, 協 助 各 家 戶 清 除 病 媒 孳 生 源 ( 積 水 容 器 ), 降 低 棲 群 密 度, 預 防 傳 染 病 之 發 生, 以 確 保 民 眾 身 體 健 康 及 居 家 生 活 品 質 訂 定 每 月 最 後

並 責 成 各 里 幹 事 下 里 服 勤 宣 導 病 媒 防 治 知 識, 協 助 各 家 戶 清 除 病 媒 孳 生 源 ( 積 水 容 器 ), 降 低 棲 群 密 度, 預 防 傳 染 病 之 發 生, 以 確 保 民 眾 身 體 健 康 及 居 家 生 活 品 質 訂 定 每 月 最 後 541 94.4.6 臺 北 市 文 山 區 都 市 計 畫 案 通 盤 檢 討 主 要 計 畫 暨 細 部 計 畫 案 542 94.5.5 都 市 計 畫 道 路 用 地 變 更 為 可 發 展 用 地 免 予 回 饋 原 則 附 件 三 溫 泉 產 業 特 定 專 用 區 都 市 計 畫 案 召 集 人 本 案 案 情 複 雜, 且 為 求 審 議 效 益, 委 請 陳 委 員 武 正 擔 任

More information

影視後製全攻略 Premiere Pro After Effects Encore 自序 Adobe Premiere Pro After Effects Encore 2008 Adobe CS Adobe CS5 Adobe CS4 Premiere Pro After Effect

影視後製全攻略 Premiere Pro After Effects Encore 自序 Adobe Premiere Pro After Effects Encore 2008 Adobe CS Adobe CS5 Adobe CS4 Premiere Pro After Effect 自序 Adobe Premiere Pro After Effects Encore 2008 Adobe CS3 2010 Adobe CS5 Adobe CS4 Premiere Pro After Effects Encore 18 ii Tony Cathy 2010/8 01 02 03 04 05 06 07 08 09 10 11 12 13 14 15 16 17 18 iii Premiere

More information

// HDevelopTemplateWPF projects located under %HALCONEXAMPLES%\c# using System; using HalconDotNet; public partial class HDevelopExport public HTuple

// HDevelopTemplateWPF projects located under %HALCONEXAMPLES%\c# using System; using HalconDotNet; public partial class HDevelopExport public HTuple halcon 与 C# 混合编程之 Halcon 代码调用 写在前面 完成 halcon 与 C# 混合编程的环境配置后, 进行界面布局设计构思每一个按钮所需要实现 的功能, 将 Halcon 导出的代码复制至相应的 C# 模块下即可 halcon 源程序 : dev_open_window(0, 0, 512, 512, 'black', WindowHandle) read_image (Image,

More information

接线端子--Connectors规格书.doc

接线端子--Connectors规格书.doc Connectors with/without wire protector high-temperature resistant* High grade flexible strips Resistant to temperature up to 100 C (to 140 C) Multiple approvals Raised base Available with or without wire

More information

untitled

untitled 料 2-1 料 料 x, y, z 料 不 不 料濾 料 不 料 料 不 料 錄 料 2-1 a 料 2-1 b 2003 a 料 b 料 2-1 料 2003 料 料 行 料濾 料亂 濾 料 料 滑 料 理 料 2001 料 兩 理 料 不 TIN, Triangular Irregular Network 8 2-2 a 數 量 料 便 精 2003 料 行 理 料 立 狀 連 料 狀 立 料

More information

MODEL COLOR LIST UZ125D2 YMW GRAY YNF RED YRG BLUE 30H WHITE

MODEL COLOR LIST UZ125D2 YMW GRAY YNF RED YRG BLUE 30H WHITE MODEL COLOR LIST UZ125D2 YMW GRAY YNF RED YRG BLUE 30H WHITE MODEL COLOR LIST UZ125D2K K13 BLACK YRG BLUE YPK WHITE MODEL COLOR LIST UZ125X2 G22 Q05 GRAY ORANGE GREEN WHITE N28 W08 PREFACE When it becomes

More information

FZ1.s92

FZ1.s92 第 一 章 服 装 制 作 工 艺 基 础 知 识 第 一 节 服 装 术 语 服 装 术 语 是 服 装 技 术 专 用 语, 如 服 装 的 每 一 个 品 种 服 装 上 的 每 一 块 裁 片 服 装 制 作 过 程 中 每 一 种 操 作, 以 及 所 使 用 的 工 具 服 装 制 作 过 程 中 出 现 的 各 种 弊 病 和 要 达 到 的 某 些 质 量 要 求 等, 都 有 其

More information

2

2 Digital Image Processing Color Model Dr.Ji Zhen Faculty of Information Engineering, SZU 2003.01 1 2 3 400-700 nm ( ) CIE " " 380 780 nm " " 400 nm ( ) 700 nm ( ) 4 ( ) A: B: C: D: E: 5 Hue (Saturation)

More information

TX-NR3030_BAS_Cs_ indd

TX-NR3030_BAS_Cs_ indd TX-NR3030 http://www.onkyo.com/manual/txnr3030/adv/cs.html Cs 1 2 3 Speaker Cable 2 HDMI OUT HDMI IN HDMI OUT HDMI OUT HDMI OUT HDMI OUT 1 DIGITAL OPTICAL OUT AUDIO OUT TV 3 1 5 4 6 1 2 3 3 2 2 4 3 2 5

More information

Microsoft PowerPoint - Lecture7II.ppt

Microsoft PowerPoint - Lecture7II.ppt Lecture 8II SUDOKU PUZZLE SUDOKU New Play Check 軟體實作與計算實驗 1 4x4 Sudoku row column 3 2 } 4 } block 1 4 軟體實作與計算實驗 2 Sudoku Puzzle Numbers in the puzzle belong {1,2,3,4} Constraints Each column must contain

More information

TABLE OF CONTENTS.MACRO COMMAND...1.MACRO DESIGN...3.ALARM LIST...4.MACRO 1. HOLE PATTERN 1-1.LINE AT ANGLE GRID SQUARE BOLT

TABLE OF CONTENTS.MACRO COMMAND...1.MACRO DESIGN...3.ALARM LIST...4.MACRO 1. HOLE PATTERN 1-1.LINE AT ANGLE GRID SQUARE BOLT DAH LIH MACHINERY INDUSTRY CO., LTD. CUSTOM MACRO PROGRAMMING MANUAL FS-0M FS-18M FS-15M FS-18i/21iMB FS-0iMC/0iMD MELDAS-M520 R3-T23-014 VERSION 1.0 TABLE OF CONTENTS.MACRO COMMAND...1.MACRO DESIGN...3.ALARM

More information

Microsoft Word - 3D手册2.doc

Microsoft Word - 3D手册2.doc 第 一 章 BLOCK 前 处 理 本 章 纲 要 : 1. BLOCK 前 处 理 1.1. 创 建 新 作 业 1.2. 设 定 模 拟 控 制 参 数 1.3. 输 入 对 象 数 据 1.4. 视 图 操 作 1.5. 选 择 点 1.6. 其 他 显 示 窗 口 图 标 钮 1.7. 保 存 作 业 1.8. 退 出 DEFORMTM3D 1 1. BLOCK 前 处 理 1.1. 创 建

More information

PowerPoint 演示文稿

PowerPoint 演示文稿 1 那 些 年 那 些 事 儿 ~ 2 3 欧 巴 来 自 公 元 前 1600 年 4 妈 妈 再 也 不 用 担 心 我 了 ~ 扁 担 低 碳 环 保 零 排 放, 省 时 省 力 又 省 心 出 门 旅 行, 自 卫 防 身, 必 备 良 器 有 木 有 5 扁 担 扁 担 的 发 明 使 得 中 国 比 欧 洲 更 现 进 入 封 建 时 代 并 在 那 时 建 立 的 比 欧 洲 更 为

More information

晶体结构立体模型建构软件-Diamond的使用

晶体结构立体模型建构软件-Diamond的使用 -Diamond E-mail: wupingwei@mail.ouc.edu.cn -Diamond Diamond NaCl NaCl NaCl Fm-3m(225) a=5.64å Na:4a, Cl:4b 1 2 3 4 5 6 File New OK Diamond1 New Structure Crystal Structure with cell and Spacegroup Cell

More information

PowerPoint プレゼンテーション

PowerPoint プレゼンテーション Perl CGI 1 Perl CGI 2 Perl CGI 3 Perl CGI 4 1. 2. 1. #!/usr/local/bin/perl 2. print "Content-type: text/html n n"; 3. print " n"; 4. print " n"; 3. 4.

More information

第 42 卷 第 5 期 2012 年 9 月 浙 江 大 学 学 报 人文社会科学版 Journal of Zhejiang University Humanities and Social Sciences V ol 42 N o 5 Sept 2012 DOI 10 3785 j issn 1008 942X 2012 04 052 亚当 斯密和文明社会的四个隐喻 张国清 张翼飞 浙江大学 公共管理学院

More information

BHB530.BOOK

BHB530.BOOK 用户手册 循环编程 itnc 530 NC 软件版本号 340 490-05 340 491-05 340 492-05 340 493-05 340 494-05 中文 zh_cn 7/2009 关 于 本 手 册 以 下 是 本 手 册 中 所 用 符 号 的 说 明 该 符 号 表 示 必 须 遵 守 所 述 功 能 的 重 要 提 示 关 于 本 手 册 这 些 符 号 表 示 使 用 所

More information

pair path pair path numeric sind cosd pair color beginfig(0) u := 2cm ; pair a ; draw ( 0u, 0u ) -- ( u, u ) ; draw ( u, 0u ) -- ( 0u, 1u ) ;

pair path pair path numeric sind cosd pair color beginfig(0) u := 2cm ; pair a ; draw ( 0u, 0u ) -- ( u, u ) ; draw ( u, 0u ) -- ( 0u, 1u ) ; 12 22 METAPOST 1 METAPOST ps TEX METAPOST 1. METAPOST 2. METAPOST mpost.exe 3. TEX dvi ps pdf [1] METAPOST beginfig(0) path pp ; u := 2cm ; Angle := 10 ; n = 360 / Angle ; pp := (-u,-u )--(-u,u )--(u,u

More information

Preface This guide is intended to standardize the use of the WeChat brand and ensure the brand's integrity and consistency. The guide applies to all d

Preface This guide is intended to standardize the use of the WeChat brand and ensure the brand's integrity and consistency. The guide applies to all d WeChat Search Visual Identity Guidelines WEDESIGN 2018. 04 Preface This guide is intended to standardize the use of the WeChat brand and ensure the brand's integrity and consistency. The guide applies

More information

大漠 伪前端, 就职于淘宝

大漠 伪前端, 就职于淘宝 CSS Grid Layout 2016-12-17 @ 大漠. #CSSConf https://www.flickr.com/photos/19139526@n00/8331063530/ 大漠 伪前端, 就职于淘宝 古老的 table 布局 现代 Web 布局 Float inline-block display: table position (absolute 或 relative)

More information

1912 Titanic Richardson echo-ranging 1, mm min 6.8mm min mm min

1912 Titanic Richardson echo-ranging 1, mm min 6.8mm min mm min 14 2010 8452 4 remote sensing 1912 Titanic Richardson echo-ranging 1,500 1930 1950 7.0mm min 6.8mm min 7.5 7.0mm min 2010 8452 15 16 2010 8452 EK500-38kHz 2010 8452 17 1980 Love 18 2010 8452 6 15 鰊 GLOBEC

More information

FIT1改1.FIT)

FIT1改1.FIT) 卷 首 语 深 化 课 改, 深 向 何 方? 野 如 果 今 天 我 们 用 昨 天 的 方 式 教 的 话 袁 我 们 就 是 在 剥 夺 孩 子 的 未 来 遥 冶 过 去 的 教 育 袁 我 们 更 多 地 陷 入 应 试 教 育 的 泥 淖 不 可 自 拔 袁 如 今 教 育 环 境 愈 加 开 放 袁 社 会 诉 求 日 益 多 元 袁 我 们 必 须 转 变 育 人 模 式 袁 向 着

More information

fi-4990c

fi-4990c C150-E192-01ZH fi-4990c fi-4990c 01 No. C150-E192-01ZH Le pésent appareil numérique n ément pas de bruits radioélectriques dépassant les limites applicables aux appareils numériques de la classe A prescridtes

More information

技 巧 5: 避 免 除 以 0 的 運 算 在 做 除 的 運 算 時, 先 檢 查 除 數 的 數 值, 避 免 有 除 以 0 的 情 況 若 運 算 中 除 數 為 0,SAS 會 在 LOG 中 註 記 提 醒 並 將 運 算 結 果 設 定 為 遺 漏 值, 減 慢 程 式 的 執 行

技 巧 5: 避 免 除 以 0 的 運 算 在 做 除 的 運 算 時, 先 檢 查 除 數 的 數 值, 避 免 有 除 以 0 的 情 況 若 運 算 中 除 數 為 0,SAS 會 在 LOG 中 註 記 提 醒 並 將 運 算 結 果 設 定 為 遺 漏 值, 減 慢 程 式 的 執 行 提 升 SAS 效 率 的 小 技 巧 ( 二 ) 統 計 分 析 師 嚴 友 君 在 使 用 SAS 的 時 候, 效 率 的 考 量 除 了 程 式 運 行 的 時 間, 還 包 括 資 料 佔 用 的 空 間 暫 存 記 憶 體 的 使 用 量 程 式 的 長 度 與 易 讀 性 等 等 以 下 介 紹 一 些 初 學 者 容 易 應 用, 且 在 討 論 使 用 SAS 處 理 分 析 資

More information

余德浩诗词

余德浩诗词 余德浩诗词 共 722 首 其中夕照新篇 436 首 2016 年 35 首 2015 年 81 首 2014 年 59 首 2013 年 64 首 2012 年 63 首 2011 年 79 首 2010 年 55 首 科苑情怀 1978-2009 年 39 首 青春足迹 1964-1977 年 241 首 自由体长诗 6 首 夕照新篇 2010-2016 年 读网络奇文随感三首 2016 年 5

More information

DR2010.doc

DR2010.doc DR/2010 HACH 11-8-96-2 HACH. DR/2010, / UL E79852 CSA C22.223 LR 58275 VDE GS 1015-92 FCC"A" 15 : AMADOR CORP, HACH. EN50 011/CISPR 11 "B" (EMI)/89/336/EEC/EMC: AMADOR CORP, HACH.. EN50 082-1( )/89/226/EEC

More information

3.1 num = 3 ch = 'C' 2

3.1 num = 3 ch = 'C' 2 Java 1 3.1 num = 3 ch = 'C' 2 final 3.1 final : final final double PI=3.1415926; 3 3.2 4 int 3.2 (long int) (int) (short int) (byte) short sum; // sum 5 3.2 Java int long num=32967359818l; C:\java\app3_2.java:6:

More information

C 1

C 1 C homepage: xpzhangme 2018 5 30 C 1 C min(x, y) double C // min c # include # include double min ( double x, double y); int main ( int argc, char * argv []) { double x, y; if( argc!=

More information

ebook70-14

ebook70-14 Linux 1 4 1 5 1 6 1 7 1 8 1 9 S t a r O ff i c e 2 0 L i n u x 1 4 O p e n L i n u x O p e n L i n u x C D - R O M O p e n L i n u x C o r e l WordPerfect 8 for Linux S t a r D i v i s i o n S t a r O

More information

epub 94-3

epub 94-3 3 A u t o C A D L AY E R L I N E T Y P E O S N A P S T Y L E X R E F - AutoLISP Object ARX A u t o C A D D C L A u t o C A D A u t o d e s k P D B D C L P D B D C L D C L 3.1 Wi n d o w s A u t o C A D

More information

Text 文字输入功能 , 使用者可自行定义文字 高度, 旋转角度 , 行距 , 字间距离 和 倾斜角度。

Text 文字输入功能 , 使用者可自行定义文字  高度, 旋转角度 , 行距 , 字间距离 和 倾斜角度。 GerbTool Wise Software Solution, Inc. File New OPEN CLOSE Merge SAVE SAVE AS Page Setup Print Print PreView Print setup (,, IMPORT Gerber Wizard Gerber,Aperture Gerber Gerber, RS-274-D, RS-274-X, Fire9000

More information

bootstrap - 2

bootstrap - 2 RITA TEACHING Bootstra p ENTER bootstrap - 2 bootstrap - 3 bootstrap 101 Template

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

LSTA126中文操作说明

LSTA126中文操作说明 LSE126 洗 干 衣 机 使 用 说 明 阅 读 使 用 说 明 注 意! 建 议 认 真 阅 读 说 明 书 中 的 所 有 内 容, 说 明 中 包 括 了 洗 衣 干 衣 机 的 合 理 安 全 的 使 用 方 法 请 将 说 明 书 保 管 好, 以 备 将 来 参 考 销 售 和 转 卖 时, 确 保 将 说 明 书 随 机 带 上, 以 提 供 必 要 的 使 用 信 息 1. 安

More information

四川省普通高等学校

四川省普通高等学校 四 川 省 普 通 高 等 学 校 计 算 机 应 用 知 识 和 能 力 等 级 考 试 考 试 大 纲 (2013 年 试 行 版 ) 四 川 省 教 育 厅 计 算 机 等 级 考 试 中 心 2013 年 1 月 目 录 一 级 考 试 大 纲 1 二 级 考 试 大 纲 6 程 序 设 计 公 共 基 础 知 识 6 BASIC 语 言 程 序 设 计 (Visual Basic) 9

More information

C/C++语言 - 分支结构

C/C++语言 - 分支结构 C/C++ Table of contents 1. if 2. if else 3. 4. 5. 6. continue break 7. switch 1 if if i // colddays.c: # include int main ( void ) { const int FREEZING = 0; float temperature ; int cold_ days

More information

ebook50-11

ebook50-11 11 Wi n d o w s C A D 53 M F C 54 55 56 57 58 M F C 11.1 53 11-1 11-1 MFC M F C C D C Wi n d o w s Wi n d o w s 4 11 199 1. 1) W M _ PA I N T p W n d C W n d C D C * p D C = p W n d GetDC( ); 2) p W n

More information

Captive Screws Styled knob series M3 thread size Smooth knob meets UL-1950 Designed for hand operation Spring ejected Wide variety of sizes, re

Captive Screws Styled knob series M3 thread size Smooth knob meets UL-1950 Designed for hand operation Spring ejected Wide variety of sizes, re 440 47 Captive Screws d knob series M3 thread size Smooth knob meets U-1950 Designed for hand operation Spring ejected Wide variety of sizes, recesses and installation options Material and Finish : Press-in:

More information

Microsoft Word - ch05note_1210.doc

Microsoft Word - ch05note_1210.doc Section 5. Antiderivatives and indefinite integrals 反 導 函 數 與 不 定 積 分 上 一 章 我 們 已 經 學 過 微 分 以 及 它 的 應 用 現 在 我 們 考 慮 反 向 的 過 程, 稱 為 積 分 (antidifferentiation), 給 定 一 個 導 函 數, 找 出 它 原 始 的 函 數 積 分 也 有 許 多

More information

区 域 活 动 进 入 中 班 我 们 区 域 的 设 置 和 活 动 材 料 都 有 所 变 化, 同 时 也 吸 引 孩 子 们 积 极 的 参 与 学 习 操 作 区 的 新 材 料 他 们 最 喜 欢, 孩 子 们 用 立 方 块 进 行 推 理 操 作 用 扑 克 牌 进 行 接 龙 游

区 域 活 动 进 入 中 班 我 们 区 域 的 设 置 和 活 动 材 料 都 有 所 变 化, 同 时 也 吸 引 孩 子 们 积 极 的 参 与 学 习 操 作 区 的 新 材 料 他 们 最 喜 欢, 孩 子 们 用 立 方 块 进 行 推 理 操 作 用 扑 克 牌 进 行 接 龙 游 日 常 生 活 本 月 我 们 日 常 生 活 活 动 的 重 点 :1. 让 孩 子 养 成 良 好 的 生 活 习 惯, 注 重 生 活 细 节 如 : 在 换 好 鞋 子 后 能 将 鞋 子 整 齐 的 摆 放 进 鞋 架 坐 在 椅 子 上 换 鞋 正 确 的 收 放 椅 子 等 2 让 孩 子 有 自 我 照 顾 的 意 识 如, 让 孩 子 感 受 自 己 的 冷 热 并 告 知 老 师,

More information

mm-G6 60mm 12

mm-G6 60mm 12 The seismic isolated structure planning of historic buildings 1. 1970 2.1994 1995 3. 921 300mm-G6 60mm 12 2-1 1. 2-1 ( ) 2. 3. ( ) ( ) 2-2 1. 2. 2-2 ( ) 3. ( ) 4. 2-3 2-3 ( ) STEPT-1 STEP-2 STEP-3 STEP-4

More information

17 Prelight Apply Color Paint Vertex Color Tool Prelight Apply Color Paint Vertex Color Tool 242 Apply Color, Prelight Maya Shading Smooth

17 Prelight Apply Color Paint Vertex Color Tool Prelight Apply Color Paint Vertex Color Tool 242 Apply Color, Prelight Maya Shading Smooth 17 Prelight 233 234 242 Apply Color Paint Vertex Color Tool Prelight Apply Color Paint Vertex Color Tool 242 Apply Color, Prelight Maya Shading Smooth Shade All Custom Polygon DisplayOptions Color in Shaded

More information

Leica S S 2

Leica S S 2 Leica S Leica S S 2 www.leica-microsystems.com (S ) ( ) S 3 (1) S 4 Leica S S ( ) 10 cm S S 5 ( ) Leica S ( ) S 6 ( ) Leica S ( ) S 7 2 3 4 5 8 Leica S 11 12 13 S 14 15 ( ) 17 18 19 20 21 22 23 Leica LED

More information

Panaboard Overlayer help

Panaboard Overlayer help Panaboard Overlayer Image Capture Software for Electronic Whiteboard (Panaboard) ... 3... 5... 6... 13...14 Panaboard Overlayer 1. 2. 3. 4. 4-1. 4-2. [ / ] ( ) 4-3. 5. 6. 6-1. 6-2. [ / ] ( ) 7. Panaboard

More information

北京市基本医疗保险政策解答

北京市基本医疗保险政策解答 首 都 经 济 贸 易 大 学 全 日 制 本 科 学 生 学 籍 管 理 规 定 首 经 贸 政 发 2013 60 号 第 一 章 总 则 第 一 条 根 据 教 育 部 普 通 高 等 学 校 学 生 管 理 规 定 和 首 都 经 济 贸 易 大 学 学 生 管 理 规 定, 结 合 我 校 实 际 情 况, 制 定 本 规 定 第 二 条 本 科 基 本 修 业 年 限 为 四 年, 实

More information

第 期 彭莉科等 基于计算机视觉的卷烟包装尺寸测量方法 引言 像 由图像采集卡 CCD相机 镜头和两组结构光源等 组成 图像处理系统用于分析获取的数字图像提取 计算机视觉是近几年兴起的高新技术它涉及 图像中的结构光信息生成烟包的点云数据并给出 人工智能 神经生物学 图像处理 模式识别等多个 烟包的尺

第 期 彭莉科等 基于计算机视觉的卷烟包装尺寸测量方法 引言 像 由图像采集卡 CCD相机 镜头和两组结构光源等 组成 图像处理系统用于分析获取的数字图像提取 计算机视觉是近几年兴起的高新技术它涉及 图像中的结构光信息生成烟包的点云数据并给出 人工智能 神经生物学 图像处理 模式识别等多个 烟包的尺 第 卷 第 期 年 8月 郑 州 轻 工 业 学 院 学 报 自 然 科 学 版 J OURNALOFZHENGZHOUUNI VERSI TYOFLI GHTI NDUSTRY N S V N A 文章编号 X 基于计算机视觉的卷烟包装尺寸测量方法 彭莉科 方细玲 刘丹 张龙 李志刚 闫龙 花昌义 刘勇 李旭华 国家烟草专卖局 经济运行司北京 广东中烟工业有限责任公司 技术中心广东 广州 中国科学院

More information

春 天 来 了, 万 物 复 苏, 小 草 绿 了 小 河 解 冻 了 柳 树 发 芽 了 桃 花 盛 开 了 春 天 给 大 自 然 带 来 了 盎 然 生 机 春 天 的 景 物 是 美 丽 的, 春 天 的 故 事 是 动 人 的, 我 们 有 取 之 不 尽 的 以 春 为 主 题 的 作

春 天 来 了, 万 物 复 苏, 小 草 绿 了 小 河 解 冻 了 柳 树 发 芽 了 桃 花 盛 开 了 春 天 给 大 自 然 带 来 了 盎 然 生 机 春 天 的 景 物 是 美 丽 的, 春 天 的 故 事 是 动 人 的, 我 们 有 取 之 不 尽 的 以 春 为 主 题 的 作 主 编 寄 语 祝 你 在 作 文 世 界 展 翅 腾 飞 学 作 文, 必 须 从 读 别 人 的 好 作 文 开 始 中 国 旧 时 代 的 文 人 有 一 句 顺 口 溜 : 熟 读 唐 诗 三 百 首, 不 会 作 诗 也 会 诌 这 句 话 告 诉 我 们 : 写 作 必 须 从 阅 读 开 姑, 而 且 必 须 从 精 选 的 佳 作 开 始 进 入 新 世 纪 以 后, 在 新 课 标

More information

【主持人】:给大家介绍一下,这次的培训是我们画刊部的第三次培训,当然今天特别有幸请来著吊的摄影家李少白老师给我们讲课

【主持人】:给大家介绍一下,这次的培训是我们画刊部的第三次培训,当然今天特别有幸请来著吊的摄影家李少白老师给我们讲课 摄 影 中 的 陌 生 感 和 熟 悉 感 看 不 见 的 故 宫 的 作 者 李 少 白 老 师 以 此 画 册 为 例, 深 刻 分 析 和 探 讨 摄 影 中 的 陌 生 感 和 熟 悉 感 看 不 见 的 故 宫 这 本 画 册 最 初 设 想 分 为 四 个 章 节 第 一 章 叫 辉 煌, 第 二 章 叫 梦 想, 第 三 章 叫 神 秘, 第 四 章 叫 飞 歌 为 什 么 分 四 个

More information

20140511

20140511 卷 九 唯 識 學 概 要 真 如 緣 起 也 有 它 不 足 的 地 方! 諸 位 法 師 慈 悲, 陳 會 長 慈 悲, 諸 位 菩 薩, 阿 彌 陀 佛! 請 大 家 打 開 講 義 第 二 十 四 面, 我 們 講 到 二 種 子 之 由 來 我 們 這 一 科 是 講 到 依 唯 識 相 安 立 緣 起, 也 就 是 說 從 唯 識 學 的 角 度 來 探 討 我 們 有 情 眾 生 生

More information

5-1 nav css 5-2

5-1 nav css 5-2 5 HTML CSS HTML CSS Ê Ê Ê Ê 5-1 nav css 5-2 5-1 5 5-1-1 5-01 css images 01 index.html 02 5-3 style.css css 03 CH5/5-01/images 04 images index.html style.css 05

More information

( CIP) /. :, ( ) ISBN TP CIP ( 2005) : : : : * : : 174 ( A ) : : ( 023) : ( 023)

( CIP) /. :, ( ) ISBN TP CIP ( 2005) : : : : * : : 174 ( A ) : : ( 023) : ( 023) ( CIP) /. :, 2005. 2 ( ) ISBN 7-5624-3339-9.......... TP311. 1 CIP ( 2005) 011794 : : : : * : : 174 ( A ) :400030 : ( 023) 65102378 65105781 : ( 023) 65103686 65105565 : http: / /www. cqup. com. cn : fxk@cqup.

More information

<4D6963726F736F667420576F7264202D20A4E2B6D5BFEBC3D1C2B2B3F8BCBDA9F1A874B2CE2E646F63>

<4D6963726F736F667420576F7264202D20A4E2B6D5BFEBC3D1C2B2B3F8BCBDA9F1A874B2CE2E646F63> 致 理 技 術 學 院 資 訊 網 路 技 術 系 實 務 專 題 報 告 致 理 技 術 學 院 資 訊 網 路 技 術 系 實 務 專 題 報 告 手 勢 辨 識 簡 報 播 放 系 統 手 勢 辨 識 簡 報 播 放 系 統 指 導 教 師 : 高 楊 達 老 師 學 生 : 蔡 孟 純 (19634111) 邱 佩 盈 (19634118) 鄭 惠 馨 (19634125) 九 十 九 年

More information

目 录 目 录 1. 安 装 和 快 速 入 门 附 件 1.1 随 机 附 件... 3 1.2 附 件 信 息... 3 连 接 和 设 定 1.3 连 接... 3 1.4 记 录 纸... 4 快 速 入 门 1.5 发 送 传 真 / 复 印... 5 1.6 接 收 传 真... 5 2

目 录 目 录 1. 安 装 和 快 速 入 门 附 件 1.1 随 机 附 件... 3 1.2 附 件 信 息... 3 连 接 和 设 定 1.3 连 接... 3 1.4 记 录 纸... 4 快 速 入 门 1.5 发 送 传 真 / 复 印... 5 1.6 接 收 传 真... 5 2 KX-FT832CN KX-FT836CN KX-FT836 感 谢 您 购 买 Panasonic 传 真 机 请 于 使 用 前 仔 细 阅 读 操 作 使 用 说 明 书, 并 妥 善 保 管 本 机 与 来 电 显 示 兼 容 您 必 须 向 服 务 供 应 商 / 电 话 公 司 申 请 并 取 得 相 应 的 服 务 目 录 目 录 1. 安 装 和 快 速 入 门 附 件 1.1 随

More information

GF

GF Design code for sports building JGJ 31 2003 J 265 2003 2003 1 Design code for sports building JGJ 31 2003 102003 2003 2 144 JGJ 31 2003 10 1 1.0.8 4.1.11 4.2.4 5.7.4 2003 5 3 3 83 224 1. 2. 3. 4. 5. 6.

More information

Microsoft PowerPoint - ATF2015.ppt [相容模式]

Microsoft PowerPoint - ATF2015.ppt [相容模式] Improving the Video Totalized Method of Stopwatch Calibration Samuel C.K. Ko, Aaron Y.K. Yan and Henry C.K. Ma The Government of Hong Kong Special Administrative Region (SCL) 31 Oct 2015 1 Contents Introduction

More information

010 X Watch out for traffic signals 011 X Bumpy road 012 O Tunnel ahead 013 X Bicycles prohibited 014 O Yield 015 O Single lane road, pass with extrem

010 X Watch out for traffic signals 011 X Bumpy road 012 O Tunnel ahead 013 X Bicycles prohibited 014 O Yield 015 O Single lane road, pass with extrem 001 X Winding road, left turn ahead 002 O Forked road 003 X Bump ahead 004 O Steep downgrade ahead 005 O Narrow bridge 006 X Narrow Road 007 X Narrow road 008 O No-gate railroad crossing 009 O Watch out

More information

****************************************************** Fundamentals of TV Tracking ****************************************************** ( ),,, :,,,,,, 1998 9 ( ISBN 7-118-01911-9),,, 1999 5 20 Email:

More information

#FT66/68CN(01~07)

#FT66/68CN(01~07) : KX-FT66CN KX-FT68CN KX-FT66 Panasonic Panasonic ( ) KX-FT66 KX-FT68 : CN KX-FT66 : ( KME ) KME Kyushu Matsushita Electric Co., Ltd. 2000 2000 2 E. F. 1. 14. ( 2. ) 3. 15. 4. 5. / 6. 1. 2. 7. 3. 4. 8.

More information

000

000 Style and Usage Application of Pogo Pin Connector Portable Electronic Products ( Notebook, MP3, DSC, GPS, TV Game Peripherals...) Telecommunication Products (Cell phone, Two-Way Radio, Blue tooth..) Automotive

More information

A-1 HTML A-1-1 HTML 1 HTML JSP HTML HTML HTML JSP A HTML HTML HTML HTML HTML HTML HTML HTML.htm.html HTML Windows NotePad HTML IE [ / ] NotePad A-2

A-1 HTML A-1-1 HTML 1 HTML JSP HTML HTML HTML JSP A HTML HTML HTML HTML HTML HTML HTML HTML.htm.html HTML Windows NotePad HTML IE [ / ] NotePad A-2 HTML A-1 HTML A-2 A-2 HTML A-8 A-3 A-14 A-4 A-26 A-5 A-30 A-6 A-42 A-1 HTML A-1-1 HTML 1 HTML JSP HTML HTML HTML JSP A HTML HTML HTML HTML HTML HTML HTML HTML.htm.html HTML Windows NotePad HTML IE [ /

More information

19 0 1 2 3 4 5 6 7 28 29 0 1 2 3 4

19 0 1 2 3 4 5 6 7 28 29 0 1 2 3 4 19 0 1 2 3 4 5 6 7 28 29 0 1 2 3 4 5 6 7 38 ( ) VS 3 100 ( ) MM MM ! 1 2003 VS . MM MM MM MM MM MM MM CS MM CS MM MM ! ? % Y O [ ] Y O [ ] [ ] [ ] MM MM

More information

RUN_PC連載_8_.doc

RUN_PC連載_8_.doc PowerBuilder 8 (8) Web DataWindow ( ) DataWindow Web DataWindow Web DataWindow Web DataWindow PowerDynamo Web DataWindow / Web DataWindow Web DataWindow Wizard Web DataWindow Web DataWindow DataWindow

More information

JLX

JLX PRODUCT:LCD MODULE. Model No.: JLX177-006 Product Type: 1.77 inch QVGA TFT Modoule. 产品规格书 晶联讯研发研发部 : Written By Checked By Approved By 客户名称 : 结构电子核准 地址 : 深圳市宝安区西乡宝安大道东华工业区 A3 栋 6 楼电话 :0755-29784961 Http://www.jlxlcd.cn

More information

目 录 Leica ICC50 HD 引 言 9 基 本 特 点 10 基 本 特 点 ( 续 ) 11 Leica ICC50 HD: 概 述 12 拆 箱 14 准 备 开 始! 使 用 之 前 的 准 备 工 作 16 开 始 设 置! 使 用 计 算 机 进 行 连 接 和 成 像 操 作

目 录 Leica ICC50 HD 引 言 9 基 本 特 点 10 基 本 特 点 ( 续 ) 11 Leica ICC50 HD: 概 述 12 拆 箱 14 准 备 开 始! 使 用 之 前 的 准 备 工 作 16 开 始 设 置! 使 用 计 算 机 进 行 连 接 和 成 像 操 作 Leica ICC50 HD 手 册 目 录 Leica ICC50 HD 引 言 9 基 本 特 点 10 基 本 特 点 ( 续 ) 11 Leica ICC50 HD: 概 述 12 拆 箱 14 准 备 开 始! 使 用 之 前 的 准 备 工 作 16 开 始 设 置! 使 用 计 算 机 进 行 连 接 和 成 像 操 作 19 PC 模 式 下 的 限 制 20 在 PC 模 式 下

More information

(2) Function 0BH: Function 0CH: (pixel, picture element) Function 0DH: Function 0FH: Function 13H:

(2) Function 0BH: Function 0CH: (pixel, picture element) Function 0DH: Function 0FH: Function 13H: (1) INT 10H Function 00H: Function 01H: Function 02H: Function 03H: Function 05H: Function 06H: Function 07H: Function 08H: Function 09H: Function 0AH: (2) Function 0BH: Function 0CH: (pixel, picture element)

More information

4,, : Fig. 1 Research route of the topic,,,,,,,,,,, [4] π,,,, :,, ;,, Tab. 1 Key parameters of back frame header (SP1)/MW (SK1)/% (WP8)/MP

4,, : Fig. 1 Research route of the topic,,,,,,,,,,, [4] π,,,, :,, ;,, Tab. 1 Key parameters of back frame header (SP1)/MW (SK1)/% (WP8)/MP 34 4 2017 12 JOURNAL OF SHANGHAI POLYTECHNIC UNIVERSITY Vol. 34 No. 4 Dec. 2017 : 1001-4543(2017)04-0270-07 DOI: 10.19570/j.cnki.jsspu.2017.04.004,, (, 201209) :, ;,, ;,, ;,,,,, : ; ; ; : TP 391.7 : A

More information

AD RJCK.fm

AD RJCK.fm AIP Japan RJCK-AD2-24.1 RJCK / AD CHART ELEV. 311ft AP ABN VOR / DME () TWR 118.05 126.2 Apron flood LGT VAR9 W(2009) Annual change 2 E TWR STOP BAR LGT A P-1 P-2 1 2 3 5 6 7 B P-3 P-4 P-5 P-6 400m WDI

More information

Microsoft Word - 改版式网页全文.doc

Microsoft Word - 改版式网页全文.doc 第 4 章 Dreamweaver CS3 高 级 篇 4.1 表 单 概 述 表 单 是 用 来 收 集 浏 览 者 的 用 户 名 密 码 E-mail 地 址 个 人 爱 好 和 联 系 地 址 等 用 户 信 息 的 输 入 区 域 集 合 浏 览 者 填 写 表 单 的 方 式 一 般 是 输 入 文 本 选 择 单 选 按 钮 或 复 选 框 以 及 从 下 拉 列 表 框 中 选 择

More information

Ps22Pdf

Ps22Pdf X T T 10 1 J T 12 13 14 15 16 17 18 19 20 21 2 23 24 25 26 27 28 29 30 31 32 3 34 35 36 37 38 39 40 41 42 43 4 45 46 47 48 49 50 51 52 53 54 5 56 57 58 59 60 61 62 63 64 65 6 67 68 69 70 71 72 73 74 75

More information

untitled

untitled 2006 6 Geoframe Geoframe 4.0.3 Geoframe 1.2 1 Project Manager Project Management Create a new project Create a new project ( ) OK storage setting OK (Create charisma project extension) NO OK 2 Edit project

More information

SA-DK2-U3Rユーザーズマニュアル

SA-DK2-U3Rユーザーズマニュアル USB3.0 SA-DK2-U3R 2007.0 2 3 4 5 6 7 8 System Info. Manual Rebuild Delete RAID RAID Alarm Rebuild Rate Auto compare Temp Management Load Default Elapse time Event Log 0 2 3 4 2 3 4 ESC 5

More information

校园之星

校园之星 x x x x x x C H N O V x B x x x x S S x mm cm cm cm cm x x x x x x x x A A B X B B ml x x B

More information

(Guangzhou) AIT Co, Ltd V 110V [ ]! 2

(Guangzhou) AIT Co, Ltd V 110V [ ]! 2 (Guangzhou) AIT Co, Ltd 020-84106666 020-84106688 http://wwwlenxcn Xi III Zebra XI III 1 (Guangzhou) AIT Co, Ltd 020-84106666 020-84106688 http://wwwlenxcn 230V 110V [ ]! 2 (Guangzhou) AIT Co, Ltd 020-84106666

More information

(Microsoft Word - Motion Program \270\305\264\272\276\363 \307\245\301\366 \271\327 \270\361\302\367.doc)

(Microsoft Word - Motion Program \270\305\264\272\276\363 \307\245\301\366 \271\327 \270\361\302\367.doc) : TBFAT-G5MP-MN004-11 1 GX Series PLC Program Manual 2 GX Series PLC Program Manual Contents Contents...3 1... 1-1 1.1... 1-2 1.2... 1-3 1.2.1... 1-3 1.2.2... 1-4 1.2.3... 1-4 1.2.4... 1-6 1.3... 1-7 1.3.1...

More information

安 全 指 南 : 必 须 遵 守 所 有 的 警 告 事 项, 以 确 保 自 己 和 他 人 的 安 全 以 及 保 护 产 品 和 连 接 装 置 这 些 警 告 事 项 都 按 警 示 程 度 明 示 出 等 级 有 资 格 的 人 员 : YO-YO 只 能 进 行 与 手 册 有 关 的

安 全 指 南 : 必 须 遵 守 所 有 的 警 告 事 项, 以 确 保 自 己 和 他 人 的 安 全 以 及 保 护 产 品 和 连 接 装 置 这 些 警 告 事 项 都 按 警 示 程 度 明 示 出 等 级 有 资 格 的 人 员 : YO-YO 只 能 进 行 与 手 册 有 关 的 IOM LBYM180112 Rev. D Mark-4 /GP-4 Yo-Yo 重 锤 安 装 & 操 作 手 册 安 全 指 南 : 必 须 遵 守 所 有 的 警 告 事 项, 以 确 保 自 己 和 他 人 的 安 全 以 及 保 护 产 品 和 连 接 装 置 这 些 警 告 事 项 都 按 警 示 程 度 明 示 出 等 级 有 资 格 的 人 员 : YO-YO 只 能 进 行 与 手

More information

Gerotor Motors Series Dimensions A,B C T L L G1/2 M G1/ A 4 C H4 E

Gerotor Motors Series Dimensions A,B C T L L G1/2 M G1/ A 4 C H4 E Gerotor Motors Series Size CC-A Flange Options-B Shaft Options-C Ports Features 0 0 5 5 1 0 1 0 3 3 0 0 SAE A 2 Bolt - (2) 4 Bolt Magneto (4) 4 Bolt Square (H4) 1.0" Keyed (C) 25mm Keyed (A) 1.0' 6T Spline

More information

扭 轉 生 命 旅 程 ~ 部 長 序 ~ 我 國 家 庭 暴 力 防 治 法 自 87 年 公 布 至 今, 近 15 年 推 動 家 庭 暴 力 防 治 工 作 的 歷 程 中, 除 了 建 置 社 政 警 政 教 育 司 法 醫 療 等 防 治 網 絡, 積 極 協 助 遭 受 暴 力 傷 害

扭 轉 生 命 旅 程 ~ 部 長 序 ~ 我 國 家 庭 暴 力 防 治 法 自 87 年 公 布 至 今, 近 15 年 推 動 家 庭 暴 力 防 治 工 作 的 歷 程 中, 除 了 建 置 社 政 警 政 教 育 司 法 醫 療 等 防 治 網 絡, 積 極 協 助 遭 受 暴 力 傷 害 扭 轉 生 命 旅 程 ~ 部 長 序 ~ 我 國 家 庭 暴 力 防 治 法 自 87 年 公 布 至 今, 近 15 年 推 動 家 庭 暴 力 防 治 工 作 的 歷 程 中, 除 了 建 置 社 政 警 政 教 育 司 法 醫 療 等 防 治 網 絡, 積 極 協 助 遭 受 暴 力 傷 害 的 家 庭 成 員 之 外, 對 於 在 親 密 關 係 暴 力 案 件 中, 兒 童 目 睹 家

More information

2_dvdr3380_97_CT_21221b.indd

2_dvdr3380_97_CT_21221b.indd 64 65 66 ALL 3 67 a STANDBY-ON 2 a b c d e f g h i j k l b TIMER c SYSTEM-MENU d e SELECT f REC g. > h TOP MENU i ANGLE j RETURN k SUBTITLE l REC MODE 68 m n REC SOURCE o DISC-MENU p OK q EDIT r PLAYÉ

More information

FILTRON 1. DC AC AC 220V 50HZ 2. 1 1 1 3. / / / / 4. 1) 2 3 4 5 6 5. 6. 7. 8. 9. / 10. 1. 2. 3. 4. 5. 6. 7. DC AC FILTRON DC AC FILTRON DC 12V 12VDC D

FILTRON 1. DC AC AC 220V 50HZ 2. 1 1 1 3. / / / / 4. 1) 2 3 4 5 6 5. 6. 7. 8. 9. / 10. 1. 2. 3. 4. 5. 6. 7. DC AC FILTRON DC AC FILTRON DC 12V 12VDC D 2006 4 27 1 JY FILTRON 1. DC AC AC 220V 50HZ 2. 1 1 1 3. / / / / 4. 1) 2 3 4 5 6 5. 6. 7. 8. 9. / 10. 1. 2. 3. 4. 5. 6. 7. DC AC FILTRON DC AC FILTRON DC 12V 12VDC DC FILTRON AC 24VAC 24VAC AC 24VAC AC

More information

Real-time Human Detection and Security System

Real-time Human Detection and Security System 人 型 即 時 辨 識 系 統 Real-time Human Detection and Security System 隊 名 : 偵 查 隊 系 別 : 資 訊 工 程 系 指 導 老 師 : 鄭 淑 真 老 師 組 員 學 生 : 吳 冠 億 陳 冠 達 王 士 豪 黃 智 鴻 ㄧ.. 前 言 : 現 今 社 會 科 技 非 常 發 達, 我 們 只 是 利 用 簡 單 工 具 做 出 ㄧ

More information

User ID 150 Password - User ID 150 Password Mon- Cam-- Invalid Terminal Mode No User Terminal Mode No User Mon- Cam-- 2

User ID 150 Password - User ID 150 Password Mon- Cam-- Invalid Terminal Mode No User Terminal Mode No User Mon- Cam-- 2 Terminal Mode No User User ID 150 Password - User ID 150 Password Mon- Cam-- Invalid Terminal Mode No User Terminal Mode No User Mon- Cam-- 2 Mon1 Cam-- Mon- Cam-- Prohibited M04 Mon1 Cam03 Mon1 Cam03

More information

科学计算的语言-FORTRAN95

科学计算的语言-FORTRAN95 科 学 计 算 的 语 言 -FORTRAN95 目 录 第 一 篇 闲 话 第 1 章 目 的 是 计 算 第 2 章 FORTRAN95 如 何 描 述 计 算 第 3 章 FORTRAN 的 编 译 系 统 第 二 篇 计 算 的 叙 述 第 4 章 FORTRAN95 语 言 的 形 貌 第 5 章 准 备 数 据 第 6 章 构 造 数 据 第 7 章 声 明 数 据 第 8 章 构 造

More information

大 綱 最 有 利 標 目 的 及 類 型 最 有 利 標 之 辦 理 方 式 準 用 最 有 利 標 取 最 有 利 標 精 神 最 有 利 標 之 類 型 及 其 相 關 規 定 適 用 最 有 利 標 準 用 最 有 利 標 及 取 最 有 利 標 精 神 作 業 程 序 及 實 務 分 析

大 綱 最 有 利 標 目 的 及 類 型 最 有 利 標 之 辦 理 方 式 準 用 最 有 利 標 取 最 有 利 標 精 神 最 有 利 標 之 類 型 及 其 相 關 規 定 適 用 最 有 利 標 準 用 最 有 利 標 及 取 最 有 利 標 精 神 作 業 程 序 及 實 務 分 析 最 有 利 標 作 業 程 序 實 務 分 析 交 通 部 採 購 稽 核 小 組 陳 秘 書 牧 民 日 期 :101 年 05 月 21 日 大 綱 最 有 利 標 目 的 及 類 型 最 有 利 標 之 辦 理 方 式 準 用 最 有 利 標 取 最 有 利 標 精 神 最 有 利 標 之 類 型 及 其 相 關 規 定 適 用 最 有 利 標 準 用 最 有 利 標 及 取 最 有 利 標

More information

第一章.FIT)

第一章.FIT) 第 一 章 美 丽 触 手 可 及 一 些 天 生 好 动 的 懒 人 袁 根 本 静 不 下 心 去 美 容 院 做 护 理 袁 通 常 总 是 用 一 些 最 野 懒 冶 的 方 法 来 保 养 自 己 遥 比 如 下 飞 机 以 后 感 觉 头 发 很 乱 袁 就 用 手 当 梳 子 随 手 梳 两 下 曰 脸 上 很 干 袁 就 往 脸 上 涂 些 酸 奶 尧 牛 奶 或 者 蜂 蜜 噎 噎

More information

CL-68x00,00,00,00,00, CL-78x00,00,00,00,6000 Spindle 181mm mm Spindle bore 181mm is standard. 255,5 or 5mm is option. Chuck is optional. You ca

CL-68x00,00,00,00,00, CL-78x00,00,00,00,6000 Spindle 181mm mm Spindle bore 181mm is standard. 255,5 or 5mm is option. Chuck is optional. You ca CNC KINWA FLAT BED CNC LATHE CL-68x00 CL-68/CL-78 Series Swing 11, mm Between centers 00~7000mm Spindle bore 181, 255, 5, 5mm Spindle motor 60HP CL-68x00,00,00,00,00, CL-78x00,00,00,00,6000 Spindle 181mm

More information

()

() 2005 2006 2001 http://www.greenschool.org.tw/main2/objective/gs&9yr-wang200104.htm/ 2001.4 2001 http://www.greenschool.org.tw/main2/objective/space_design20010925/gs-spac e_design20010925.htm/2001.9.25

More information

Microsoft Word - 澎湖田調報告-宏達組9804.doc

Microsoft Word - 澎湖田調報告-宏達組9804.doc 越 南 漢 文 學 與 民 俗 文 化 期 中 報 告 書 澎 湖 縣 山 水 社 區 越 南 新 住 民 妊 娠 醫 療 照 護 田 野 調 查 田 野 調 查 日 期 : 三 月 二 十 一 日 ( 六 ) 至 三 月 二 十 三 日 ( 日 ) 指 導 教 授 陳 益 源 老 師 成 員 古 佳 峻 戴 榮 冠 林 宏 達 阮 氏 清 水 澎 湖 縣 山 水 社 區 越 南 新 住 民 妊 娠

More information

平 凡 足 迹 李 本 川 作 者 为 中 国 科 学 院 海 洋 研 究 所 研 究 员,1935 年 生, 山 东 荣 成 人 我 今 年 63 岁 了 大 前 年 丈 夫 和 儿 子 在 一 个 月 内 先 后 离 开 了 人 世, 女 儿 又 已 出 嫁, 现 在 是 孑 然 一 身 我 是

平 凡 足 迹 李 本 川 作 者 为 中 国 科 学 院 海 洋 研 究 所 研 究 员,1935 年 生, 山 东 荣 成 人 我 今 年 63 岁 了 大 前 年 丈 夫 和 儿 子 在 一 个 月 内 先 后 离 开 了 人 世, 女 儿 又 已 出 嫁, 现 在 是 孑 然 一 身 我 是 序 这 是 一 群 在 五 十 年 代 的 阳 光 下 成 长 起 来 的 女 大 学 生 们 晚 年 的 回 忆 那 时 她 们 朝 气 蓬 勃, 满 怀 理 想 ; 她 们 对 英 特 纳 雄 奈 尔 一 定 要 实 现 坚 信 不 移 ; 她 们 将 艰 苦 奋 斗 作 为 自 己 必 修 的 功 课, 将 无 私 奉 公 作 为 自 己 道 德 修 养 的 最 高 境 界, 将 服 从 祖

More information

今天 2011年春季号 总 92 期

今天   2011年春季号 总 92 期 今 天 2011 年 春 季 号 总 92 期 目 录 业 余 诗 人 专 辑 这 些 业 余 诗 人 赵 野 海 波 的 诗 ( 七 首 ) 凄 凉 犯 简 史 海 波 吉 木 狼 格 的 诗 ( 六 首 ) 我 的 诗 歌 吉 木 朗 格 李 亚 伟 的 诗 ( 十 三 首 ) 口 语 和 八 十 年 代 李 亚 伟 默 默 的 诗 ( 十 三 首 ) 我 们 就 是 海 市 蜃 楼 一 个 人

More information

*

* (1982.2 1987.12) 1982 2 20 6 23 6 4 7 14 20 7 28 [1982]148 670 20 9 10 12 10037 1581 126 ( 1 ) 1983 1 17 2 4 2 25 83 20 3 21 4 70 9 11 4 3 11 21 [1983]127 12 1984 8 4 20 3 5 5 7 12 29 12 1985 1 14 1 4

More information