代码搜索:openFile
找到约 2,657 项符合「openFile」的源代码
代码结果 2,657
www.eeworm.com/read/279712/10400230
h tfile.h
#pragma once
class CTFile
{
public:
CTFile(void);
~CTFile(void);
BOOL OpenFile( const char* FileName, BOOL *IsNewFile );
BOOL GetFileHeader( void* pData );
BOOL GetItem( long pos, voi
www.eeworm.com/read/436720/7763800
h fat.h
unsigned char List(void);
unsigned char OpenFile(char *str);
unsigned char ReadFile(unsigned long readLength, unsigned char *pBuffer);
unsigned char SetFilePointer(unsigned long pointer);
u
www.eeworm.com/read/436720/7764560
h fat.h
unsigned char List(void);
unsigned char OpenFile(char *str);
unsigned char ReadFile(unsigned long readLength, unsigned char *pBuffer);
unsigned char SetFilePointer(unsigned long pointer);
u
www.eeworm.com/read/436720/7765256
h fat.h
unsigned char List(void);
unsigned char OpenFile(char *str);
unsigned char ReadFile(unsigned long readLength, unsigned char *pBuffer);
unsigned char SetFilePointer(unsigned long pointer);
u
www.eeworm.com/read/395965/8141528
cpp addvex.cpp
#include"traffic.h"
step Addvex(ALGraph &G)
{
CityName add;
openfile("head");
if(G.vexnum == MAX_VERTEX_NUM)
{
printf("Full !!\n");
return NEXTSTEP;
}
printf
www.eeworm.com/read/395965/8141595
cpp addvex.cpp
#include"traffic.h"
step Addvex(ALGraph &G)
{
CityName add;
openfile("head");
if(G.vexnum == MAX_VERTEX_NUM)
{
printf("Full !!\n");
return NEXTSTEP;
}
printf
www.eeworm.com/read/242054/13096932
txt notepad.txt
import java.awt.*;
import java.awt.event.*;
class Myframe extends Frame implements ActionListener
{
Menu fileMenu,editMenu,formatMenu,helpMenu;
MenuBar bar;
MenuItem newFile,openFile,
www.eeworm.com/read/321827/13397848
c _open.c
/***
*_open.c - open a stream, with string mode
*
* Copyright (c) 1985-1997, Microsoft Corporation. All rights reserved.
*
*Purpose:
* defines _openfile() - opens a stream, with stri
www.eeworm.com/read/316095/13530263
pas fdos.pas
Unit FDOS;
Interface
Const
fmRead=0;
fmWrite=1;
fmReadWrite=2;
Function CreateFile(FileName:string):word;
Function OpenFile(FileName:string;Mode:byte):word;
Procedure CloseFile(Handle
www.eeworm.com/read/409894/11308034
pas imager.pas
unit imager;
interface
uses Windows,Forms, Graphics, jpeg, ExtCtrls, Classes, Controls;
type
Tvjpeg = class(TForm)
Image1: TImage;
procedure OpenFile(const Filename: string;resca