代码搜索:openFile
找到约 2,657 项符合「openFile」的源代码
代码结果 2,657
www.eeworm.com/read/384977/8826168
m openfile.m
function openfile()
global bus line ;
% 数据文件的打开 选择数据文件 Text 即可
[dfile,pathname]=uigetfile('*.m','Select Data File');
if pathname == 0
error(' you must select a valid data file')
else
www.eeworm.com/read/284556/8919196
h openfile.h
// openfile.h
// Data structures for opening, closing, reading and writing to
// individual files. The operations supported are similar to
// the UNIX ones -- type 'man open' to the UNIX prompt.
//
www.eeworm.com/read/284556/8919206
cc openfile.cc
// openfile.cc
// Routines to manage an open Nachos file. As in UNIX, a
// file must be open before we can read or write to it.
// Once we're all done, we can close it (in Nachos, by deleting
// the
www.eeworm.com/read/185826/8982419
gif openfile.gif
www.eeworm.com/read/185050/9059573
h openfile.h
#include "stdafx.h"
#include
BYTE * OpenBMP(CString fileName,long *width,long *height)
{
BYTE * pData;
*width = 0;
*height = 0;
if(fileName=="")
return NULL;
BITMAPINF
www.eeworm.com/read/179167/9367429
png openfile.png
www.eeworm.com/read/170479/9803920
png openfile.png
www.eeworm.com/read/170479/9803948
png openfile.png
www.eeworm.com/read/166336/10023291