代码搜索:openFile
找到约 2,657 项符合「openFile」的源代码
代码结果 2,657
www.eeworm.com/read/481225/6645247
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/480352/6672808
m openfile.m
function file_ID = openfile(filename,access,format)
%===========================================================================
% Matt Bowers - University of Bath
%
%
www.eeworm.com/read/408584/11380556
c openfile.c
#include "unp.h"
int
main(int argc, char **argv)
{
int fd;
if (argc != 4)
err_quit("openfile ");
if ( (fd = open(argv[2], atoi(argv[3]))) < 0)
exit( (errno > 0) ?
www.eeworm.com/read/262995/11380634
class openfile.class
www.eeworm.com/read/262682/11395607
png openfile.png
www.eeworm.com/read/262682/11395785
png openfile.png
www.eeworm.com/read/404571/11482560
png openfile.png
www.eeworm.com/read/348371/11598911
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/262223/11600158
bmp openfile.bmp
www.eeworm.com/read/348256/11603804