代码搜索:Header

找到约 10,000 项符合「Header」的源代码

代码结果 10,000
www.eeworm.com/read/100894/15863287

h cjflatcombobox.h

// CJFlatComboBox.h : header file // Copyright
www.eeworm.com/read/100894/15863290

h cjfontcombo.h

///////////////////////////////////////////////////////////////////////////// // CJFontCombo.h : header file // Copyright
www.eeworm.com/read/100359/15876182

changes

Differences between RDOFF versions 1 & 2 ======================================== This document is designed primarily for people maintaining code which uses RDOFF version 1, and would like to upg
www.eeworm.com/read/381363/9095794

m nano2read.m

function [img, header, errmsg] = nano2read(filename) %NANO2READ Read the header and the image from a nanoscope 2 file. % % [I, H, ERRMSG] = NANO2READ(FILENAME, OPTION) % % Return: 1)
www.eeworm.com/read/381363/9095845

m readgif.m

function [img, header, errmsg]=readGIF(fname) %READGIF Import a gif file. % % [I,H, errmsg]=READGIF(FNAME) % % I is the image in grayscale multiplied by 32000 %
www.eeworm.com/read/381363/9095970

m readspider.m

function [img, header, errmsg]=readSPIDER(fname) %READSPIDER Import a SPIDER file. % % [I,H, errmsg]=READSPIDER(FNAME) % % I is the image in grayscale multiplied by 32000 %
www.eeworm.com/read/381363/9095972

m readpcx.m

function [img, header, errmsg]=readPCX(fname) %READPCX Import a pcx file. % % [I,H, errmsg]=READPCX(FNAME) % % I is the image in grayscale multiplied by 32000 %
www.eeworm.com/read/381363/9096165

m readmatlab.m

function [img, header, errmsg]=readMATLAB(fname) %READMATLAB Import a Matlab image file. % % [I,H]=READMATLAB(FNAME) % % I is the image % H if the header % FNAME is the file name % % The Matlab file m
www.eeworm.com/read/381363/9096191

m readtiff.m

function [img, header, errmsg]=readTIFF(fname) %READTIFF Import a tiff file. % % [I,H, errmsg]=READTIFF(FNAME) % % I is the image in grayscale multiplied by 32000 % H if the constracted header % F
www.eeworm.com/read/381363/9096197

m readbmp.m

function [img, header, errmsg]=readBMP(fname) %READBMP Import a Microsoft Windows Bitmap file. % % [I,H, errmsg]=READBMP(FNAME) % % I is the image in grayscale multiplied b