代码搜索:Chapter
找到约 10,000 项符合「Chapter」的源代码
代码结果 10,000
www.eeworm.com/read/295753/8142302
pro chapter07shortmenuwidget.pro
;Chapter07ShortMenuWidget.pro
PRO SubSubProcedure, event
WIDGET_CONTROL, event.TOP, /DESTROY
END
PRO SubProcedure, event
MySubBase =WIDGET_BASE(GROUP_LEADER=event.TOP, /MODAL, XSIZE=300,Y
www.eeworm.com/read/295753/8142306
pro chapter09transposeimage.pro
; Chapter09TransposeImage.pro
PRO Chapter09TransposeImage
READ_JPEG, FILEPATH('muscle.jpg', $
SUBDIRECTORY=['examples', 'data']), image
DEVICE, DECOMPOSED = 0
LOADCT, 0
WINDOW, 0, XSIZ
www.eeworm.com/read/295753/8142308
pro chapter07widgetinfo.pro
; Chapter07WidgetInfo.pro
pro OK, Event
WIDGET_CONTROL, Event.TOP, /DESTROY
end
pro RColor, Event
WIDGET_CONTROL, Event.ID, GET_VALUE = RValue
MyTemp = DIALOG_MESSAGE('R Color: '+STR
www.eeworm.com/read/295753/8142309
pro chapter12datamapimage.pro
; Chapter12DataMapImage.Pro
PRO Chapter12DataMapImage
image = BYTSCL(SIN(DIST(400)/10))
latmin = -65
latmax = 65
lonmin = 160
lonmax = -70 + 360
MAP_SET, 0, -140, /ORTHO
www.eeworm.com/read/295753/8142311
pro chapter09greyimagedirect.pro
; Chapter09GreyImageDirect.pro
PRO Chapter09GreyImageDirect
file = FILEPATH('convec.dat', SUBDIRECTORY = ['examples', 'data'])
imageSize = [248, 248]
image = READ_BINARY(file, DATA_DIMS = im
www.eeworm.com/read/295753/8142313
pro chapter09morphcloseexample.pro
; Chapter09MorphCloseExample.pro
PRO Chapter09MorphCloseExample
DEVICE, DECOMPOSED = 0, RETAIN = 2
LOADCT, 0
file = FILEPATH('mineral.png', SUBDIRECTORY=['examples', 'data'])
img = READ_P
www.eeworm.com/read/295753/8142314
pro chapter09shiftimageoffset.pro
; Chapter09ShiftImageOffset.pro
PRO Chapter09ShiftImageOffset
file=FILEPATH('shifted_endocell.png',SUBDIRECTORY=['examples','data'])
image = READ_PNG(file, R, G, B)
DEVICE, DECOMPOSED = 0, R
www.eeworm.com/read/295753/8142315
pro chapter09objectrose.pro
; Chapter09ObjectRose.pro
PRO Chapter09ObjectRose
file = FILEPATH('rose.jpg', SUBDIRECTORY = ['examples', 'data'])
queryStatus = QUERY_IMAGE(file, imageInfo)
imageSize = imageInfo.dime
www.eeworm.com/read/295753/8142316
pro chapter09removingnoisewithhanning.pro
; Chapter09RemovingNoiseWithHANNING.pro
PRO Chapter09RemovingNoiseWithHANNING
file = FILEPATH('abnorm.dat', SUBDIRECTORY = ['examples', 'data'])
imageSize = [64, 64]
image = READ_BINARY(file
www.eeworm.com/read/295753/8142317
pro chapter07widgetinfoguibok.pro
;
; IDL Widget Interface Procedures. This Code is automatically
; generated and should not be modified.
;
; Generated on: 03/07/2005 08:51.03
;
pro WID_BASE_3_event, Event
wTarget = (