代码搜索:openFile
找到约 2,657 项符合「openFile」的源代码
代码结果 2,657
www.eeworm.com/read/319517/13449732
png openfile.png
www.eeworm.com/read/319517/13449739
png openfile.png
www.eeworm.com/read/315948/13533972
bas openfile.bas
Attribute VB_Name = "OpenFileDlg"
Option Explicit
Private Type OPENFILENAME
lStructSize As Long
hWndOwner As Long
hInstance As Long
lpstrFilter As String
www.eeworm.com/read/149433/5699960
java openfile.java
import java.io.*;
public class OpenFile
{
public static void main(String args[]) throws IOException
{
try
{ //创建文件输入流对象
www.eeworm.com/read/130382/5958863
c openfile.c
/*____________________________________________________________________________
Copyright (C) 1997 Network Associates Inc. and affiliated companies.
All rights reserved.
$Id: openfile.c
www.eeworm.com/read/130382/5958870
h openfile.h
/*____________________________________________________________________________
Copyright (C) 1997 Network Associates Inc. and affiliated companies.
All rights reserved.
$Id: openfile.h
www.eeworm.com/read/127694/6002498
c openfile.c
#include "unp.h"
int
main(int argc, char **argv)
{
int fd;
ssize_t n;
if (argc != 4)
err_quit("openfile ");
if ( (fd = open(argv[2], atoi(argv[3]))) < 0)
exit( (
www.eeworm.com/read/100603/6265812
c openfile.c
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
/*
* The contents of this file are subject to the Mozilla Public
* License Version 1.1 (the "License"); you may not u
www.eeworm.com/read/138237/6278672
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